]> git.ipfire.org Git - ipfire-2.x.git/commit
readline: Update to version 8.3 with patch version 1
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 23 Jul 2025 19:02:31 +0000 (21:02 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 25 Jul 2025 12:52:37 +0000 (12:52 +0000)
commitb50fa04efc2bbe1e2c94995eb37c7bd45d7c458a
treea3a456ce7cb918a8e6f55c1670b80a88cf30fb78
parentdaaa94e999f81cbef3caf29708359bc0c97db4b8
readline: Update to version 8.3 with patch version 1

- Update from version 8.2 with patch version 13 to 8.3 with patch version 1
- Update of rootfile
- Changelog
    8.3
      New Features in Readline
a. Output a newline if there is no prompt and readline reads an empty line.
b. The history library falls back to stdio when writing the history list if
   mmap fails.
c. New bindable variable `search-ignore-case', causes readline to perform
   case-insensitive incremental and non-incremental history searches.
d. rl_full_quoting_desired: new application-settable variable, causes all
   completions to be quoted as if they were filenames.
e. rl_macro_display_hook: new application-settable function pointer, used if
   the application wants to print macro values itself instead of letting
   readline do it
f. rl_reparse_colors: new application-callable function, reparses $LS_COLORS
   (presumably after the user changes it)
g. rl_completion_rewrite_hook: new application-settable function pointer,
   called to modify the word being completed before comparing it against
   pathnames from the file system.
h. execute-named-command: a new bindable command that reads the name of a
   readline command from the standard input and executes it. Bound to M-x
   in emacs mode by default.
i. Incremental and non-incremental searches now allow ^V/^Q (or, in the former
   case, anything bound to quoted-insert) to quote characters in the search
   string.
j. Documentation has been significantly updated.
k. New `force-meta-prefix' bindable variable, which forces the use of ESC as
   the meta prefix when using "\M-" in key bindings instead of overloading
   convert-meta.
l. The default value for `readline-colored-completion-prefix' no longer has a
   leading `.'; the original report was based on a misunderstanding.
m. There is a new bindable command, `export-completions', which writes the
   possible completions for a word to the standard output in a defined format.
n. Readline can reset its idea of the screen dimensions when executing after
   a SIGCONT.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
16 files changed:
config/rootfiles/common/readline
lfs/readline
src/patches/readline/readline82-001 [deleted file]
src/patches/readline/readline82-002 [deleted file]
src/patches/readline/readline82-003 [deleted file]
src/patches/readline/readline82-004 [deleted file]
src/patches/readline/readline82-005 [deleted file]
src/patches/readline/readline82-006 [deleted file]
src/patches/readline/readline82-007 [deleted file]
src/patches/readline/readline82-008 [deleted file]
src/patches/readline/readline82-009 [deleted file]
src/patches/readline/readline82-010 [deleted file]
src/patches/readline/readline82-011 [deleted file]
src/patches/readline/readline82-012 [deleted file]
src/patches/readline/readline82-013 [deleted file]
src/patches/readline/readline83-001 [new file with mode: 0644]