]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.6 - patch 20080830
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 31 Aug 2008 01:08:33 +0000 (01:08 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 31 Aug 2008 01:08:33 +0000 (01:08 +0000)
commitd8b5e3f8187d68e90f8146e866470fcff148073d
tree12b18067d44d23bf86bf29a83233c8c389a3b937
parent48310f11b209169dcbcf4a25fab48d86af8c2017
ncurses 5.6 - patch 20080830

+ fixes to make Ada95 demo_panels() example work.
+ modify Ada95 'rain' test program to accept keyboard commands like the
  C-version.
+ modify BeOS-specific ifdef's to build on Haiku (patch by Scott
  Mccreary).
+ add configure-check to see if the std namespace is legal for cerr
  and endl, to fix a build issue with Tru64.
+ consistently use NCURSES_BOOL in lib_gen.c
+ filter #line's from lib_gen.c
+ change delimiter in MKlib_gen.sh from '%' to '@', to avoid
  substitution by IBM xlc to '#' as part of its extensions to digraphs.
+ update config.guess, config.sub from
http://savannah.gnu.org/projects/config
  (caveat - its maintainer removed support for older Linux systems).
15 files changed:
Ada95/samples/ncurses2-demo_panels.adb
Ada95/samples/rain.adb
NEWS
c++/edit_cfg.sh
c++/etip.h.in
config.guess
config.sub
configure
configure.in
dist.mk
include/curses.h.in
ncurses/base/MKlib_gen.sh
ncurses/base/lib_freeall.c
ncurses/tty/lib_twait.c
ncurses/tty/tty_update.c