[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-6.0-20150606
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-6.0-20150606 |
Date: |
Sat, 6 Jun 2015 21:18:46 -0400 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Files:
ftp://invisible-island.net/AdaCurses/current/AdaCurses-20150606.tgz
ftp://invisible-island.net/AdaCurses/current/AdaCurses-20150606.tgz.asc
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20150606.tgz
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20150606.tgz.asc
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20150606.tgz
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20150606.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-20150606.patch.gz
ftp://invisible-island.net/ncurses/5.9/ncurses-6.0-20150606.patch.gz.asc
ftp://invisible-island.net/ncurses/current/ncurses-6.0-20150606.tgz
ftp://invisible-island.net/ncurses/current/ncurses-6.0-20150606.tgz.asc
ftp://invisible-island.net/ncurses/win32/mingw32-20150606.zip
ftp://invisible-island.net/ncurses/win32/mingw64-20150606.zip
ncurses 6.0 - patch 20150606 - 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-20150606.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Jun 7 01:16:17 UTC 2015
------------------------------------------------------------------------------
Ada95/aclocal.m4 | 12
Ada95/configure | 20
Ada95/gen/Makefile.in | 17
NEWS | 18
VERSION | 2
aclocal.m4 | 65
configure | 3945
+++++-----
configure.in | 38
dist.mk | 8
doc/html/ada/funcs/M.htm | 2
doc/html/ada/funcs/S.htm | 2
doc/html/ada/funcs/T.htm | 2
doc/html/ada/table.html | 40
doc/html/ada/terminal_interface-curses-forms-field_types__adb.htm | 151
doc/html/ada/terminal_interface-curses-forms-field_types__ads.htm | 30
doc/html/ada/terminal_interface-curses-mouse__adb.htm | 39
doc/html/ada/terminal_interface-curses-mouse__ads.htm | 55
doc/html/ada/terminal_interface-curses-trace__adb.htm | 18
doc/html/ada/terminal_interface-curses-trace__ads.htm | 60
doc/html/ada/terminal_interface-curses_constants__ads.htm | 116
doc/html/man/captoinfo.1m.html | 2
doc/html/man/clear.1.html | 2
doc/html/man/curs_color.3x.html | 71
doc/html/man/curs_util.3x.html | 44
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/panel.3x.html | 2
doc/html/man/resizeterm.3x.html | 31
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_color.3x | 4
man/curs_util.3x | 11
man/resizeterm.3x | 11
package/debian-mingw/changelog | 4
package/debian-mingw/rules | 9
package/debian-mingw64/changelog | 4
package/debian-mingw64/rules | 9
package/debian/changelog | 4
package/debian/rules | 9
package/mingw-ncurses.nsi | 8
package/mingw-ncurses.spec | 4
package/ncurses.spec | 12
test/aclocal.m4 | 8
test/configure | 12
51 files changed, 2528 insertions(+), 2395 deletions(-)
------------------------------------------------------------------------------
20150606 pre-release
+ make ABI 6 the default by updates to dist.mk and VERSION, with the
intention that the existing ABI 5 should build as before using the
"--with-abi=5" option.
+ regenerate ada- and man-html documentation.
+ minor fixes to color- and util-manpages.
+ fix a regression in Ada95/gen/Makefile.in, to handle special case of
Cygwin, which uses the broken-linker feature.
+ amend fix for CF_NCURSES_CONFIG used in test/configure to assume that
ncurses package scripts work when present for cross-compiling, as the
lessor of two evils (cf: 20150530).
+ add check in configure script to disallow conflicting options
"--with-termlib" and "--enable-term-driver".
+ move defaults for "--disable-lp64" and "--with-versioned-syms" into
CF_ABI_DEFAULTS macro.
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- ANN: ncurses-6.0-20150606,
Thomas Dickey <=