]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.6 - patch 20081018
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 19 Oct 2008 00:58:44 +0000 (00:58 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 19 Oct 2008 00:58:44 +0000 (00:58 +0000)
commitb5df67bc6814f67b5562171c53e3720a30819bba
tree94e954f65ecc33d47429b768dad8bb1b43a5aac3
parentb6bff46512483ea0da80307fd50ce70172d3eb24
ncurses 5.6 - patch 20081018

+ build-fixes for OS/2 EMX.
+ modify form library to accept control characters such as newline
  in set_field_buffer(), which is compatible with Solaris (report by
  Nit Khair).
+ modify configure script to assume --without-hashed-db when
  --disable-database is used.
+ add "-e" option in ncurses/Makefile.in when generating source-files
  to force earlier exit if the build environment fails unexpectedly
  (prompted by patch by Adrian Bunk).
+ change configure script to use CF_UTF8_LIB, improved variant of
  CF_LIBUTF8.
12 files changed:
NEWS
aclocal.m4
configure
configure.in
dist.mk
form/frm_driver.c
man/form_field_buffer.3x
ncurses/Makefile.in
ncurses/base/lib_mouse.c
test/README
test/demo_forms.c
test/edit_field.c