freebsd-src/contrib/nvi/common
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
..
args.h Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
common.h Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
conv.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
conv.h Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
cut.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
cut.h Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
delete.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
encoding.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
exf.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
exf.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
gs.h Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
key.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
key.h Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
line.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
log.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
log.h
main.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
mark.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
mark.h Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
mem.h Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
msg.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
msg.h Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
multibyte.h Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
options.awk
options.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
options.h Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
options_def.h Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
options_f.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
put.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
recover.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
screen.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
screen.h Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
search.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
seq.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
seq.h Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
util.c Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00
util.h Update nvi-1.79 to 2.1.1-4334a8297f 2013-08-11 20:03:12 +00:00