]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.7 - patch 20090815
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 16 Aug 2009 00:18:43 +0000 (00:18 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 16 Aug 2009 00:18:43 +0000 (00:18 +0000)
commitbbb7fd37298f7d81386a4cf868417b9e084d7d90
treea129d560a618741e5928e41bf8c517e0d673a844
parentd27c5b45ccee25dd4cfc8000d0f96b96c20ec6cf
ncurses 5.7 - patch 20090815

+ correct use of terminfo capabilities for initializing soft-keys,
  broken in 20090509 merging.
+ modify wgetch() to ensure it checks SIGWINCH when it gets an error
  in non-blocking mode (patch by Clemens Ladisch).
+ use PATH_SEPARATOR symbol when substituting into run_tic.sh, to
  help with builds on non-Unix platforms such as OS/2 EMX.
+ modify scripting for misc/run_tic.sh to test configure script's
  $cross_compiling variable directly rather than comparing host/build
  compiler names (prompted by comment in GenToo #249363).
+ fix configure script option --with-database, which was coded as an
  enable-type switch.
+ build-fixes for --srcdir (report by Frederic L W Meunier).
12 files changed:
NEWS
configure
configure.in
dist.mk
include/Makefile.in
misc/Makefile.in
misc/run_tic.in
ncurses/Makefile.in
ncurses/base/lib_getch.c
ncurses/base/lib_slk.c
ncurses/base/lib_slkrefr.c
ncurses/tty/lib_vidattr.c