bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.7-20090718.patch.gz


From: Thomas Dickey
Subject: ncurses-5.7-20090718.patch.gz
Date: Sat, 18 Jul 2009 21:06:53 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

 ncurses 5.7 - patch 20090718 - Thomas E. Dickey

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

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

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

 ------------------------------------------------------------------------------
 ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-20090718.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Jul 19 01:03:05 UTC 2009
 ------------------------------------------------------------------------------
 INSTALL                      |    6 
 NEWS                         |   15 
 aclocal.m4                   |    7 
 configure                    | 3181 ++++++++++++++++++++---------------------
 configure.in                 |   13 
 dist.mk                      |    4 
 include/curses.h.in          |   10 
 man/curs_getcchar.3x         |    7 
 ncurses/base/lib_slk.c       |    7 
 ncurses/tinfo/comp_hash.c    |   60 
 ncurses/tinfo/comp_parse.c   |   12 
 ncurses/widechar/lib_cchar.c |   10 
 test/aclocal.m4              |  172 +-
 test/chgat.c                 |   11 
 test/clip_printw.c           |   23 
 test/configure               | 1256 +++++++++++-----
 test/configure.in            |   30 
 test/demo_terminfo.c         |   13 
 test/ditto.c                 |    4 
 test/firstlast.c             |   13 
 test/insdelln.c              |   13 
 test/ncurses.c               |   29 
 test/test.priv.h             |   64 
 test/test_arrays.c           |    4 
 test/view.c                  |   18 
 25 files changed, 2925 insertions(+), 2057 deletions(-)
 ------------------------------------------------------------------------------

20090718
        + fix a null-pointer check in _nc_format_slks() in lib_slk.c, from
          20070704 changes.
        + modify _nc_find_type_entry() to use hashing.
        + make CCHARW_MAX value configurable, noting that changing this would
          change the size of cchar_t, and would be ABI-incompatible.
        + modify test-programs, e.g,.  test/view.c, to address subtle
          differences between Tru64/Solaris and HPUX/AIX getcchar() return
          values.
        + modify length returned by getcchar() to count the trailing null
          which is documented in X/Open (cf: 20020427).
        + fixes for test programs to build/work on HPUX and AIX, etc.

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