NetBSD/lib/libedit
christos 02a0eff7c2 make flag unsigned to match prototype of the function used 2021-09-26 13:45:54 +00:00
..
TEST Add an LLVM fuzzing wrapper for the portable libedit (Christian Holler) 2021-09-10 13:33:45 +00:00
readline Add more api to make gdb-11 happy (but not gdbtui as usual) 2021-08-21 12:34:59 +00:00
ChangeLog Add a changes file 2021-08-30 09:18:17 +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 Stop the read module from poking the el_chared.c_macro data structure 2016-05-22 19:44:26 +00:00
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 Start removing the WIDECHAR ifdefs; building without it has stopped working 2016-03-23 22:27:48 +00:00
editline.3 Add verb to sentence. 2021-08-15 10:12:54 +00:00
editline.7 GNU readline(3) regards history chronologically, that is, from the 2016-05-09 21:27:55 +00:00
editrc.5 Include EDITRC in doc. 2017-06-27 01:22:58 +00:00
el.c Disable attempts to handle EINTR and non-blocking I/O by default. It is 2021-08-15 10:08:41 +00:00
el.h Disable attempts to handle EINTR and non-blocking I/O by default. It is 2021-08-15 10:08:41 +00:00
eln.c Disable attempts to handle EINTR and non-blocking I/O by default. It is 2021-08-15 10:08:41 +00:00
emacs.c s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
filecomplete.c - Completion should not add a quote at the end of the line to match an 2021-09-26 13:45:37 +00:00
filecomplete.h make flag unsigned to match prototype of the function used 2021-09-26 13:45:54 +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 Disable attempts to handle EINTR and non-blocking I/O by default. It is 2021-08-15 10:08:41 +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 From Ingo Schwarze: 2016-04-18 17:01:19 +00:00
keymacro.c PR/54399: Sören Tempel: Uninitialized memory access in libedit history. 2019-07-23 10:18:52 +00:00
keymacro.h s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
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 s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
map.c ^W is traditionally bound to ed-delete-prev-word and not kill-region 2021-08-29 09:41:59 +00:00
map.h s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
parse.c PR/54399: Sören Tempel: Uninitialized memory access in libedit history. 2019-07-23 10:18:52 +00:00
parse.h s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
prompt.c add literal escape sequence support, patterned after the tcsh ones. 2017-06-27 23:25:13 +00:00
prompt.h s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
read.c Disable attempts to handle EINTR and non-blocking I/O by default. It is 2021-08-15 10:08:41 +00:00
read.h Stop the read module from poking the el_chared.c_macro data structure 2016-05-22 19:44:26 +00:00
readline.c libedit: fix indentation 2021-09-10 18:51:36 +00:00
refresh.c Add casts to appease conversions between wchar_t and wint_t 2021-09-09 20:24:07 +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 s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
shlib_version
sig.c s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
sig.h s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
sys.h s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
terminal.c Add casts to appease conversions between wchar_t and wint_t 2021-09-09 20:24:07 +00:00
terminal.h s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
tokenizer.c Get rid of private/public; keep protected (Ingo Schwarze) 2016-04-11 18:56:31 +00:00
tokenizern.c From Ingo Schwarze: 2016-04-18 17:01:19 +00:00
tty.c Via Jess Thrysoee, from Adrian Bunk: Fix libedit build on Linux/Alpha 2021-07-14 07:47:23 +00:00
tty.h s/dependend/dependent/ 2021-07-31 20:51:32 +00:00
vi.c Respect $EDITOR when execution one (Baptiste Daroussin) 2021-08-28 17:17:47 +00:00