]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.8 - patch 20110329
authorThomas E. Dickey <dickey@invisible-island.net>
Tue, 29 Mar 2011 10:57:44 +0000 (10:57 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Tue, 29 Mar 2011 10:57:44 +0000 (10:57 +0000)
commit362db2575aed6b2c7a8d3928b39af51544502876
treeb39cd0b699e0390ec4b62ab6af949e72efcd9f52
parent2b635f090ec43c82958cef9369464aee4dd8975f
ncurses 5.8 - patch 20110329

> portability fixes for Ada95 binding:
+ add configure check to ensure that SIGINT works with gnat.  This is
  needed for the "rain" sample program.  If SIGINT does not work, omit
  that sample program.
+ correct typo in check of $PKG_CONFIG variable in Ada95/configure
+ add ncurses_compat.c, to supply functions used in the Ada95 binding
  which were added in 5.7 and later.
+ modify sed expression in CF_NCURSES_ADDON to eliminate a dependency
  upon GNU sed.
12 files changed:
Ada95/aclocal.m4
Ada95/configure
Ada95/configure.in
Ada95/samples/Makefile.in
Ada95/src/Makefile.in
Ada95/src/ncurses_compat.c [new file with mode: 0644]
NEWS
TO-DO
aclocal.m4
configure
configure.in
dist.mk