NetBSD/lib/libedit
christos 2a7851d30c Fix overlapping strcpy (Gerry Swislow) 2015-04-01 15:23:15 +00:00
..
TEST cast gotsig because it is long on some systems. 2014-06-18 20:12:15 +00:00
readline expose rl_catch_signals and explain what we are doing. 2013-05-28 00:10:34 +00:00
Makefile Disable -Wcast-qual for clang for now. 2015-01-29 20:30:02 +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 split the allocation functions, their mixed usage was too confusing. 2015-02-22 02:16:19 +00:00
chartype.h split the allocation functions, their mixed usage was too confusing. 2015-02-22 02:16:19 +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 Bump date for previous. 2014-12-25 13:39:41 +00:00
editrc.5 Bump date for previous. 2014-12-25 13:39:41 +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 save and restore IGNORE_EXTCHARS like we do in the getc case. From: 2015-03-24 21:26:50 +00:00
emacs.c KNF return (\1); -> return \1; 2011-07-29 15:16:33 +00:00
filecomplete.c callers's -> caller's 2014-10-18 15:07:02 +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
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 Fix overlapping strcpy (Gerry Swislow) 2015-04-01 15:23:15 +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