[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-6.0-20170701
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-6.0-20170701 |
Date: |
Sun, 2 Jul 2017 01:07:59 +0000 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Files:
ftp://invisible-island.net/AdaCurses/current/AdaCurses-20170701.tgz
ftp://invisible-island.net/AdaCurses/current/AdaCurses-20170701.tgz.asc
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20170701.tgz
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20170701.tgz.asc
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20170701.tgz
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20170701.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-20170701.patch.gz
ftp://invisible-island.net/ncurses/6.0/ncurses-6.0-20170701.patch.gz.asc
ftp://invisible-island.net/ncurses/current/ncurses-6.0-20170701.tgz
ftp://invisible-island.net/ncurses/current/ncurses-6.0-20170701.tgz.asc
ftp://invisible-island.net/ncurses/win32/mingw32-20170701.zip
ftp://invisible-island.net/ncurses/win32/mingw64-20170701.zip
ncurses 6.0 - patch 20170701 - 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-20170701.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Jul 2 01:01:29 UTC 2017
------------------------------------------------------------------------------
NEWS | 29 +++++++++
VERSION | 2
c++/cursesm.cc | 6 +-
dist.mk | 4 -
ncurses/base/lib_newterm.c | 10 ++-
ncurses/base/lib_set_term.c | 27 +++++++--
ncurses/base/lib_slkinit.c | 11 ++-
ncurses/curses.priv.h | 25 ++++++++
ncurses/tinfo/alloc_entry.c | 8 ++
ncurses/tinfo/db_iterator.c | 28 +++++----
ncurses/tinfo/entries.c | 4 -
ncurses/tinfo/lib_data.c | 8 ++
ncurses/tinfo/lib_napms.c | 8 +-
ncurses/tinfo/lib_setup.c | 110 +++++++++++++++++++++++++++++--------
ncurses/tinfo/parse_entry.c | 24 ++++----
ncurses/tinfo/tinfo_driver.c | 21 ++++---
ncurses/tty/tty_update.c | 15 +++--
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
package/ncursest.map | 4 +
package/ncursest.sym | 4 +
package/ncursestw.map | 4 +
package/ncursestw.sym | 4 +
progs/dump_entry.c | 36 +++++++-----
test/demo_new_pair.c | 3 -
test/programs | 6 +-
test/test_get_wstr.c | 30 +++++++++-
test/test_getstr.c | 28 +++++++++
test/tracemunch | 24 +++++++-
33 files changed, 377 insertions(+), 126 deletions(-)
------------------------------------------------------------------------------
20170701
+ modify update_getenv() in db_iterator.c to ensure that environment
variables which are not initially set will be checked later if an
application happens to set them (patch by Guillaume Maudoux).
+ remove initialization-check for calling napms() in the term-driver
configuration; none is needed.
+ add help-screen to test/test_getstr.c and test/test_get_wstr.c
+ improve compatibility between different configurations of new_prescr,
fixing a case with threaded code and term-driver where c++/demo did
not work (cf: 20160213).
+ the fixes for Redhat #1464685 obscured a problem subsequently
reported in Redhat #1464687; the given test-case was no longer
reproducible. Testing without the fixes for the earlier reports
showed a problem with buffer overflow in dump_entry.c, which is
addressed by reducing the use of a fixed-size buffer.
+ add/improve checks in tic's parser to address invalid input
(Redhat #1464684, #1464685, #1464686, #1464691).
+ alloc_entry.c, add a check for a null-pointer.
+ parse_entry.c, add several checks for valid pointers as well as
one check to ensure that a single character on a line is not
treated as the 2-character termcap short-name.
+ fix a memory leak in delscreen() (report by Bai Junq).
+ improve tracemunch, showing thread identifiers as names.
+ fix a use-after-free in NCursesMenu::~NCursesMenu()
+ further amend incorrect calls for memory-leaks from 20170617 changes
(report by Allen Hewes).
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- ANN: ncurses-6.0-20170701,
Thomas Dickey <=