]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.6 - patch 20080823
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 24 Aug 2008 00:26:02 +0000 (00:26 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 24 Aug 2008 00:26:02 +0000 (00:26 +0000)
commit48310f11b209169dcbcf4a25fab48d86af8c2017
treeb24000fe9849e943f7d43135c7be50fe165f26d0
parent11ca5f62994c7a14c4e500510bd242e1e721f8be
ncurses 5.6 - patch 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
13 files changed:
INSTALL
NEWS
aclocal.m4
configure
configure.in
dist.mk
man/menu_attributes.3x
misc/terminfo.src
ncurses/base/lib_freeall.c
ncurses/tinfo/lib_data.c
ncurses/trace/lib_trace.c
test/demo_forms.c
test/demo_menus.c