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 WARNS=4 2008-12-05 22:51:42 +00:00
args.h
common.h include vi_auto.h only if USE_DB4_LOGGING so as not to pull in all the 2008-05-20 17:38:19 +00:00
conv.c fix -Wsign-compare issues 2009-01-18 03:43:45 +00:00
conv.h fix reliability issue. 2009-04-19 02:28:19 +00:00
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 WARNS=4 2008-12-05 22:51:42 +00:00
db.c PR/40140: Takehiko NOZAKI: fix bug where nvi + x(delete) key may call abort(3) 2008-12-09 16:50:22 +00:00
db.h The cursor emulation was broken, which led to O on an existing first line of 2008-08-05 15:49:18 +00:00
dbinternal.h WARNS=4 2008-12-05 22:51:42 +00:00
delete.c
dldb.c
exf.c fix format string bug, filename may contain % character, don't use it as format string. 2009-11-14 20:01:20 +00:00
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 WARNS=4 2008-12-05 22:51:42 +00:00
log.h
main.c WARNS=4 2008-12-05 22:51:42 +00:00
mark.c fix -Wsign-compare issues 2009-01-18 03:43:45 +00:00
mark.h
mem.h fix -Wsign-compare issues 2009-01-18 03:43:45 +00:00
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 WARNS=4 2008-12-05 22:51:42 +00:00
options.awk put back matchchars 2008-10-01 21:20:09 +00:00
options.c 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
options.h WARNS=4 2008-12-05 22:51:42 +00:00
pthread.c
put.c WARNS=4 2008-12-05 22:51:42 +00:00
recover.c fix -Wsign-compare issues 2009-01-18 03:43:45 +00:00
screen.c
screen.h
search.c sign-compare fixes for amd64 2009-01-22 10:33:58 +00:00
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 fix -Wsign-compare issues 2009-01-18 03:43:45 +00:00
vi_auto.c
vi_auto.h
vi_rec.c
vi.src