[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-6.2-20210821
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-6.2-20210821 |
Date: |
Sun, 22 Aug 2021 00:51:51 +0000 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
Files:
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20210821.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20210821.tgz.asc
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20210821.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20210821.tgz.asc
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20210821.tgz
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20210821.tgz.asc
ftp://ftp.invisible-island.net/ncurses/6.2/MD5sums
ftp://ftp.invisible-island.net/ncurses/6.2/dev-patches.zip
ftp://ftp.invisible-island.net/ncurses/6.2/ncurses-6.2-20210821.patch.gz
ftp://ftp.invisible-island.net/ncurses/6.2/ncurses-6.2-20210821.patch.gz.asc
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.2-20210821.tgz
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.2-20210821.tgz.asc
ftp://ftp.invisible-island.net/ncurses/win32/mingw32-20210821.zip
ftp://ftp.invisible-island.net/ncurses/win32/mingw64-20210821.zip
ncurses 6.2 - patch 20210821 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 6.2 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 6.2 can be found at
ftp://ftp.invisible-island.net/ncurses/6.2
http://invisible-mirror.net/archives/ncurses/6.2
------------------------------------------------------------------------------
ftp://ftp.invisible-island.net/ncurses/6.2/ncurses-6.2-20210821.patch.gz
patch by Thomas E. Dickey <dickey@invisible-island.net>
created Sun Aug 22 00:41:36 UTC 2021
------------------------------------------------------------------------------
MANIFEST | 1
NEWS | 17 +
VERSION | 2
announce.html.in | 4
config.sub | 21 +
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/form.3x.html | 2
doc/html/man/infocmp.1m.html | 6
doc/html/man/infotocap.1m.html | 2
doc/html/man/legacy_coding.3x.html | 6
doc/html/man/menu.3x.html | 2
doc/html/man/ncurses.3x.html | 2
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/term.5.html | 8
doc/html/man/term.7.html | 8
doc/html/man/terminfo.5.html | 33 +-
doc/html/man/tic.1m.html | 14
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 | 19 -
include/tic.h | 5
man/infocmp.1m | 4
man/legacy_coding.3x | 6
man/term.5 | 8
man/term.7 | 8
man/terminfo.head | 6
man/terminfo.tail | 28 +
man/tic.1m | 4
misc/terminfo.src | 23 +
mk-1st.awk | 4
ncurses-6.2-20210821/ncurses/term.priv.h | 330 ++++++++++++++++++++++
ncurses/Makefile.in | 24 +
ncurses/base/new_pair.c | 4
ncurses/curses.priv.h | 232 ---------------
ncurses/llib-lncurses | 21 +
ncurses/llib-lncursest | 21 +
ncurses/llib-lncursestw | 21 +
ncurses/llib-lncursesw | 21 +
ncurses/llib-ltic | 2
ncurses/llib-ltict | 2
ncurses/llib-ltictw | 2
ncurses/llib-lticw | 2
ncurses/llib-ltinfo | 19 +
ncurses/llib-ltinfot | 19 +
ncurses/llib-ltinfotw | 19 +
ncurses/llib-ltinfow | 19 +
ncurses/new_pair.h | 11
ncurses/report_offsets.c | 25 +
ncurses/tinfo/lib_data.c | 3
ncurses/tinfo/lib_tparm.c | 430 ++++++++++++++++++-----------
ncurses/tinfo/make_keys.c | 12
ncurses/tinfo/write_entry.c | 6
ncurses/tty/tty_update.c | 6
ncurses/wcwidth.h | 16 +
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 | 3
package/ncurses.spec | 2
package/ncurses.sym | 3
package/ncursest.map | 3
package/ncursest.spec | 2
package/ncursest.sym | 3
package/ncursestw.map | 3
package/ncursestw.sym | 3
package/ncursesw.map | 3
package/ncursesw.sym | 3
progs/dump_entry.c | 4
progs/tic.c | 131 +++++---
progs/tput.c | 4
test/ditto.c | 4
79 files changed, 1136 insertions(+), 585 deletions(-)
------------------------------------------------------------------------------
20210821
+ improve tparm implementation of %P and %g, more closely matching
SVr4 terminfo.
+ move internals of TERMINAL structure to new header term.priv.h
+ add "check" rule for ncurses/Makefile
+ corrected tsl capability for terminator -TD
+ add check in tic to report instances where tparm would detect an
error in an expression (cf: 20201010).
+ correct a few places where SP->_pair_limit was used rather than
SP->_pair_alloc (cf: 20170812).
+ fix missing "%d" for setaf/setab code 8-15 in xterm+direct16 (report
by Florian Weimer) -TD
+ fix some documentation errata from OpenBSD changes.
+ update config.sub
--
Thomas E. Dickey <dickey@invisible-island.net>
https://invisible-island.net
ftp://ftp.invisible-island.net
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ANN: ncurses-6.2-20210821,
Thomas Dickey <=