[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-6.0-20150627
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-6.0-20150627 |
Date: |
Sat, 27 Jun 2015 21:14:16 -0400 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Files:
ftp://invisible-island.net/AdaCurses/current/AdaCurses-20150627.tgz
ftp://invisible-island.net/AdaCurses/current/AdaCurses-20150627.tgz.asc
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20150627.tgz
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20150627.tgz.asc
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20150627.tgz
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20150627.tgz.asc
ftp://invisible-island.net/ncurses/5.9/MD5sums
ftp://invisible-island.net/ncurses/5.9/dev-patches.zip
ftp://invisible-island.net/ncurses/5.9/ncurses-6.0-20150627.patch.gz
ftp://invisible-island.net/ncurses/5.9/ncurses-6.0-20150627.patch.gz.asc
ftp://invisible-island.net/ncurses/current/ncurses-6.0-20150627.tgz
ftp://invisible-island.net/ncurses/current/ncurses-6.0-20150627.tgz.asc
ftp://invisible-island.net/ncurses/win32/mingw32-20150627.zip
ftp://invisible-island.net/ncurses/win32/mingw64-20150627.zip
ncurses 6.0 - patch 20150627 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 6.0 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 6.0 are in the subdirectory
ftp://invisible-island.net/ncurses/6.0
------------------------------------------------------------------------------
ftp://invisible-island.net/ncurses/5.9/ncurses-6.0-20150627.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Jun 28 01:06:27 UTC 2015
------------------------------------------------------------------------------
MANIFEST | 1
NEWS | 19 ++
VERSION | 2
aclocal.m4 | 5
configure | 48 ++----
configure.in | 12 -
dist.mk | 4
misc/terminfo.src | 14 +
ncurses-6.0-20150627/test/test_setupterm.c | 210 +++++++++++++++++++++++++++
ncurses/base/lib_restart.c | 6
ncurses/curses.priv.h | 9 -
ncurses/tinfo/lib_setup.c | 5
ncurses/tinfo/read_entry.c | 5
ncurses/tinfo/tinfo_driver.c | 10 -
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 | 8 -
package/ncurses.spec | 2
package/ncurses.sym | 7
package/ncursest.map | 8 -
package/ncursest.sym | 7
package/ncursestw.map | 8 -
package/ncursestw.sym | 7
package/ncursesw.map | 8 -
package/ncursesw.sym | 7
test/README | 15 +
test/modules | 5
test/programs | 5
31 files changed, 349 insertions(+), 106 deletions(-)
------------------------------------------------------------------------------
20150627
+ modify configure script to remove deprecated ABI 5 symbols when
building ABI 6.
+ add symbols _nc_Default_Field, _nc_Default_Form, _nc_has_mouse to
map-files, but marked as deprecated so that they can easily be
suppressed from ABI 6 builds (Debian #788610).
+ comment-out "screen.xterm" entry, and inherit screen.xterm-256color
from xterm-new (report by Richard Birkett) -TD
+ modify read_entry.c to set the error-return to -1 if no terminal
databases were found, as documented for setupterm.
+ add test_setupterm.c to demonstrate normal/error returns from the
setupterm and restartterm functions.
+ amend cleanup change from 20110813 which removed redundant definition
of ret_error, etc., from tinfo_driver.c, to account for the fact that
it should return a bool rather than int (report/analysis by Johannes
Schindelin).
--
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-20150627,
Thomas Dickey <=