]> ncurses.scripts.mit.edu Git - ncurses.git/commit - package/debian/changelog
ncurses 6.4 - patch 20230603
authorThomas E. Dickey <dickey@invisible-island.net>
Sat, 3 Jun 2023 22:04:17 +0000 (22:04 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sat, 3 Jun 2023 22:04:17 +0000 (22:04 +0000)
commit46503c9c062e855bb9bcdc61aab11844ed8e5e20
tree4c983d40dfac90e2545ab0185fb4f6a66a498156
parent410952f85a313e9ddb6a1d5939dec1b89c8a40f9
ncurses 6.4 - patch 20230603

+ add configure option --with-strip-program, to override program
  chosen by the install program for stripping executables (prompted
  by discussion with Aapo Rantalainen).
+ fix typo in INSTALL (report/patch by Aapo Rantalainen).
+ improve error-checks for isEILSEQ()
+ increase MB_CUR_MAX to 16, matching glibc's MB_LEN_MAX.
+ corrected mouse mask in test/testcurs.c
+ improve thread lock in lib_trace.c
19 files changed:
INSTALL
NEWS
VERSION
aclocal.m4
configure
dist.mk
ncurses/base/lib_instr.c
ncurses/curses.priv.h
ncurses/trace/lib_trace.c
ncurses/widechar/lib_key_name.c
ncurses/widechar/lib_unget_wch.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/testcurs.c