bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.6-20070728.patch.gz


From: Thomas Dickey
Subject: ncurses-5.6-20070728.patch.gz
Date: Sat, 28 Jul 2007 20:30:36 -0400
User-agent: Mutt/1.5.16 (2007-06-11)

 ncurses 5.6 - patch 20070728 - Thomas E. Dickey

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

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

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

 ------------------------------------------------------------------------------
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Jul 29 00:27:12 UTC 2007
 ------------------------------------------------------------------------------
 INSTALL                                        |    7 
 MANIFEST                                       |    3 
 NEWS                                           |   13 
 configure                                      | 2916 +++++++++++------------
 configure.in                                   |   17 
 dist.mk                                        |    4 
 include/tic.h                                  |   24 
 ncurses-5.6-20070728/ncurses/tinfo/MKcaptab.sh |   72 
 ncurses/Makefile.in                            |   12 
 ncurses/base/MKkeyname.awk                     |   54 
 ncurses/base/MKunctrl.awk                      |   70 
 ncurses/tinfo/MKcaptab.awk                     |   91 
 ncurses/tinfo/comp_hash.c                      |   40 
 ncurses/tinfo/parse_entry.c                    |    8 
 progs/infocmp.c                                |  140 -
 test/test_get_wstr.c                           |    4 
 test/test_getstr.c                             |    4 
 17 files changed, 1811 insertions(+), 1668 deletions(-)
 ------------------------------------------------------------------------------

20070728
        + make _nc_capalias_table and _nc_infoalias_table private, accessed via
          _nc_get_alias_table() since they are used only by parse_entry.c
        + make _nc_key_names private since it is used only by lib_keyname.c
        + add --disable-big-strings configure option to control whether
          unctrl.c is generated using the big-string optimization - which may
          use strings longer than supported by a given compiler.
        + reduce relocation tables for tic, infocmp by changing type of
          internal hash tables to short, and make those private symbols.
        + eliminate large fixed arrays from progs/infocmp.c

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