bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ncurses-5.6-20070127.patch.gz


From: Thomas Dickey
Subject: ncurses-5.6-20070127.patch.gz
Date: Sat, 27 Jan 2007 20:00:31 -0500
User-agent: Mutt/1.5.13 (2006-08-11)

 ncurses 5.6 - patch 20070127 - Thomas E. Dickey

 ------------------------------------------------------------------------------

 Ncurses 5.6 is at
        ftp.gnu.org:/pub/gnu

 Patches for ncurses 5.6 are in the subdirectory
        ftp://invisible-island.net/ncurses/5.6

 ------------------------------------------------------------------------------
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Jan 28 00:56:00 UTC 2007
 ------------------------------------------------------------------------------
 NEWS                        |   15 +
 aclocal.m4                  |    6 
 c++/README-first            |   35 +--
 c++/cursesapp.cc            |    9 
 c++/cursesmain.cc           |   13 +
 c++/cursesw.cc              |  436 ++++++++++++++++++------------------------
 c++/cursesw.h               |   11 -
 c++/demo.cc                 |    6 
 c++/edit_cfg.sh             |   11 -
 c++/etip.h.in               |   16 -
 configure                   |    2 
 dist.mk                     |    4 
 ncurses/tinfo/lib_termcap.c |   15 +
 tack/HISTORY                |    1 
 tack/README                 |   12 -
 test/Makefile.in            |    7 
 test/configure.in           |    5 
 17 files changed, 285 insertions(+), 319 deletions(-)
 ------------------------------------------------------------------------------

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 address@hidden).
        + 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.

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]