]> git.ipfire.org Git - thirdparty/readline.git/commit
fix some small leaks in callback mode; man page updates to handle compatibility and...
authorChet Ramey <chet.ramey@case.edu>
Fri, 5 Apr 2024 13:17:26 +0000 (09:17 -0400)
committerChet Ramey <chet.ramey@case.edu>
Fri, 5 Apr 2024 13:17:26 +0000 (09:17 -0400)
commitccfa111d39841386199627fac6208dbfeb90284b
treec26b2e5338f6f09edad9333b19f0707d49aca77b
parent66bddcf3f94a2fc3dd76cd024d6227d6e71e22cf
fix some small leaks in callback mode; man page updates to handle compatibility and layout; history list allocation changes to improve loading very large history files; changes for unicode combining characters
52 files changed:
CHANGELOG
MANIFEST
aclocal.m4
bind.c
callback.c
complete.c
config.h.in
configure
configure.ac
display.c
doc/history.0
doc/history.3
doc/history.dvi
doc/history.html
doc/history.info
doc/history.pdf
doc/history.ps
doc/history_3.ps
doc/readline.0
doc/readline.3
doc/readline.dvi
doc/readline.html
doc/readline.info
doc/readline.pdf
doc/readline.ps
doc/readline_3.ps
doc/rltech.texi
doc/rluser.texi
doc/rluserman.dvi
doc/rluserman.html
doc/rluserman.info
doc/rluserman.pdf
doc/rluserman.ps
examples/Makefile.in
examples/rl-callbacktest.c
examples/rl-callbacktest2.c [new file with mode: 0644]
examples/rl-callbacktest3.c [new file with mode: 0644]
histfile.c
history.c
mbutil.c
misc.c
readline.c
readline.h
rlmbutil.h
rlprivate.h
search.c
shell.c
signals.c
support/config.rpath
support/shobj-conf
support/wcwidth.c
text.c