bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.2-20210320


From: Thomas Dickey
Subject: ANN: ncurses-6.2-20210320
Date: Sun, 21 Mar 2021 01:15:09 +0000
User-agent: Mutt/1.10.1 (2018-07-13)

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

 ncurses 6.2 - patch 20210320 - 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-20210320.patch.gz
 patch by Thomas E. Dickey <dickey@invisible-island.net>
 created  Sun Mar 21 01:09:34 UTC 2021
 ------------------------------------------------------------------------------
 Ada95/aclocal.m4                 |   36 
 Ada95/configure                  |  585 +++---
 NEWS                             |   17 
 VERSION                          |    2 
 aclocal.m4                       |   42 
 c++/Makefile.in                  |    6 
 configure                        | 2215 ++++++++++++-------------
 dist.mk                          |    4 
 include/MKterm.h.awk.in          |    6 
 include/curses.h.in              |   16 
 include/curses.tail              |    4 
 include/nc_alloc.h               |   16 
 include/tic.h                    |    8 
 misc/terminfo.src                |   35 
 mk-0th.awk                       |   12 
 ncurses/base/lib_freeall.c       |    4 
 ncurses/base/lib_mouse.c         |   15 
 ncurses/curses.priv.h            |    6 
 ncurses/tinfo/alloc_ttype.c      |    6 
 ncurses/tinfo/lib_setup.c        |    5 
 ncurses/tinfo/lib_tparm.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 
 package/ncursest.spec            |    2 
 progs/clear.c                    |    6 
 progs/dump_entry.c               |    6 
 progs/infocmp.c                  |    8 
 progs/reset_cmd.c                |    6 
 progs/tabs.c                     |    6 
 progs/tic.c                      |   15 
 progs/toe.c                      |    8 
 progs/tput.c                     |   25 
 progs/tset.c                     |   13 
 test/aclocal.m4                  |   36 
 test/blue.c                      |    6 
 test/bs.c                        |    6 
 test/cardfile.c                  |    6 
 test/configure                   | 3277 ++++++++++++++++++-------------------
 test/demo_menus.c                |    6 
 test/demo_termcap.c              |    6 
 test/demo_terminfo.c             |    6 
 test/ditto.c                     |    8 
 test/ncurses.c                   |   14 
 test/padview.c                   |    8 
 test/picsmap.c                   |    6 
 test/test.priv.h                 |   12 
 test/test_sgr.c                  |    6 
 test/test_tparm.c                |    4 
 test/view.c                      |    8 
 test/xmas.c                      |    4 
 54 files changed, 3478 insertions(+), 3110 deletions(-)
 ------------------------------------------------------------------------------
 
20210320
        + improve parameter-checking in tput by forcing it to analyze any
          extended string capability, e.g., as used in the Cs and Ms
          capabilities of the tmux description (report by Brad Town,
          cf: 20200531).
        + remove an incorrect free in the fallback (non-checking) version of
          _nc_free_and_exit (report by Miroslav Lichvar).
        + correct use-ordering in some xterm-direct flavors -TD
        + add hterm, hterm-256color (Mike Frysinger)
        + if the build-time compiler accepts c11's _Noreturn keyword, use that
          rather than gcc's attribute.
        + change configure-check for gcc's noreturn attribute to assume it is
          a prefix rather than suffix, matching c11's _Noreturn convention.
        + add "lint" rule to c++/Makefile, e.g., with cppcheck.


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