]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit
readline: Updated to 8.1
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 8 Apr 2021 11:10:01 +0000 (13:10 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 10 Apr 2021 13:37:23 +0000 (13:37 +0000)
commit38e1646bc1efabbb6bf616312e576710e8c23095
tree7bd83badf114dde556da66d1f78797b9f8ac36d9
parent1134288b548a99f34d64a81fb9bcee6f55202a8b
readline: Updated to 8.1

- Updated from 8.0 with patch 1 to 8.1 with no patches
- Commented out the patch section in the lfs as no current patches
   When patches are issued then the patch section can be uncommented
- Update rootfiles
- Remove old readline patches
- Changelog
New Features in readline-8.1 since the release of readline-8.0
a. If a second consecutive completion attempt produces matches where the first
   did not, treat it as a new completion attempt and insert a match as
   appropriate.
b. Bracketed paste mode works in more places: incremental search strings, vi
   overstrike mode, character search, and reading numeric arguments.
c. Readline automatically switches to horizontal scrolling if the terminal has
   only one line.
d. Unbinding all key sequences bound to a particular readline function now
   descends into keymaps for multi-key sequences.
e. rl-clear-display: new bindable command that clears the screen and, if
   possible, the scrollback buffer (bound to emacs mode M-C-l by default).
f. New active mark and face feature: when enabled, it will highlight the text
   inserted by a bracketed paste (the `active region') and the text found by
   incremental and non-incremental history searches. This is tied to bracketed
   paste and can be disabled by turning off bracketed paste.
g. Readline sets the mark in several additional commands.
h. Bracketed paste mode is enabled by default. There is a configure-time
   option (--enable-bracketed-paste-default) to set the default to on or off.
i. Readline tries to take advantage of the more regular structure of UTF-8
   characters to identify the beginning and end of characters when moving
   through the line buffer.
j. The bindable operate-and-get-next command (and its default bindings) are
   now part of readline instead of a bash-specific addition.
k. The signal cleanup code now blocks SIGINT while processing after a SIGINT.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/readline
lfs/readline
src/patches/readline/readline63-001 [deleted file]
src/patches/readline/readline63-002 [deleted file]
src/patches/readline/readline63-003 [deleted file]
src/patches/readline/readline63-004 [deleted file]
src/patches/readline/readline63-005 [deleted file]
src/patches/readline/readline63-006 [deleted file]
src/patches/readline/readline80-001 [deleted file]