NetBSD/dist/nvi/clib
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
..
bsearch.c Re-import nvi sources, this time based on the distributed tar ball, after 2008-05-18 14:29:31 +00:00
env.c Re-import nvi sources, this time based on the distributed tar ball, after 2008-05-18 14:29:31 +00:00
gethostname.c Re-import nvi sources, this time based on the distributed tar ball, after 2008-05-18 14:29:31 +00:00
iswblank.c Re-import nvi sources, this time based on the distributed tar ball, after 2008-05-18 14:29:31 +00:00
memchr.c Re-import nvi sources, this time based on the distributed tar ball, after 2008-05-18 14:29:31 +00:00
memset.c Re-import nvi sources, this time based on the distributed tar ball, after 2008-05-18 14:29:31 +00:00
mkstemp.c 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
mmap.c Re-import nvi sources, this time based on the distributed tar ball, after 2008-05-18 14:29:31 +00:00
snprintf.c Re-import nvi sources, this time based on the distributed tar ball, after 2008-05-18 14:29:31 +00:00
strdup.c Re-import nvi sources, this time based on the distributed tar ball, after 2008-05-18 14:29:31 +00:00
strpbrk.c Re-import nvi sources, this time based on the distributed tar ball, after 2008-05-18 14:29:31 +00:00
strsep.c Re-import nvi sources, this time based on the distributed tar ball, after 2008-05-18 14:29:31 +00:00
strtol.c Re-import nvi sources, this time based on the distributed tar ball, after 2008-05-18 14:29:31 +00:00
strtoul.c Re-import nvi sources, this time based on the distributed tar ball, after 2008-05-18 14:29:31 +00:00
vsnprintf.c Re-import nvi sources, this time based on the distributed tar ball, after 2008-05-18 14:29:31 +00:00