]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.3 - patch 20220729
authorThomas E. Dickey <dickey@invisible-island.net>
Fri, 29 Jul 2022 21:04:24 +0000 (21:04 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Fri, 29 Jul 2022 21:04:24 +0000 (21:04 +0000)
commit3183ac61c6bf0a75ee65dc8cbebf54f7c143df46
tree9bc0d03c94a26b09674de892bce975ba46ae9a3a
parent6662c1ccb49cb09d0f2cec2ec6150410a0fd0f7f
ncurses 6.3 - patch 20220729

+ fixes to build with dietlibc:
  + add configure check for fpathconf (report by Georg Lehner).
  + add configure check for math sine/cosine, needed in test/tclock,
    and eliminate pow() from test/hanoi (report by Georg Lehner).
  + use wcsnlen as an alternative to wmemchr if it is not found
    (adapted from patch by Georg Lehner).
+ trim out some unwanted linker options from ncurses*config and .pc
  files seen in Fedora 36+.
23 files changed:
NEWS
VERSION
aclocal.m4
configure
configure.in
dist.mk
include/ncurses_defs
misc/gen-pkgconfig.in
misc/ncurses-config.in
ncurses/tinfo/lib_kernel.c
ncurses/widechar/lib_cchar.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/hanoi.c
test/tclock.c
test/test.priv.h