]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.2 - patch 20200718
authorThomas E. Dickey <dickey@invisible-island.net>
Sat, 18 Jul 2020 23:07:05 +0000 (23:07 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sat, 18 Jul 2020 23:07:05 +0000 (23:07 +0000)
commitcf6a62567b2365c8678b7d561845bdbd1739e5da
treeda09634dcc98acfbe51f563c3f6885767b142f7a
parentd61c3c6a831d18ef0ed6f797ac97d60fffc2f158
ncurses 6.2 - patch 20200718

+ reduce redefinition-warnings for KEY_EVENT when building with Visual
  Studio C++.
+ define NCURSES_STATIC when compiling programs to link with static
  libraries, to work with MinGW vs Visual Studio C++.
> additional changes for building with Visual Studio C++ and msys2
  (reports/patches by "Maarten Anonymous")
+ modify c++/Makefile.in to set the current directory while compiling
  the main program, so the linker can find related objects.
+ several changes to allow the c++/demo program to compile/link.
+ change an ifdef in test-directory, to use VC++ wide-character funcs.
29 files changed:
NEWS
VERSION
c++/Makefile.in
c++/cursesapp.cc
c++/cursesapp.h
c++/cursesf.cc
c++/cursesf.h
c++/cursesmain.cc
c++/cursslk.cc
c++/cursslk.h
c++/demo.cc
dist.mk
form/Makefile.in
menu/Makefile.in
ncurses/Makefile.in
ncurses/base/lib_getch.c
ncurses/base/lib_getstr.c
ncurses/curses.priv.h
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
package/ncursest.spec
panel/Makefile.in
progs/Makefile.in
test/Makefile.in
test/widechars.h