]> git.ipfire.org Git - thirdparty/readline.git/commit
add rl_eof_found to public API; fix pointer aliasing problems with history-search...
authorChet Ramey <chet.ramey@case.edu>
Thu, 3 Mar 2022 16:11:47 +0000 (11:11 -0500)
committerChet Ramey <chet.ramey@case.edu>
Thu, 3 Mar 2022 16:11:47 +0000 (11:11 -0500)
commit002d31aa5f5929eb32d0e0e2e8b8d35d99e59961
treeef8eb58439259455cc09e683e1b11f09f337799b
parentc02c6dda12e71f598598f7bf4582c0494ef9e2d7
add rl_eof_found to public API; fix pointer aliasing problems with history-search-backward; fix a display problem with runs of invisible characters at the end of a physical screen line
18 files changed:
.gitignore~ [deleted file]
CHANGES-8.0 [deleted file]
CHANGES-8.2 [new file with mode: 0644]
NEWS-8.0 [deleted file]
NEWS-8.2 [new file with mode: 0644]
callback.c
display.c
doc/readline.3
doc/rltech.texi
doc/rluser.texi
doc/version.texi
history.h
misc.c
readline.c
readline.h
rlprivate.h
rltty.c
search.c