[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-5.9-20140412
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-5.9-20140412 |
Date: |
Sat, 12 Apr 2014 20:51:26 -0400 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Files:
ftp://invisible-island.net/AdaCurses/current/AdaCurses-20140412.tgz
ftp://invisible-island.net/AdaCurses/current/AdaCurses-20140412.tgz.asc
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20140412.tgz
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20140412.tgz.asc
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20140412.tgz
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20140412.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-20140412.patch.gz
ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20140412.patch.gz.asc
ftp://invisible-island.net/ncurses/current/ncurses-5.9-20140412.tgz
ftp://invisible-island.net/ncurses/current/ncurses-5.9-20140412.tgz.asc
ftp://invisible-island.net/ncurses/win32/mingw32-20140412.zip
ftp://invisible-island.net/ncurses/win32/mingw64-20140412.zip
ncurses 5.9 - patch - 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-20140412.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Apr 13 00:46:18 UTC 2014
------------------------------------------------------------------------------
Ada95/aclocal.m4 | 6
Ada95/configure | 2
INSTALL | 13
NEWS | 28 -
aclocal.m4 | 56 ++
configure | 816 ++++++++++++++++++++++++-------------
dist.mk | 4
include/hashed_db.h | 4
ncurses/base/lib_driver.c | 24 -
ncurses/curses.priv.h | 15
ncurses/tinfo/tinfo_driver.c | 16
ncurses/win32con/win_driver.c | 64 +-
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
test/aclocal.m4 | 6
test/configure | 2
20 files changed, 699 insertions(+), 377 deletions(-)
------------------------------------------------------------------------------
20140412
+ modify configure script:
+ drop the -no-gcc option from Intel compiler, from lynx changes.
+ extend the --with-hashed-db configure option to simplify building
with different versions of Berkeley database using FreeBSD ports.
+ improve initialization for MinGW port (patch by Juergen Pfeifer):
+ enforce Windows-style path-separator if cross-compiling,
+ add a driver-name method to each of the drivers,
+ allow the Windows driver name to match "unknown", ignoring case,
+ lengthen the built-in name for the Windows console driver to
"#win32console", and
+ move the comparison of driver-names allowing abbreviation, e.g.,
to "#win32con" into the Windows console driver.
--
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-20140412,
Thomas Dickey <=