bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.4-20230408


From: Thomas Dickey
Subject: ANN: ncurses-6.4-20230408
Date: Sun, 9 Apr 2023 00:21:42 +0000

Files:
  https://invisible-island.net/archives/AdaCurses/current/AdaCurses-20230408.tgz
  
https://invisible-island.net/archives/AdaCurses/current/AdaCurses-20230408.tgz.asc
  
https://invisible-island.net/archives/AdaCurses/current/AdaCurses-small-20230408.tgz
  
https://invisible-island.net/archives/AdaCurses/current/AdaCurses-small-20230408.tgz.asc
  
https://invisible-island.net/archives/ncurses-examples/current/ncurses-examples-20230408.tgz
  
https://invisible-island.net/archives/ncurses-examples/current/ncurses-examples-20230408.tgz.asc
  https://invisible-island.net/archives/ncurses/6.4/MD5sums
  https://invisible-island.net/archives/ncurses/6.4/dev-patches.zip
  
https://invisible-island.net/archives/ncurses/6.4/ncurses-6.4-20230408.patch.gz
  
https://invisible-island.net/archives/ncurses/6.4/ncurses-6.4-20230408.patch.gz.asc
  https://invisible-island.net/archives/ncurses/current/ncurses-6.4-20230408.tgz
  
https://invisible-island.net/archives/ncurses/current/ncurses-6.4-20230408.tgz.asc
  https://invisible-island.net/archives/ncurses/win32/mingw32-20230408.zip
  https://invisible-island.net/archives/ncurses/win32/mingw64-20230408.zip

 ncurses 6.4 - patch 20230408 - Thomas E. Dickey

 ------------------------------------------------------------------------------

 Ncurses 6.4 is at
   https://invisible-island.net/archives/ncurses/
   https://invisible-mirror.net/archives/ncurses/
   https://ftp.gnu.org/gnu/ncurses/

 Patches for ncurses 6.4 can be found at
   https://invisible-island.net/archives/ncurses/6.4
   https://invisible-mirror.net/archives/ncurses/6.4

 ------------------------------------------------------------------------------
 https://invisible-island.net/archives/ncurses/6.4/ncurses-6.4-20230408.patch.gz
 patch by Thomas E. Dickey <dickey@invisible-island.net>
 created  Sun Apr  9 00:08:25 UTC 2023
 ------------------------------------------------------------------------------
 NEWS                                  |   15 +++
 VERSION                               |    2 
 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_termcap.3x.html     |  141 ++++++++++++++++++--------------
 doc/html/man/curs_terminfo.3x.html    |   41 ++++++++-
 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 
 man/curs_termcap.3x                   |   26 +++++
 man/curs_terminfo.3x                  |   41 ++++++++-
 misc/terminfo.src                     |    9 +-
 ncurses/tinfo/lib_tgoto.c             |   14 ++-
 ncurses/tinfo/lib_tparm.c             |  120 +++++++++++++++++++++++----
 ncurses/tinfo/read_entry.c            |    7 +
 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                           |   10 +-
 progs/tparm_type.c                    |   13 ++
 progs/tparm_type.h                    |    6 -
 progs/tput.c                          |   61 ++++++++++++-
 38 files changed, 427 insertions(+), 137 deletions(-)
 ------------------------------------------------------------------------------
 
20230408
        + document limitations of tparm, and error-returns in curs_terminfo.3x
        + document limitations of tgoto, and error-returns in curs_termcap.3x
        + add xterm+focus to alacritty+common (patch by Christian Duerr).
        + add "-v" option to tput, to show warnings.
        > improve checks for malformed terminfo data (report/analysis by
          Jonathan Bar Or, Michael Pearse, Emanuele Cozzi).
          + make the parameter type/count checks in _nc_tiparm() more stringent
          + update tgoto() to account for _nc_tiparm() changes
          + add checks in tparm() and tiparm() for misuse of string parameters
          + add special cases in tput to handle extensions Cs/Ms parameters
          + ignore compiled-terminfo where the array sizes exceed the standard


-- 
Thomas E. Dickey <dickey@invisible-island.net>
https://invisible-island.net

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]