[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-6.4-20230423
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-6.4-20230423 |
Date: |
Mon, 24 Apr 2023 00:26:04 +0000 |
Files:
https://invisible-island.net/archives/AdaCurses/current/AdaCurses-20230423.tgz
https://invisible-island.net/archives/AdaCurses/current/AdaCurses-20230423.tgz.asc
https://invisible-island.net/archives/AdaCurses/current/AdaCurses-small-20230423.tgz
https://invisible-island.net/archives/AdaCurses/current/AdaCurses-small-20230423.tgz.asc
https://invisible-island.net/archives/ncurses-examples/current/ncurses-examples-20230423.tgz
https://invisible-island.net/archives/ncurses-examples/current/ncurses-examples-20230423.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-20230423.patch.gz
https://invisible-island.net/archives/ncurses/6.4/ncurses-6.4-20230423.patch.gz.asc
https://invisible-island.net/archives/ncurses/current/ncurses-6.4-20230423.tgz
https://invisible-island.net/archives/ncurses/current/ncurses-6.4-20230423.tgz.asc
https://invisible-island.net/archives/ncurses/win32/mingw32-20230423.zip
https://invisible-island.net/archives/ncurses/win32/mingw64-20230423.zip
ncurses 6.4 - patch 20230423 - 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-20230423.patch.gz
patch by Thomas E. Dickey <dickey@invisible-island.net>
created Mon Apr 24 00:13:27 UTC 2023
------------------------------------------------------------------------------
INSTALL | 27
NEWS | 14
README | 7
VERSION | 2
aclocal.m4 | 30
configure | 4529 +++++++++++++++-----------------
configure.in | 37
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_color.3x.html | 19
doc/html/man/curs_termcap.3x.html | 6
doc/html/man/curs_terminfo.3x.html | 138
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 | 12
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
include/MKterm.h.awk.in | 15
include/curses.h.in | 6
include/headers | 8
include/nc_access.h | 7
include/ncurses_defs | 5
include/term_entry.h | 25
include/tic.h | 37
man/curs_color.3x | 10
man/curs_terminfo.3x | 31
man/man_db.renames.in | 6
man/ncurses.3x | 6
mk-1st.awk | 7
ncurses/curses.priv.h | 8
ncurses/tinfo/MKcaptab.sh | 5
ncurses/tinfo/MKfallback.sh | 7
ncurses/tinfo/access.c | 9
ncurses/tinfo/alloc_ttype.c | 7
ncurses/tinfo/comp_hash.c | 5
ncurses/tinfo/free_ttype.c | 7
ncurses/tinfo/lib_tparm.c | 74
ncurses/tinfo/lib_tputs.c | 6
ncurses/tinfo/read_entry.c | 5
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.map | 10
package/ncurses.spec | 2
package/ncurses.sym | 4
package/ncursest.map | 10
package/ncursest.spec | 2
package/ncursest.sym | 4
package/ncursestw.map | 10
package/ncursestw.sym | 4
package/ncursesw.map | 10
package/ncursesw.sym | 4
test/configure | 865 +++---
test/configure.in | 9
test/picsmap.c | 11
test/test.priv.h | 21
test/test_tparm.c | 184 +
69 files changed, 3267 insertions(+), 3052 deletions(-)
------------------------------------------------------------------------------
20230423
+ add tiscan_s() to help applications check formatting capabilities
that would be passed to tiparm_s, etc.
+ add tiparm_s() to provide applications a way to tell ncurses what
the expected parameters are for a capability (tmux #3531).
+ improve check in lib_tparm.c, ensuring that a char* fits into a
TPARM_ARG.
+ add --disable-setuid-environ configure option (request by Sven
Joachim).
+ drop compatibility with obsolete versions of tack, e.g., pre-1.08
(Debian #1034549, cf: 20170722).
--
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.4-20230423,
Thomas Dickey <=