[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-6.0-20170826
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-6.0-20170826 |
Date: |
Sun, 27 Aug 2017 00:07:35 +0000 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Files:
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20170826.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20170826.tgz.asc
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20170826.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20170826.tgz.asc
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20170826.tgz
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20170826.tgz.asc
ftp://ftp.invisible-island.net/ncurses/6.0/MD5sums
ftp://ftp.invisible-island.net/ncurses/6.0/dev-patches.zip
ftp://ftp.invisible-island.net/ncurses/6.0/ncurses-6.0-20170826.patch.gz
ftp://ftp.invisible-island.net/ncurses/6.0/ncurses-6.0-20170826.patch.gz.asc
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.0-20170826.tgz
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.0-20170826.tgz.asc
ftp://ftp.invisible-island.net/ncurses/win32/mingw32-20170826.zip
ftp://ftp.invisible-island.net/ncurses/win32/mingw64-20170826.zip
ncurses 6.0 - patch 20170826 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 6.0 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 6.0 can be found at
ftp://ftp.invisible-island.net/ncurses/6.0
http://invisible-mirror.net/archives/ncurses/6.0
------------------------------------------------------------------------------
ftp://ftp.invisible-island.net/ncurses/6.0/ncurses-6.0-20170826.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Aug 27 00:01:25 UTC 2017
------------------------------------------------------------------------------
NEWS | 31
VERSION | 2
dist.mk | 4
include/ncurses_defs | 4
man/curs_memleaks.3x | 6
misc/terminfo.src | 55
ncurses/tinfo/alloc_entry.c | 4
ncurses/tinfo/comp_parse.c | 10
ncurses/tinfo/comp_scan.c | 6
ncurses/tinfo/parse_entry.c | 91
ncurses/tinfo/strings.c | 9
ncurses/tinfo/trim_sgr0.c | 4
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
progs/tic.c | 75
test/aclocal.m4 | 55
test/configure | 3769 +++++++++++++++++++------------------
test/configure.in | 95
test/knight.c | 4
test/picsmap.c | 11
test/test.priv.h | 19
25 files changed, 2364 insertions(+), 1910 deletions(-)
------------------------------------------------------------------------------
20170826
+ fixes for "iterm2" (report by Leonardo Brondani Schenkel) -TD
+ corrected a warning from tic about keys which are the same, to skip
over missing/cancelled values.
+ add check in tic for unnecessary use of "2" to denote a shifted
special key.
+ improve checks in trim_sgr0, comp_parse.c and parse_entry.c, for
cancelled string capabilities.
+ add check in _nc_parse_entry() for invalid entry name, setting the
name to "invalid" to avoid problems storing entries.
+ add/improve checks in tic's parser to address invalid input
+ add a check in comp_scan.c to handle the special case where a
nontext file ending with a NUL rather than newline is given to tic
as input (Redhat #1484274).
+ allow for cancelled capabilities in _nc_save_str (Redhat #1484276).
+ add validity checks for "use=" target in _nc_parse_entry (Redhat
#1484284).
+ check for invalid strings in postprocess_termcap (Redhat #1484285)
+ reset secondary pointers on EOF in next_char() (Redhat #1484287).
+ guard _nc_safe_strcpy() and _nc_safe_strcat() against calls using
cancelled strings (Redhat #1484291).
+ correct typo in curs_memleaks.3x (Sven Joachim).
+ improve test/configure checks for some curses variants not based on
X/Open Curses.
+ add options for test/configure to disable checks for form, menu and
panel libraries.
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://ftp.invisible-island.net
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ANN: ncurses-6.0-20170826,
Thomas Dickey <=