[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-6.0-20170812
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-6.0-20170812 |
Date: |
Sun, 13 Aug 2017 01:11:03 +0000 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Files:
ftp://psa426.his.com/AdaCurses/current/AdaCurses-20170812.tgz
ftp://psa426.his.com/AdaCurses/current/AdaCurses-20170812.tgz.asc
ftp://psa426.his.com/AdaCurses/current/AdaCurses-small-20170812.tgz
ftp://psa426.his.com/AdaCurses/current/AdaCurses-small-20170812.tgz.asc
ftp://psa426.his.com/ncurses-examples/current/ncurses-examples-20170812.tgz
ftp://psa426.his.com/ncurses-examples/current/ncurses-examples-20170812.tgz.asc
ftp://psa426.his.com/ncurses/6.0/MD5sums
ftp://psa426.his.com/ncurses/6.0/dev-patches.zip
ftp://psa426.his.com/ncurses/6.0/ncurses-6.0-20170812.patch.gz
ftp://psa426.his.com/ncurses/6.0/ncurses-6.0-20170812.patch.gz.asc
ftp://psa426.his.com/ncurses/current/ncurses-6.0-20170812.tgz
ftp://psa426.his.com/ncurses/current/ncurses-6.0-20170812.tgz.asc
ftp://psa426.his.com/ncurses/win32/mingw32-20170812.zip
ftp://psa426.his.com/ncurses/win32/mingw64-20170812.zip
ncurses 6.0 - patch 20170812 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 6.0 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 6.0 can be found at
ftp://ftp.invisible-island.net/ncurses/6.0
http://invisible-mirror.net/archives/ncurses/6.0
------------------------------------------------------------------------------
ftp://ftp.invisible-island.net/ncurses/6.0/ncurses-6.0-20170812.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Aug 13 00:55:26 UTC 2017
------------------------------------------------------------------------------
Ada95/aclocal.m4 | 13
Ada95/configure | 2392 ++++++++++--------
Ada95/make-tar.sh | 6
MANIFEST | 2
NEWS | 35
VERSION | 2
aclocal.m4 | 18
config.guess | 26
configure | 1116 ++++----
configure.in | 6
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 | 114
doc/html/man/curs_memleaks.3x.html | 46
doc/html/man/form.3x.html | 2
doc/html/man/form_driver.3x.html | 6
doc/html/man/infocmp.1m.html | 18
doc/html/man/infotocap.1m.html | 2
doc/html/man/menu.3x.html | 2
doc/html/man/ncurses.3x.html | 5
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 | 6
doc/html/man/tic.1m.html | 65
doc/html/man/toe.1m.html | 2
doc/html/man/tput.1.html | 2
doc/html/man/tset.1.html | 2
include/MKkey_defs.sh | 6
include/curses.h.in | 4
include/edit_cfg.sh | 6
include/ncurses_defs | 4
man/MKterminfo.sh | 6
man/curs_color.3x | 14
man/infocmp.1m | 12
man/make_sed.sh | 6
man/ncurses.3x | 4
man/terminfo.tail | 3
ncurses-6.0-20170812/doc/html/man/user_caps.5.html | 303 ++
ncurses-6.0-20170812/man/user_caps.5 | 307 ++
ncurses/base/MKlib_gen.sh | 6
ncurses/base/lib_color.c | 185 +
ncurses/base/lib_freeall.c | 4
ncurses/base/new_pair.c | 47
ncurses/curses.priv.h | 17
ncurses/new_pair.h | 9
ncurses/tinfo/MKkeys_list.sh | 6
ncurses/tinfo/comp_parse.c | 4
ncurses/tinfo/entries.c | 3
ncurses/tinfo/lib_data.c | 5
ncurses/tinfo/lib_tparm.c | 5
ncurses/tty/MKexpanded.sh | 4
ncurses/tty/tty_update.c | 4
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 | 4
package/ncurses.spec | 2
package/ncurses.sym | 4
package/ncursest.map | 4
package/ncursest.sym | 4
package/ncursestw.map | 4
package/ncursestw.sym | 4
package/ncursesw.map | 4
package/ncursesw.sym | 4
progs/MKtermsort.sh | 6
progs/capconvert | 8
test/Makefile.in | 8
test/aclocal.m4 | 51
test/configure | 2420 ++++++++++---------
test/configure.in | 4
test/list_keys.c | 8
test/make-tar.sh | 6
test/mk-test.awk | 21
test/package/debian-mingw/rules | 6
test/package/debian-mingw64/rules | 6
test/package/debian/rules | 4
test/package/ncurses-examples.spec | 3
test/picsmap.c | 754 +++++
test/test.priv.h | 10
test/tracemunch | 11
85 files changed, 5136 insertions(+), 3120 deletions(-)
------------------------------------------------------------------------------
20170812
+ improve description of -R option in infocmp manual page (report by
Stephane Chazelas).
+ add reset_color_pairs() function.
+ add user_caps.5 manual page to document the terminfo extensions used
by ncurses.
+ improve build scripts, using SIGQUIT vs SIGTRAP; add other configure
script fixes from work on xterm, lynx and tack.
+ modify install-rule for ncurses-examples to put the data files in
/usr/share/ncurses-examples
+ improve tracemunch, by changing address-parameters of add_wch(),
color_content() and pair_content() to dummy parameters.
+ minor optimization to _nc_change_pair, to return quickly when the
current screen is marked for clearing.
+ in-progress changes to improve performance of test/picsmap.c for
loading image files.
+ modify allocation for SCREEN's color-pair table to start small, grow
on demand up to the existing limit.
+ add "RGB" extension capability for direct-color support, use this to
improve color_content().
+ improve picsmap test-program:
+ if no palette file is needed, attempt to load one based on $TERM,
checking first in the current directory, then by adding ".dat"
suffix, and finally in the data-directory, e.g.,
/usr/share/ncurses-examples
+ add "-l" option for logging
+ add "-d" option for debugging
+ add "-s" option for stepping automatically through list of images,
with time delay.
+ use tsearch to improve time for loading color table for images.
+ update config.guess, config.sub from
http://git.savannah.gnu.org/cgit/config.git
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://ftp.invisible-island.net
signature.asc
Description: Digital signature
- ANN: ncurses-6.0-20170812,
Thomas Dickey <=