NetBSD/dist/nvi/common
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
..
api.c
args.h
common.h
conv.c
conv.h
cut.c 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
cut.h 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
db1.c
db.c
db.h
dbinternal.h
delete.c
dldb.c
exf.c
exf.h
extern.h 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
gs.c
gs.h 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
key.c 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
key.h 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
log4.c
log.c
log.h
main.c
mark.c
mark.h
mem.h
msg.c 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
msg.h
multibyte.h 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
nothread.c
options_f.c
options.awk
options.c 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
options.h
pthread.c
put.c
recover.c
screen.c
screen.h
search.c
seq.c 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
seq.h
trace.c
util2.c
util.c 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
util.h
vi_auto.c
vi_auto.h
vi_rec.c
vi.src