FreeBSD Bugzilla – Attachment 44885 Details for
Bug 69352
Fix for ports/61297 (readline port)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
readline.patch
readline.patch (text/plain), 1.09 KB, created by
Frank J. Laszlo
on 2004-07-21 14:52:05 UTC
(
hide
)
Description:
readline.patch
Filename:
MIME Type:
Creator:
Frank J. Laszlo
Created:
2004-07-21 14:52:05 UTC
Size:
1.09 KB
patch
obsolete
>diff -rNU3 readline.old/Makefile readline/Makefile >--- readline.old/Makefile Sun Dec 28 05:32:48 2003 >+++ readline/Makefile Wed Jul 21 08:46:39 2004 >@@ -7,6 +7,7 @@ > > PORTNAME= readline > PORTVERSION= 4.3 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= ftp://ftp.cwru.edu/pub/bash/ > >diff -rNU3 readline.old/files/patch-aa readline/files/patch-aa >--- readline.old/files/patch-aa Wed Dec 31 19:00:00 1969 >+++ readline/files/patch-aa Tue Jul 20 13:28:09 2004 >@@ -0,0 +1,16 @@ >+*** ../readline-4.3/bind.c Thu Jan 24 11:15:52 2002 >+--- bind.c Wed Jul 31 09:11:18 2002 >+*************** >+*** 312,316 **** >+ and the function bound to `a' to be executed when the user >+ types `abx', leaving `bx' in the input queue. */ >+! if (k.function /* && k.type == ISFUNC */) >+ { >+ map[ANYOTHERKEY] = k; >+--- 312,316 ---- >+ and the function bound to `a' to be executed when the user >+ types `abx', leaving `bx' in the input queue. */ >+! if (k.function && ((k.type == ISFUNC && k.function != rl_do_lowercase_version) || k.type == ISMACR)) >+ { >+ map[ANYOTHERKEY] = k; >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 69352
:
44884
| 44885
Working