]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.2 - patch 20200523
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 24 May 2020 01:57:50 +0000 (01:57 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 24 May 2020 01:57:50 +0000 (01:57 +0000)
commit3e37c7d3fa122563a9d88168926f61286ef30cd3
treeef7a16bd1a82644958d768340d8ae9eb854d0f28
parent54d0d62f0eb759e3c623a215d98ddebccca64488
ncurses 6.2 - patch 20200523

+ update version-check for gnat to allow for gnat 10.x to 99.x
+ fix an uninitialized variable in lib_mouse.c changes (cf: 20200502)
+ add a check in EmitRange to guard against repeat_char emitting digits
  which could be interpreted as BSD-style padding when --enable-bsdpad
  is configured (report/patch by Hiltjo Posthuma).
+ add --disable-pkg-ldflags to suppress EXTRA_LDFLAGS from the
  generated pkg-config and ncurses*-config files, to simplify
  configuring in the case where rpath is used but the packager wants
  to hide the feature (report by Michael Stapelberg).
> fixes for building with Visual Studio C++ and msys2 (patches by
  "Maarten Anonymous"):
+ modify CF_SHARED_OPTS to generate a script which translates linker
  options into Visual Studio's dialect.
+ omit parentheses around function-names in generated lib_gen.c to
  work around a Visual Studio C++ limitation.
24 files changed:
Ada95/aclocal.m4
Ada95/configure
INSTALL
NEWS
VERSION
aclocal.m4
configure
configure.in
dist.mk
misc/gen-pkgconfig.in
misc/ncurses-config.in
ncurses/base/MKlib_gen.sh
ncurses/base/lib_mouse.c
ncurses/base/lib_screen.c
ncurses/base/lib_set_term.c
ncurses/tty/tty_update.c
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
test/aclocal.m4