bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.3-20220813


From: Thomas Dickey
Subject: ANN: ncurses-6.3-20220813
Date: Sun, 14 Aug 2022 00:47:44 +0000
User-agent: Mutt/1.10.1 (2018-07-13)

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

 ncurses 6.3 - patch 20220813 - 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-20220813.patch.gz
 patch by Thomas E. Dickey <dickey@invisible-island.net>
 created  Sun Aug 14 00:26:10 UTC 2022
 ------------------------------------------------------------------------------
 MANIFEST                                |    1 
 NEWS                                    |   12 ++-
 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_window.3x.html        |    6 -
 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_window.3x                      |    4 -
 ncurses-6.3-20220813/test/test_delwin.c |  117 ++++++++++++++++++++++++++++++
 ncurses/base/lib_getch.c                |   25 +-----
 ncurses/base/lib_mouse.c                |   35 +-------
 ncurses/base/lib_set_term.c             |   13 ++-
 ncurses/curses.priv.h                   |    9 +-
 ncurses/tinfo/entries.c                 |   18 ++++
 ncurses/tinfo/lib_setup.c               |    6 +
 ncurses/tinfo/tinfo_driver.c            |   13 +--
 ncurses/tty/lib_tstp.c                  |   20 ++++-
 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 
 test/README                             |   46 +++++------
 test/demo_tabs.c                        |    4 -
 test/modules                            |    3 
 test/programs                           |    3 
 test/worm.c                             |   20 ++---
 43 files changed, 276 insertions(+), 139 deletions(-)
 ------------------------------------------------------------------------------
 
20220813
        + modify delscreen to more effectively delete all windows on the given
          screen.
        + amend portability note for delwin in manual page.
        + adapt test/test_delwin.c from example by Bill Gray.
        + account for prescreen data if freeing leaks in pthread-configuration
        + split-out _nc_set_read_thread(), to reduce compiler warnings about
          pthread_self(), which may/may not be a weak symbol.
        + improve pthread-configuration for test/worm.c


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