bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.6-20070428.patch.gz


From: Thomas Dickey
Subject: ncurses-5.6-20070428.patch.gz
Date: Sat, 28 Apr 2007 20:18:34 -0400
User-agent: Mutt/1.5.13 (2006-08-11)

 ncurses 5.6 - patch 20070428 - Thomas E. Dickey

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

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

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

 ------------------------------------------------------------------------------
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Apr 29 00:13:28 UTC 2007
 ------------------------------------------------------------------------------
 NEWS                        |   24 
 aclocal.m4                  |  117 ++
 c++/Makefile.in             |    8 
 configure                   | 2318 ++++++++++++++++++++++--------------------
 configure.in                |   41 
 dist.mk                     |    4 
 form/Makefile.in            |    4 
 include/MKterm.h.awk.in     |   11 
 include/curses.h.in         |    8 
 include/ncurses_defs        |    3 
 menu/Makefile.in            |    4 
 ncurses/Makefile.in         |    4 
 ncurses/base/lib_set_term.c |    4 
 ncurses/tty/hardscroll.c    |    6 
 ncurses/tty/hashmap.c       |    6 
 ncurses/tty/lib_mvcur.c     |    7 
 panel/Makefile.in           |    4 
 progs/Makefile.in           |    5 
 test/Makefile.in            |   10 
 19 files changed, 1475 insertions(+), 1113 deletions(-)
 ------------------------------------------------------------------------------

20070428
        + add a configure check for gcc's options for inlining, use that to
          quiet a warning message where gcc's default behavior changed from
          3.x to 4.x.
        + improve warning message when checking if GPM is linked to curses
          library by not warning if its use of "wgetch" is via a weak symbol.
        + add loader options when building with static libraries to ensure that
          an installed shared library for ncurses does not conflict.  This is
          reported as problem with Tru64, but could affect other platforms
          (report Martin Mokrejs, analysis by Tim Mooney).
        + fix build on cygwin after recent ticlib/termlib changes, i.e.,
          + adjust TINFO_SUFFIX value to work with cygwin's dll naming
          + revert a change from 20070303 which commented out dependency of
            SHLIB_LIST in form/menu/panel/c++ libraries.
        + fix initialization of ripoff stack pointer (cf: 20070421).

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