]> ncurses.scripts.mit.edu Git - ncurses.git/commit - c++/demo.cc
ncurses 5.9 - patch 20120225
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 26 Feb 2012 01:59:00 +0000 (01:59 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 26 Feb 2012 01:59:00 +0000 (01:59 +0000)
commit8b06e371ed1bce3dd6f37138e6becb5e1a562fe0
treed617507ea109a866e685d7b62eb3346d8db2ccfd
parenta3173aa5edbdbc6d617800f81a88a304ac5e053c
ncurses 5.9 - patch 20120225

+ modify configure script to allow creating dll's for MinGW when
  cross-compiling.
+ add --enable-string-hacks option to control whether strlcat and
  strlcpy may be used.  The same issue applies to OpenBSD's warnings
  about snprintf, noting that this function is weakly standardized.
+ add configure checks for strlcat, strlcpy and snprintf, to help
  reduce bogus warnings with OpenBSD builds.
+ build-fix for OpenBSD 4.9 to supply consistent intptr_t declaration
  (cf:20111231)
+ update config.guess, config.sub
66 files changed:
Ada95/aclocal.m4
Ada95/configure
INSTALL
MANIFEST
NEWS
aclocal.m4
c++/cursslk.cc
c++/demo.cc
c++/internal.h
config.guess
config.sub
configure
configure.in
dist.mk
form/fty_int.c
form/fty_num.c
include/nc_string.h [new file with mode: 0644]
include/ncurses_defs
menu/m_item_new.c
mk-1st.awk
ncurses/base/MKkeyname.awk
ncurses/base/lib_mouse.c
ncurses/base/safe_sprintf.c
ncurses/base/vsscanf.c
ncurses/build.priv.h
ncurses/curses.priv.h
ncurses/tinfo/access.c
ncurses/tinfo/alloc_entry.c
ncurses/tinfo/captoinfo.c
ncurses/tinfo/comp_error.c
ncurses/tinfo/comp_expand.c
ncurses/tinfo/comp_parse.c
ncurses/tinfo/comp_scan.c
ncurses/tinfo/db_iterator.c
ncurses/tinfo/doalloc.c
ncurses/tinfo/entries.c
ncurses/tinfo/home_terminfo.c
ncurses/tinfo/lib_print.c
ncurses/tinfo/lib_termcap.c
ncurses/tinfo/lib_tgoto.c
ncurses/tinfo/lib_tparm.c
ncurses/tinfo/lib_tputs.c
ncurses/tinfo/make_hash.c
ncurses/tinfo/parse_entry.c
ncurses/tinfo/read_entry.c
ncurses/tinfo/read_termcap.c
ncurses/tinfo/strings.c
ncurses/tinfo/trim_sgr0.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_tracemse.c
ncurses/trace/trace_buf.c
ncurses/trace/varargs.c
ncurses/trace/visbuf.c
ncurses/tty/hardscroll.c
panel/panel.c
progs/dump_entry.c
progs/infocmp.c
progs/progs.priv.h
progs/tabs.c
progs/tic.c
progs/toe.c
progs/tset.c