[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-5.9-20140920
From: |
Thomas E. Dickey |
Subject: |
ANN: ncurses-5.9-20140920 |
Date: |
Sat, 20 Sep 2014 21:10:01 -0400 |
Files:
ftp://invisible-island.net/AdaCurses/current/AdaCurses-20140920.tgz
ftp://invisible-island.net/AdaCurses/current/AdaCurses-20140920.tgz.asc
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20140920.tgz
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20140920.tgz.asc
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20140920.tgz
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20140920.tgz.asc
ftp://invisible-island.net/ncurses/5.9/MD5sums
ftp://invisible-island.net/ncurses/5.9/dev-patches.zip
ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20140920.patch.gz
ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20140920.patch.gz.asc
ftp://invisible-island.net/ncurses/current/ncurses-5.9-20140920.tgz
ftp://invisible-island.net/ncurses/current/ncurses-5.9-20140920.tgz.asc
ftp://invisible-island.net/ncurses/win32/mingw32-20140920.zip
ftp://invisible-island.net/ncurses/win32/mingw64-20140920.zip
ncurses 5.9 - patch - 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-20140920.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Sep 21 01:02:18 UTC 2014
------------------------------------------------------------------------------
Ada95/aclocal.m4 | 25
Ada95/configure | 715 +++++-----
INSTALL | 37
NEWS | 16
aclocal.m4 | 40
config.sub | 13
configure | 2524 ++++++++++++++++++-------------------
configure.in | 11
dist.mk | 4
package/debian-mingw/changelog | 4
package/debian-mingw/rules | 8
package/debian-mingw64/changelog | 4
package/debian-mingw64/rules | 8
package/debian/changelog | 4
package/mingw-ncurses.nsi | 4
package/mingw-ncurses.spec | 23
package/ncurses.spec | 2
test/aclocal.m4 | 8
test/configure | 2447 ++++++++++++++++++-----------------
test/configure.in | 7
20 files changed, 3002 insertions(+), 2902 deletions(-)
------------------------------------------------------------------------------
20140920
+ add ncurses*-config to bin-directory of sample package-scripts.
+ add check to ensure that getopt is available; this is a problem in
some older cross-compiler environments.
+ expanded on the description of --disable-overwrite in INSTALL
(prompted by reports by Joakim Tjernlund, Thomas Klausner).
See Gentoo #522586 and NetBSD #49200 for examples.
which relates to the clarified guidelines.
+ remove special logic from CF_INCLUDE_DIRS which adds the directory
for the --includedir from the build (report by Joakim Tjernlund).
+ add case for Unixware to CF_XOPEN_SOURCE, from lynx changes.
+ update config.sub from
http://git.savannah.gnu.org/cgit/config.git
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ANN: ncurses-5.9-20140920,
Thomas E. Dickey <=