]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20120218
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 19 Feb 2012 02:09:31 +0000 (02:09 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 19 Feb 2012 02:09:31 +0000 (02:09 +0000)
commita3173aa5edbdbc6d617800f81a88a304ac5e053c
tree8a78f402a8d028b899ecbd4a9806d359c482265d
parent8e6d0cc266af2051a959002a9d1a6cedcb9a567a
ncurses 5.9 - patch 20120218

+ correct CF_ETIP_DEFINES configure macro, making it exit properly on
  the first success (patch by Pierre Labastie).
+ improve configure macro CF_MKSTEMP by moving existence-check for
  mkstemp out of the AC_TRY_RUN, to help with cross-compiles.
+ improve configure macro CF_FUNC_POLL from luit changes to detect
  broken implementations, e.g., with Mac OS X.
+ add configure option --with-tparm-arg
+ build-fix for MinGW cross-compiling, so that make_hash does not
  depend on TTY definition (cf: 20111008).
16 files changed:
Ada95/aclocal.m4
Ada95/configure
INSTALL
NEWS
aclocal.m4
configure
configure.in
dist.mk
include/curses.h.in
include/nc_tparm.h
include/tic.h
ncurses/tinfo/make_hash.c
ncurses/tinfo/tinfo_driver.c
ncurses/tty/lib_twait.c
ncurses/win32con/win_driver.c
progs/tput.c