freebsd-dev/contrib/nvi/ex
Peter Wemm f0957ccae4 Update nvi-1.79 to 2.1.1-4334a8297f
This is the gsoc-2011 project to clean up and backport multibyte support
from other nvi forks in a form we can use.

USE_WIDECHAR is on unless building for the rescue crunchgen. This should
allow editing in the native locale encoding.

USE_ICONV depends on make.conf having 'WITH_ICONV=YES' for now.  This
adds the ability to do things like edit a KOI8-R file while having $LANG
set to (say) en_US.UTF-8.  iconv is used to transcode the characters for
display.

Other points:
* It uses gencat and catopen/etc instead of homegrown msg catalog stuff.
* A lot of stuff has been trimmed out, eg: the perl and tcl bindings which
  we could never use in base anyway.
* It uses ncursesw when in widechar mode.  This could be interesting.

GSoC info: http://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/zy/1
Repo at: https://github.com/lichray/nvi2

Obtained from:  Zhihao Yuan <lichray@gmail.com>
2013-08-11 20:03:12 +00:00
..
ex_abbrev.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_append.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_args.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_argv.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_at.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_bang.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_cd.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_cmd.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_cscope.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_def.h Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_delete.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_display.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_edit.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_equal.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_file.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_filter.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_global.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_init.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_join.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_map.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_mark.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_mkexrc.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_move.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_open.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_preserve.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_print.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_put.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_quit.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_read.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_screen.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_script.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_set.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_shell.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_shift.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_source.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_stop.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_subst.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_tag.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_txt.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_undo.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_usage.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_util.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_version.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_visual.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_write.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_yank.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex_z.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex.awk Post-cvs2svn flatten pass. 2013-08-11 08:38:10 +00:00
ex.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
ex.h Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
extern.h Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
script.h Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
tag.h Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
version.h Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00