NetBSD/lib/libedit
2014-07-06 18:15:34 +00:00
..
readline expose rl_catch_signals and explain what we are doing. 2013-05-28 00:10:34 +00:00
TEST cast gotsig because it is long on some systems. 2014-06-18 20:12:15 +00:00
chared.c Don't depend on weak aliases to define the vi "alias" expansion function, 2014-06-18 18:12:28 +00:00
chared.h Don't depend on weak aliases to define the vi "alias" expansion function, 2014-06-18 18:12:28 +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 Add An to authors. Wording. 2014-05-11 09:01:42 +00:00
editrc.5 Add FILES section. 2013-01-10 16:03:42 +00:00
el.c Don't depend on weak aliases to define the vi "alias" expansion function, 2014-06-18 18:12:28 +00:00
el.h pass -Wconversion 2011-07-29 23:44:44 +00:00
eln.c Don't depend on weak aliases to define the vi "alias" expansion function, 2014-06-18 18:12:28 +00:00
emacs.c KNF return (\1); -> return \1; 2011-07-29 15:16:33 +00:00
filecomplete.c PR/48876: Dmitriy Grigoryev: Core dump in readline lib on attempted expansion 2014-06-05 22:07:42 +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 Add a history function that takes a FILE pointer; needed for Capsicum. 2014-05-11 01:05:17 +00:00
histedit.h Don't depend on weak aliases to define the vi "alias" expansion function, 2014-06-18 18:12:28 +00:00
history.c Add a history function that takes a FILE pointer; needed for Capsicum. 2014-05-11 01:05:17 +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 remove remaining makefile support for GCC < 45 that i found. 2014-06-14 20:49:36 +00:00
makelist Use C89 functions definitions. 2012-03-21 05:34:54 +00:00
map.c Bounds search for reallocated index, from OpenBSD via Andreas Fett 2014-07-06 18:15:34 +00:00
map.h Bounds search for reallocated index, from OpenBSD via Andreas Fett 2014-07-06 18:15:34 +00:00
parse.c Bounds search for reallocated index, from OpenBSD via Andreas Fett 2014-07-06 18:15:34 +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 Bounds search for reallocated index, from OpenBSD via Andreas Fett 2014-07-06 18:15:34 +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/48957: Federico G. Schwindt: Restore commented out code that broke 2014-07-06 18:09:04 +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 provide an el_init_fd function. 2013-01-22 20:23:21 +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 Add stdlib.h for abort() (Jess Thrysoee) 2014-06-18 18:52:49 +00:00
tty.h more tty modes refactoring, no functional change intended. 2014-05-19 19:54:12 +00:00
vi.c Don't depend on weak aliases to define the vi "alias" expansion function, 2014-06-18 18:12:28 +00:00