]> ncurses.scripts.mit.edu Git - ncurses.git/commit - test/railroad.c
ncurses 5.6 - patch 20070203
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 4 Feb 2007 01:44:56 +0000 (01:44 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 4 Feb 2007 01:44:56 +0000 (01:44 +0000)
commit5242fccf157e715ed878455a3efea6c82b840eb5
treed88492deb608ceca919baf5e097db26fca81f1f1
parentca5fdd32fd43d84fe3d720cd5c07fba28fc506a4
ncurses 5.6 - patch 20070203

+ modify fix_wchnstr() in form library to strip attributes (and color)
  from the cchar_t array (field cells) read from a field's window.
  Otherwise, when copying the field cells back to the window, the
  associated color overrides the field's background color (report by
  Ricardo Cantu).
+ improve tracing for form library, showing created forms, fields, etc.
+ ignore --enable-rpath configure option if --with-shared was omitted.
+ add _nc_leaks_tinfo(), _nc_free_tic(), _nc_free_tinfo() entrypoints
  to allow leak-checking when both tic- and tinfo-libraries are built.
+ drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding
  no longer relies on it.
+ disallow combining configure script options --with-ticlib and
  --enable-termcap (report by Rong-En Fan).
+ remove tack from ncurses tree.
64 files changed:
Ada95/gen/Makefile.in
MANIFEST
NEWS
TO-DO
aclocal.m4
configure
configure.in
dist.mk
form/fld_def.c
form/fld_dup.c
form/fld_ftlink.c
form/fld_link.c
form/fld_newftyp.c
form/frm_def.c
form/frm_driver.c
form/fty_alnum.c
form/fty_alpha.c
form/fty_enum.c
form/fty_int.c
form/fty_num.c
form/fty_regex.c
include/nc_alloc.h
include/ncurses_defs
ncurses/base/lib_color.c
ncurses/base/lib_freeall.c
ncurses/base/lib_newwin.c
ncurses/tinfo/comp_parse.c
ncurses/tinfo/entries.c
ncurses/widechar/lib_in_wchnstr.c
progs/infocmp.c
progs/progs.priv.h
progs/toe.c
tack/COPYING [deleted file]
tack/HISTORY [deleted file]
tack/Makefile.in [deleted file]
tack/README [deleted file]
tack/aclocal.m4 [deleted file]
tack/ansi.c [deleted file]
tack/charset.c [deleted file]
tack/color.c [deleted file]
tack/configure [deleted file]
tack/configure.in [deleted file]
tack/control.c [deleted file]
tack/crum.c [deleted file]
tack/edit.c [deleted file]
tack/fun.c [deleted file]
tack/init.c [deleted file]
tack/menu.c [deleted file]
tack/modes.c [deleted file]
tack/modules [deleted file]
tack/ncurses_tst.hin [deleted file]
tack/output.c [deleted file]
tack/pad.c [deleted file]
tack/scan.c [deleted file]
tack/sync.c [deleted file]
tack/sysdep.c [deleted file]
tack/tack.1 [deleted file]
tack/tack.c [deleted file]
tack/tack.h [deleted file]
test/configure
test/demo_termcap.c
test/dots.c
test/railroad.c
test/test.priv.h