bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.9-20130928.patch.gz


From: Thomas Dickey
Subject: ncurses-5.9-20130928.patch.gz
Date: Sat, 28 Sep 2013 21:11:15 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

 ncurses 5.9 - patch 20130928 - 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-20130928.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Sep 29 01:03:55 UTC 2013
 ------------------------------------------------------------------------------
 NEWS                        |   14 +++++++++++++-
 c++/cursesmain.cc           |    6 ++++--
 dist.mk                     |    4 ++--
 ncurses/base/lib_newterm.c  |    4 ++--
 ncurses/tinfo/getenv_num.c  |    6 +++---
 ncurses/tinfo/lib_tparm.c   |    3 ++-
 ncurses/tinfo/make_hash.c   |    9 +++++----
 ncurses/tinfo/write_entry.c |    4 ++--
 package/debian/changelog    |    4 ++--
 package/mingw-ncurses.spec  |    2 +-
 package/ncurses.spec        |    2 +-
 progs/tput.c                |    8 ++++----
 test/cardfile.c             |    8 ++++----
 test/demo_defkey.c          |   10 +++++-----
 test/demo_forms.c           |    4 ++--
 test/demo_menus.c           |    4 ++--
 test/demo_terminfo.c        |    7 ++++++-
 test/dots.c                 |   18 ++++++++++--------
 test/dots_mvcur.c           |   16 +++++++++-------
 test/dots_termcap.c         |    4 ++--
 test/edit_field.c           |    6 +++---
 test/gdc.c                  |    4 ++--
 test/hanoi.c                |    6 +++---
 test/ncurses.c              |   10 +++++-----
 test/railroad.c             |    6 +++---
 test/tclock.c               |    6 +++---
 test/test.priv.h            |   13 +++++++++++--
 test/test_vid_puts.c        |    4 ++--
 test/test_vidputs.c         |    4 ++--
 test/view.c                 |    4 ++--
 30 files changed, 117 insertions(+), 83 deletions(-)
 ------------------------------------------------------------------------------
 
20130928
        + some build-fixes for ncurses-examples with NetBSD-6.0 curses, though
          it lacks some common functions such as use_env() which is not yet
          addressed.
        + build-fix and some compiler warning fixes for ncurses-examples with
          OpenBSD 5.3
        + fix a possible null-pointer reference in a trace message from newterm.
        + quiet a few warnings from NetBSD 6.0 namespace pollution by
          nonstandard popcount() function in standard strings.h header.
        + ignore g++ 4.2.1 warnings for "-Weffc++" in c++/cursesmain.cc
        + fix a few overlooked places for --enable-string-hacks option.

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