[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-6.1-20180210
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-6.1-20180210 |
Date: |
Sun, 11 Feb 2018 00:46:18 +0000 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
Files:
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20180210.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20180210.tgz.asc
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20180210.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20180210.tgz.asc
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20180210.tgz
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20180210.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-20180210.patch.gz
ftp://ftp.invisible-island.net/ncurses/6.1/ncurses-6.1-20180210.patch.gz.asc
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.1-20180210.tgz
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.1-20180210.tgz.asc
ftp://ftp.invisible-island.net/ncurses/win32/mingw32-20180210.zip
ftp://ftp.invisible-island.net/ncurses/win32/mingw64-20180210.zip
ncurses 6.1 - patch 20180210 - 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-20180210.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Feb 11 00:39:07 UTC 2018
------------------------------------------------------------------------------
INSTALL | 5
NEWS | 13
VERSION | 2
configure | 6216 ++++++++++++++++++-------------------
configure.in | 46
dist.mk | 4
misc/Makefile.in | 36
ncurses/base/safe_sprintf.c | 12
ncurses/curses.priv.h | 4
ncurses/tty/lib_twait.c | 8
ncurses/win32con/win_driver.c | 17
package/debian-mingw/changelog | 4
package/debian-mingw/rules | 6
package/debian-mingw64/changelog | 4
package/debian-mingw64/rules | 6
package/debian/changelog | 4
package/debian/rules | 12
package/mingw-ncurses.nsi | 4
package/mingw-ncurses.spec | 16
package/ncurses.spec | 128
20 files changed, 3338 insertions(+), 3209 deletions(-)
------------------------------------------------------------------------------
20180210
+ modify misc/Makefile.in to install/uninstall explicit list in case
the build-directory happens to have no ".pc" files when an uninstall
is performed (report by Jeffrey Walton).
+ deprecate safe-sprintf, since the vsnprintf function, which does what
was needed, was standardized long ago.
+ add several development/experimental options to development packages.
+ minor reordering of options in configure script to make the threaded
and reentrant options distinct from the other extensions which are
normally enabled.
--
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-20180210,
Thomas Dickey <=