Index: ChangeLog-2.3.0-2.4.0.log =================================================================== diff -u -r51f97b99af847c17762a9b491d0a235bc8fc658c -rb09884223c9942014904ebc93e656b1ce2199ef4 --- ChangeLog-2.3.0-2.4.0.log (.../ChangeLog-2.3.0-2.4.0.log) (revision 51f97b99af847c17762a9b491d0a235bc8fc658c) +++ ChangeLog-2.3.0-2.4.0.log (.../ChangeLog-2.3.0-2.4.0.log) (revision b09884223c9942014904ebc93e656b1ce2199ef4) @@ -45,7 +45,7 @@ * nsf.c (VolatileMethod), volatile.test: Fix volatile for XOTcl 2: frame skipping must be limited to configure, otherwise, for self - calls (e.g., 'my volatile'), the sentinal variable plus unset + calls (e.g., 'my volatile'), the sentinel variable plus unset trace become created in the wrong callframe context (leading to corruption of any non-proc callframe); added test cases [3916bf00] @@ -277,7 +277,7 @@ 2019-10-06 Gustaf Neumann * nsf.c, parameters.test: Fix potential crash, whe nsf::parseargs - is called with a non-empty argspec and empty argv Extended + is called with a nonempty argspec and empty argv Extended regression test to cover such cases. [f69d5326] 2019-10-05 Gustaf Neumann