bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.9-20111030.patch.gz


From: Thomas Dickey
Subject: ncurses-5.9-20111030.patch.gz
Date: Sun, 30 Oct 2011 21:02:26 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

 ncurses 5.9 - patch 20111030 - Thomas E. Dickey

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

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

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

 ------------------------------------------------------------------------------
 ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20111030.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Oct 30 23:32:22 UTC 2011
 ------------------------------------------------------------------------------
 Ada95/aclocal.m4            |  101 -
 Ada95/configure             |  930 +++++++----
 NEWS                        |   21 
 aclocal.m4                  |  176 +-
 c++/etip.h.in               |   16 
 configure                   | 2724 +++++++++++++++++++---------------
 configure.in                |   56 
 dist.mk                     |    4 
 include/curses.h.in         |   30 
 include/curses.tail         |    4 
 include/curses.wide         |    4 
 include/ncurses_defs        |    3 
 ncurses/curses.priv.h       |    4 
 ncurses/tinfo/write_entry.c |   28 
 test/aclocal.m4             |  289 +++
 test/configure              | 3340 +++++++++++++++++++++++++-----------------
 test/configure.in           |   31 
 test/test.priv.h            |    7 
 18 files changed, 4751 insertions(+), 3017 deletions(-)
 ------------------------------------------------------------------------------
 
20111030
        + modify make_db_path() to allow creating "terminfo.db" in the same
          directory as an existing "terminfo" directory.  This fixes a case
          where switching between hashed/filesystem databases would cause the
          new hashed database to be installed in the next best location -
          root's home directory.
        + add variable cf_cv_prog_gnat_correct to those passed to
          config.status, fixing a problem with Ada95 builds (cf: 20111022).
        + change feature test from _XPG5 to _XOPEN_SOURCE in two places, to
          accommodate broken implementations for _XPG6.
        + eliminate usage of NULL symbol from etip.h, to reduce header
          interdependencies.
        + add configure check to decide when to add _XOPEN_SOURCE define to
          compiler options, i.e., for Solaris 10 and later (cf: 20100403).
          This is a workaround for gcc 4.6, which fails to build the c++
          binding if that symbol is defined by the application, due to
          incorrectly combining the corresponding feature test macros
          (report by Peter Kruse).

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