NetBSD/dist/nvi/vi
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
..
extern.h WARNS=4 2008-12-05 22:51:42 +00:00
getc.c 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
v_at.c Make vi's '@' command work again; a precedence warning fix in r1.2 added 2009-04-04 01:13:42 +00:00
v_ch.c
v_cmd.c WARNS=4 2008-12-05 22:51:42 +00:00
v_delete.c
v_event.c fix -Wsign-compare issues 2009-01-18 03:43:45 +00:00
v_ex.c in v_ecl(), copy the converter from the shadow screen initialized in 2009-08-11 21:24:49 +00:00
v_increment.c 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
v_init.c WARNS=4 2008-12-05 22:51:42 +00:00
v_itxt.c
v_left.c
v_mark.c WARNS=4 2008-12-05 22:51:42 +00:00
v_match.c 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
v_paragraph.c WARNS=4 2008-12-05 22:51:42 +00:00
v_put.c
v_redraw.c
v_replace.c 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
v_right.c
v_screen.c
v_scroll.c WARNS=4 2008-12-05 22:51:42 +00:00
v_search.c 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
v_section.c WARNS=4 2008-12-05 22:51:42 +00:00
v_sentence.c 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
v_status.c
v_txt.c 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
v_ulcase.c 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
v_undo.c
v_util.c 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
v_word.c 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
v_xchar.c
v_yank.c
v_z.c
v_zexit.c
vi.c 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
vi.h 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
vs_line.c fix reliability issue. 2009-04-19 02:28:19 +00:00
vs_msg.c cast isblank(3)'s argument to unsigned char. 2010-05-13 17:52:11 +00:00
vs_refresh.c fix -Wsign-compare issues 2009-01-18 03:43:45 +00:00
vs_relative.c WARNS=4 2008-12-05 22:51:42 +00:00
vs_smap.c fix -Wsign-compare issues 2009-01-18 03:43:45 +00:00
vs_split.c fix -Wsign-compare issues 2009-01-18 03:43:45 +00:00