bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.9-20121215.patch.gz


From: Thomas Dickey
Subject: ncurses-5.9-20121215.patch.gz
Date: Sat, 15 Dec 2012 20:31:49 -0500
User-agent: Mutt/1.5.20 (2009-06-14)

 ncurses 5.9 - patch 20121215 - 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-20121215.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Dec 16 01:26:24 UTC 2012
 ------------------------------------------------------------------------------
 NEWS                           |   15 ++++++-
 dist.mk                        |    4 -
 ncurses/base/lib_color.c       |    5 +-
 ncurses/base/lib_insch.c       |    8 +--
 ncurses/curses.priv.h          |    5 +-
 ncurses/tinfo/lib_setup.c      |    4 -
 ncurses/tinfo/make_hash.c      |    5 --
 ncurses/tinfo/trim_sgr0.c      |   81 +++++++++++++++++++++------------------
 ncurses/trace/lib_tracemse.c   |   35 ++++++++++------
 ncurses/tty/lib_mvcur.c        |   11 ++---
 ncurses/tty/tty_update.c       |   75 ++++++++++++++++--------------------
 ncurses/widechar/lib_wunctrl.c |    6 +-
 ncurses/win32con/win_driver.c  |   28 +++++++------
 package/debian/changelog       |    4 -
 package/ncurses.spec           |    2 
 panel/panel.priv.h             |    6 +-
 progs/dump_entry.c             |    8 ++-
 progs/tic.c                    |    8 ++-
 progs/tset.c                   |    5 --
 test/bs.c                      |   25 ++++++------
 test/color_set.c               |    6 +-
 test/ins_wide.c                |    8 ++-
 test/inserts.c                 |    8 ++-
 test/linedata.h                |    6 --
 test/movewindow.c              |   14 +++++-
 test/test_add_wchstr.c         |    8 ++-
 test/test_addchstr.c           |    8 ++-
 test/test_addstr.c             |    8 ++-
 test/test_addwstr.c            |    8 ++-
 test/worm.c                    |   10 ++--
 30 files changed, 240 insertions(+), 184 deletions(-)
 ------------------------------------------------------------------------------
 
20121215
        + fix several warnings from clang 3.1 --analyze, includes correcting
          a null-pointer check in _nc_mvcur_resume.
        + correct display of double-width characters with MinGW port (report
          by Erwin Waterlander).
        + replace MinGW's wcrtomb(), fixing a problem with _nc_viscbuf 
        > fixes based on Coverity report:
        + correct coloring in test/bs.c
        + correct check for 8-bit value in _nc_insert_ch().
        + remove dead code in progs/tset.c, test/linedata.h
        + add null-pointer checks in lib_tracemse.c, panel.priv.h, and some
          test-programs.


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