[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.6-20080906.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.6-20080906.patch.gz |
Date: |
Sat, 06 Sep 2008 21:06:03 -0400 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
ncurses 5.6 - patch 20080906 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 5.6 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.6 are in the subdirectory
ftp://invisible-island.net/ncurses/5.6
------------------------------------------------------------------------------
patch by Thomas E. Dickey <address@hidden>
created Sun Sep 7 01:02:23 UTC 2008
------------------------------------------------------------------------------
NEWS | 15
aclocal.m4 | 32
configure | 2191 ++++++++++++++++++++++++-------------------------
configure.in | 13
dist.mk | 4
include/ncurses_defs | 8
progs/Makefile.in | 6
test/Makefile.in | 8
test/configure | 746 ++++++++--------
test/configure.in | 48 -
test/ncurses.c | 44
test/test.priv.h | 4
test/view.c | 27
13 files changed, 1638 insertions(+), 1508 deletions(-)
------------------------------------------------------------------------------
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
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ncurses-5.6-20080906.patch.gz,
Thomas Dickey <=