NetBSD/lib/libedit
christos e9933f923a From Yuichiro Naito (FreeBSD):
hrs@ says that
(cbp >= MB_LEN_MAX) condition is necessary for checking invalid
byte sequences.  If malicious input was given, libedit would read
byte sequences forever.
2018-11-25 16:21:04 +00:00
..
readline Provide more compatibility with readline headers; now python-3.6.5 works 2018-06-09 17:41:55 +00:00
TEST
chared.c
chared.h
chartype.c From Yuichiro Naito (FreeBSD): 2018-11-25 16:20:28 +00:00
chartype.h
common.c
config.h
editline.3 Remove utf-8 requirement (Yuichiro NAITO) 2018-11-18 17:09:39 +00:00
editline.7
editrc.5
el.c Remove utf-8 requirement (Yuichiro NAITO) 2018-11-18 17:09:39 +00:00
el.h Remove utf-8 requirement (Yuichiro NAITO) 2018-11-18 17:09:39 +00:00
eln.c
emacs.c
filecomplete.c fix uninitialized 2018-05-04 20:38:26 +00:00
filecomplete.h
hist.c
hist.h
histedit.h
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
literal.h
Makefile
makelist
map.c
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c From Yuichiro Naito (FreeBSD): 2018-11-25 16:21:04 +00:00
read.h
readline.c Provide more compatibility with readline headers; now python-3.6.5 works 2018-06-09 17:41:55 +00:00
refresh.c Apply revisions 1.21, 1.22 from OpenBSD: 2018-10-23 16:49:13 +00:00
refresh.h
search.c
search.h
shlib_version
sig.c
sig.h
sys.h
terminal.c PR/53682: Jordan Lewis: use newlines instead of padded spaces when restoring 2018-11-24 12:17:35 +00:00
terminal.h
tokenizer.c
tokenizern.c
tty.c
tty.h
vi.c