bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.2-20210828


From: Thomas Dickey
Subject: ANN: ncurses-6.2-20210828
Date: Sat, 28 Aug 2021 22:45:53 +0000
User-agent: Mutt/1.10.1 (2018-07-13)

Files:
        ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20210828.tgz
        
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20210828.tgz.asc
        
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20210828.tgz
        
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20210828.tgz.asc
        
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20210828.tgz
        
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20210828.tgz.asc
        ftp://ftp.invisible-island.net/ncurses/6.2/MD5sums
        ftp://ftp.invisible-island.net/ncurses/6.2/dev-patches.zip
        ftp://ftp.invisible-island.net/ncurses/6.2/ncurses-6.2-20210828.patch.gz
        
ftp://ftp.invisible-island.net/ncurses/6.2/ncurses-6.2-20210828.patch.gz.asc
        ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.2-20210828.tgz
        
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.2-20210828.tgz.asc

 ncurses 6.2 - patch 20210828 - Thomas E. Dickey

 ------------------------------------------------------------------------------

 Ncurses 6.2 is at
        ftp.gnu.org:/pub/gnu

 Patches for ncurses 6.2 can be found at
        ftp://ftp.invisible-island.net/ncurses/6.2
        http://invisible-mirror.net/archives/ncurses/6.2 

 ------------------------------------------------------------------------------
 ftp://ftp.invisible-island.net/ncurses/6.2/ncurses-6.2-20210828.patch.gz
 patch by Thomas E. Dickey <dickey@invisible-island.net>
 created  Sat Aug 28 22:42:26 UTC 2021
 ------------------------------------------------------------------------------
 Ada95/aclocal.m4                      |   61 
 Ada95/configure                       | 2541 ++++++++++++++----------
 NEWS                                  |   14 
 VERSION                               |    2 
 aclocal.m4                            |   55 
 configure                             | 3261 ++++++++++++++++---------------
 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/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          |    6 
 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          |  900 ++++----
 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/curses.h.in                   |   10 
 man/ncurses.3x                        |    4 
 man/terminfo.tail                     |   34 
 ncurses/tinfo/access.c                |    4 
 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 
 test/aclocal.m4                       |   61 
 test/configure                        | 3327 +++++++++++++++++---------------
 37 files changed, 5703 insertions(+), 4633 deletions(-)
 ------------------------------------------------------------------------------
 
20210828
        + correct reversed check for --disable-root-environ (report/analysis
          by Arnav Singh, cf: 20210626).
        + apply gcc format attribute to prototypes which use a va_list
          parameter rather than a "..." variable-length parameter list
          (prompted by discussion in a tmux pull-request).
        + modify configure scripts to filter out redefinitions of _XOPEN_SOURCE,
          e.g., for NetBSD which generally supports 500, but 600 is needed for
          ncursesw.
        + improve documentation for tparm and static/dynamic variables.
        + improve typography in terminfo.5 (patch by Branden Robinson).


-- 
Thomas E. Dickey <dickey@invisible-island.net>
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]