[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.7-20090711.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.7-20090711.patch.gz |
Date: |
Sat, 11 Jul 2009 19:18:16 -0400 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
ncurses 5.7 - patch 20090711 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 5.7 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.7 are in the subdirectory
ftp://invisible-island.net/ncurses/5.7
------------------------------------------------------------------------------
ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-20090711.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sat Jul 11 23:12:47 UTC 2009
------------------------------------------------------------------------------
MANIFEST | 1
NEWS | 7
dist.mk | 4
include/term_entry.h | 10
include/tic.h | 6
ncurses-5.7-20090711/test/demo_terminfo.c | 293 ++++++++++++++++++++++++++++
ncurses/modules | 8
ncurses/tinfo/comp_hash.c | 36 ++-
ncurses/tinfo/entries.c | 11 -
ncurses/tinfo/lib_termcap.c | 128 ++++++++----
ncurses/tinfo/lib_ti.c | 105 +++++++---
ncurses/tinfo/parse_entry.c | 8
ncurses/trace/visbuf.c | 24 +-
test/README | 29 +-
test/modules | 5
test/programs | 5
16 files changed, 569 insertions(+), 111 deletions(-)
------------------------------------------------------------------------------
20090711
+ improve performance of tigetstr, etc., by using hashing code from tic.
+ minor fixes for memory-leak checking.
+ add test/demo_terminfo, for comparison with demo_termcap
--
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.7-20090711.patch.gz,
Thomas Dickey <=