[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-6.1-20181229
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-6.1-20181229 |
Date: |
Sun, 30 Dec 2018 02:08:42 +0000 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
Files:
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20181229.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-20181229.tgz.asc
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20181229.tgz
ftp://ftp.invisible-island.net/AdaCurses/current/AdaCurses-small-20181229.tgz.asc
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20181229.tgz
ftp://ftp.invisible-island.net/ncurses-examples/current/ncurses-examples-20181229.tgz.asc
ftp://ftp.invisible-island.net/ncurses/6.1/MD5sums
ftp://ftp.invisible-island.net/ncurses/6.1/dev-patches.zip
ftp://ftp.invisible-island.net/ncurses/6.1/ncurses-6.1-20181229.patch.gz
ftp://ftp.invisible-island.net/ncurses/6.1/ncurses-6.1-20181229.patch.gz.asc
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.1-20181229.tgz
ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.1-20181229.tgz.asc
ftp://ftp.invisible-island.net/ncurses/win32/mingw32-20181229.zip
ftp://ftp.invisible-island.net/ncurses/win32/mingw64-20181229.zip
ncurses 6.1 - patch 20181229 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 6.1 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 6.1 can be found at
ftp://ftp.invisible-island.net/ncurses/6.1
http://invisible-mirror.net/archives/ncurses/6.1
------------------------------------------------------------------------------
ftp://ftp.invisible-island.net/ncurses/6.1/ncurses-6.1-20181229.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Dec 30 01:55:38 UTC 2018
------------------------------------------------------------------------------
MANIFEST | 2
NEWS | 14 +
VERSION | 2
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_mouse.3x.html | 9 -
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 | 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/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
man/curs_mouse.3x | 12 +
ncurses-6.1-20181229/test/color_content.c | 248 ++++++++++++++++++++++++++++
ncurses-6.1-20181229/test/pair_content.c | 236 ++++++++++++++++++++++++++
ncurses/base/lib_color.c | 68 +++----
ncurses/base/new_pair.c | 8
ncurses/curses.priv.h | 21 +-
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/dump_entry.c | 4
test/color_name.h | 6
test/demo_altkeys.c | 16 -
test/extended_color.c | 64 +++----
test/foldkeys.c | 16 -
test/modules | 4
test/programs | 8
test/savescreen.c | 14 -
test/tclock.c | 14 -
test/test.priv.h | 21 ++
test/tracemunch | 226 +++++++++++++------------
45 files changed, 791 insertions(+), 280 deletions(-)
------------------------------------------------------------------------------
20181229
+ improve man/curs_mouse.3x with regard to xterm
+ modify tracemunch to accept filename parameters in addition to use
as a pipe/filter.
+ minor optimization to reduce calls to _nc_reserve_pairs (prompted by
discussion with Bryan Christ).
+ add test/pair_content.c and test/color_content.c
+ modify infocmp to omit filtering of "OTxx" names which are used for
obsolete capabilities, when the output is sorted by long-names.
Doing this helps when making a table of the short/long capability
names.
--
Thomas E. Dickey <address@hidden>
https://invisible-island.net
ftp://ftp.invisible-island.net
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ANN: ncurses-6.1-20181229,
Thomas Dickey <=