[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.9-20130727.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.9-20130727.patch.gz |
Date: |
Sat, 27 Jul 2013 20:39:12 -0400 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
ncurses 5.9 - patch 20130727 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 5.9 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.9 are in the subdirectory
ftp://invisible-island.net/ncurses/5.9
------------------------------------------------------------------------------
ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20130727.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Jul 28 00:32:27 UTC 2013
------------------------------------------------------------------------------
Ada95/aclocal.m4 | 43
Ada95/configure | 845 ++++++------
NEWS | 16
aclocal.m4 | 47
configure | 2869 +++++++++++++++++++++---------------------
configure.in | 6
dist.mk | 4
ncurses/tinfo/write_entry.c | 6
package/debian/changelog | 4
package/ncurses.spec | 2
test/aclocal.m4 | 48
test/configure | 1223 +++++++++--------
12 files changed, 2630 insertions(+), 2483 deletions(-)
------------------------------------------------------------------------------
20130727
+ improve configure macros from ongoing work on cdk, dialog, xterm:
+ CF_ADD_LIB_AFTER - fix a problem with -Wl options
+ CF_RPATH_HACK - add missing result-message
+ CF_SHARED_OPTS - modify to use $rel_builddir in cygwin and mingw
dll symbols (which can be overridden) rather than explicit "../".
+ CF_SHARED_OPTS - modify NetBSD and DragonFly symbols to use ${CC}
rather than ${LD} to improve rpath support.
+ CF_SHARED_OPTS - add a symbol to denote the temporary files that
are created by the macro, to simplify clean-rules.
+ CF_X_ATHENA - trim extra libraries to work with -Wl,--as-needed
+ fix a regression in hashed-database support for NetBSD, which uses
the key-size differently from other implementations (cf: 20121229).
--
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.9-20130727.patch.gz,
Thomas Dickey <=