NetBSD/lib/libedit
christos ac94b724c0 Add a comment explaining why we don't use DO here. Correct the attribution
on the previous patch: The patch was from Jordan Lewis and the report from
Raphael Poss.
2019-06-30 13:30:15 +00:00
..
TEST Perform quoting of filename completions when there are multiple matches as well 2019-03-31 03:04:57 +00:00
readline PR/54280: rl_completer_quote_characters should be const for readline compat 2019-06-07 15:19:29 +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
chartype.c From Yuichiro Naito (FreeBSD): 2018-11-25 16:20:28 +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 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 Follow the man page for EL_GETTC and not require a NULL terminated argument 2019-04-26 16:56:57 +00:00
el.h Remove utf-8 requirement (Yuichiro NAITO) 2018-11-18 17:09:39 +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/54131 - declare the loop variable outside the for loop 2019-04-20 08:44:10 +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 Fix editing mistake, remove ) from func call that is now gone. 2018-09-13 09:03:40 +00:00
historyn.c
keymacro.c
keymacro.h
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
map.c
map.h
parse.c Fix off by one <tsahara at iij> 2018-11-29 03:10:20 +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 From Yuichiro Naito (FreeBSD): 2018-11-25 16:21:04 +00:00
read.h
readline.c PR/54281: Jonathan Perkins: NUL terminate rl_line_buffer on modification 2019-06-07 15:21:48 +00:00
refresh.c Fix mis-applied change in previous. Don't increment r_oldcv twice. 2019-01-04 03:03:44 +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
shlib_version
sig.c
sig.h
sys.h
terminal.c Add a comment explaining why we don't use DO here. Correct the attribution 2019-06-30 13:30:15 +00:00
terminal.h
tokenizer.c
tokenizern.c
tty.c Add a couple more readline compat functions. 2018-12-02 16:58:13 +00:00
tty.h Add a couple more readline compat functions. 2018-12-02 16:58:13 +00:00
vi.c