NetBSD/lib/libedit
christos f09a36d8a1 Change the way the built-in history works; some programs enter history
with the trailing newline, others don't so don't make any assumptions
about it when printing. Also print the correct event number (generated),
separate the event number from the event with a tab, and visually encode
the string (don't encode tabs and spaces though).
2016-11-07 15:30:18 +00:00
..
readline export rl_done 2016-10-28 18:32:35 +00:00
TEST Start removing the WIDECHAR ifdefs; building without it has stopped working 2016-03-23 22:27:48 +00:00
chared.c Stop the read module from poking the el_chared.c_macro data structure 2016-05-22 19:44:26 +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 s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
chartype.h s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
common.c Stop the read module from poking the el_chared.c_macro data structure 2016-05-22 19:44:26 +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 documentation improvements (Ingo Schwarze) 2016-05-22 23:54:20 +00:00
editline.7 GNU readline(3) regards history chronologically, that is, from the 2016-05-09 21:27:55 +00:00
editrc.5 documentation improvements (Ingo Schwarze) 2016-05-22 23:54:20 +00:00
el.c Stop the read module from poking the el_chared.c_macro data structure 2016-05-22 19:44:26 +00:00
el.h From Ingo Schwarze: 2016-05-24 15:00:45 +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 Fix file name auto completion in one specific case. 2016-10-31 17:46:32 +00:00
filecomplete.h Char -> wchar_t from Ingo Schwarze. 2016-04-11 00:50:13 +00:00
hist.c Change the way the built-in history works; some programs enter history 2016-11-07 15:30:18 +00:00
hist.h s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
histedit.h From Ingo Schwarze: 2016-04-19 19:50:53 +00:00
history.c Get rid of private/public; keep protected (Ingo Schwarze) 2016-04-11 18:56:31 +00:00
historyn.c From Ingo Schwarze: 2016-04-18 17:01:19 +00:00
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
Makefile remove debug read (Ingo Schwarze) 2016-05-24 17:42:54 +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 s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
prompt.h s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
read.c abstract read code to a single function (Ingo Schwarze) 2016-05-25 13:01:11 +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 pass the stream to the getc function 2016-10-28 18:32:26 +00:00
refresh.c s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
refresh.h s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
search.c s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
search.h s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
shlib_version provide an el_init_fd function. 2013-01-22 20:23:21 +00:00
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 s/protected/libedit_private/g 2016-05-09 21:46:56 +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 s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
tty.h s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00
vi.c s/protected/libedit_private/g 2016-05-09 21:46:56 +00:00