bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.2-20200321


From: Thomas Dickey
Subject: ANN: ncurses-6.2-20200321
Date: Sun, 22 Mar 2020 01:17:47 +0000
User-agent: NeoMutt/20170113 (1.7.2)

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

 ncurses 6.2 - patch 20200321 - 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-20200321.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Mar 22 01:09:36 UTC 2020
 ------------------------------------------------------------------------------
 Ada95/aclocal.m4                       |   54 
 Ada95/configure                        | 1050 ++++++------
 MANIFEST                               |    2 
 NEWS                                   |    9 
 VERSION                                |    2 
 aclocal.m4                             |   60 
 configure                              | 2358 +++++++++++++--------------
 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_add_wch.3x.html      |   75 
 doc/html/man/curs_addch.3x.html        |   87 
 doc/html/man/curs_addstr.3x.html       |   22 
 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           |   10 
 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_add_wch.3x                    |   21 
 man/curs_addch.3x                      |   15 
 man/curs_addstr.3x                     |   18 
 man/ncurses.3x                         |    9 
 ncurses-6.2-20200321/test/dup_field.c  |  394 ++++
 ncurses-6.2-20200321/test/move_field.c |  515 +++++
 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/Makefile.in                       |   17 
 test/README                            |  128 -
 test/aclocal.m4                        |   86 
 test/configure                         | 2704 +++++++++++++++----------------
 test/demo_forms.c                      |   32 
 test/modules                           |   12 
 test/programs                          |    4 
 47 files changed, 4423 insertions(+), 3317 deletions(-)
 ------------------------------------------------------------------------------
 
20200321
        + improve configure-checks to reduce warnings about unused variables.
        + improve description of error-returns in waddch and waddnstr manual
          pages (prompted by patch by Benno Schulenberg).
        + add test/move_field.c to demonstrate move_field(), and a stub for
          a corresponding demo of dup_field().


-- 
Thomas E. Dickey <address@hidden>
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]