summaryrefslogtreecommitdiffstats
path: root/contrib/nvi/ex
Commit message (Collapse)AuthorAgeFilesLines
* MFC r257999 (peter):gjb2013-11-162-17/+28
| | | | | | | | Merge nvi-2.1.1 -> 2.1.2 Approved by: re (???) Sponsored by: The FreeBSD Foundation
* 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