]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.6 - patch 20080804
authorThomas E. Dickey <dickey@invisible-island.net>
Tue, 5 Aug 2008 01:06:16 +0000 (01:06 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Tue, 5 Aug 2008 01:06:16 +0000 (01:06 +0000)
commit8f527f87c0b979d9c2598ef5c3394463af288468
tree2915d3c9e09bb25e9c166382c89e6e18da4e4a53
parent4c309ad3b124eff80aa6b54018b5cc9f1e3d116d
ncurses 5.6 - patch 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).
63 files changed:
NEWS
aclocal.m4
c++/cursespad.cc
c++/demo.cc
configure
dist.mk
form/frm_def.c
include/capdefaults.c
include/nc_panel.h
menu/m_driver.c
misc/ncu-indent
ncurses/base/lib_freeall.c
ncurses/base/lib_getch.c
ncurses/base/lib_newterm.c
ncurses/base/lib_set_term.c
ncurses/base/lib_slkrefr.c
ncurses/curses.priv.h
ncurses/tinfo/captoinfo.c
ncurses/tinfo/comp_scan.c
ncurses/tinfo/home_terminfo.c
ncurses/tinfo/lib_acs.c
ncurses/tinfo/lib_setup.c
ncurses/tinfo/lib_tparm.c
ncurses/tinfo/lib_ttyflags.c
ncurses/tinfo/make_keys.c
ncurses/tinfo/name_match.c
ncurses/tinfo/parse_entry.c
ncurses/tinfo/read_entry.c
ncurses/tinfo/write_entry.c
ncurses/trace/lib_trace.c
ncurses/trace/lib_traceatr.c
ncurses/trace/lib_tracebits.c
ncurses/trace/lib_tracechr.c
ncurses/trace/lib_tracedmp.c
ncurses/trace/lib_tracemse.c
ncurses/trace/trace_buf.c
ncurses/trace/trace_tries.c
ncurses/trace/varargs.c
ncurses/trace/visbuf.c
ncurses/tty/hardscroll.c
panel/p_new.c
progs/dump_entry.c
progs/infocmp.c
progs/progs.priv.h
progs/tic.c
progs/toe.c
progs/tset.c
test/blue.c
test/bs.c
test/cardfile.c
test/demo_defkey.c
test/demo_forms.c
test/demo_menus.c
test/demo_panels.c
test/ditto.c
test/gdc.c
test/hanoi.c
test/knight.c
test/ncurses.c
test/newdemo.c
test/testcurs.c
test/view.c
test/xmas.c