bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.6-20070818.patch.gz


From: Thomas Dickey
Subject: ncurses-5.6-20070818.patch.gz
Date: Sat, 18 Aug 2007 20:31:47 -0400
User-agent: Mutt/1.5.16 (2007-06-11)

 ncurses 5.6 - patch 20070818 - 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 19 00:27:58 UTC 2007
 ------------------------------------------------------------------------------
 MANIFEST                                       |    3 
 NEWS                                           |   16 
 dist.mk                                        |    4 
 include/MKterm.h.awk.in                        |   42 -
 include/curses.h.in                            |   28 -
 man/curs_opaque.3x                             |   37 -
 misc/terminfo.src                              |   17 
 ncurses-5.6-20070818/ncurses/tinfo/MKcodes.awk |  150 ++++++
 ncurses-5.6-20070818/test/test_arrays.c        |   78 +++
 ncurses-5.6-20070818/test/test_opaque.c        |  421 ++++++++++++++++
 ncurses/Makefile.in                            |   23 
 ncurses/base/MKkeyname.awk                     |    4 
 ncurses/base/MKlib_gen.sh                      |    8 
 ncurses/llib-lncurses                          |  549 ++++++++++++----------
 ncurses/llib-lncursesw                         |  573 ++++++++++++-----------
 ncurses/tinfo/MKnames.awk                      |  211 +++++---
 ncurses/tinfo/comp_hash.c                      |   10 
 test/README                                    |  112 ++--
 test/modules                                   |    4 
 test/programs                                  |    4 
 20 files changed, 1581 insertions(+), 713 deletions(-)
 ------------------------------------------------------------------------------

20070818
        + add 9term terminal description (request by Juhapekka Tolvanen) -TD
        + modify comp_hash.c's string output to avoid misinterpreting a null
          "\0" followed by a digit.
        + modify MKnames.awk and MKcodes.awk to support big-strings.
          This only applies to the cases (broken linker, reentrant) where
          the corresponding arrays are accessed via wrapper functions.
        + split MKnames.awk into two scripts, eliminating the shell redirection
          which complicated the make process and also the bogus timestamp file
          which was introduced to fix "make -j".
        + add test/test_opaque.c, test/test_arrays.c
        + add wgetscrreg() and wgetparent() for applications that may need it
          when NCURSES_OPAQUE is defined (prompted by Bryan Christ).

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