NetBSD/lib/libedit
christos daa505a92e Don't use __printflike, use the explicit attribute so that this works outside
NetBSD.
2022-01-14 13:31:05 +00:00
..
TEST Add an LLVM fuzzing wrapper for the portable libedit (Christian Holler) 2021-09-10 13:33:45 +00:00
readline Don't use __printflike, use the explicit attribute so that this works outside 2022-01-14 13:31:05 +00:00
ChangeLog Add a changes file 2021-08-30 09:18:17 +00:00
Makefile
chared.c PR/56618: Walter Lozano: Improve libedit compatibility with readline by 2022-01-11 18:30:15 +00:00
chared.h
chartype.c
chartype.h
common.c
config.h
editline.3 Add verb to sentence. 2021-08-15 10:12:54 +00:00
editline.7
editrc.5
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 PR/56618: Walter Lozano: Improve libedit compatibility with readline by 2022-01-11 18:30:15 +00:00
emacs.c
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
hist.h
histedit.h PR/56618: Walter Lozano: Improve libedit compatibility with readline by 2022-01-11 18:30:15 +00:00
history.c
historyn.c
keymacro.c
keymacro.h
literal.c
literal.h
makelist
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
parse.c
parse.h
prompt.c
prompt.h
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
readline.c PR/56618: Walter Lozano: Improve libedit compatibility with readline by 2022-01-11 18:30:15 +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
search.c
search.h
shlib_version
sig.c
sig.h
sys.h
terminal.c Add casts to appease conversions between wchar_t and wint_t 2021-09-09 20:24:07 +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 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