bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.9-20121208.patch.gz


From: Thomas Dickey
Subject: ncurses-5.9-20121208.patch.gz
Date: Sat, 08 Dec 2012 21:00:14 -0500
User-agent: Mutt/1.5.20 (2009-06-14)

 ncurses 5.9 - patch 20121208 - Thomas E. Dickey

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

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

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

 ------------------------------------------------------------------------------
 ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20121208.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Dec  9 01:53:49 UTC 2012
 ------------------------------------------------------------------------------
 NEWS                       |   22 ++++++++++++++++-
 c++/cursespad.cc           |   54 +++++++++++++++++++++++++++++--------------
 c++/cursesw.cc             |    5 +--
 dist.mk                    |    4 +--
 ncurses/base/lib_bkgd.c    |    5 +++
 ncurses/base/lib_restart.c |    6 ++--
 ncurses/base/lib_slkrefr.c |    6 +---
 ncurses/base/lib_slkset.c  |    7 ++---
 ncurses/curses.priv.h      |    6 ++--
 ncurses/tinfo/comp_scan.c  |    4 +--
 ncurses/tinfo/lib_setup.c  |   10 ++++---
 ncurses/tinfo/lib_tputs.c  |    4 +--
 package/debian/changelog   |    4 +--
 package/ncurses.spec       |    2 -
 progs/tic.c                |   12 +++++++--
 test/bs.c                  |   11 ++++----
 test/hanoi.c               |   27 ++++++++++-----------
 test/ins_wide.c            |    4 +--
 test/inserts.c             |    4 +--
 test/knight.c              |   32 +++++++++++++++++++++----
 test/ncurses.c             |   16 +++++++++---
 test/redraw.c              |    6 ++--
 test/test_addchstr.c       |    4 +--
 23 files changed, 166 insertions(+), 89 deletions(-)
 ------------------------------------------------------------------------------
 
20121208
        + modify test/knight.c to show the number of choices possible for
          each position in automove option, e.g., to allow user to follow
          Warnsdorff's rule to solve the puzzle.
        + modify test/hanoi.c to show the minimum number of moves possible for
          the given number of tiles (prompted by patch by Lucas Gioia).
        > fixes based on Coverity report:
        + remove a few redundant checks.
        + correct logic in test/bs.c, when randomly placing a specific type of
          ship.
        + check return value from remove/unlink in tic.
        + check return value from sscanf in test/ncurses.c
        + fix a null dereference in c++/cursesw.cc
        + fix two instances of uninitialized variables when configuring for the
          terminal driver.
        + correct scope of variable used in SetSafeOutcWrapper macro.
        + set umask when calling mkstemp in tic.
        + initialize wbkgrndset() temporary variable when extended-colors are
          used.

-- 
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]