bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.6-20080329.patch.gz


From: Thomas Dickey
Subject: ncurses-5.6-20080329.patch.gz
Date: Sat, 29 Mar 2008 19:51:34 -0400
User-agent: Mutt/1.5.9i

 ncurses 5.6 - patch 20080329 - 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  Sat Mar 29 23:48:44 UTC 2008
 ------------------------------------------------------------------------------
 INSTALL                     |   13 
 NEWS                        |   17 
 aclocal.m4                  |   61 
 config.guess                |  176 +-
 config.sub                  |   82 -
 configure                   | 3104 ++++++++++++++++++++++--------------------
 configure.in                |   20 
 dist.mk                     |    4 
 include/curses.h.in         |    9 
 man/curs_threads.3x         |    9 
 ncurses/base/lib_addch.c    |    4 
 ncurses/base/lib_set_term.c |  149 +-
 ncurses/base/use_window.c   |    4 
 ncurses/curses.priv.h       |   11 
 ncurses/tinfo/lib_data.c    |    4 
 ncurses/tinfo/use_screen.c  |    8 
 test/ditto.c                |   12 
 test/test.priv.h            |    9 
 18 files changed, 1986 insertions(+), 1710 deletions(-)
 ------------------------------------------------------------------------------

20080329
        + add null-pointer checks in set_term() and delscreen().
        + move _nc_windows into _nc_globals, since windows can be pads, which
          are not associated with a particular screen.
        + change use_screen() to pass the SCREEN* parameter rather than
          stdscr to the callback function.
        + force libtool to use tag for 'CC' in case it does not detect this,
          e.g., on aix when using CC=powerpc-ibm-aix5.3.0.0-gcc
          (report/patch by Michael Haubenwallner).
        + override OBJEXT to "lo" when building with libtool, to work on
          platforms such as AIX where libtool supports only static libraries
          (report/patch by Michael Haubenwallner).
        + add configure --with-pthread option, for building with the POSIX
          thread library.

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