bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.6-20080823.patch.gz


From: Thomas Dickey
Subject: ncurses-5.6-20080823.patch.gz
Date: Sat, 23 Aug 2008 20:29:26 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

 ncurses 5.6 - patch 20080823 - 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 Aug 24 00:26:02 UTC 2008
 ------------------------------------------------------------------------------
 INSTALL                    |    9 
 NEWS                       |   16 
 aclocal.m4                 |   30 
 configure                  | 1386 +++++++++++++++++++++----------------------
 configure.in               |    9 
 dist.mk                    |    4 
 man/menu_attributes.3x     |    6 
 misc/terminfo.src          |   20 
 ncurses/base/lib_freeall.c |    7 
 ncurses/tinfo/lib_data.c   |   12 
 ncurses/trace/lib_trace.c  |    4 
 test/demo_forms.c          |    4 
 test/demo_menus.c          |    7 
 13 files changed, 781 insertions(+), 733 deletions(-)
 ------------------------------------------------------------------------------

20080823
        + modify configure check for pthread library to work with OSF/1 5.1,
          which uses #define's to associate its header and library.
        + use pthread_mutexattr_init() for initializing pthread_mutexattr_t,
          makes threaded code work on HPUX 11.23
        + fix a bug in demo_menus in freeing menus (cf: 20080804).
        + modify configure script for the case where tic library is used (and
          possibly renamed) to remove its dependency upon ncurses/ncursew
          library (patch by Dr Werner Fink).
        + correct manpage for menu_fore() which gave wrong default for
          the attribute used to display a selected entry (report by Mike Gran).
        + add Eterm-256color, Eterm-88color and rxvt-88color (prompted by
          Debian #495815) -TD

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