]> ncurses.scripts.mit.edu Git - ncurses.git/commit - Ada95/aclocal.m4
ncurses 5.9 - patch 20131116
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 17 Nov 2013 00:20:49 +0000 (00:20 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 17 Nov 2013 00:20:49 +0000 (00:20 +0000)
commit89407f55b3f245bea3a8884c074940cd325ec3da
treea4fa3b07da59c7e9c297b06a30b745671d279dc2
parent67ab4b308e932639a3a832052228d445c41c54b4
ncurses 5.9 - patch 20131116

+ add special case to configure script to move _XOPEN_SOURCE_EXTENDED
  definition from CPPFLAGS to CFLAGS if it happens to be needed for
  Solaris, because g++ errors with that definition (report by
  Jean-Pierre Flori, Sage #15268).
+ correct logic in infocmp's -i option which was intended to ignore
  strings which correspond to function-keys as candidates for piecing
  together initialization- or reset-strings.  The problem dates to
  1.9.7a, but was overlooked until changes in -Wlogical-op warnings for
  gcc 4.8 (report by David Binderman).
+ updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, adding
  checks for -Wextra, -Wignored-qualifiers and -Wlogical-op
+ updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, moving
  checks for -Wextra and -Wdeclaration-after-statement into the macro,
  and adding checks for -Wignored-qualifiers, -Wlogical-op and
  -Wvarargs
+ updated CF_CURSES_UNCTRL_H and CF_SHARED_OPTS macros from ongoing
  work on cdk.
+ update config.sub from
http://git.savannah.gnu.org/cgit/config.git
27 files changed:
Ada95/aclocal.m4
Ada95/configure
Ada95/configure.in
NEWS
aclocal.m4
config.sub
configure
configure.in
dist.mk
ncurses/curses.priv.h
ncurses/tinfo/comp_scan.c
ncurses/tinfo/db_iterator.c
ncurses/tinfo/lib_has_cap.c
ncurses/tinfo/lib_options.c
ncurses/tinfo/write_entry.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
progs/dump_entry.c
progs/infocmp.c
progs/tic.c
test/aclocal.m4
test/bs.c
test/configure