]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20120121
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 22 Jan 2012 01:23:31 +0000 (01:23 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 22 Jan 2012 01:23:31 +0000 (01:23 +0000)
commita108bc76f220a81a223a5c25f59195af60452128
tree3408e5696772de8fa058af496ae1e18b3b9df597
parentf367fa254ce3fe29710c86971f04e03111c2bd2c
ncurses 5.9 - patch 20120121

+ add --with-lib-prefix option to allow configuring for old/new flavors
  of OS/2 EMX.
+ modify check for gnat version to allow for year, as used in FreeBSD
  port.
+ modify check_existence() in db_iterator.c to simply check if the
  path is a directory or file, according to the need.  Checking for
  directory size also gives no usable result with OS/2 (cf: 20120107).
+ support OS/2 kLIBC (patch by KO Myung-Han).
23 files changed:
Ada95/aclocal.m4
Ada95/configure
Ada95/configure.in
INSTALL
Makefile.in
NEWS
README.MinGW
aclocal.m4
configure
configure.in
dist.mk
ncurses/base/lib_getch.c
ncurses/base/lib_mouse.c
ncurses/base/lib_newterm.c
ncurses/curses.priv.h
ncurses/tinfo/db_iterator.c
ncurses/tinfo/lib_raw.c
ncurses/tinfo/lib_ttyflags.c
ncurses/tty/lib_twait.c
progs/tset.c
test/README
test/configure.in
test/rain.c