]> git.ipfire.org Git - thirdparty/readline.git/commit
new rl_full_quoting_desired application-settable variable; repeated invocations of...
authorChet Ramey <chet.ramey@case.edu>
Mon, 26 Jun 2023 21:19:00 +0000 (17:19 -0400)
committerChet Ramey <chet.ramey@case.edu>
Mon, 26 Jun 2023 21:19:00 +0000 (17:19 -0400)
commit9f177ebb2be58e07a4e437e4b885411ae2017114
tree4ff14cd22d29f8e357ab9a752ec8523ddf536a49
parente5554d06e0abb52a6d56bba0e9f155aa02643274
new rl_full_quoting_desired application-settable variable; repeated invocations of vi-yank-pop now cycle through the kill ring; fix some uninitialized variable problems; fix some small memory leaks; better deallocation when completion is interrupted; don't print signal chars in callback mode by default; don't compile in obsolete typedefs by default
complete.c
doc/rltech.texi
doc/rluser.texi
doc/version.texi
input.c
kill.c
readline.h
rltypedefs.h
signals.c
util.c