[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-6.0-20170722
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-6.0-20170722 |
Date: |
Sun, 23 Jul 2017 00:41:17 +0000 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Files:
ftp://invisible-island.net/AdaCurses/current/AdaCurses-20170722.tgz
ftp://invisible-island.net/AdaCurses/current/AdaCurses-20170722.tgz.asc
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20170722.tgz
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20170722.tgz.asc
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20170722.tgz
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20170722.tgz.asc
ftp://invisible-island.net/ncurses/6.0/MD5sums
ftp://invisible-island.net/ncurses/6.0/dev-patches.zip
ftp://invisible-island.net/ncurses/6.0/ncurses-6.0-20170722.patch.gz
ftp://invisible-island.net/ncurses/6.0/ncurses-6.0-20170722.patch.gz.asc
ftp://invisible-island.net/ncurses/current/ncurses-6.0-20170722.tgz
ftp://invisible-island.net/ncurses/current/ncurses-6.0-20170722.tgz.asc
ftp://invisible-island.net/ncurses/win32/mingw32-20170722.zip
ftp://invisible-island.net/ncurses/win32/mingw64-20170722.zip
ncurses 6.0 - patch 20170722 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 6.0 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 6.0 can be found at
ftp://invisible-island.net/ncurses/6.0
http://invisible-mirror.net/archives/ncurses/6.0
------------------------------------------------------------------------------
ftp://invisible-island.net/ncurses/6.0/ncurses-6.0-20170722.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Jul 23 00:30:14 UTC 2017
------------------------------------------------------------------------------
Ada95/package/debian/rules | 8 +++++--
NEWS | 15 ++++++++++++-
VERSION | 2 -
dist.mk | 4 +--
include/MKparametrized.sh | 7 ++++--
include/hashed_db.h | 4 ++-
include/nc_alloc.h | 7 ++++--
include/nc_mingw.h | 8 ++++---
include/nc_panel.h | 7 ++++--
include/nc_termios.h | 6 +++--
include/nc_tparm.h | 7 ++++--
include/ncurses_cfg.hin | 7 ++++--
include/ncurses_mingw.h | 7 ++----
include/tic.h | 4 ++-
ncurses/base/lib_endwin.c | 8 +++----
ncurses/base/lib_isendwin.c | 6 ++---
ncurses/base/lib_newterm.c | 4 +--
ncurses/curses.priv.h | 12 ++++++++--
ncurses/tty/lib_mvcur.c | 42 +++++++++++++++++++++++++------------
ncurses/tty/lib_tstp.c | 10 +++++---
ncurses/tty/tty_update.c | 9 ++++---
ncurses/win32con/win_driver.c | 6 ++---
package/debian-mingw/changelog | 4 +--
package/debian-mingw64/changelog | 4 +--
package/debian/changelog | 4 +--
package/mingw-ncurses.nsi | 4 +--
package/mingw-ncurses.spec | 2 -
package/ncurses.spec | 2 -
test/package/debian/rules | 8 +++++--
29 files changed, 144 insertions(+), 74 deletions(-)
------------------------------------------------------------------------------
20170722
+ improve test-packages for ncurses-examples and AdaCurses for lintian
+ modify logic for endwin-state to be able to detect the case where
the screen was never initialized, using that to trigger a flush of
ncurses' buffer for mvcur, e.g., in test/dots_mvcur.c for the
term-driver configuration.
+ add dependency upon ncurses_cfg.h to a few other internal header
files to allow each to be compiled separately.
+ add dependency upon ncurses_cfg.h to tic's header-files; any program
using tic-library will have to supply this file. Legacy tack
versions supply this file; ongoing tack development has dropped the
dependency upon tic-library and new releases will not be affected.
--
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] |
- ANN: ncurses-6.0-20170722,
Thomas Dickey <=