[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-6.1-20180818
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-6.1-20180818 |
Date: |
Sun, 19 Aug 2018 01:12:09 +0000 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
Files:
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20180818.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20180818.tgz.asc
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20180818.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20180818.tgz.asc
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20180818.tgz
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20180818.tgz.asc
ftp://ftp.invisible-island.net/ncurses/6.1/MD5sums
ftp://ftp.invisible-island.net/ncurses/6.1/dev-patches.zip
ftp://ftp.invisible-island.net/ncurses/6.1/ncurses-6.1-20180818.patch.gz
ftp://ftp.invisible-island.net/ncurses/6.1/ncurses-6.1-20180818.patch.gz.asc
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.1-20180818.tgz
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.1-20180818.tgz.asc
ftp://ftp.invisible-island.net/ncurses/win32/mingw32-20180818.zip
ftp://ftp.invisible-island.net/ncurses/win32/mingw64-20180818.zip
ncurses 6.1 - patch 20180818 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 6.1 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 6.1 can be found at
ftp://ftp.invisible-island.net/ncurses/6.1
http://invisible-mirror.net/archives/ncurses/6.1
------------------------------------------------------------------------------
ftp://ftp.invisible-island.net/ncurses/6.1/ncurses-6.1-20180818.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Aug 19 01:04:13 UTC 2018
------------------------------------------------------------------------------
Ada95/aclocal.m4 | 159 -
Ada95/configure | 2609 ++++++++--------
INSTALL | 16
NEWS | 15
VERSION | 2
aclocal.m4 | 181 -
c++/Makefile.in | 9
configure | 4244 ++++++++++++++-------------
configure.in | 24
dist.mk | 4
mk-1st.awk | 22
package/debian-mingw/changelog | 4
package/debian-mingw64/changelog | 4
package/debian/changelog | 4
package/debian/ncurses6.lintian-overrides | 1
package/debian/ncursest6.lintian-overrides | 1
package/debian/rules | 1
package/mingw-ncurses.nsi | 4
package/mingw-ncurses.spec | 2
package/ncurses.spec | 2
test/aclocal.m4 | 150
test/configure | 3255 ++++++++++----------
test/test.priv.h | 4
23 files changed, 5697 insertions(+), 5020 deletions(-)
------------------------------------------------------------------------------
20180818
+ build-fix for PDCurses with ncurses-examples.
+ improved CF_CC_ENV_FLAGS.
+ modify configure scripts to reduce relinking/ranlib during library
install (Debian #903790):
+ use "install -p" when available, to avoid need for ranlib of
static libraries.
+ modify scripts which use "--disable-relink" to add a 1-second
sleep to work around tools which use whole-second timestamps, e.g.,
in utime() rather than the actual file system resolution.
+ add "--disable-touching" option for using "install -p" option during
the install, e.g., so that header-files have a predictable timestamp.
--
Thomas E. Dickey <address@hidden>
https://invisible-island.net
ftp://ftp.invisible-island.net
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ANN: ncurses-6.1-20180818,
Thomas Dickey <=