[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.5-20061209.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.5-20061209.patch.gz |
Date: |
Sat, 09 Dec 2006 20:59:50 -0500 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
ncurses 5.5 - patch 20061209 - T.Dickey
------------------------------------------------------------------------------
Ncurses 5.5 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.5 are in the subdirectory
ftp://invisible-island.net/ncurses/5.5
------------------------------------------------------------------------------
NEWS | 19 ++++++++++-
aclocal.m4 | 58 +++++++++++++++++------------------
configure | 66 ++++++++++++++++++++--------------------
configure.in | 6 +--
dist.mk | 4 +-
ncurses/curses.priv.h | 19 ++++++++++-
ncurses/tinfo/lib_ttyflags.c | 31 +++++-------------
ncurses/trace/lib_tracebits.c | 6 ++-
test/cardfile.c | 6 +--
test/demo_altkeys.c | 5 +--
test/demo_forms.c | 20 +++++++++---
test/edit_field.c | 5 +--
test/filter.c | 5 +--
test/foldkeys.c | 5 +--
test/ncurses.c | 19 +++++------
15 files changed, 150 insertions(+), 124 deletions(-)
------------------------------------------------------------------------------
20061209
+ change default for --with-develop back to "no".
+ add XTABS to tracing of TTY bits.
+ updated autoconf patch to ifdef-out the misfeature which declares
exit() for configure tests. This fixes a redefinition warning on
Solaris.
+ use ${CC} rather than ${LD} in shared library rules for IRIX64,
Solaris to help ensure that initialization sections are provided for
extra linkage requirements, e.g., of C++ applications (prompted by
comment by Casper Dik in newsgroup).
+ rename "$target" in CF_MAN_PAGES to make it easier to distinguish
from the autoconf predefined symbol. There was no conflict,
since "$target" was used only in the generated edit_man.sh file,
but SuSE's rpm package contains a patch.
--
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.5-20061209.patch.gz,
Thomas Dickey <=