]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.7 - patch 20090927
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 20 Sep 2009 00:37:00 +0000 (00:37 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 20 Sep 2009 00:37:00 +0000 (00:37 +0000)
commit322d0bb55499368c35c8e65ae1ea1c26209bc05e
tree8e6acabdf898e0db9937c1c896dde070500afd34
parent9e3a472c069d718e4f510e8477373618f80227ae
ncurses 5.7 - patch 20090927

+ move leak-checking for comp_captab.c into _nc_leaks_tinfo() since
  that module since 20090711 is in libtinfo.
+ add configure option --enable-term-driver, to allow compiling with
  terminal-driver.  That is used in mingw port, and (being somewhat
  more complicated) is an experimental alternative to the conventional
  termlib internals.  Currently, it requires the sp-funcs feature to
  be enabled.
+ completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
  library (some work remains for forms library).
12 files changed:
NEWS
configure
configure.in
dist.mk
ncurses/base/lib_newterm.c
ncurses/base/lib_set_term.c
ncurses/curses.priv.h
ncurses/modules
ncurses/tinfo/comp_parse.c
ncurses/tinfo/entries.c
ncurses/tinfo/tinfo_driver.c
ncurses/tty/tty_update.c