diff options
author | wiz <wiz> | 2006-10-22 10:55:31 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-10-22 10:55:31 +0000 |
commit | 0ecb46082f777b7defec2c97eebdc5291fb19a6d (patch) | |
tree | cfe77b06def1b0b01029fda9eeeab1a96fe29464 /devel | |
parent | b7bf297113de3e5554e3956e72a1f6da229f84b0 (diff) | |
download | pkgsrc-0ecb46082f777b7defec2c97eebdc5291fb19a6d.tar.gz |
Update to 5.2:
1. Changes to Readline
a. Fixed a problem that caused segmentation faults when using readline in
callback mode and typing consecutive DEL characters on an empty line.
b. Fixed several redisplay problems with multibyte characters, all having to
do with the different code paths and variable meanings between single-byte
and multibyte character redisplay.
c. Fixed a problem with key sequence translation when presented with the
sequence \M-\C-x.
d. Fixed a problem that prevented the `a' command in vi mode from being
undone and redone properly.
e. Fixed a problem that prevented empty inserts in vi mode from being undone
properly.
f. Fixed a problem that caused readline to initialize with an incorrect idea
of whether or not the terminal can autowrap.
g. Fixed output of key bindings (like bash `bind -p') to honor the setting of
convert-meta and use \e where appropriate.
h. Changed the default filename completion function to call the filename
dequoting function if the directory completion hook isn't set. This means
that any directory completion hooks need to dequote the directory name,
since application-specific hooks need to know how the word was quoted,
even if no other changes are made.
i. Fixed a bug with creating the prompt for a non-interactive search string
when there are non-printing characters in the primary prompt.
j. Fixed a bug that caused prompts with invisible characters to be redrawn
multiple times in a multibyte locale.
k. Fixed a bug that could cause the key sequence scanning code to return the
wrong function.
l. Fixed a problem with the callback interface that caused it to fail when
using multi-character keyboard macros.
m. Fixed a bug that could cause a core dump when an edited history entry was
re-executed under certain conditions.
n. Fixed a bug that caused readline to reference freed memory when attmpting
to display a portion of the prompt.
o. Fixed a bug with prompt redisplay in a multi-byte locale to avoid redrawing
the prompt and input line multiple times.
p. Fixed history expansion to not be confused by here-string redirection.
q. Readline no longer treats read errors by converting them to newlines, as
it does with EOF. This caused partial lines to be returned from readline().
r. Fixed a redisplay bug that occurred in multibyte-capable locales when the
prompt was one character longer than the screen width.
2. New Features in Readline
a. Calling applications can now set the keyboard timeout to 0, allowing
poll-like behavior.
b. The value of SYS_INPUTRC (configurable at compilation time) is now used as
the default last-ditch startup file.
c. The history file reading functions now allow windows-like \r\n line
terminators.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/readline/Makefile | 10 | ||||
-rw-r--r-- | devel/readline/distinfo | 11 |
2 files changed, 8 insertions, 13 deletions
diff --git a/devel/readline/Makefile b/devel/readline/Makefile index c46f57c9aef..670319f3c90 100644 --- a/devel/readline/Makefile +++ b/devel/readline/Makefile @@ -1,14 +1,12 @@ -# $NetBSD: Makefile,v 1.39 2006/03/30 03:44:43 jlam Exp $ +# $NetBSD: Makefile,v 1.40 2006/10/22 10:55:31 wiz Exp $ # -DISTNAME= readline-5.1 -PKGNAME= readline-5.1pl1 -PKGREVISION= 1 +DISTNAME= readline-5.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=readline/} -PATCH_SITES= ${MASTER_SITE_GNU:=readline/readline-5.1-patches/} -PATCHFILES= readline51-001 +#PATCH_SITES= ${MASTER_SITE_GNU:=readline/readline-5.1-patches/} +#PATCHFILES= readline51-001 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html diff --git a/devel/readline/distinfo b/devel/readline/distinfo index e861ae79611..209ec32a39c 100644 --- a/devel/readline/distinfo +++ b/devel/readline/distinfo @@ -1,9 +1,6 @@ -$NetBSD: distinfo,v 1.12 2006/03/02 00:24:55 minskim Exp $ +$NetBSD: distinfo,v 1.13 2006/10/22 10:55:31 wiz Exp $ -SHA1 (readline-5.1.tar.gz) = 4b2ee2bc9c6dd1d238c84a58f7e6db173600b850 -RMD160 (readline-5.1.tar.gz) = e7e755bcde7a38740dd0ef6fc10d66614b74ea21 -Size (readline-5.1.tar.gz) = 2030276 bytes -SHA1 (readline51-001) = 2d369ad65a8751d0a9721002c06e139afe35265b -RMD160 (readline51-001) = 93dd36106f68682c4dc73a9b1ecf62bf7943fae4 -Size (readline51-001) = 2042 bytes +SHA1 (readline-5.2.tar.gz) = 18f3412c73068509d5f491b7b4535aeaf9522834 +RMD160 (readline-5.2.tar.gz) = 983cbb25192e0a376b80cb2428fe8ee254a041c7 +Size (readline-5.2.tar.gz) = 2037705 bytes SHA1 (patch-ae) = b5956a7722a26a7394083fd81b741065436b2f68 |