]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.6 - patch 20080906
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 7 Sep 2008 01:02:23 +0000 (01:02 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 7 Sep 2008 01:02:23 +0000 (01:02 +0000)
commita7d99bb6b29485693a21c0cc70d7925f2211769c
tree121c38db4d4d16a5b8830fdf006f03f9dcc95f73
parentd8b5e3f8187d68e90f8146e866470fcff148073d
ncurses 5.6 - patch 20080906

+ corrected gcc options for building shared libraries on IRIX64.
+ add configure check for awk programs unable to handle big-strings,
  use that to improve the default for --enable-big-strings option.
+ makefile-fixes for --enable-weak-symbols (report by Frederic L W
  Meunier).
+ update test/configure script.
+ adapt ifdef's from library to make test/view.c build when mbrtowc()
  is unavailable, e.g., with HPUX 10.20.
+ add configure check for wcsrtombs, mbsrtowcs, which are used in
  test/ncurses.c, and use wcstombs, mbstowcs instead if available,
  fixing build of ncursew for HPUX 11.00
13 files changed:
NEWS
aclocal.m4
configure
configure.in
dist.mk
include/ncurses_defs
progs/Makefile.in
test/Makefile.in
test/configure
test/configure.in
test/ncurses.c
test/test.priv.h
test/view.c