CVSROOT: /cvs Module name: src Changes by: mart...@cvs.openbsd.org 2016/05/02 12:24:25
Modified files: usr.bin/vi/cl : cl.h cl_funcs.c cl_read.c cl_term.c usr.bin/vi/common: args.h cut.c cut.h exf.c gs.h key.c key.h log.c main.c mark.c mark.h put.c screen.h seq.c seq.h util.c usr.bin/vi/docs/interp: interp usr.bin/vi/ex : ex.h ex_abbrev.c ex_append.c ex_argv.c ex_at.c ex_cd.c ex_display.c ex_file.c ex_global.c ex_map.c ex_print.c ex_read.c ex_script.c ex_subst.c ex_txt.c usr.bin/vi/include: cl_extern.h com_extern.h ex_extern.h vi_extern.h usr.bin/vi/vi : v_at.c v_ch.c v_put.c v_txt.c v_ulcase.c vi.c vi.h vs_line.c vs_msg.c vs_split.c Log message: Remove CHAR_T in favor of native types. schwarze@ agrees with the direction. Few tweaks and OK tb@