Index: ChangeLog-2.4.0-HEAD =================================================================== diff -u -r4a1f878360501fce49cad847da01e0c30c6acf3f -r7bbc1193f48ce86371da0ea93a4dfac0b7286bfd --- ChangeLog-2.4.0-HEAD (.../ChangeLog-2.4.0-HEAD) (revision 4a1f878360501fce49cad847da01e0c30c6acf3f) +++ ChangeLog-2.4.0-HEAD (.../ChangeLog-2.4.0-HEAD) (revision 7bbc1193f48ce86371da0ea93a4dfac0b7286bfd) @@ -1,7 +1,6 @@ 2024-10-08 Gustaf Neumann - reduce verbosity - [2b4b817c] + * serializer.tcl: Reduce verbosity [2b4b817c] 2024-10-08 Stefan Sobernig @@ -30,41 +29,35 @@ 2024-10-06 Gustaf Neumann - fixed typo (space was missing) + * tutorial2.html: Fixed typo (space was missing) [f56a27fa] - re-establish sanity check + * nsf.c (ParamFreeInternalRep): Re-establish sanity check [be661e5a] - minor cleanup of debug and log messages + * nsf.c, nsfObj.c: minor cleanup of debug and log messages [27f3f462] -2024-10-04 Stefan Sobernig - - Remove CI/CD support for the Tcl 8.5.19 release. See ticket #2 - [24542a2e] - 2024-10-04 Gustaf Neumann - improved warning message, when Tcl command "::history" is not defined - [6862550e] + * nsf.c (ExitHandler): Improved warning message, when Tcl command + "::history" is not defined [6862550e] - updated year in comment - [15dbd946] + * nsf.c: Updated year in comment [15dbd946] 2024-10-04 Gustaf Neumann - fixed false positive in memcount statistics - Before this fix, we saw messages like the following accompanied with wrong memcount - statistics, when running library/xotcl/tests/testo.xotcl + * nsfInt.h: Fix for otherwise false positive in memcount + statistics. Before, we saw messages like the following + accompanied with wrong memcount statistics, when running + library/xotcl/tests/testo.xotcl [7ce64a20] - ******** MEM COUNT ALERT: Trying to free 0x14f91fc10 , but was not allocated - [7ce64a20] + ******** MEM COUNT ALERT: Trying to free 0x14f91fc10 , + but was not allocated 2024-10-04 Gustaf Neumann - regression test: increased independency of test cases - [59dadd01] + * parameters.test: improved decoupling of test cases [59dadd01] 2024-10-04 Stefan Sobernig @@ -107,10 +100,10 @@ 2024-09-27 Gustaf Neumann - * nsf.c: Tcl 9 reform: One needs 'Tcl_InitStubs(interp, + * nsf.c (Nsf_Init): Tcl 9 reform: One needs 'Tcl_InitStubs(interp, "8.5-",...)' instead of 'Tcl_InitStubs(interp, "8.5",...)', since the semantics are seemingly the same as in "package require - ...". + ...". [3ba8209e] Without this change, we see in the NaviServer regression test the following error message: