bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.2-20210403


From: Thomas Dickey
Subject: ANN: ncurses-6.2-20210403
Date: Sun, 4 Apr 2021 01:22:28 +0000
User-agent: Mutt/1.10.1 (2018-07-13)

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

 ncurses 6.2 - patch 20210403 - 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-20210403.patch.gz
 patch by Thomas E. Dickey <dickey@invisible-island.net>
 created  Sun Apr  4 01:13:05 UTC 2021
 ------------------------------------------------------------------------------
 Ada95/aclocal.m4                      |    9 
 Ada95/configure                       |  526 ++---
 NEWS                                  |   17 
 VERSION                               |    2 
 aclocal.m4                            |   34 
 configure                             | 3310 ++++++++++++++++----------------
 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/curs_termcap.3x.html     |   89 
 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 
 man/curs_termcap.3x                   |   21 
 ncurses/base/lib_dft_fgbg.c           |    8 
 ncurses/base/lib_instr.c              |    6 
 ncurses/base/lib_set_term.c           |   15 
 ncurses/curses.priv.h                 |   20 
 ncurses/tinfo/lib_longname.c          |    7 
 ncurses/tinfo/lib_tparm.c             |    8 
 ncurses/tinfo/lib_tputs.c             |    6 
 ncurses/widechar/lib_cchar.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 
 package/ncursest.spec                 |    2 
 progs/dump_entry.c                    |   41 
 progs/infocmp.c                       |   15 
 progs/tabs.c                          |   18 
 progs/tic.c                           |   40 
 progs/toe.c                           |   22 
 progs/tset.c                          |    6 
 test/aclocal.m4                       |   15 
 test/configure                        | 3216 +++++++++++++++----------------
 48 files changed, 3808 insertions(+), 3706 deletions(-)
 ------------------------------------------------------------------------------
 
20210403
        + fix some cppcheck warnings, mostly style, in ncurses library and
          progs directory.
        + improve description of BSD-style padding in curs_termcap.3x
        + improved CF_C11_NORETURN macro, from byacc changes.
        + fix "--enable-leak" in CF_DISABLE_LEAKS to allow turning
          leak-checking off later in a set of options.
        + relax modification-time comparison in CF_LINK_FUNCS to allow it to
          accept link() function with NFS filesystems which change the mtime
          on the link target, e.g., several BSD systems.
        + call delay_output_sp to handle BSD-style padding when tputs_sp is 
          called, whether directly or internally, to ensure that the SCREEN
          pointer is passed correctly (reports by Henric Jungheim, Juraj
          Lutter).


-- 
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]