From: Chet Ramey Date: Mon, 12 Oct 2015 14:29:04 +0000 (-0400) Subject: commit readline-20151002 snapshot X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2162151683ad2fce5325604402e82ee39b8eaa67;p=thirdparty%2Freadline.git commit readline-20151002 snapshot --- diff --git a/CHANGES b/CHANGES index 8436701..13d75fc 100644 --- a/CHANGES +++ b/CHANGES @@ -55,6 +55,29 @@ q. Fixed a bug that caused readline commands that depend on knowing which r. Paren matching now works in vi insert mode. +s. Colored completion prefixes are now displayed using a different color, less + likely to collide with files. + +t. Fixed a bug that caused vi-mode character search to misbehave when + running in callback mode. + +u. Fixed a bug that caused output to be delayed when input is coming from a + macro in vi-mode. + +v. Fixed a bug that caused the vi-mode `.' command to misbehave when redoing + a multi-key key sequence via a macro. + +w. Fixed a bug that caused problems with applications that supply their own + input function when performing completion. + +x. When read returns -1/EIO when attempting to read a key, return an error + instead of line termination back to the caller. + +y. Updated tty auditing feature based on patch from Red Hat. + +z. Fixed a bug that could cause the history library to crash on overflows + introduced by malicious editing of timestamps in the history file. + 2. New Features in Readline a. The history truncation code now uses the same error recovery mechansim as diff --git a/doc/history.dvi b/doc/history.dvi index 2b51dc7..7007d52 100644 Binary files a/doc/history.dvi and b/doc/history.dvi differ diff --git a/doc/history.html b/doc/history.html index ce35004..cba7535 100644 --- a/doc/history.html +++ b/doc/history.html @@ -1,6 +1,6 @@ - +