bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.7-20100522.patch.gz


From: Thomas Dickey
Subject: ncurses-5.7-20100522.patch.gz
Date: Sat, 22 May 2010 20:57:55 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

 ncurses 5.7 - patch 20100522 - 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-20100522.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun May 23 00:52:44 UTC 2010
 ------------------------------------------------------------------------------
 MANIFEST                                  |    1 
 NEWS                                      |   15 
 aclocal.m4                                |   33 
 configure                                 | 2749 ++++++++++++++--------------
 dist.mk                                   |    4 
 man/tabs.1                                |    6 
 ncurses-5.7-20100522/ncurses/build.priv.h |  108 +
 ncurses/base/lib_getch.c                  |    4 
 ncurses/base/lib_mouse.c                  |    4 
 ncurses/base/lib_newterm.c                |    4 
 ncurses/curses.priv.h                     |    3 
 ncurses/tinfo/make_hash.c                 |    6 
 ncurses/tinfo/make_keys.c                 |    4 
 13 files changed, 1552 insertions(+), 1389 deletions(-)
 ------------------------------------------------------------------------------

20100522
        + correct cross-compiling configure check for CF_MKSTEMP macro, by
          adding a check cache variable set by AC_CHECK_FUNC (report by
          Pierre Labastie).
        + simplify include-dependencies of make_hash and make_keys, to reduce
          the need for setting BUILD_CPPFLAGS in cross-compiling when the
          build- and target-machines differ.
        + repair broken-linker configuration by restoring a definition of SP
          variable to curses.priv.h, and adjusting for cases where sp-funcs
          are used.
        + improve configure macro CF_AR_FLAGS, allowing ARFLAGS environment
          variable to override (prompted by report by Pablo Cazallas).

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