[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.8-20110329.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.8-20110329.patch.gz |
Date: |
Tue, 29 Mar 2011 06:59:46 -0400 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
ncurses 5.8 - patch 20110329 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 5.8 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.8 are in the subdirectory
ftp://invisible-island.net/ncurses/5.8
------------------------------------------------------------------------------
ftp://invisible-island.net/ncurses/5.8/ncurses-5.8-20110329.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Tue Mar 29 10:57:44 UTC 2011
------------------------------------------------------------------------------
Ada95/aclocal.m4 | 63 ++++++-
Ada95/configure | 144 ++++++++++++------
Ada95/configure.in | 7
Ada95/samples/Makefile.in | 6
Ada95/src/Makefile.in | 7
NEWS | 13 +
TO-DO | 20 --
aclocal.m4 | 49 ++++++
configure | 176 ++++++++++++++--------
configure.in | 5
dist.mk | 4
ncurses-5.8-20110329/Ada95/src/ncurses_compat.c | 135 ++++++++++++++++
12 files changed, 486 insertions(+), 143 deletions(-)
------------------------------------------------------------------------------
20110329
> portability fixes for Ada95 binding:
+ add configure check to ensure that SIGINT works with gnat. This is
needed for the "rain" sample program. If SIGINT does not work, omit
that sample program.
+ correct typo in check of $PKG_CONFIG variable in Ada95/configure
+ add ncurses_compat.c, to supply functions used in the Ada95 binding
which were added in 5.7 and later.
+ modify sed expression in CF_NCURSES_ADDON to eliminate a dependency
upon GNU sed.
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- ncurses-5.8-20110329.patch.gz,
Thomas Dickey <=