NetBSD/lib/libedit
christos 58b288d88d use strlcpy() instead of strncpy() for gcc happiness 2020-05-31 23:24:23 +00:00
..
TEST PR lib/54510: Fix file completion inside quotes which broke in rev 1.53 2019-09-08 05:50:58 +00:00
readline PR/54280: rl_completer_quote_characters should be const for readline compat 2019-06-07 15:19:29 +00:00
Makefile introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
chared.c PR/54399: Sören Tempel: Uninitialized memory access in libedit history. 2019-07-23 10:18:52 +00:00
chared.h
chartype.c PR/54399: Sören Tempel: Uninitialized memory access in libedit history. 2019-07-23 10:18:52 +00:00
chartype.h Fix type and remove cast (Yuichiro NAITO/FreeBSD). 2019-09-15 21:09:11 +00:00
common.c fix build error with SDEBUG, MAP_DEBUG, DEBUG_REFRESH 2020-03-30 06:54:37 +00:00
config.h
editline.3 Remove utf-8 requirement (Yuichiro NAITO) 2018-11-18 17:09:39 +00:00
editline.7
editrc.5 Include EDITRC in doc. 2017-06-27 01:22:58 +00:00
el.c PR/54399: Sören Tempel: Uninitialized memory access in libedit history. 2019-07-23 10:18:52 +00:00
el.h PR/54399: Sören Tempel: Uninitialized memory access in libedit history. 2019-07-23 10:18:52 +00:00
eln.c Follow the man page for EL_GETTC and not require a NULL terminated argument 2019-04-26 16:56:57 +00:00
emacs.c
filecomplete.c PR lib/54510 - when user supplied completion function is there, 2020-01-05 07:12:05 +00:00
filecomplete.h When doing filename autocompletion, append a trailing slash at the end of directory 2017-04-21 05:38:03 +00:00
hist.c put the NULL check immediately after the allocation 2019-07-23 10:19:35 +00:00
hist.h PR/51517: Jay West: Tty settings not restored on exit 2017-09-01 10:19:10 +00:00
histedit.h PR/51517: Jay West: Tty settings not restored on exit 2017-09-01 10:19:10 +00:00
history.c Change strncpy to either memcpy (when we know the len), or strlcpy (when 2019-10-08 19:17:57 +00:00
historyn.c
keymacro.c PR/54399: Sören Tempel: Uninitialized memory access in libedit history. 2019-07-23 10:18:52 +00:00
keymacro.h
literal.c remove stray brace 2019-07-23 13:10:11 +00:00
literal.h Allow wide characters (properly encoded as byte strings according to LC_CTYPE) 2017-06-30 20:26:52 +00:00
makelist
map.c fix build error with SDEBUG, MAP_DEBUG, DEBUG_REFRESH 2020-03-30 06:54:37 +00:00
map.h
parse.c PR/54399: Sören Tempel: Uninitialized memory access in libedit history. 2019-07-23 10:18:52 +00:00
parse.h
prompt.c add literal escape sequence support, patterned after the tcsh ones. 2017-06-27 23:25:13 +00:00
prompt.h
read.c PR/54399: Sören Tempel: Uninitialized memory access in libedit history. 2019-07-23 10:18:52 +00:00
read.h
readline.c add +1 to strlcpy's (Patrick Welche) 2019-10-09 14:31:07 +00:00
refresh.c fix build error with SDEBUG, MAP_DEBUG, DEBUG_REFRESH 2020-03-30 06:54:37 +00:00
refresh.h - add literal sequence handling. 2017-06-27 23:23:48 +00:00
search.c patbuf must be updated if the length of patbuf is greater than or equal to 0. (that is always) 2020-03-30 06:56:38 +00:00
search.h
shlib_version
sig.c
sig.h
sys.h
terminal.c use strlcpy() instead of strncpy() for gcc happiness 2020-05-31 23:24:23 +00:00
terminal.h
tokenizer.c
tokenizern.c
tty.c use strlcpy() instead of strncpy() for gcc happiness 2020-05-31 23:24:23 +00:00
tty.h Add a couple more readline compat functions. 2018-12-02 16:58:13 +00:00
vi.c PR/54399: Sören Tempel: Uninitialized memory access in libedit history. 2019-07-23 10:18:52 +00:00