bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.0-20170204


From: Thomas Dickey
Subject: ANN: ncurses-6.0-20170204
Date: Sun, 5 Feb 2017 02:19:22 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

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

 ncurses 6.0 - patch 20170204 - 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-20170204.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Feb  5 02:12:49 UTC 2017
 ------------------------------------------------------------------------------
 AUTHORS                               |    5 
 NEWS                                  |   18 
 VERSION                               |    2 
 dist.mk                               |    4 
 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/form.3x.html             |    2 
 doc/html/man/infocmp.1m.html          |    8 
 doc/html/man/infotocap.1m.html        |    2 
 doc/html/man/menu.3x.html             |    2 
 doc/html/man/ncurses.3x.html          |  682 ++++++++++++++++----------------
 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/tic.h                         |    6 
 man/infocmp.1m                        |    3 
 man/ncurses.3x                        |  140 ++++--
 ncurses/curses.priv.h                 |    6 
 ncurses/tinfo/db_iterator.c           |   44 +-
 ncurses/tinfo/read_entry.c            |  178 ++++++--
 ncurses/tinfo/write_entry.c           |   14 
 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                    |   26 -
 34 files changed, 728 insertions(+), 456 deletions(-)
 ------------------------------------------------------------------------------
 
20170204
        + trim newlines, tabs and escaped newlines from terminfo "paths" passed
          to db-iterator.
        + ignore zero-length files in db-iterator; these are useful for
          instance to suppress "$HOME/.terminfo" when not wanted.
        + amended "b64:" encoder to work with the terminfo reader.
        + modify terminfo reader to accept "b64:" format using RFC-3548 in
          as well as RFC-4648 url/filename-safe format.
        + modify terminfo reader to accept "hex:" format as generated by
          "infocmp -0qQ1" (cf: 20150905).
        + adjust authors comment to reflect drop below 1% for SV.


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

Attachment: signature.asc
Description: Digital signature


reply via email to

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