[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.5-20060513.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.5-20060513.patch.gz |
Date: |
Sat, 13 May 2006 20:06:01 -0400 |
User-agent: |
Mutt/1.5.11+cvs20060403 |
ncurses 5.5 - patch 20060513 - T.Dickey
------------------------------------------------------------------------------
Ncurses 5.5 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.5 are in the subdirectory
ftp://invisible-island.net/ncurses/5.5
------------------------------------------------------------------------------
INSTALL | 10
NEWS | 15
aclocal.m4 | 16
config.guess | 92 ++-
config.sub | 89 +--
configure | 1209 +++++++++++++++++++++---------------------
configure.in | 31 -
dist.mk | 4
man/captoinfo.1m | 5
man/clear.1 | 7
man/form.3x | 5
man/infocmp.1m | 5
man/infotocap.1m | 7
man/man_db.renames | 3
man/menu.3x | 7
man/ncurses.3x | 17
man/panel.3x | 9
man/terminfo.head | 6
man/tic.1m | 5
man/toe.1m | 5
man/tput.1 | 5
man/tset.1 | 5
ncurses/base/lib_set_term.c | 66 +-
ncurses/curses.priv.h | 7
ncurses/trace/visbuf.c | 87 +--
ncurses/tty/lib_mvcur.c | 11
ncurses/tty/tty_update.c | 16
test/ncurses.c | 5
28 files changed, 968 insertions(+), 781 deletions(-)
------------------------------------------------------------------------------
20060513
+ improve debug-tracing for EmitRange().
+ change default for --with-develop to "yes". Add NCURSES_NO_HARD_TABS
and NCURSES_NO_MAGIC_COOKIE environment variables to allow runtime
suppression of the related hard-tabs and xmc-glitch features.
+ add ncurses version number to top-level manpages, e.g., ncurses, tic,
infocmp, terminfo as well as form, menu, panel.
+ update config.guess, config.sub
+ modify ncurses.c to work around a bug in NetBSD 3.0 curses
(field_buffer returning null for a valid field). The 'r' test
appears to not work with that configuration since the new_fieldtype()
function is broken in that implementation.
--
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] |
- ncurses-5.5-20060513.patch.gz,
Thomas Dickey <=