pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/readline



Module Name:    pkgsrc
Committed By:   he
Date:           Wed Aug 13 11:11:38 UTC 2008

Modified Files:
        pkgsrc/devel/readline: Makefile distinfo
Added Files:
        pkgsrc/devel/readline/patches: patch-af patch-ag patch-ah

Log Message:
Update from version 5.2nb1 to 5.2nb2.

This imports some fixes from Debian.  First and foremost:

http://lists.gnu.org/archive/html/bug-bash/2006-11/msg00017.html

Bug-Description:

In some cases, code that is intended to be used in the presence of multibyte
characters is called when no such characters are present, leading to incorrect
display position calculations and incorrect redisplay.

http://lists.gnu.org/archive/html/bug-readline/2007-01/msg00002.html

Bug-Description:

Readline neglects to reallocate the array it uses to keep track of wrapped
screen lines when increasing its size.  This will eventually result in
segmentation faults when given sufficiently long input.

http://lists.gnu.org/archive/html/bug-bash/2007-02/msg00054.html

Bug-Description:

When moving the cursor, bash sometimes misplaces the cursor when the prompt
contains two or more multibyte characters.  The particular circumstance that
uncovered the problem was having the (multibyte) current directory name in
the prompt string.

...all related to display.c.  Also add include of <stdio.h> to
two of the readline header files.


To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 pkgsrc/devel/readline/Makefile
cvs rdiff -r1.14 -r1.15 pkgsrc/devel/readline/distinfo
cvs rdiff -r0 -r1.4 pkgsrc/devel/readline/patches/patch-af \
    pkgsrc/devel/readline/patches/patch-ag \
    pkgsrc/devel/readline/patches/patch-ah

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index