bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.3-20220917


From: Thomas Dickey
Subject: ANN: ncurses-6.3-20220917
Date: Sat, 17 Sep 2022 23:51:44 +0000
User-agent: Mutt/1.10.1 (2018-07-13)

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

 ncurses 6.3 - patch 20220917 - Thomas E. Dickey

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

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

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

 ------------------------------------------------------------------------------
 ftp://ftp.invisible-island.net/ncurses/6.3/ncurses-6.3-20220917.patch.gz
 patch by Thomas E. Dickey <dickey@invisible-island.net>
 created  Sat Sep 17 23:40:53 UTC 2022
 ------------------------------------------------------------------------------
 NEWS                                  |   10 +++++-
 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/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              |   38 ++++++++++++++---------
 doc/html/man/toe.1m.html              |    2 -
 doc/html/man/tput.1.html              |    2 -
 doc/html/man/tset.1.html              |    2 -
 include/tic.h                         |    4 +-
 man/tic.1m                            |   24 ++++++++++-----
 ncurses/tinfo/alloc_entry.c           |   51 +++++++++++++++++++++++++++++---
 ncurses/tinfo/alloc_ttype.c           |   10 +++---
 ncurses/tinfo/comp_parse.c            |    5 +--
 ncurses/trace/lib_trace.c             |   45 +++++++++++++++++++++++++++-
 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/progs.priv.h                    |   20 ++++++++++--
 progs/tic.c                           |   21 +++++++++++--
 34 files changed, 214 insertions(+), 72 deletions(-)
 ------------------------------------------------------------------------------
 
20220917
        + reduce memory-leak in tic by separating allocations for struct entry
          from TERMTYPE2 (cf: 20220430).
        + improve interaction between tic -v option and NCURSES_TRACE, by
          processing the latter only when -v option does not set _nc_tracing.
        + modify curses_trace() to show the trace-mask as symbols, e.g.,
          TRACE_ORDINARY, DEBUG_LEVEL(3).


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