[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-5.9-20150418
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-5.9-20150418 |
Date: |
Sat, 18 Apr 2015 20:09:31 -0400 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Files:
ftp://invisible-island.net/AdaCurses/current/AdaCurses-20150418.tgz
ftp://invisible-island.net/AdaCurses/current/AdaCurses-20150418.tgz.asc
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20150418.tgz
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20150418.tgz.asc
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20150418.tgz
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20150418.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-5.9-20150418.patch.gz
ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20150418.patch.gz.asc
ftp://invisible-island.net/ncurses/current/ncurses-5.9-20150418.tgz
ftp://invisible-island.net/ncurses/current/ncurses-5.9-20150418.tgz.asc
ftp://invisible-island.net/ncurses/win32/mingw32-20150418.zip
ftp://invisible-island.net/ncurses/win32/mingw64-20150418.zip
ncurses 5.9 - patch 20150418 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 5.9 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.9 are in the subdirectory
ftp://invisible-island.net/ncurses/5.9
------------------------------------------------------------------------------
ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20150418.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Apr 19 00:05:38 UTC 2015
------------------------------------------------------------------------------
Ada95/aclocal.m4 | 803 ++--
Ada95/configure | 2721 +++++++--------
Ada95/configure.in | 75
Ada95/gen/Makefile.in | 6
INSTALL | 8
NEWS | 19
VERSION | 2
aclocal.m4 | 1612 ++++-----
configure | 6321 ++++++++++++++++++-------------------
configure.in | 248 -
dist.mk | 4
man/curs_getch.3x | 6
man/curs_inopts.3x | 134
man/curs_mouse.3x | 10
man/curs_opaque.3x | 10
man/curs_threads.3x | 6
man/curs_touch.3x | 6
man/curs_util.3x | 4
man/man_db.renames | 12
man/panel.3x | 8
man/resizeterm.3x | 6
misc/gen-pkgconfig.in | 4
misc/ncurses-config.in | 12
ncurses/base/lib_screen.c | 12
ncurses/base/lib_set_term.c | 15
ncurses/tinfo/lib_baudrate.c | 6
package/debian-mingw/changelog | 4
package/debian-mingw64/changelog | 4
package/debian/changelog | 4
package/debian/rules | 10
package/mingw-ncurses.nsi | 4
package/mingw-ncurses.spec | 2
package/ncurses.spec | 15
progs/tabs.c | 4
progs/tset.c | 4
test/aclocal.m4 | 614 +--
test/configure | 3823 +++++++++++-----------
test/configure.in | 16
38 files changed, 8412 insertions(+), 8162 deletions(-)
------------------------------------------------------------------------------
20150418
+ avoid a blank line in output from tabs program by ending it with
a carriage return as done in FreeBSD (patch by James Clarke).
+ build-fix for the "--enable-ext-putwin" feature when not using
wide characters (report by Werner Fink).
+ modify autoconf macros to use scripting improvement from xterm.
+ add -brtl option to compiler options on AIX 5-7, needed to link
with the shared libraries.
+ add --with-extra-suffix option to help with installing nonconflicting
ncurses6 packages, e.g., avoiding header- and library-conflicts.
NOTE: as a side-effect, this renames
adacurses-config to adacurses5-config and
adacursesw-config to adacursesw5-config
+ modify debian/rules test package to suffix programs with "6".
+ clarify in curs_inopts.3x that window-specific settings do not
inherit into new windows.
--
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-5.9-20150418,
Thomas Dickey <=