]> ncurses.scripts.mit.edu Git - ncurses.git/commit - ncurses/trace/visbuf.c
ncurses 5.7 - patch 20090711
authorThomas E. Dickey <dickey@invisible-island.net>
Sat, 11 Jul 2009 23:12:47 +0000 (23:12 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sat, 11 Jul 2009 23:12:47 +0000 (23:12 +0000)
commitccb812c9ce7d5859d06b01ce88b331b2a70ad520
treed68fde583474572c01f62e77b0e147a48df40f29
parent5b7f4de105080e2a715b0564ede4bb7eb6767659
ncurses 5.7 - patch 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
16 files changed:
MANIFEST
NEWS
dist.mk
include/term_entry.h
include/tic.h
ncurses/modules
ncurses/tinfo/comp_hash.c
ncurses/tinfo/entries.c
ncurses/tinfo/lib_termcap.c
ncurses/tinfo/lib_ti.c
ncurses/tinfo/parse_entry.c
ncurses/trace/visbuf.c
test/README
test/demo_terminfo.c [new file with mode: 0644]
test/modules
test/programs