diff options
author | stanton <stanton> | 1998-06-18 18:32:55 (GMT) |
---|---|---|
committer | stanton <stanton> | 1998-06-18 18:32:55 (GMT) |
commit | 7c668f59bd0eae8752370264e6f9d78872c730c5 (patch) | |
tree | 32a11f5edde568cbcc0f39e99906c685d2c765f2 /changes | |
parent | 9c26160ec54ce1abcd3f8590cbc8e9ad30fcc9d8 (diff) | |
download | tcl-7c668f59bd0eae8752370264e6f9d78872c730c5.zip tcl-7c668f59bd0eae8752370264e6f9d78872c730c5.tar.gz tcl-7c668f59bd0eae8752370264e6f9d78872c730c5.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -3461,3 +3461,24 @@ supported correctly by WinSock. (SS) 6/9/98 (bug fix) Generic channel code failed to report readable file events on buffered data that was left behind by a gets or read that did not consume all available data. (SS) + +6/18/98 (bug fix) Compilation of loop expressions was too aggressive +and incorrectly inlined non-literal expressions. (SS) + +6/18/98 (bug fix) "info var" and "info locals" incorrectly reported +the existence of compiler temporary variables. (SS) + +6/18/98 (bug fix) Dictionary sorting used signed character +comparisons. (SS) + +6/18/98 (bug fix) Compile procs corrupted the exception stack in some +cases. (SS) + +6/18/98 (bug fix) Array set had erratic behavior when initializing a +variable from an empty value list. (SS) + +6/18/98 (bug fix) The Windows registry package had a bad bounds check +that could lead to a crash. (SS) + +6/18/98 (bug fix) The foreach compile proc did not correctly handle +non-local variable references. (SS) |