[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-6.5-20240922
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-6.5-20240922 |
Date: |
Sun, 22 Sep 2024 23:32:07 +0000 |
Files:
https://invisible-island.net/archives/AdaCurses/current/AdaCurses-20240922.tgz
https://invisible-island.net/archives/AdaCurses/current/AdaCurses-20240922.tgz.asc
https://invisible-island.net/archives/AdaCurses/current/AdaCurses-small-20240922.tgz
https://invisible-island.net/archives/AdaCurses/current/AdaCurses-small-20240922.tgz.asc
https://invisible-island.net/archives/ncurses-examples/current/ncurses-examples-20240922.tgz
https://invisible-island.net/archives/ncurses-examples/current/ncurses-examples-20240922.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-20240922.patch.gz
https://invisible-island.net/archives/ncurses/6.5/ncurses-6.5-20240922.patch.gz.asc
https://invisible-island.net/archives/ncurses/current/ncurses-6.5-20240922.tgz
https://invisible-island.net/archives/ncurses/current/ncurses-6.5-20240922.tgz.asc
https://invisible-island.net/archives/ncurses/win32/mingw32-20240922.zip
https://invisible-island.net/archives/ncurses/win32/mingw64-20240922.zip
ncurses 6.5 - patch 20240922 - 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-20240922.patch.gz
patch by Thomas E. Dickey <dickey@invisible-island.net>
created Sun Sep 22 23:25:11 UTC 2024
------------------------------------------------------------------------------
NEWS | 16 +
VERSION | 2
dist.mk | 4
doc/html/man/curs_addch.3x.html | 133 +++++------
doc/html/man/curs_attr.3x.html | 14 -
doc/html/man/curs_bkgd.3x.html | 89 +++----
doc/html/man/curs_bkgrnd.3x.html | 71 +++--
doc/html/man/curs_delch.3x.html | 16 -
doc/html/man/curs_deleteln.3x.html | 31 +-
doc/html/man/curs_initscr.3x.html | 166 +++++++------
doc/html/man/curs_inopts.3x.html | 10
doc/html/man/curs_kernel.3x.html | 12 -
doc/html/man/curs_move.3x.html | 10
doc/html/man/curs_scr_dump.3x.html | 25 +-
doc/html/man/curs_scroll.3x.html | 22 -
doc/html/man/curs_termcap.3x.html | 75 +++---
doc/html/man/curs_util.3x.html | 12 -
doc/html/man/curs_variables.3x.html | 10
doc/html/man/infocmp.1m.html | 57 ++--
doc/html/man/ncurses.3x.html | 36 +--
doc/html/man/tabs.1.html | 20 -
doc/html/man/terminfo.5.html | 4
doc/html/man/wresize.3x.html | 33 +-
man/curs_addch.3x | 9
man/curs_attr.3x | 6
man/curs_bkgd.3x | 53 ++--
man/curs_bkgrnd.3x | 50 ++--
man/curs_delch.3x | 6
man/curs_deleteln.3x | 15 -
man/curs_initscr.3x | 406 +++++++++++++++++++++++-----------
man/curs_inopts.3x | 6
man/curs_kernel.3x | 8
man/curs_move.3x | 10
man/curs_scr_dump.3x | 22 +
man/curs_scroll.3x | 8
man/curs_termcap.3x | 15 -
man/curs_util.3x | 6
man/curs_variables.3x | 6
man/infocmp.1m | 89 ++++---
man/ncurses.3x | 20 -
man/tabs.1 | 21 -
man/terminfo.tail | 6
man/wresize.3x | 11
misc/ncurses-config.in | 25 --
ncurses/base/MKlib_gen.sh | 50 +++-
ncurses/base/lib_refresh.c | 8
ncurses/base/lib_screen.c | 31 +-
ncurses/base/resizeterm.c | 15 -
ncurses/tinfo/access.c | 39 +++
ncurses/wcwidth.h | 3
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/back_ground.c | 26 +-
test/background.c | 38 ++-
59 files changed, 1126 insertions(+), 772 deletions(-)
------------------------------------------------------------------------------
20240922
+ add a few null-pointer checks in ncurses
+ improve test-driver in ncurses/link_test.c
+ restore background character in manpages as described in X/Open
Curses section 3.3.6, and add option "-c" to test programs to
illustrate a non-blank character in the window background property.
+ improve formatting/style of manpages (patches by Branden Robinson).
+ modify ncurses*-config to add -I option in --cflag where needed for
--disable-overwrite to match ".pc" files.
+ disallow directories and block/character devices in safe-open.
+ amend scr_restore() and scr_init() to remove the target window only
after validating the source window which will replace the target
(report by Zixi Liu).
--
Thomas E. Dickey <dickey@invisible-island.net>
https://invisible-island.net
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ANN: ncurses-6.5-20240922,
Thomas Dickey <=