]> ncurses.scripts.mit.edu Git - ncurses.git/commit - ncurses/tinfo/tinfo_driver.c
ncurses 5.9 - patch 20111217
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 18 Dec 2011 00:13:30 +0000 (00:13 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 18 Dec 2011 00:13:30 +0000 (00:13 +0000)
commit5e36f11feab6f790e0cc6f2c882a67b7b65e3b6b
tree3072242c28c188cc610ea07965054f46192a63cd
parentcba932f979e14e49b63e06715e80f64d9ffe6e5e
ncurses 5.9 - patch 20111217

+ review/fix places in manpages where --program-prefix configure option
  was not being used.
+ add -D option to infocmp, to show the database locations that it
  could use.
+ fix build for the special case where term-driver, ticlib and termlib
  are all enabled.  The terminal driver depends on a few features in
  the base ncurses library, so tic's dependencies include both ncurses
  and termlib.
+ fix build work for term-driver when --enable-wgetch-events option is
  enabled.
+ use <stdint.h> types to fix some questionable casts to void*.
26 files changed:
NEWS
aclocal.m4
configure
configure.in
dist.mk
include/ncurses_defs
man/curs_terminfo.3x
man/curs_util.3x
man/infocmp.1m
man/ncurses.3x
man/tabs.1
man/term.7
man/term_variables.3x
man/terminfo.tail
man/tic.1m
man/toe.1m
man/tput.1
man/tset.1
misc/terminfo.src
mk-1st.awk
ncurses/base/lib_getch.c
ncurses/curses.priv.h
ncurses/tinfo/db_iterator.c
ncurses/tinfo/tinfo_driver.c
ncurses/trace/lib_trace.c
progs/infocmp.c