bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.9-20110813.patch.gz


From: Thomas Dickey
Subject: ncurses-5.9-20110813.patch.gz
Date: Sat, 13 Aug 2011 20:34:47 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

 ncurses 5.9 - patch 20110813 - Thomas E. Dickey

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

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

 Patches for ncurses 5.9 are in the subdirectory
        ftp://invisible-island.net/ncurses/5.9

 ------------------------------------------------------------------------------
 ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20110813.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Aug 14 00:27:10 UTC 2011
 ------------------------------------------------------------------------------
 NEWS                         |   15 +++
 dist.mk                      |    4 -
 misc/ncurses-config.in       |    3 
 ncurses/curses.priv.h        |   21 +++++
 ncurses/tinfo/comp_parse.c   |   22 +++++
 ncurses/tinfo/hashed_db.c    |  157 ++++++++++++++++++++++++++++++-----------
 ncurses/tinfo/lib_setup.c    |   37 +++------
 ncurses/tinfo/lib_termcap.c  |    6 -
 ncurses/tinfo/name_match.c   |   39 ++++++----
 ncurses/tinfo/read_entry.c   |    9 --
 ncurses/tinfo/read_termcap.c |    8 --
 ncurses/tinfo/tinfo_driver.c |   36 +++------
 ncurses/tinfo/write_entry.c  |    3 
 13 files changed, 239 insertions(+), 121 deletions(-)
 ------------------------------------------------------------------------------
 
20110813
        + add substitution for $RPATH_LIST to misc/ncurses-config.in
        + improve performance of tic with hashed-database by caching the
          database connection, using atexit() to cleanup.
        + modify treatment of 2-character aliases at the beginning of termcap
          entries so they are not counted in use-resolution, since these are
          guaranteed to be unique.  Also ignore these aliases when reporting
          the primary name of the entry (cf: 20040501)
        + double-check gn (generic) flag in terminal descriptions to
          accommodate old/buggy termcap databases which misused that feature.
        + minor fixes to _nc_tgetent(), ensure buffer is initialized even on
          error-return.


-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

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