bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.6-20080804.patch.gz


From: Thomas Dickey
Subject: ncurses-5.6-20080804.patch.gz
Date: Mon, 04 Aug 2008 21:09:53 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

 ncurses 5.6 - patch 20080804 - 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  Tue Aug  5 01:06:16 UTC 2008
 ------------------------------------------------------------------------------
 NEWS                          |   11 +
 aclocal.m4                    |   10 -
 c++/cursespad.cc              |    5 
 c++/demo.cc                   |    7 
 configure                     |    4 
 dist.mk                       |    4 
 form/frm_def.c                |   16 +-
 include/capdefaults.c         |   14 +
 include/nc_panel.h            |   11 -
 menu/m_driver.c               |    6 
 misc/ncu-indent               |    6 
 ncurses/base/lib_freeall.c    |    5 
 ncurses/base/lib_getch.c      |   34 ++--
 ncurses/base/lib_newterm.c    |    3 
 ncurses/base/lib_set_term.c   |   12 -
 ncurses/base/lib_slkrefr.c    |    6 
 ncurses/curses.priv.h         |    4 
 ncurses/tinfo/captoinfo.c     |   11 +
 ncurses/tinfo/comp_scan.c     |   93 +++++++----
 ncurses/tinfo/home_terminfo.c |   12 -
 ncurses/tinfo/lib_acs.c       |    7 
 ncurses/tinfo/lib_setup.c     |   20 +-
 ncurses/tinfo/lib_tparm.c     |   12 +
 ncurses/tinfo/lib_ttyflags.c  |    8 -
 ncurses/tinfo/make_keys.c     |   18 +-
 ncurses/tinfo/name_match.c    |   29 ++-
 ncurses/tinfo/parse_entry.c   |   22 +-
 ncurses/tinfo/read_entry.c    |    4 
 ncurses/tinfo/write_entry.c   |   20 ++
 ncurses/trace/lib_trace.c     |    7 
 ncurses/trace/lib_traceatr.c  |  268 +++++++++++++++++-----------------
 ncurses/trace/lib_tracebits.c |   85 +++++-----
 ncurses/trace/lib_tracechr.c  |    4 
 ncurses/trace/lib_tracedmp.c  |    6 
 ncurses/trace/lib_tracemse.c  |    4 
 ncurses/trace/trace_buf.c     |   51 +++---
 ncurses/trace/trace_tries.c   |    6 
 ncurses/trace/varargs.c       |    6 
 ncurses/trace/visbuf.c        |  178 +++++++++++-----------
 ncurses/tty/hardscroll.c      |   19 +-
 panel/p_new.c                 |    9 -
 progs/dump_entry.c            |   67 ++++----
 progs/infocmp.c               |   85 +++++-----
 progs/progs.priv.h            |    5 
 progs/tic.c                   |   84 +++++-----
 progs/toe.c                   |   21 ++
 progs/tset.c                  |   36 ++--
 test/blue.c                   |    5 
 test/bs.c                     |    4 
 test/cardfile.c               |    5 
 test/demo_defkey.c            |    3 
 test/demo_forms.c             |   46 +++--
 test/demo_menus.c             |   40 +++--
 test/demo_panels.c            |   30 ++-
 test/ditto.c                  |   18 +-
 test/gdc.c                    |   18 +-
 test/hanoi.c                  |   30 ++-
 test/knight.c                 |    6 
 test/ncurses.c                |  314 +++++++++++++++++++++-------------------
 test/newdemo.c                |    3 
 test/testcurs.c               |   78 +++++----
 test/view.c                   |   10 -
 test/xmas.c                   |   82 +++++-----
 63 files changed, 1150 insertions(+), 897 deletions(-)
 ------------------------------------------------------------------------------

20080804
        + modify _nc_panelhook() data to account for a permanent memory leak.
        + fix memory leaks in test/demo_menus
        + fix most warnings from Klocwork tool (report by Larry Zhou).
        + modify configure script CF_XOPEN_SOURCE macro to add case for
          "dragonfly" from xterm #236 changes.
        + modify configure script --with-hashed-db to let $LIBS override the
          search for the db library (prompted by report by Samson Pierre).

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