bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.2-20200531


From: Thomas Dickey
Subject: ANN: ncurses-6.2-20200531
Date: Mon, 1 Jun 2020 00:10:34 +0000
User-agent: NeoMutt/20170113 (1.7.2)

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

 ncurses 6.2 - patch 20200531 - 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-20200531.patch.gz
 patch by Thomas E. Dickey <dickey@invisible-island.net>
 created  Mon Jun  1 00:02:30 UTC 2020
 ------------------------------------------------------------------------------
 Ada95/aclocal.m4                       |    6 
 Ada95/configure                        |    2 
 MANIFEST                               |    2 
 NEWS                                   |   18 
 VERSION                                |    2 
 aclocal.m4                             |    6 
 configure                              | 1199 +++++++++++++++----------------
 configure.in                           |   13 
 dist.mk                                |    4 
 include/MKterm.h.awk.in                |    5 
 include/curses.h.in                    |    3 
 include/nc_tparm.h                     |   14 
 misc/terminfo.src                      |   26 
 ncurses-6.2-20200531/test/test_tparm.c |  388 ++++++++++
 ncurses/base/lib_color.c               |   31 
 ncurses/base/lib_mouse.c               |    4 
 ncurses/base/lib_screen.c              |    4 
 ncurses/tinfo/captoinfo.c              |   11 
 ncurses/tinfo/lib_print.c              |    4 
 ncurses/tinfo/lib_tgoto.c              |    4 
 ncurses/tinfo/lib_tparm.c              |  448 ++++++++---
 ncurses/tinfo/tinfo_driver.c           |   26 
 ncurses/tinfo/trim_sgr0.c              |    4 
 ncurses/trace/lib_trace.c              |    4 
 ncurses/tty/hashmap.c                  |    4 
 ncurses/tty/lib_mvcur.c                |   56 -
 ncurses/tty/lib_vidattr.c              |   22 
 ncurses/tty/tty_update.c               |   40 -
 ncurses/widechar/lib_vid_attr.c        |   23 
 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.map                    |    9 
 package/ncurses.spec                   |    2 
 package/ncursest.map                   |    9 
 package/ncursest.spec                  |    2 
 package/ncursestw.map                  |    9 
 package/ncursesw.map                   |    9 
 progs/reset_cmd.c                      |   15 
 progs/tabs.c                           |    4 
 progs/tic.c                            |   56 -
 progs/tput.c                           |   18 
 test/configure                         |  735 +++++++++----------
 test/configure.in                      |    3 
 test/dots.c                            |    8 
 test/dots_curses.c                     |    8 
 test/dots_mvcur.c                      |    8 
 test/dots_termcap.c                    |    8 
 test/dots_xcurses.c                    |    8 
 test/modules                           |    3 
 test/programs                          |    3 
 53 files changed, 2004 insertions(+), 1304 deletions(-)
 ------------------------------------------------------------------------------
 Please remove the following file before applying this patch.
 (You can feed this patch to 'sh' to do so.)

rm -f convert_configure.pl
exit

 
20200531
        + correct configure version-check/warnng for g++ to allow for 10.x
        + re-enable "bel" in konsole-base (report by Nia Huang)
        + add linux-s entry (patch by Alexandre Montaron).
        + drop long-obsolete convert_configure.pl 
        + add test/test_parm.c, for checking tparm changes.
        + improve parameter-checking for tparm, adding function _nc_tiparm() to
          handle the most-used case, which accepts only numeric parameters
          (report/testcase by "puppet-meteor").
        + use a more conservative estimate of the buffer-size in lib_tparm.c's
          save_text() and save_number(), in case the sprintf() function
          passes-through unexpected characters from a format specifier
          (report/testcase by "puppet-meteor").
        + add a check for end-of-string in cvtchar to handle a malformed
          string in infotocap (report/testcase by "puppet-meteor").


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