bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.4-20230415


From: Thomas Dickey
Subject: ANN: ncurses-6.4-20230415
Date: Sat, 15 Apr 2023 23:55:40 +0000

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

 ncurses 6.4 - patch 20230415 - 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-20230415.patch.gz
 patch by Thomas E. Dickey <dickey@invisible-island.net>
 created  Sat Apr 15 23:45:32 UTC 2023
 ------------------------------------------------------------------------------
 Ada95/aclocal.m4                   |   26 -
 Ada95/configure                    |   10 
 NEWS                               |   13 
 VERSION                            |    2 
 aclocal.m4                         |   20 
 configure                          |   14 
 configure.in                       |    6 
 dist.mk                            |    4 
 doc/html/man/clear.1.html          |    6 
 doc/html/man/curs_terminfo.3x.html |    6 
 include/ncurses_defs               |    3 
 man/clear.1                        |    8 
 man/curs_terminfo.3x               |    4 
 ncurses/tinfo/lib_tparm.c          |   36 +
 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/aclocal.m4                    |   26 -
 test/configure                     |  869 +++++++++++++++++------------------
 test/configure.in                  |    3 
 test/test.priv.h                   |   13 
 test/test_tparm.c                  |  162 ++++--
 26 files changed, 709 insertions(+), 544 deletions(-)
 ------------------------------------------------------------------------------
 
20230415
        + configure script fixes:
          + fix copy/paste error in configure option --disable-root-access
            (report/patch by Sven Joachim).
          + modify CF_XOPEN_SOURCE macro's amend default case to avoid
            undefining _XOPEN_SOURCE if _POSIX_C_SOURCE is defined.
        + modify test_tparm to account for extended capabilities.
        + add checks in tparm() and tiparm() for misuse of numeric parameters,
          overlooked in 20230408.
        + fix errata in clear.1 and curs_terminfo.3x


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