[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.9-20111001.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.9-20111001.patch.gz |
Date: |
Sat, 01 Oct 2011 21:01:17 -0400 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
ncurses 5.9 - patch 20111001 - 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-20111001.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Oct 2 00:58:34 UTC 2011
------------------------------------------------------------------------------
NEWS | 16 +
dist.mk | 4
man/tic.1m | 8
ncurses/tinfo/comp_parse.c | 109 +++++++++--
ncurses/tinfo/db_iterator.c | 391 ++++++++++++++++++++++++++++-------------
ncurses/tinfo/lib_data.c | 4
ncurses/tinfo/lib_termcap.c | 4
ncurses/tinfo/read_entry.c | 41 ++--
ncurses/tinfo/read_termcap.c | 23 +-
progs/tic.c | 7
10 files changed, 438 insertions(+), 169 deletions(-)
------------------------------------------------------------------------------
20111001
+ modify tic "-K" option to only set the strict-flag rather than force
source-output. That allows the same flag to control the parser for
input and output of termcap source.
+ modify _nc_getent() to ignore backslash at the end of a comment line,
making it consistent with ncurses' parser.
+ restore a special-case check for directory needed to make termcap
text files load as if they were databases (cf: 20110924).
+ modify tic's resolution/collision checking to attempt to remove the
conflicting alias from the second entry in the pair, which is
normally following in the source file. Also improved the warning
message to make it simpler to see which alias is the problem.
+ improve performance of the database iterator by caching search-list.
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- ncurses-5.9-20111001.patch.gz,
Thomas Dickey <=