[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-6.0-20170624
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-6.0-20170624 |
Date: |
Sun, 25 Jun 2017 01:28:42 +0000 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Files:
ftp://invisible-island.net/AdaCurses/current/AdaCurses-20170624.tgz
ftp://invisible-island.net/AdaCurses/current/AdaCurses-20170624.tgz.asc
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20170624.tgz
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20170624.tgz.asc
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20170624.tgz
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20170624.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-20170624.patch.gz
ftp://invisible-island.net/ncurses/6.0/ncurses-6.0-20170624.patch.gz.asc
ftp://invisible-island.net/ncurses/current/ncurses-6.0-20170624.tgz
ftp://invisible-island.net/ncurses/current/ncurses-6.0-20170624.tgz.asc
ftp://invisible-island.net/ncurses/win32/mingw32-20170624.zip
ftp://invisible-island.net/ncurses/win32/mingw64-20170624.zip
ncurses 6.0 - patch 20170624 - 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-20170624.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Jun 25 01:22:12 UTC 2017
------------------------------------------------------------------------------
MANIFEST | 1
NEWS | 17
VERSION | 2
c++/cursesw.h | 8
c++/demo.cc | 8
c++/etip.h.in | 29
configure | 1538 +++++++++++++--------------
configure.in | 7
dist.mk | 4
include/ncurses_defs | 3
man/form_driver.3x | 6
ncurses-6.0-20170624/test/test_termattrs.c | 201 +++
ncurses/curses.priv.h | 4
ncurses/tinfo/captoinfo.c | 4
ncurses/tinfo/lib_options.c | 4
ncurses/tinfo/lib_setup.c | 4
ncurses/tinfo/lib_tputs.c | 6
ncurses/tinfo/make_hash.c | 10
ncurses/tinfo/parse_entry.c | 71 -
ncurses/tinfo/tinfo_driver.c | 7
ncurses/tty/lib_vidattr.c | 6
ncurses/widechar/lib_vid_attr.c | 5
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/dump_entry.c | 6
test/README | 116 +-
test/configure | 1071 +++++++++---------
test/configure.in | 5
test/demo_menus.c | 7
test/edit_field.c | 4
test/list_keys.c | 6
test/modules | 3
test/movewindow.c | 5
test/ncurses.c | 5
test/programs | 3
test/redraw.c | 46
test/test.priv.h | 18
test/test_sgr.c | 18
test/test_vid_puts.c | 27
test/test_vidputs.c | 28
44 files changed, 1838 insertions(+), 1495 deletions(-)
------------------------------------------------------------------------------
20170624
+ modify c++/etip.h.in to accommodate deprecation of throw() and
throws() in c++17 (prompted by patch by Romain Geissler).
+ remove some incorrect calls for memory-leaks from 20170617 changes
(report by Allen Hewes).
+ add test-programs for termattrs and term_attrs.
+ modify _nc_outc_wrapper to use the standard output if the screen was
not initialized, rather than returning an error.
+ improve checks for low-level terminfo functions when the terminal
has not been initialized (Redhat #1345963).
+ modify make_hash to allow building with address-sanitizer,
assuming that --disable-leaks is configured.
+ amend changes for number_format() in 20170506 to avoid undefined
behavior when shifting (patch by Emanuele Giaquinta).
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- ANN: ncurses-6.0-20170624,
Thomas Dickey <=
- Re: ANN: ncurses-6.0-20170624, Thomas Dickey, 2017/06/25
- Re: ANN: ncurses-6.0-20170624, Allen Hewes, 2017/06/25
- Re: ANN: ncurses-6.0-20170624, Thomas Dickey, 2017/06/25
- Re: ANN: ncurses-6.0-20170624, Allen Hewes, 2017/06/25
- Re: ANN: ncurses-6.0-20170624, Thomas Dickey, 2017/06/25
- Re: ANN: ncurses-6.0-20170624, Allen Hewes, 2017/06/25
- Re: ANN: ncurses-6.0-20170624, Thomas Dickey, 2017/06/26