bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.6-20070203.patch.gz


From: Thomas Dickey
Subject: ncurses-5.6-20070203.patch.gz
Date: Sat, 03 Feb 2007 20:49:08 -0500
User-agent: Mutt/1.5.13 (2006-08-11)

 ncurses 5.6 - patch 20070203 - 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 Feb  4 01:44:56 UTC 2007
 ------------------------------------------------------------------------------
 Ada95/gen/Makefile.in             |    4 
 MANIFEST                          |   27 
 NEWS                              |   18 
 TO-DO                             |   23 
 aclocal.m4                        |   80 -
 configure                         | 2230 ++++++++++++++++--------------------
 configure.in                      |   17 
 dist.mk                           |    4 
 form/fld_def.c                    |    5 
 form/fld_dup.c                    |    5 
 form/fld_ftlink.c                 |    5 
 form/fld_link.c                   |    5 
 form/fld_newftyp.c                |    5 
 form/frm_def.c                    |    6 
 form/frm_driver.c                 |   17 
 form/fty_alnum.c                  |   14 
 form/fty_alpha.c                  |   14 
 form/fty_enum.c                   |   10 
 form/fty_int.c                    |   10 
 form/fty_num.c                    |   10 
 form/fty_regex.c                  |    7 
 include/nc_alloc.h                |    7 
 include/ncurses_defs              |    8 
 ncurses/base/lib_color.c          |    6 
 ncurses/base/lib_freeall.c        |   20 
 ncurses/base/lib_newwin.c         |   16 
 ncurses/tinfo/comp_parse.c        |    9 
 ncurses/tinfo/entries.c           |   35 
 ncurses/widechar/lib_in_wchnstr.c |    6 
 progs/infocmp.c                   |    5 
 progs/progs.priv.h                |    9 
 progs/toe.c                       |    5 
 test/configure                    |  608 ++++-----
 test/demo_termcap.c               |    5 
 test/dots.c                       |    5 
 test/railroad.c                   |    5 
 test/test.priv.h                  |    8 
 37 files changed, 1545 insertions(+), 1728 deletions(-)
 ------------------------------------------------------------------------------

20070203
        + modify fix_wchnstr() in form library to strip attributes (and color)
          from the cchar_t array (field cells) read from a field's window. 
          Otherwise, when copying the field cells back to the window, the
          associated color overrides the field's background color (report by
          Ricardo Cantu).
        + improve tracing for form library, showing created forms, fields, etc.
        + ignore --enable-rpath configure option if --with-shared was omitted.
        + add _nc_leaks_tinfo(), _nc_free_tic(), _nc_free_tinfo() entrypoints
          to allow leak-checking when both tic- and tinfo-libraries are built.
        + drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding
          no longer relies on it.
        + disallow combining configure script options --with-ticlib and
          --enable-termcap (report by Rong-En Fan).
        + remove tack from ncurses tree.  

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