NetBSD/dist/nvi/regex
tnozaki 80356df9b8 1. fix PR/44455, nonprintable character doesn't show hex-visual
under big endian.
2. ":set octal" with nonprintable character causes nbwcurses move error.
3. moving (big)words by wW/eE/bB can't handle non-ascii characters.
4. toggle uppercase/lowercase by ~ can't handle non-ascii characters.
5. don't feed CHAR_T(=wchar_t) to is* function directly.
   is* funcs with over UCHAR_MAX value may cause undefined behavior.
   some ctype implementation(such as FreeBSD) return unexpected
   result(same result as isw* func).
6. using non-ascii digit character with count/line number of ex/vi
   command may causes unexpeced result.
2011-03-21 14:53:02 +00:00
..
COPYRIGHT
WHATSNEW
cclass.h
cname.h
engine.c fix PR/41136: \<word search doesn't work in vi 2009-04-12 14:47:51 +00:00
re_format.7
regcomp.c 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
regerror.c
regex.3
regex.h
regex2.h 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
regexec.c Fix regexp on LP64 systems. 2009-10-31 20:11:53 +00:00
regfree.c
utils.h