NetBSD/lib/libedit
christos 5291651b6a Via Jess Thrysoee, from Adrian Bunk: Fix libedit build on Linux/Alpha
Alpha is the only Linux architecture that has SIGINFO:
    https://sources.debian.org/src/manpages/5.10-1/man7/signal.7/#L522

But even on Alpha Ctrl-T is not supported, and therefore no VSTATUS:
    https://sources.debian.org/src/manpages/5.10-1/man3/termios.3/#L603-L608

For consistency check both signal existence and character existence
2021-07-14 07:47: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
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
editline.7
editrc.5
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
emacs.c
filecomplete.c PR/56147: Miroslav Lichvar: Avoid memory leak if strdup fails. 2021-05-05 14:49:59 +00:00
filecomplete.h document the flag 2021-03-28 13:38:10 +00:00
hist.c put the NULL check immediately after the allocation 2019-07-23 10:19:35 +00:00
hist.h
histedit.h
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
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
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
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 Fix numeric variable handling in settc (lyzliyuzhi at 163 dot com) 2020-07-10 20:34:24 +00:00
terminal.h
tokenizer.c
tokenizern.c
tty.c Via Jess Thrysoee, from Adrian Bunk: Fix libedit build on Linux/Alpha 2021-07-14 07:47:23 +00:00
tty.h
vi.c PR/54399: Sören Tempel: Uninitialized memory access in libedit history. 2019-07-23 10:18:52 +00:00