bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.6-20070812.patch.gz


From: Thomas Dickey
Subject: ncurses-5.6-20070812.patch.gz
Date: Sun, 12 Aug 2007 12:36:01 -0400
User-agent: Mutt/1.5.16 (2007-06-11)

 ncurses 5.6 - patch 20070812 - 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 Aug 12 16:31:21 UTC 2007
 ------------------------------------------------------------------------------
 NEWS                        |   14 
 aclocal.m4                  |   54 -
 configure                   | 2235 +++++++++++++++++++++---------------------
 dist.mk                     |    4 
 include/tic.h               |    5 
 ncurses/base/memmove.c      |    6 
 ncurses/curses.priv.h       |   18 
 ncurses/tinfo/MKcaptab.awk  |   61 -
 ncurses/tinfo/MKcaptab.sh   |   93 +
 ncurses/tinfo/comp_hash.c   |   75 +
 ncurses/tinfo/comp_parse.c  |    3 
 ncurses/tinfo/parse_entry.c |   14 
 ncurses/tinfo/strings.c     |    6 
 ncurses/tty/lib_mvcur.c     |    4 
 ncurses/tty/lib_twait.c     |    4 
 progs/infocmp.c             |   11 
 test/cardfile.c             |    4 
 test/demo_panels.c          |    4 
 test/test_get_wstr.c        |    4 
 test/test_getstr.c          |    4 
 20 files changed, 1415 insertions(+), 1208 deletions(-)
 ------------------------------------------------------------------------------

20070812
        + amend treatment of infocmp "-r" option to retain the 1023-byte limit
          unless "-T" is given (cf: 981017).
        + modify comp_captab.c generation to use big-strings.
        + make _nc_capalias_table and _nc_infoalias_table private accessed via
          _nc_get_alias_table() since the tables are used only within the tic
          library.
        + modify configure script to skip Intel compiler in CF_C_INLINE.
        + make _nc_info_hash_table and _nc_cap_hash_table private accessed via
          _nc_get_hash_table() since the tables are used only within the tic
          library.

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