]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20140802
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 3 Aug 2014 01:14:25 +0000 (01:14 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 3 Aug 2014 01:14:25 +0000 (01:14 +0000)
commit73b54c0812e4b8dfddcf87f59c7488bb3c10e10d
tree1968aa40e6afe86705ac899033c3cb6211987e35
parentc6f54649ed4bf49ec27a522816984d2290201438
ncurses 5.9 - patch 20140802

+ minor portability fixes for MinGW:
  + ensure WINVER is defined in makefiles rather than using headers
  + add check for gnatprep "-T" option
  + work around bug introduced by gcc 4.8.1 in MinGW which breaks
    "trace" feature:
    http://stackoverflow.com/questions/20877689/gcc-4-8-1-minggw-d-option-does-not-work-as-usual
+ fix most compiler warnings for Cygwin ncurses-examples.
+ restore "redundant" -I options in test/Makefile.in, since they are
  typically needed when building the derived ncurses-examples package
  (cf: 20140726).
37 files changed:
Ada95/aclocal.m4
Ada95/configure
Ada95/configure.in
Ada95/src/Makefile.in
NEWS
aclocal.m4
configure
configure.in
dist.mk
include/curses.h.in
include/ncurses_dll.h.in
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
test/Makefile.in
test/clip_printw.c
test/demo_forms.c
test/demo_menus.c
test/demo_panels.c
test/firework.c
test/form_driver_w.c
test/gdc.c
test/hanoi.c
test/ins_wide.c
test/insdelln.c
test/key_names.c
test/ncurses.c
test/newdemo.c
test/rain.c
test/tclock.c
test/test.priv.h
test/test_add_wchstr.c
test/test_addwstr.c
test/testaddch.c