NetBSD/lib/libedit
2012-07-12 18:46:20 +00:00
..
readline Add rl_completion_word_break_hook from: 2012-05-15 17:30:04 +00:00
TEST Initialize res (Kamil Dudka) 2011-11-18 20:30:01 +00:00
chared.c Fixed misplaced parenthesis (Nirbhay Choubey) 2011-10-23 17:37:55 +00:00
chared.h setup a callback to be invoked on resize buffers so that readline can 2010-08-28 15:44:59 +00:00
chartype.c re-enable -Wconversion 2011-08-16 16:25:15 +00:00
chartype.h easier with an int for now. 2011-11-16 01:45:10 +00:00
common.c From Jilles Tjoelker: 2012-03-24 20:08:43 +00:00
config.h better autoconf results 2011-07-29 20:57:34 +00:00
editline.3 Fix argument for EL_EDITOR from Jess Thrysoee 2011-02-27 01:51:37 +00:00
editrc.5 Switch from Op to Oo/Oc for nested block. 2012-06-02 14:19:20 +00:00
el.c use arraycount 2012-03-11 21:14:56 +00:00
el.h pass -Wconversion 2011-07-29 23:44:44 +00:00
eln.c include the NULL in the argv conversion 2012-03-11 21:15:25 +00:00
emacs.c KNF return (\1); -> return \1; 2011-07-29 15:16:33 +00:00
filecomplete.c NULL does not need a cast, here 2011-09-16 16:13:16 +00:00
filecomplete.h Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
hist.c KNF return (\1); -> return \1; 2011-07-29 15:16:33 +00:00
hist.h kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations. 2011-07-28 20:50:55 +00:00
histedit.h remove stdint.h; it is not used. 2012-05-31 13:16:39 +00:00
history.c Add coverity annotations about unreachable code (Kamil Dudka) 2011-11-18 20:39:18 +00:00
keymacro.c re-enable -Wconversion 2011-08-16 16:25:15 +00:00
keymacro.h whitespace and comments 2011-07-28 03:44:36 +00:00
Makefile These directories default to WARNS?=5 2012-03-21 05:37:42 +00:00
makelist Use C89 functions definitions. 2012-03-21 05:34:54 +00:00
map.c Add coverity annotations about unreachable code (Kamil Dudka) 2011-11-18 20:39:18 +00:00
map.h Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
parse.c re-enable -Wconversion 2011-08-16 16:25:15 +00:00
parse.h Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
prompt.c KNF return (\1); -> return \1; 2011-07-29 15:16:33 +00:00
prompt.h Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
read.c re-enable -Wconversion 2011-08-16 16:25:15 +00:00
read.h Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
readline.c PR/46678: Ian Wienand: Add stub implementation for rl_free_line_state() 2012-07-12 18:46:20 +00:00
refresh.c pass -Wconversion 2011-07-29 23:44:44 +00:00
refresh.h Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
search.c fixed warnings where wint_t is unsigned. 2011-10-04 15:27:04 +00:00
search.h Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
shlib_version bump shared libraries. 2009-01-11 03:07:47 +00:00
sig.c kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations. 2011-07-28 20:50:55 +00:00
sig.h reset and redraw on sigcont. From Anon Ymous. 2009-02-19 15:20:22 +00:00
sys.h include <wchar.h> if we don't have wcsdup() 2011-09-28 14:08:04 +00:00
terminal.c don't include both term.h and termcap.h 2012-05-30 18:21:14 +00:00
terminal.h From: Jilles Tjoelker: Add a mapping for the cursor delete key 2012-03-24 20:09:30 +00:00
tokenizer.c re-enable -Wconversion 2011-08-16 16:25:15 +00:00
tty.c save and restore the tty settings on entry and exit respectively. 2012-05-15 15:59:01 +00:00
tty.h save and restore the tty settings on entry and exit respectively. 2012-05-15 15:59:01 +00:00
vi.c PR/45843: Henning Petersen: Fix resource leak on error. 2012-01-16 14:57:45 +00:00