Index: ChangeLog-2.3.0-2.4.0.log =================================================================== diff -u -N -raf95cd6efc77511e441d8fed73a4ded82b1412aa -re2998b4f29775fd56812c5f2370733089c1b9cd9 --- ChangeLog-2.3.0-2.4.0.log (.../ChangeLog-2.3.0-2.4.0.log) (revision af95cd6efc77511e441d8fed73a4ded82b1412aa) +++ ChangeLog-2.3.0-2.4.0.log (.../ChangeLog-2.3.0-2.4.0.log) (revision e2998b4f29775fd56812c5f2370733089c1b9cd9) @@ -88,7 +88,7 @@ 2022-07-06 Gustaf Neumann - * build.yml: Added github event for workflow dispatches + * build.yml: Added GitHub event for workflow dispatches [42704e31]; cosmetic change to trigger workflow run [d661abd3]; added build for tcl9 under macOS [8515b3d2]; added build for Tcl 9 (branch trunk) [1b526520] @@ -216,7 +216,7 @@ 2021-07-23 Stefan Sobernig * nsf.c (ObjectDispatch): First attempt to fight valgrind warning - on cond/unintialized jump [f4077b42] + on cond/uninitialized jump [f4077b42] * ChangeLog-2.3.0-2.4.0.log: Completed changelog work [a3149d6b] Index: doc/Announce2.0b3 =================================================================== diff -u -N -r5aad9a3674f6ae535697734dc085e2b31c675fee -re2998b4f29775fd56812c5f2370733089c1b9cd9 --- doc/Announce2.0b3 (.../Announce2.0b3) (revision 5aad9a3674f6ae535697734dc085e2b31c675fee) +++ doc/Announce2.0b3 (.../Announce2.0b3) (revision e2998b4f29775fd56812c5f2370733089c1b9cd9) @@ -57,7 +57,7 @@ * error messages * implicit deletions - follow Tcl convention on error messages - (start always with lower case) + (start always with lowercase) - better handling of multiple errors in a single command. - return GMT dates in Httpd as RFCs require Index: library/xotcl/doc/Announce-1.3.5 =================================================================== diff -u -N -r4e80fb687a82af0fc9ac0d109863931f4910de4a -re2998b4f29775fd56812c5f2370733089c1b9cd9 --- library/xotcl/doc/Announce-1.3.5 (.../Announce-1.3.5) (revision 4e80fb687a82af0fc9ac0d109863931f4910de4a) +++ library/xotcl/doc/Announce-1.3.5 (.../Announce-1.3.5) (revision e2998b4f29775fd56812c5f2370733089c1b9cd9) @@ -42,7 +42,7 @@ and will be dropped in the future. + Serializer: support for objects with parent namespaces, which are - not xotcl objects + not XOTcl objects + additional instproc for ::xotcl::Class allinstances to return all instances for the actual class Index: library/xotcl/doc/Announce-1.3.7 =================================================================== diff -u -N -r2a955681817e4db4776d7ae904babe8053c5ad74 -re2998b4f29775fd56812c5f2370733089c1b9cd9 --- library/xotcl/doc/Announce-1.3.7 (.../Announce-1.3.7) (revision 2a955681817e4db4776d7ae904babe8053c5ad74) +++ library/xotcl/doc/Announce-1.3.7 (.../Announce-1.3.7) (revision e2998b4f29775fd56812c5f2370733089c1b9cd9) @@ -21,7 +21,7 @@ * Improved code quality: + fixed namespace confusion in forward to expression calling - xotcl methods + XOTcl methods + fixed possible crash in instvar when empty variable names are used + some code cleanup + improved documentation Index: library/xotcl/doc/Announce-1.3.8 =================================================================== diff -u -N -r2a955681817e4db4776d7ae904babe8053c5ad74 -re2998b4f29775fd56812c5f2370733089c1b9cd9 --- library/xotcl/doc/Announce-1.3.8 (.../Announce-1.3.8) (revision 2a955681817e4db4776d7ae904babe8053c5ad74) +++ library/xotcl/doc/Announce-1.3.8 (.../Announce-1.3.8) (revision e2998b4f29775fd56812c5f2370733089c1b9cd9) @@ -21,7 +21,7 @@ * Improved code quality: + fixed namespace confusion in forward to expression calling - xotcl methods + XOTcl methods + fixed possible memory leak with instmixins + fixed possible crash in instvar when empty variable names are used + fixed namespace related bug in __unknown resolver hook Index: library/xotcl/doc/Announce-1.5.0 =================================================================== diff -u -N -r4e80fb687a82af0fc9ac0d109863931f4910de4a -re2998b4f29775fd56812c5f2370733089c1b9cd9 --- library/xotcl/doc/Announce-1.5.0 (.../Announce-1.5.0) (revision 4e80fb687a82af0fc9ac0d109863931f4910de4a) +++ library/xotcl/doc/Announce-1.5.0 (.../Announce-1.5.0) (revision e2998b4f29775fd56812c5f2370733089c1b9cd9) @@ -183,7 +183,7 @@ + New snit-like utility functions: - ::xotcl::myvar varName: return the fully qualified variable name of the specified variable. - - ::xotcl::myproc methodName ?args?: call an xotcl method without the need + - ::xotcl::myproc methodName ?args?: call an XOTcl method without the need of using "[list [self] methodName ...]" Both commands are namespace exported Index: library/xotcl/doc/Announce-1.5.3 =================================================================== diff -u -N -rf934951db464db1a6f39ac98290ecde17a466cd7 -re2998b4f29775fd56812c5f2370733089c1b9cd9 --- library/xotcl/doc/Announce-1.5.3 (.../Announce-1.5.3) (revision f934951db464db1a6f39ac98290ecde17a466cd7) +++ library/xotcl/doc/Announce-1.5.3 (.../Announce-1.5.3) (revision e2998b4f29775fd56812c5f2370733089c1b9cd9) @@ -17,7 +17,7 @@ + reduced calling overhead of methods with nonpositional arguments by about 10 percent by avoiding shimmering. - + fixed handling of "return -code break" from xotcl methods + + fixed handling of "return -code break" from XOTcl methods (thanks to Artur Trzewik for the bug report) + library/comm/Access.xotcl: fixed handling of chunked encoding Index: library/xotcl/doc/Announce-1.6.5 =================================================================== diff -u -N -re8715774bf274fbeadabf08a5a0777a968f71148 -re2998b4f29775fd56812c5f2370733089c1b9cd9 --- library/xotcl/doc/Announce-1.6.5 (.../Announce-1.6.5) (revision e8715774bf274fbeadabf08a5a0777a968f71148) +++ library/xotcl/doc/Announce-1.6.5 (.../Announce-1.6.5) (revision e2998b4f29775fd56812c5f2370733089c1b9cd9) @@ -7,7 +7,7 @@ Major changes relative to 1.6.4 are: - * fixed namespace visibilty problem reported by Mykhaylo Sorochan + * fixed namespace visibility problem reported by Mykhaylo Sorochan * fixed var resolver/memory leak problem reported by Victor Mayevski (when XOTcl is compiled against Tcl 8.4.*, but loaded into 8.5.*)