summaryrefslogtreecommitdiffstats
path: root/contrib/nvi/ex
Commit message (Collapse)AuthorAgeFilesLines
* Update nvi to 2.1.3 which fixes the data corruption when locale conversionbapt2015-04-1049-381/+348
|\ | | | | | | failed
| * Post-cvs2svn flatten pass.peter2013-08-1154-15658/+0
| |
* | Merge nvi-2.1.1 -> 2.1.2peter2013-11-112-17/+28
| |
* | Update nvi-1.79 to 2.1.1-4334a8297fpeter2013-08-1155-2429/+2102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Fix two instances of undefined behaviour in contrib/nvi.dim2013-02-161-2/+2
| | | | | | | | | | | | | | Found by: clang ToT Obtained from: NetBSD Reviewed by: jh MFC after: 3 days
* | Fix misspelling of "substitution".jh2010-05-281-1/+1
| | | | | | | | | | PR: bin/130874 Submitted by: Yoshihiro Ota
* | Fix a coredump when commands in ~/.exrc prepended with addresses.ru1999-09-141-1/+3
| | | | | | | | PR: 13000
* | Fix potential buffer overflow when using gtags.hoek1999-08-221-25/+35
| | | | | | | | | | Submitted by: Shigio Yamaguchi [3]shigio@wafu.netgate.net (gtags author) PR: bin/7607
* | Fixed printf format errors.bde1998-08-022-3/+5
| |
* | Enable GLOBAL tags support for nvi.jkh1997-04-183-0/+152
|/ | | | Submitted-By: Shigio Yamaguchi <shigio@wafu.netgate.net>
* Import of nvi-1.79, minus a few bits that we dont need (eg: postscriptpeter1996-11-0154-0/+15658
files, curses, db, regex etc that we already have). The other glue will follow shortly. Obtained from: Keith Bostic <bostic@bostic.com>
OpenPOWER on IntegriCloud