bug-ncurses
[Top][All Lists]
Advanced

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

ANN: ncurses-6.5-20240720


From: Thomas Dickey
Subject: ANN: ncurses-6.5-20240720
Date: Sun, 21 Jul 2024 00:24:15 +0000

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

 ncurses 6.5 - patch 20240720 - Thomas E. Dickey

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

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

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

 ------------------------------------------------------------------------------
 https://invisible-island.net/archives/ncurses/6.5/ncurses-6.5-20240720.patch.gz
 patch by Thomas E. Dickey <dickey@invisible-island.net>
 created  Sun Jul 21 00:16:51 UTC 2024
 ------------------------------------------------------------------------------
 NEWS                              |    9 
 VERSION                           |    2 
 aclocal.m4                        |   22 +
 configure                         |   55 +-
 configure.in                      |    5 
 dist.mk                           |    4 
 doc/html/man/curs_add_wch.3x.html |   10 
 doc/html/man/curs_addch.3x.html   |   10 
 doc/html/man/curs_addstr.3x.html  |   34 -
 doc/html/man/curs_addwstr.3x.html |   54 +-
 doc/html/man/curs_beep.3x.html    |   10 
 doc/html/man/curs_get_wch.3x.html |   16 
 doc/html/man/curs_getch.3x.html   |   28 -
 doc/html/man/curs_move.3x.html    |   13 
 doc/html/man/ncurses.3x.html      |  752 ++++++++++++++++++------------------
 doc/html/man/terminfo.5.html      |    2 
 doc/html/man/wresize.3x.html      |   57 +-
 man/curs_add_wch.3x               |    8 
 man/curs_addch.3x                 |    8 
 man/curs_addstr.3x                |   32 -
 man/curs_addwstr.3x               |   50 +-
 man/curs_beep.3x                  |    6 
 man/curs_get_wch.3x               |   25 -
 man/curs_getch.3x                 |   48 +-
 man/curs_move.3x                  |   10 
 man/man_db.renames.in             |    3 
 man/ncurses.3x                    |   12 
 man/wresize.3x                    |  102 +++-
 misc/Makefile.in                  |    8 
 ncurses/win32con/win_driver.c     |   15 
 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 
 37 files changed, 782 insertions(+), 650 deletions(-)
 ------------------------------------------------------------------------------
 
20240720
        + improve formatting/style of manpages (patches by Branden Robinson).
        + modify configure script and misc/Makefile to accept glob expressions
          that include Windows/DOS drive-letters (report by Eli Zaretskii).
        + fix misspelled ifdef and correct return-value of _nc_mingw_tcflush in
          win_driver.c (report/patch by Eli Zaretskii).

 

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