]> ncurses.scripts.mit.edu Git - ncurses.git/commit - package/ncurses.spec
ncurses 6.4 - patch 20230415
authorThomas E. Dickey <dickey@invisible-island.net>
Sat, 15 Apr 2023 23:45:32 +0000 (23:45 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sat, 15 Apr 2023 23:45:32 +0000 (23:45 +0000)
commitc0e9e7ee0d3cba0cfa8f6164f75007e198b997e5
treeaa1556749f623592bb1dfa777d9c1e6d179e8f47
parenteb51b1ea1f75a0ec17c9c5937cb28df1e8eeec56
ncurses 6.4 - patch 20230415

+ configure script fixes:
  + fix copy/paste error in configure option --disable-root-access
    (report/patch by Sven Joachim).
  + modify CF_XOPEN_SOURCE macro's amend default case to avoid
    undefining _XOPEN_SOURCE if _POSIX_C_SOURCE is defined.
+ modify test_tparm to account for extended capabilities.
+ add checks in tparm() and tiparm() for misuse of numeric parameters,
  overlooked in 20230408.
+ fix errata in clear.1 and curs_terminfo.3x
26 files changed:
Ada95/aclocal.m4
Ada95/configure
NEWS
VERSION
aclocal.m4
configure
configure.in
dist.mk
doc/html/man/clear.1.html
doc/html/man/curs_terminfo.3x.html
include/ncurses_defs
man/clear.1
man/curs_terminfo.3x
ncurses/tinfo/lib_tparm.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
test/configure
test/configure.in
test/test.priv.h
test/test_tparm.c