[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-5.9-20131214
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-5.9-20131214 |
Date: |
Sat, 14 Dec 2013 21:36:00 -0500 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Files:
ftp://invisible-island.net/AdaCurses/current/AdaCurses-20131214.tgz
ftp://invisible-island.net/AdaCurses/current/AdaCurses-20131214.tgz.asc
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20131214.tgz
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20131214.tgz.asc
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20131214.tgz
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20131214.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-20131214.patch.gz
ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20131214.patch.gz.asc
ftp://invisible-island.net/ncurses/current/ncurses-5.9-20131214.tgz
ftp://invisible-island.net/ncurses/current/ncurses-5.9-20131214.tgz.asc
ftp://invisible-island.net/ncurses/win32/mingw32-20131214.zip
ftp://invisible-island.net/ncurses/win32/mingw64-20131214.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-20131214.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Dec 15 02:33:31 UTC 2013
------------------------------------------------------------------------------
NEWS | 13
configure | 48
configure.in | 15
dist.mk | 4
form/llib-lformtw | 11
form/llib-lformw | 11
include/nc_string.h | 12
include/ncurses_defs | 3
ncurses-5.9-20131214/ncurses/llib-ltict | 212 +++
ncurses-5.9-20131214/ncurses/llib-ltinfot | 1635 ++++++++++++++++++++++++++++
ncurses/llib-lncurses | 455 +++----
ncurses/llib-lncursest | 423 +++----
ncurses/llib-lncursestw | 565 +++++----
ncurses/llib-lncursesw | 567 +++++----
ncurses/llib-ltinfo | 76 -
ncurses/llib-ltinfotw | 76 -
ncurses/llib-ltinfow | 76 -
ncurses/tinfo/db_iterator.c | 12
ncurses/tinfo/hashed_db.c | 6
ncurses/tinfo/lib_baudrate.c | 69 -
ncurses/tinfo/lib_options.c | 8
ncurses/tinfo/read_entry.c | 10
ncurses/tinfo/read_termcap.c | 6
ncurses/tinfo/write_entry.c | 7
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/dump_entry.c | 42
progs/dump_entry.h | 8
progs/infocmp.c | 4
progs/toe.c | 12
progs/tset.c | 7
35 files changed, 3248 insertions(+), 1165 deletions(-)
------------------------------------------------------------------------------
20131214
+ modify configure-script/ifdef's to allow OLD_TTY feature to be
suppressed if the type of ospeed is configured using the option
--with-ospeed to not be a short. By default, it is a short for
termcap-compatibility (adapted from suggestion by Christian
Weisgerber).
+ correct a typo in _nc_baudrate() (patch by Christian Weisgerber,
cf: 20061230).
+ fix a few -Wlogical-op warnings.
+ updated llib-l* files.
--
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-20131214,
Thomas Dickey <=