bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.7-20100515.patch.gz


From: Thomas Dickey
Subject: ncurses-5.7-20100515.patch.gz
Date: Sat, 15 May 2010 21:05:53 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

 ncurses 5.7 - patch 20100515 - 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-20100515.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun May 16 00:56:17 UTC 2010
 ------------------------------------------------------------------------------
 INSTALL                      |   35 
 MANIFEST                     |    1 
 NEWS                         |   19 
 aclocal.m4                   |   59 
 c++/Makefile.in              |    7 
 configure                    | 3446 ++++++++++++++++++++---------------------
 configure.in                 |   17 
 dist.mk                      |    4 
 form/Makefile.in             |    4 
 include/ncurses_defs         |    3 
 man/Makefile.in              |    4 
 menu/Makefile.in             |    4 
 misc/Makefile.in             |    6 
 mk-1st.awk                   |   11 
 mk-hdr.awk                   |    6 
 ncurses/Makefile.in          |    4 
 ncurses/base/lib_getch.c     |   15 
 ncurses/base/lib_mouse.c     |    9 
 ncurses/curses.priv.h        |   44 
 ncurses/tinfo/lib_data.c     |    9 
 ncurses/tinfo/tinfo_driver.c |    9 
 ncurses/tty/lib_tstp.c       |   11 
 panel/Makefile.in            |    4 
 progs/Makefile.in            |    4 
 test/aclocal.m4              |   78 
 test/configure               |  958 ++++++-----
 26 files changed, 2589 insertions(+), 2182 deletions(-)
 ------------------------------------------------------------------------------

20100515
        + add configure option --enable-pthreads-eintr to control whether the
          new EINTR feature is enabled.
        + modify logic in pthread configuration to allow EINTR to interrupt
          a read operation in wgetch() (Novell #540571, patch by Werner Fink).
        + drop mkdirs.sh, use "mkdir -p".
        + add configure option --disable-libtool-version, to use the
          "-version-number" feature which was added in libtool 1.5 (report by
          Peter Haering).  The default value for the option uses the newer
          feature, which makes libraries generated using libtool compatible
          with the standard builds of ncurses.
        + updated test/configure to match configure script macros.
        + fixes for configure script from lynx changes:
          + improve CF_FIND_LINKAGE logic for the case where a function is
            found in predefined libraries.
          + revert part of change to CF_HEADER (cf: 20100424)

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