[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-6.1-20191214
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-6.1-20191214 |
Date: |
Sun, 15 Dec 2019 02:26:10 +0000 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
Files:
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20191214.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20191214.tgz.asc
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20191214.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20191214.tgz.asc
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20191214.tgz
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20191214.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-20191214.patch.gz
ftp://ftp.invisible-island.net/ncurses/6.1/ncurses-6.1-20191214.patch.gz.asc
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.1-20191214.tgz
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.1-20191214.tgz.asc
ftp://ftp.invisible-island.net/ncurses/win32/mingw32-20191214.zip
ftp://ftp.invisible-island.net/ncurses/win32/mingw64-20191214.zip
ncurses 6.1 - patch 20191214 - 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-20191214.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Dec 15 02:10:35 UTC 2019
------------------------------------------------------------------------------
NEWS | 6 ++++-
VERSION | 2 -
c++/cursesmain.cc | 6 ++---
dist.mk | 4 +--
doc/html/ada/funcs/T.htm | 2 -
doc/html/man/adacurses6-config.1.html | 2 -
doc/html/man/captoinfo.1m.html | 2 -
doc/html/man/clear.1.html | 2 -
doc/html/man/curs_memleaks.3x.html | 35 +++++++++++++++++++++-----------
doc/html/man/form.3x.html | 2 -
doc/html/man/infocmp.1m.html | 2 -
doc/html/man/infotocap.1m.html | 2 -
doc/html/man/menu.3x.html | 2 -
doc/html/man/ncurses.3x.html | 2 -
doc/html/man/ncurses6-config.1.html | 2 -
doc/html/man/panel.3x.html | 2 -
doc/html/man/tabs.1.html | 2 -
doc/html/man/terminfo.5.html | 2 -
doc/html/man/tic.1m.html | 2 -
doc/html/man/toe.1m.html | 2 -
doc/html/man/tput.1.html | 2 -
doc/html/man/tset.1.html | 2 -
include/MKterm.h.awk.in | 13 +++++++++--
include/curses.tail | 4 ++-
include/nc_alloc.h | 16 ++++++++++----
man/curs_memleaks.3x | 29 +++++++++++++++++++-------
ncurses/base/lib_freeall.c | 19 ++++++++++++++---
ncurses/curses.priv.h | 9 +-------
ncurses/llib-lncurses | 15 +++++++++++++
ncurses/llib-lncursest | 16 ++++++++++++++
ncurses/llib-lncursestw | 16 ++++++++++++++
ncurses/llib-lncursesw | 16 ++++++++++++++
ncurses/tinfo/comp_parse.c | 4 +--
ncurses/tinfo/entries.c | 11 +++++++++-
ncurses/tty/hashmap.c | 16 +++++---------
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.map | 11 ++++++++--
package/ncurses.spec | 2 -
package/ncurses.sym | 4 ++-
package/ncursest.map | 12 +++++++++-
package/ncursest.spec | 2 -
package/ncursest.sym | 4 ++-
package/ncursestw.map | 11 ++++++++--
package/ncursestw.sym | 4 ++-
package/ncursesw.map | 11 ++++++++--
package/ncursesw.sym | 4 ++-
progs/progs.priv.h | 7 +++---
test/demo_new_pair.c | 6 ++---
test/echochar.c | 4 +--
test/firework.c | 6 ++---
test/gdc.c | 8 +++----
test/hanoi.c | 6 ++---
test/lrtest.c | 4 +--
test/ncurses.c | 8 +++----
test/newdemo.c | 8 +++----
test/picsmap.c | 14 ++++++------
test/rain.c | 8 +++----
test/savescreen.c | 8 +++----
test/tclock.c | 4 +--
test/test.priv.h | 8 +++----
test/testcurs.c | 8 +++----
test/worm.c | 6 ++---
test/xmas.c | 6 ++---
67 files changed, 315 insertions(+), 158 deletions(-)
------------------------------------------------------------------------------
20191214
+ add exit_curses() and exit_terminfo() to replace internal symbols for
leak-checking.
--
Thomas E. Dickey <address@hidden>
https://invisible-island.net
ftp://ftp.invisible-island.net
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ANN: ncurses-6.1-20191214,
Thomas Dickey <=