bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.2-20201024


From: Thomas Dickey
Subject: ANN: ncurses-6.2-20201024
Date: Sun, 25 Oct 2020 01:18:02 +0000
User-agent: NeoMutt/20170113 (1.7.2)

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

 ncurses 6.2 - patch 20201024 - 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-20201024.patch.gz
 patch by Thomas E. Dickey <dickey@invisible-island.net>
 created  Sun Oct 25 01:07:10 UTC 2020
 ------------------------------------------------------------------------------
 NEWS                                    |   16 
 VERSION                                 |    2 
 aclocal.m4                              |   44 +
 announce.html.in                        |   10 
 configure                               | 1110 +++++++++++++++++++++++++-----
 dist.mk                                 |    4 
 doc/html/announce.html                  |   11 
 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_addch.3x.html         |   14 
 doc/html/man/curs_clear.3x.html         |   10 
 doc/html/man/curs_color.3x.html         |   20 
 doc/html/man/curs_delch.3x.html         |    8 
 doc/html/man/curs_extend.3x.html        |    4 
 doc/html/man/curs_getyx.3x.html         |   10 
 doc/html/man/curs_inopts.3x.html        |   20 
 doc/html/man/curs_move.3x.html          |    6 
 doc/html/man/curs_opaque.3x.html        |   32 
 doc/html/man/curs_print.3x.html         |    4 
 doc/html/man/curs_printw.3x.html        |   14 
 doc/html/man/curs_refresh.3x.html       |   11 
 doc/html/man/curs_scanw.3x.html         |   15 
 doc/html/man/curs_scr_dump.3x.html      |   10 
 doc/html/man/curs_scroll.3x.html        |    9 
 doc/html/man/curs_sp_funcs.3x.html      |    5 
 doc/html/man/curs_termcap.3x.html       |   14 
 doc/html/man/curs_threads.3x.html       |   26 
 doc/html/man/curs_touch.3x.html         |   18 
 doc/html/man/curs_util.3x.html          |   20 
 doc/html/man/default_colors.3x.html     |    4 
 doc/html/man/define_key.3x.html         |    4 
 doc/html/man/form.3x.html               |    2 
 doc/html/man/form_field.3x.html         |   10 
 doc/html/man/form_field_buffer.3x.html  |   14 
 doc/html/man/form_field_new.3x.html     |   14 
 doc/html/man/form_field_userptr.3x.html |    6 
 doc/html/man/form_fieldtype.3x.html     |   34 
 doc/html/man/form_new.3x.html           |    6 
 doc/html/man/form_requestname.3x.html   |    6 
 doc/html/man/form_userptr.3x.html       |    6 
 doc/html/man/infocmp.1m.html            |    2 
 doc/html/man/infotocap.1m.html          |    2 
 doc/html/man/menu.3x.html               |    2 
 doc/html/man/menu_items.3x.html         |    8 
 doc/html/man/menu_mark.3x.html          |    6 
 doc/html/man/menu_new.3x.html           |    6 
 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 
 man/curs_addch.3x                       |   14 
 man/curs_clear.3x                       |   10 
 man/curs_color.3x                       |   20 
 man/curs_delch.3x                       |    8 
 man/curs_extend.3x                      |    4 
 man/curs_getyx.3x                       |   10 
 man/curs_inopts.3x                      |   20 
 man/curs_move.3x                        |    6 
 man/curs_opaque.3x                      |   32 
 man/curs_print.3x                       |    4 
 man/curs_printw.3x                      |   14 
 man/curs_refresh.3x                     |   12 
 man/curs_scanw.3x                       |   16 
 man/curs_scr_dump.3x                    |   10 
 man/curs_scroll.3x                      |   10 
 man/curs_sp_funcs.3x                    |    3 
 man/curs_termcap.3x                     |   14 
 man/curs_threads.3x                     |   14 
 man/curs_touch.3x                       |   24 
 man/curs_util.3x                        |   20 
 man/default_colors.3x                   |    4 
 man/define_key.3x                       |    4 
 man/form_field.3x                       |   10 
 man/form_field_buffer.3x                |   16 
 man/form_field_new.3x                   |   14 
 man/form_field_userptr.3x               |    6 
 man/form_fieldtype.3x                   |   32 
 man/form_new.3x                         |    6 
 man/form_requestname.3x                 |    6 
 man/form_userptr.3x                     |    6 
 man/menu_items.3x                       |    8 
 man/menu_mark.3x                        |    6 
 man/menu_new.3x                         |    6 
 ncurses/tinfo/lib_cur_term.c            |    7 
 ncurses/tinfo/parse_entry.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/tic.c                             |   18 
 progs/tparm_type.c                      |   30 
 progs/tparm_type.h                      |    6 
 progs/tput.c                            |    4 
 102 files changed, 1479 insertions(+), 630 deletions(-)
 ------------------------------------------------------------------------------
 
20201024
        + provide workaround configure-check for bool when cross-compiling.
        + fix a potential indexing error in _nc_parse_entry(), seen with
          Herlim's test data using address-sanitizer.
        + change a null-pointer check in set_curterm to a valid-string check,
          needed in to tic's use-resolution work pad_char is cancelled
          (report/testcase by Robert Sebastian Herlim)
        + improve tic's -c option to validate the number and type of parameters
          and compare against expected number/type before deciding which set of
          parameter-lists to use in tparm calls (report/testcase by Robert
          Sebastian Herlim).
        + fix a link for tabs.1 manpage in announce.html.in (report by Nick
          Black), as well as some fixes via linklint.


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