Package: readline6 / 6.1-3

Metadata

Package Version Patches format
readline6 6.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
readline61 001.diff | (download)

complete.c | 4 2 + 2 - 0 !
patchlevel | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)


Bash-4.1/Readline-6.1 introduced a hook function that allows applications
to rewrite or modify filenames read from the file system before comparing
them with a word to be completed.  The converted filename, if it matches,
needs to be inserted into the line buffer, replacing the original contents.

This fixes a completion bug on Mac OS X involving filenames containing
UTF-8 characters.


readline61 002.diff | (download)

patchlevel | 2 1 + 1 - 0 !
readline.h | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)


The readline version information was not updated for the release of version 6.1.


rl attribute.diff | (download)

readline.h | 2 1 + 1 - 0 !
rlstdc.h | 8 4 + 4 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

---
rl header.diff | (download)

history.h | 1 1 + 0 - 0 !
readline.h | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

---
rl no cross check.diff | (download)

configure | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
rl no rpath.diff | (download)

support/shobj-conf | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
rlfe history.diff | (download)

examples/rlfe/rlfe.c | 17 11 + 6 - 0 !
1 file changed, 11 insertions(+), 6 deletions(-)

---
rlfe kfreebsd.diff | (download)

examples/rlfe/pty.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---