[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-6.5-20241221
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-6.5-20241221 |
Date: |
Sun, 22 Dec 2024 01:19:21 +0000 |
Files:
https://invisible-island.net/archives/AdaCurses/current/AdaCurses-20241221.tgz
https://invisible-island.net/archives/AdaCurses/current/AdaCurses-20241221.tgz.asc
https://invisible-island.net/archives/AdaCurses/current/AdaCurses-small-20241221.tgz
https://invisible-island.net/archives/AdaCurses/current/AdaCurses-small-20241221.tgz.asc
https://invisible-island.net/archives/ncurses-examples/current/ncurses-examples-20241221.tgz
https://invisible-island.net/archives/ncurses-examples/current/ncurses-examples-20241221.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-20241221.patch.gz
https://invisible-island.net/archives/ncurses/6.5/ncurses-6.5-20241221.patch.gz.asc
https://invisible-island.net/archives/ncurses/current/ncurses-6.5-20241221.tgz
https://invisible-island.net/archives/ncurses/current/ncurses-6.5-20241221.tgz.asc
https://invisible-island.net/archives/ncurses/win32/mingw32-20241221.zip
https://invisible-island.net/archives/ncurses/win32/mingw64-20241221.zip
ncurses 6.5 - patch 20241221 - 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-20241221.patch.gz
patch by Thomas E. Dickey <dickey@invisible-island.net>
created Sun Dec 22 01:11:31 UTC 2024
------------------------------------------------------------------------------
Ada95/aclocal.m4 | 18 ++++----
Ada95/configure | 8 +--
NEWS | 11 ++++-
VERSION | 2
aclocal.m4 | 10 ++--
c++/cursesw.h | 7 ---
configure | 2
dist.mk | 4 -
form/form.priv.h | 5 +-
form/fty_int.c | 6 +-
form/fty_num.c | 6 +-
ncurses/base/MKlib_gen.sh | 3 -
ncurses/tinfo/MKfallback.sh | 4 -
ncurses/tinfo/lib_data.c | 4 -
ncurses/tinfo/trim_sgr0.c | 75 +++++++++++++++++++++++++++++++++++--
ncurses/tinfo/write_entry.c | 8 +--
ncurses/trace/lib_tracebits.c | 6 +-
ncurses/tty/lib_tstp.c | 6 +-
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
progs/infocmp.c | 4 -
test/aclocal.m4 | 10 ++--
test/configure | 4 -
test/foldkeys.c | 4 -
test/padview.c | 5 +-
30 files changed, 156 insertions(+), 78 deletions(-)
------------------------------------------------------------------------------
20241221
+ modify ncurses/tinfo/MKfallback.sh to work with MacOS sed, which
lacks BSD-style \< and \>
+ trim padding from sgr expresion used in trim_sgr0, to avoid copying
the padding into the resulting sgr0 (report by Rajeev Pillai).
+ strict compiler-warning fixes for upcoming gcc15
- + move include <curses.h> from etip.h.in to cursesw.hh, to work around
+ move include <curses.h> from etip.h.in to cursesw.h, to work around
--
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-20241221,
Thomas Dickey <=