NetBSD/lib/libedit
christos 7767204c93 PR/53058: Nikhil Benesch: use correctly typed variables (wchar_t vs wint_t)
as parameters.
2018-02-26 17:36:14 +00:00
..
TEST Add copyright and rcs header to the test program. 2017-10-15 19:17:30 +00:00
readline PR/51517: Jay West: Tty settings not restored on exit 2017-09-01 10:19:10 +00:00
Makefile Allow wide characters (properly encoded as byte strings according to LC_CTYPE) 2017-06-30 20:26:52 +00:00
chared.c Fix typo in comment 2017-10-11 06:49:03 +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 Make sure that argv is NULL terminated since functions like tty_stty rely 2017-01-09 02:54:18 +00:00
chartype.h Add DragonFly. 2017-05-22 19:16:25 +00:00
common.c PR/53058: Nikhil Benesch: use correctly typed variables (wchar_t vs wint_t) 2018-02-26 17:36:14 +00:00
config.h
editline.3 Remove trailing whitespace; convert Xr readline to Nm readline, since 2017-09-02 06:48:10 +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 Only FLUSH if we are ending libedit; DRAIN if we suspend for readline. 2018-01-01 22:32:46 +00:00
el.h For readline emulation, don't reset the tty to "sane" (cooked) mode if we 2017-09-05 18:07:59 +00:00
eln.c Elide gcc warning about intermediate const casts caused by visibility change. 2016-05-09 21:37:34 +00:00
emacs.c s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
filecomplete.c Add NULL check after doing memory allocation at a couple of places 2017-10-27 18:16:09 +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 one extra char for NUL. 2017-03-05 19:23:58 +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 The order in which the arguments to a function are evaluated is 2017-12-23 18:25:03 +00:00
historyn.c
keymacro.c From Ingo Schwarze: 2016-05-24 15:00:45 +00:00
keymacro.h s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
literal.c Allow wide characters (properly encoded as byte strings according to LC_CTYPE) 2017-06-30 20:26:52 +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 s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
map.h s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
parse.c s/protected/libedit_private/g 2016-05-09 21:46:56 +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 remove unused variable 2017-06-27 23:24:19 +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 Only FLUSH if we are ending libedit; DRAIN if we suspend for readline. 2018-01-01 22:32:46 +00:00
refresh.c Allow wide characters (properly encoded as byte strings according to LC_CTYPE) 2017-06-30 20:26:52 +00:00
refresh.h - add literal sequence handling. 2017-06-27 23:23:48 +00:00
search.c PR/53058: Nikhil Benesch: use correctly typed variables (wchar_t vs wint_t) 2018-02-26 17:36:14 +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 - handle literal escape sequence printing. 2017-06-27 23:23:09 +00:00
terminal.h s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
tokenizer.c
tokenizern.c
tty.c Only FLUSH if we are ending libedit; DRAIN if we suspend for readline. 2018-01-01 22:32:46 +00:00
tty.h Only FLUSH if we are ending libedit; DRAIN if we suspend for readline. 2018-01-01 22:32:46 +00:00
vi.c s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00