[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-6.0-20170729
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-6.0-20170729 |
Date: |
Sun, 30 Jul 2017 20:09:39 +0000 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Files:
ftp://invisible-island.net/AdaCurses/current/AdaCurses-20170729.tgz
ftp://invisible-island.net/AdaCurses/current/AdaCurses-20170729.tgz.asc
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20170729.tgz
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20170729.tgz.asc
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20170729.tgz
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20170729.tgz.asc
ftp://invisible-island.net/ncurses/6.0/MD5sums
ftp://invisible-island.net/ncurses/6.0/dev-patches.zip
ftp://invisible-island.net/ncurses/6.0/ncurses-6.0-20170729.patch.gz
ftp://invisible-island.net/ncurses/6.0/ncurses-6.0-20170729.patch.gz.asc
ftp://invisible-island.net/ncurses/current/ncurses-6.0-20170729.tgz
ftp://invisible-island.net/ncurses/current/ncurses-6.0-20170729.tgz.asc
ftp://invisible-island.net/ncurses/win32/mingw32-20170729.zip
ftp://invisible-island.net/ncurses/win32/mingw64-20170729.zip
ncurses 6.0 - patch 20170729 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 6.0 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 6.0 can be found at
ftp://invisible-island.net/ncurses/6.0
http://invisible-mirror.net/archives/ncurses/6.0
------------------------------------------------------------------------------
ftp://invisible-island.net/ncurses/6.0/ncurses-6.0-20170729.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Jul 30 01:23:37 UTC 2017
------------------------------------------------------------------------------
INSTALL | 4
NEWS | 32
VERSION | 2
aclocal.m4 | 8
configure | 4157 ++++++++++++++++++-------------------
configure.in | 27
dist.mk | 4
man/curs_memleaks.3x | 44
misc/terminfo.src | 89
ncurses/base/lib_addch.c | 18
ncurses/tinfo/lib_tparm.c | 37
ncurses/tty/lib_mvcur.c | 2
ncurses/tty/tty_update.c | 18
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
progs/tic.c | 59
20 files changed, 2359 insertions(+), 2162 deletions(-)
------------------------------------------------------------------------------
20170729
+ update interix entry using tack and SFU on Windows 7 Ultimate -TD
+ use ^? for kdch1 in interix (reported by Jonathan de Boyne Pollard)
+ add "rep" to xterm-new, available since 1997/01/26 -TD
+ move SGR 24 and 27 from vte-2014 to vte-2012 (request by Alain
Williams) -TD
+ add a check in newline_forces_scroll() in case a program moves the
cursor outside scrolling margins (report by Robert King).
+ improve _nc_tparm_analyze, using that to extend the checks made by
tic for reporting inconsistencies between the expected number of
parameters for a capability and the actual.
+ amend handling of repeat_char capability in EmitRange (adapted from
report/patch by Dick Wesseling):
+ translate the character to the alternate character set when the
alternate character set is enabled.
+ do not use repeat_char for characters past 255.
+ document "_nc_free_tinfo" in manual page, because it could be used in
tack for memory-leak checking.
+ add "--without-tack" configure option to refine "--with-progs"
configure option. Normally tack is no longer built in-tree, but
a few packagers combine it during the build. If term_entry.h is
installed, there is no advantage to in-tree builds.
+ adjust configure-script to define HAVE_CURSES_DATA_BOOLNAMES symbol
needed for tack 1.08 when built in-tree. Rather than relying upon
internal "_nc_" functions, tack now uses the boolean, number and
string capability name-arrays provided by ncurses and SVr4 Unix
curses. It still uses term_entry.h for the definitions of the
extended capability arrays.
+ add an overlooked null-pointer check in mvcur changes from 20170722
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ANN: ncurses-6.0-20170729,
Thomas Dickey <=