bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.9-20120218.patch.gz


From: Thomas Dickey
Subject: ncurses-5.9-20120218.patch.gz
Date: Sat, 18 Feb 2012 21:15:02 -0500
User-agent: Mutt/1.5.18 (2008-05-17)

 ncurses 5.9 - patch 20120218 - 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-20120218.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Feb 19 02:09:31 UTC 2012
 ------------------------------------------------------------------------------
 Ada95/aclocal.m4              |   10 
 Ada95/configure               |  251 +-
 INSTALL                       |   11 
 NEWS                          |   13 
 aclocal.m4                    |   37 
 configure                     | 3798 ++++++++++++++++++++--------------------
 configure.in                  |   13 
 dist.mk                       |    4 
 include/curses.h.in           |   13 
 include/nc_tparm.h            |    8 
 include/tic.h                 |   11 
 ncurses/tinfo/make_hash.c     |    5 
 ncurses/tinfo/tinfo_driver.c  |    6 
 ncurses/tty/lib_twait.c       |    3 
 ncurses/win32con/win_driver.c |   43 
 progs/tput.c                  |    9 
 16 files changed, 2169 insertions(+), 2066 deletions(-)
 ------------------------------------------------------------------------------
 
20120218
        + correct CF_ETIP_DEFINES configure macro, making it exit properly on
          the first success (patch by Pierre Labastie).
        + improve configure macro CF_MKSTEMP by moving existence-check for
          mkstemp out of the AC_TRY_RUN, to help with cross-compiles.
        + improve configure macro CF_FUNC_POLL from luit changes to detect
          broken implementations, e.g., with Mac OS X.
        + add configure option --with-tparm-arg
        + build-fix for MinGW cross-compiling, so that make_hash does not
          depend on TTY definition (cf: 20111008).

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