bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.4-20231021


From: Thomas Dickey
Subject: ANN: ncurses-6.4-20231021
Date: Sat, 21 Oct 2023 23:59:45 +0000

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

 ncurses 6.4 - patch 20231021 - 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-20231021.patch.gz
 patch by Thomas E. Dickey <dickey@invisible-island.net>
 created  Sat Oct 21 23:49:50 UTC 2023
 ------------------------------------------------------------------------------
 INSTALL                                                     |   18 
 MANIFEST                                                    |    4 
 NEWS                                                        |   11 
 VERSION                                                     |    2 
 aclocal.m4                                                  |   12 
 configure                                                   | 4926 +++++-----
 configure.in                                                |   22 
 dist.mk                                                     |    4 
 doc/html/NCURSES-Programming-HOWTO.html                     |   33 
 doc/html/ada/terminal_interface-curses_constants__ads.htm   |    2 
 doc/html/man/curs_color.3x.html                             |    8 
 doc/html/man/curs_getyx.3x.html                             |    8 
 doc/html/man/curs_inopts.3x.html                            |    8 
 doc/html/man/curs_legacy.3x.html                            |    8 
 doc/html/man/curs_memleaks.3x.html                          |    8 
 doc/html/man/curs_mouse.3x.html                             |    8 
 doc/html/man/curs_pad.3x.html                               |    8 
 doc/html/man/curs_print.3x.html                             |    8 
 doc/html/man/curs_slk.3x.html                               |    8 
 doc/html/man/curs_terminfo.3x.html                          |    8 
 doc/html/man/keybound.3x.html                               |    8 
 doc/html/man/ncurses.3x.html                                |    2 
 doc/html/man/new_pair.3x.html                               |    8 
 doc/html/man/resizeterm.3x.html                             |    8 
 doc/html/man/term.5.html                                    |    9 
 doc/html/man/terminfo.5.html                                |    2 
 doc/html/man/toe.1m.html                                    |    9 
 man/curs_color.3x                                           |    7 
 man/curs_getyx.3x                                           |   15 
 man/curs_inopts.3x                                          |   17 
 man/curs_legacy.3x                                          |   13 
 man/curs_memleaks.3x                                        |    7 
 man/curs_mouse.3x                                           |   13 
 man/curs_pad.3x                                             |   16 
 man/curs_print.3x                                           |   10 
 man/curs_slk.3x                                             |   20 
 man/curs_terminfo.3x                                        |    7 
 man/keybound.3x                                             |    7 
 man/new_pair.3x                                             |    7 
 man/resizeterm.3x                                           |    7 
 man/term.5                                                  |   10 
 man/toe.1m                                                  |    5 
 misc/terminfo.src                                           |   20 
 ncurses-6.4-20231021/doc/html/man/adacursesw6-config.1.html |  144 
 ncurses-6.4-20231021/doc/html/man/ncursesw6-config.1.html   |  135 
 ncurses/base/lib_delwin.c                                   |    6 
 ncurses/base/wresize.c                                      |    6 
 ncurses/tinfo/obsolete.c                                    |    4 
 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 
 55 files changed, 3004 insertions(+), 2654 deletions(-)
 ------------------------------------------------------------------------------
 Please remove the following files before applying this patch.
 (You can feed this patch to 'sh' to do so.)

rm -f doc/html/man/adacurses6-config.1.html
rm -f doc/html/man/ncurses6-config.1.html
exit

 
20231021
        + use oldxterm+sm+1006 in vte-2014 (report by Benno Schulenberg) -TD
        + add ansi+apparrows -TD
        + change defaults for configure opaque and widec options (prompted by
          discussion with Branden Robinson).
        + minor cleanup of compiler- and manpage-warnings.

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