]> git.ipfire.org Git - thirdparty/readline.git/commit
fix for termcap on GNU Hurd; fix for caller setting rl_prompt to NULL; fix for event... devel
authorChet Ramey <chet.ramey@case.edu>
Tue, 5 Aug 2025 13:56:27 +0000 (09:56 -0400)
committerChet Ramey <chet.ramey@case.edu>
Tue, 5 Aug 2025 13:56:27 +0000 (09:56 -0400)
commit488d7edc22894d30b6de7f2d4190bf7403f63ffd
tree472f1d51ec4b21a83294f28230dccef49c1aa65e
parent7cf2d923617659d216db3210f6247740f7dde1d8
fix for termcap on GNU Hurd; fix for caller setting rl_prompt to NULL; fix for event hook not reading pending input; fix to accept 4-byte UTF-8 characters beginning with 0xF4; fix for macros to include character search arguments; new function to read history from non-regular files
36 files changed:
INSTALL
MANIFEST
Makefile.in
aclocal.m4
configure
configure.ac
display.c
doc/history.ps
doc/history_3.ps
doc/readline.3
doc/readline.ps
doc/readline_3.ps
doc/rltech.texi
doc/rluser.texi
doc/rluserman.ps
doc/version.texi
histexpand.c
histfile.c
history.c
input.c
isearch.c
mbutil.c
misc.c
posixtime.h
readline.c
rlmbutil.h
rltty.c
rlwinsize.h
search.c
shell.c
shlib/Makefile.in
support/install-sh [new file with mode: 0755]
terminal.c
text.c
util.c
vi_mode.c