]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.7 - patch 20100515
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 16 May 2010 00:56:17 +0000 (00:56 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 16 May 2010 00:56:17 +0000 (00:56 +0000)
commit41677b308e138027b7e435f741ee7fe5651237b0
tree21e9470360ba129a03945f212e9d05d316073f97
parent92e187a3459ab7ce1613a3684ca6642447c73620
ncurses 5.7 - patch 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)
27 files changed:
INSTALL
MANIFEST
NEWS
aclocal.m4
c++/Makefile.in
configure
configure.in
dist.mk
form/Makefile.in
include/ncurses_defs
man/Makefile.in
menu/Makefile.in
misc/Makefile.in
mk-1st.awk
mk-hdr.awk
mkdirs.sh [deleted file]
ncurses/Makefile.in
ncurses/base/lib_getch.c
ncurses/base/lib_mouse.c
ncurses/curses.priv.h
ncurses/tinfo/lib_data.c
ncurses/tinfo/tinfo_driver.c
ncurses/tty/lib_tstp.c
panel/Makefile.in
progs/Makefile.in
test/aclocal.m4
test/configure