bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.2-20210904


From: Thomas Dickey
Subject: ANN: ncurses-6.2-20210904
Date: Sun, 5 Sep 2021 01:04:50 +0000
User-agent: Mutt/1.10.1 (2018-07-13)

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

 ncurses 6.2 - patch 20210904 - 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-20210904.patch.gz
 patch by Thomas E. Dickey <dickey@invisible-island.net>
 created  Sun Sep  5 00:58:54 UTC 2021
 ------------------------------------------------------------------------------
 Ada95/TODO                              |    4 
 Ada95/aclocal.m4                        |   26 +++---
 Ada95/configure                         |    6 -
 Ada95/samples/explain.txt               |   10 +-
 Ada95/samples/ncurses2-demo_forms.adb   |    8 -
 Ada95/samples/ncurses2-overlap_test.adb |   10 +-
 INSTALL                                 |    4 
 NEWS                                    |   13 ++-
 VERSION                                 |    2 
 aclocal.m4                              |   34 +++----
 c++/demo.cc                             |    6 -
 configure                               |    4 
 dist.mk                                 |    4 
 doc/html/Ada95.html                     |   10 +-
 doc/html/NCURSES-Programming-HOWTO.html |   42 ++++-----
 doc/html/ada/funcs/T.htm                |    2 
 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_color.3x.html         |   47 ++++++++++
 doc/html/man/curs_terminfo.3x.html      |   81 ++++++++++--------
 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                |  129 ++++++++++++++++--------------
 doc/html/man/tset.1.html                |    2 
 form/frm_driver.c                       |    4 
 include/Caps                            |   14 +--
 include/Caps.aix4                       |   14 +--
 include/Caps.hpux11                     |   14 +--
 include/Caps.keys                       |   14 +--
 include/Caps.osf1r5                     |   14 +--
 include/Caps.uwin                       |   14 +--
 include/capdefaults.c                   |    6 -
 include/curses.h.in                     |   24 ++---
 include/term_entry.h                    |    6 -
 man/curs_color.3x                       |   50 +++++++++++
 man/curs_terminfo.3x                    |   10 +-
 man/tput.1                              |   17 +++
 misc/csort                              |    6 -
 misc/gen_edit.sh                        |   12 +-
 misc/makedef.cmd                        |    8 -
 misc/makellib                           |   40 ++++-----
 misc/shlib                              |    8 -
 misc/tdlint                             |   24 ++---
 misc/terminfo.src                       |   21 ++++
 ncurses/base/lib_getch.c                |    6 -
 ncurses/base/lib_getstr.c               |    4 
 ncurses/base/lib_pad.c                  |    6 -
 ncurses/base/lib_slkrefr.c              |    6 -
 ncurses/base/resizeterm.c               |    6 -
 ncurses/curses.priv.h                   |    4 
 ncurses/tinfo/access.c                  |    4 
 ncurses/tinfo/captoinfo.c               |    4 
 ncurses/tinfo/comp_expand.c             |    4 
 ncurses/tinfo/comp_scan.c               |    6 -
 ncurses/tinfo/lib_data.c                |    4 
 ncurses/tinfo/lib_setup.c               |    4 
 ncurses/tinfo/lib_win32con.c            |    8 -
 ncurses/tinfo/lib_win32util.c           |    6 -
 ncurses/tinfo/parse_entry.c             |    8 -
 ncurses/tinfo/read_termcap.c            |    6 -
 ncurses/tty/lib_mvcur.c                 |   12 +-
 ncurses/tty/lib_tstp.c                  |    6 -
 ncurses/tty/tty_update.c                |    8 -
 ncurses/widechar/lib_get_wstr.c         |    4 
 ncurses/win32con/win_driver.c           |   10 +-
 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/capconvert                        |    8 -
 progs/dump_entry.c                      |    4 
 progs/reset_cmd.c                       |    4 
 progs/tic.c                             |    4 
 test/aclocal.m4                         |   14 +--
 test/configure                          |    4 
 test/ncurses.c                          |   12 +-
 test/tracemunch                         |    4 
 90 files changed, 574 insertions(+), 420 deletions(-)
 ------------------------------------------------------------------------------
 
20210904
        + modify linux3.0 entry to reflect default mapping of shift-tab by
          kbd 1.14 (report by Jan Engelhardt) -TD
        + add historical note to tput, curses-terminfo and curses-color
          manpages based on source-code for SVr2, SVr3 and SVr4.
        + minor grammatical fixes for "it's" vs "its" (report by Nick Black).
        + amend fix for --disable-root-environ (report by Arnav Singh).
        + build-fix for compiling link_test
        + drop symbols GCC_PRINTF and GCC_SCANF from curses.h.in, to simplify
          use (Debian #993179).


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