bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.4-20050604.patch.gz


From: Thomas Dickey
Subject: ncurses-5.4-20050604.patch.gz
Date: Sat, 4 Jun 2005 19:15:22 -0400
User-agent: Mutt/1.5.9i

 ncurses 5.4 - patch 20050604 - T.Dickey

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

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

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

 ------------------------------------------------------------------------------
 INSTALL                      |    8 
 NEWS                         |   15 
 configure                    | 2519 ++++++++++++++++++++---------------------
 configure.in                 |   16 
 dist.mk                      |    4 
 ncurses/base/lib_color.c     |   15 
 ncurses/base/lib_freeall.c   |    7 
 ncurses/curses.priv.h        |   11 
 ncurses/tinfo/alloc_entry.c  |   11 
 ncurses/tinfo/captoinfo.c    |   11 
 ncurses/tinfo/comp_parse.c   |   44 
 ncurses/tinfo/comp_scan.c    |   17 
 ncurses/tinfo/free_ttype.c   |    7 
 ncurses/tinfo/parse_entry.c  |   27 
 ncurses/tinfo/read_entry.c   |    9 
 ncurses/tinfo/read_termcap.c |   15 
 16 files changed, 1397 insertions(+), 1339 deletions(-)
 ------------------------------------------------------------------------------

20050604
        + fixes for termcap support:
          + reset pointer to _nc_curr_token.tk_name when the input stream is
            closed, which could point to free memory (cf: 20030215).
          + delink TERMTYPE data which is used by the termcap reader, so that
            extended names data will be freed consistently.
          + free pointer to TERMTYPE data in _nc_free_termtype() rather than
            its callers.
          + add some entrypoints for freeing permanently allocated data via
            _nc_freeall() when NO_LEAKS is defined.
        + amend 20041030 change to _nc_do_color to ensure that optimization is
          applied only when the terminal supports back_color_erase (bce).

-- 
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]