Opened 6 weeks ago

Closed 6 weeks ago

#5533 closed enhancement (fixed)

readline-8.2.13

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 12.2
Component: Book Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by Bruce Dubbs, 6 weeks ago

From http://git.savannah.gnu.org/cgit/readline.git/log/

  • patch 13: readline can discard bytes if it reads a byte that causes an invalid multibyte character
  • patch 12: prevent infinite recursion if a key sequence is bound to do-lowercase-version but converting to lowercase doesn't change the key
  • patch 11: readline should retry the open of the init file if interrupted by a signal
  • patch 10: fix issue where comparing quoted and unquoted words to be completed results in readline not displaying possible matches
  • patch 9: fix issue where directory name being completed needs both tilde expansion and dequoting
  • patch 8: add missing function prototypes
  • patch 7: display newline if readline is called without a prompt string and return is typed on a single empty line
  • patch 6: fix for callback signal handling when a signal arrives before readline calls rl_getc and handling it changes callback state
  • patch 5: fix for callback signal handling when a signal arrives after readline checks but before it restores the application's signal handlers
  • patch 4: fix compilation on systems that provide select or pselect but not both
  • patch 3: fix typo when specifying readline's custom color prefix
  • patch 2: avoid possible crash when trying to zero out a line buffer that's potentially not null-terminated
  • patch 1: fix crash when readline is started with an invalid locale specification

comment:2 by Bruce Dubbs, 6 weeks ago

The patch we use has been applied and is no longer needed.

comment:3 by Bruce Dubbs, 6 weeks ago

Resolution: fixed
Status: newclosed

Fixed at commit dd151db302.

Note: See TracTickets for help on using tickets.