bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ANN: ncurses-6.1-20191012


From: Thomas Dickey
Subject: ANN: ncurses-6.1-20191012
Date: Sun, 13 Oct 2019 01:34:10 +0000
User-agent: NeoMutt/20170113 (1.7.2)

Files:
        ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20191012.tgz
        
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20191012.tgz.asc
        
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20191012.tgz
        
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20191012.tgz.asc
        
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20191012.tgz
        
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20191012.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-20191012.patch.gz
        
ftp://ftp.invisible-island.net/ncurses/6.1/ncurses-6.1-20191012.patch.gz.asc
        ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.1-20191012.tgz
        
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.1-20191012.tgz.asc
        ftp://ftp.invisible-island.net/ncurses/win32/mingw32-20191012.zip
        ftp://ftp.invisible-island.net/ncurses/win32/mingw64-20191012.zip

 ncurses 6.1 - patch 20191012 - 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-20191012.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Oct 13 01:25:51 UTC 2019
 ------------------------------------------------------------------------------
 NEWS                                  |   18 +-
 VERSION                               |    2 
 dist.mk                               |    4 
 doc/html/man/adacurses6-config.1.html |    2 
 doc/html/man/captoinfo.1m.html        |   17 +
 doc/html/man/clear.1.html             |    2 
 doc/html/man/form.3x.html             |    2 
 doc/html/man/infocmp.1m.html          |    2 
 doc/html/man/infotocap.1m.html        |   12 +
 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              |  275 +++++++++++++++++---------------
 doc/html/man/toe.1m.html              |    2 
 doc/html/man/tput.1.html              |    2 
 doc/html/man/tset.1.html              |    2 
 man/captoinfo.1m                      |   12 +
 man/infotocap.1m                      |    6 
 man/tic.1m                            |   72 +++++---
 misc/gen-pkgconfig.in                 |   44 ++++-
 misc/ncurses-config.in                |    5 
 ncurses/tinfo/comp_hash.c             |   14 +
 ncurses/tinfo/parse_entry.c           |   32 +--
 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.spec                 |    2 
 progs/dump_entry.c                    |    7 
 34 files changed, 346 insertions(+), 222 deletions(-)
 ------------------------------------------------------------------------------
 
20191012
        + amend recent changes to ncurses*-config and pc-files to filter out
          Debian linker-flags (report by Sven Joachim, cf: 20150516).
        + clarify relationship between tic, infocmp and captoinfo in manpage.
        + check for invalid hashcode in _nc_find_type_entry and
          _nc_find_name_entry.
        > fix several errata in tic (reports/testcases by "zjuchenyuan"):
        + check for invalid hashcode in _nc_find_entry.
        + check for missing character after backslash in fmt_entry
        + check for acsc with odd length in dump_entry in check for one-one
          mapping (cf: 20060415);
        + check length when converting from old AIX box_chars_1 capability,
          overlooked in changes to eliminate strcpy (cf: 20001007).

-- 
Thomas E. Dickey <address@hidden>
https://invisible-island.net
ftp://ftp.invisible-island.net

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]