]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.6 - patch 20070127
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 28 Jan 2007 00:56:00 +0000 (00:56 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 28 Jan 2007 00:56:00 +0000 (00:56 +0000)
commit1559c1ba9c1d51764c46cb99be22a14deea5ce60
tree83c9e2e4a56eaad4db20229c583b7d6b06f4e0f0
parentc6abbc3dd08d8a749098dc1674ce6ec65d844e86
ncurses 5.6 - patch 20070127

+ improve fix for FreeBSD gnu/98975, to allow for null pointer passed
  to tgetent() (report by Rong-en Fan).
+ update tack/HISTORY and tack/README to tell how to build it after
  it is removed from the ncurses tree.
+ fix configure check for libtool's version to trim blank lines
  (report by sci-fi@hush.ai).
+ review/eliminate other original-file artifacts in cursesw.cc, making
  its license consistent with ncurses.
+ use ncurses vw_scanw() rather than reading into a fixed buffer in
  the c++ binding for scanw() methods.
+ eliminate fixed-buffer vsprintf() calls in c++ binding.
17 files changed:
NEWS
aclocal.m4
c++/README-first
c++/cursesapp.cc
c++/cursesmain.cc
c++/cursesw.cc
c++/cursesw.h
c++/demo.cc
c++/edit_cfg.sh
c++/etip.h.in
configure
dist.mk
ncurses/tinfo/lib_termcap.c
tack/HISTORY
tack/README
test/Makefile.in
test/configure.in