bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.7-20090328.patch.gz


From: Thomas Dickey
Subject: ncurses-5.7-20090328.patch.gz
Date: Sat, 28 Mar 2009 20:10:11 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

 ncurses 5.7 - patch 20090328 - 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

 ------------------------------------------------------------------------------
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Mar 29 00:06:57 UTC 2009
 ------------------------------------------------------------------------------
 NEWS                        |   34 
 aclocal.m4                  |   12 
 c++/Makefile.in             |    5 
 c++/cursesw.cc              |    7 
 configure                   | 2474 +++++++++++++++++++++---------------------
 configure.in                |    6 
 dist.mk                     |    4 
 form/Makefile.in            |    3 
 menu/Makefile.in            |    3 
 misc/terminfo.src           |   81 -
 mk-1st.awk                  |   12 
 ncurses/Makefile.in         |    3 
 ncurses/base/safe_sprintf.c |    6 
 ncurses/tinfo/MKcodes.awk   |    4 
 ncurses/tinfo/captoinfo.c   |    6 
 ncurses/trace/trace_tries.c |    6 
 panel/Makefile.in           |    3 
 progs/Makefile.in           |    4 
 test/aclocal.m4             |  332 ++++-
 test/configure              | 1569 +++++++++++++++++++-------
 test/configure.in           |    8 
 test/ncurses.c              |    6 
 22 files changed, 2777 insertions(+), 1811 deletions(-)
 ------------------------------------------------------------------------------

20090328
        + extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving
          function key definitions from emx-base for consistency -TD
        + correct missing final 'p' in pfkey capability of ansi.sys-old (report
          by Kalle Olavi Niemitalo).
        + improve test/ncurses.c 'F' test, show combining characters in color.
        + quiet a false report by cppcheck in c++/cursesw.cc by eliminating
          a temporary variable.
        + use _nc_doalloc() rather than realloc() in a few places in ncurses
          library to avoid leak in out-of-memory condition (reports by William
          Egert and Martin Ettl based on cppcheck tool).
        + add --with-ncurses-wrap-prefix option to test/configure (discussion
          with Charles Wilson).
        + use ncurses*-config scripts if available for test/configure.
        + update test/aclocal.m4 and test/configure
        > patches by Charles Wilson:
        + modify CF_WITH_LIBTOOL configure check to allow unreleased libtool
          version numbers (e.g.  which include alphabetic chars, as well as
          digits, after the final '.').
        + improve use of -no-undefined option for libtool by setting an
          intermediate variable LT_UNDEF in the configure script, and then
          using that in the libtool link-commands.
        + fix an missing use of NCURSES_PUBLIC_VAR() in tinfo/MKcodes.awk
          from 2009031 changes.
        + improve mk-1st.awk script by writing separate cases for the
          LIBTOOL_LINK command, depending on which library (ncurses, ticlib,
          termlib) is to be linked.
        + modify configure.in to allow broken-linker configurations, not just
          enable-reentrant, to set public wrap prefix.

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