bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.3-20030920.patch.gz


From: Thomas Dickey
Subject: ncurses-5.3-20030920.patch.gz
Date: Sat, 20 Sep 2003 21:03:28 -0400
User-agent: Mutt/1.3.28i

 ncurses 5.3 - patch 20030920 - T.Dickey

 ------------------------------------------------------------------------------

 Ncurses 5.3 is at
        ftp.gnu.org:/pub/gnu

 Patches for ncurses 5.3 are in the subdirectory
        ftp://dickey.his.com/ncurses/5.3

 ------------------------------------------------------------------------------
 INSTALL                  |    8 
 NEWS                     |   18 
 aclocal.m4               |   99 +-
 configure                | 2193 +++++++++++++++++++++++----------------------
 configure.in             |   22 
 dist.mk                  |    4 
 ncurses/tty/tty_update.c |   90 +
 tack/init.c              |   16 
 8 files changed, 1330 insertions(+), 1120 deletions(-)
 ------------------------------------------------------------------------------

20030920
        + add --with-rel-version option to allow workaround to allow making
          libtool on Darwin generate the "same" library names as with the
          --with-shared option.  The Darwin ld program does not work well
          with a zero as the minor-version value (request by Chris Zubrzycki).
        + modify CF_MIXEDCASE_FILENAMES macro to work with cross-compiling.
        + modify tack to allow it to run from fallback terminfo data.
        > Philippe Blain:
        + improve PutRange() by adjusting call to EmitRange() and corresponding
          return-value to not emit unchanged characters on the end of the
          range.
        + improve a check for changed-attribute by exiting a loop when the
          change is found.
        + improve logic in TransformLine(), eliminating a duplicated comparison
          in the clr_bol logic.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]