bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.2-20210522


From: Thomas Dickey
Subject: ANN: ncurses-6.2-20210522
Date: Sun, 23 May 2021 23:33:08 +0000
User-agent: Mutt/1.10.1 (2018-07-13)

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

 ncurses 6.2 - patch 20210522 - 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-20210522.patch.gz
 patch by Thomas E. Dickey <dickey@invisible-island.net>
 created  Sun May 23 23:24:01 UTC 2021
 ------------------------------------------------------------------------------
 Ada95/aclocal.m4                      |   30 
 Ada95/configure                       | 1898 ++++++++++---------
 NEWS                                  |   13 
 VERSION                               |    2 
 aclocal.m4                            |   12 
 c++/etip.h.in                         |    6 
 config.guess                          |    8 
 config.sub                            |   10 
 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_get_wch.3x.html     |   32 
 doc/html/man/curs_getstr.3x.html      |   28 
 doc/html/man/curs_sp_funcs.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          |    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 
 include/curses.wide                   |    6 
 man/curs_get_wch.3x                   |   15 
 man/curs_getstr.3x                    |   25 
 man/curs_sp_funcs.3x                  |   42 
 ncurses/base/lib_getstr.c             |    7 
 ncurses/llib-lncurses                 |    6 
 ncurses/llib-lncursest                |    6 
 ncurses/llib-lncursestw               |   18 
 ncurses/llib-lncursesw                |   18 
 ncurses/llib-ltinfo                   |    6 
 ncurses/llib-ltinfot                  |    6 
 ncurses/llib-ltinfotw                 |    6 
 ncurses/llib-ltinfow                  |    6 
 ncurses/widechar/lib_erasewchar.c     |   34 
 ncurses/widechar/lib_get_wstr.c       |   25 
 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 
 package/ncursestw.map                 |    4 
 package/ncursestw.sym                 |    4 
 package/ncursesw.map                  |    4 
 package/ncursesw.sym                  |    6 
 test/aclocal.m4                       |   30 
 test/configure                        | 3086 ++++++++++++++++----------------
 test/ncurses.c                        |    6 
 57 files changed, 2885 insertions(+), 2600 deletions(-)
 ------------------------------------------------------------------------------
 
20210522
        + regenerate configure scripts with autoconf 2.52.20210509 to eliminate
          an unnecessary warning in config.log (report by Miroslav Lichvar).
        + add a note in manual page to explain ungetch vs unget_wch (prompted
          by discussion with Peter Farley).
        + add sp-funcs for erasewchar, killwchar.
        + modify wgetnstr, wgetn_wstr to improve compatibility with SVr4 curses
          in its treatment of interrupt and quit characters (prompted by
          report/testcase by Bill Gray)
        + update config.guess, config.sub


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