summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorstanton <stanton>1998-06-18 18:32:55 (GMT)
committerstanton <stanton>1998-06-18 18:32:55 (GMT)
commit7c668f59bd0eae8752370264e6f9d78872c730c5 (patch)
tree32a11f5edde568cbcc0f39e99906c685d2c765f2 /changes
parent9c26160ec54ce1abcd3f8590cbc8e9ad30fcc9d8 (diff)
downloadtcl-7c668f59bd0eae8752370264e6f9d78872c730c5.zip
tcl-7c668f59bd0eae8752370264e6f9d78872c730c5.tar.gz
tcl-7c668f59bd0eae8752370264e6f9d78872c730c5.tar.bz2
*** empty log message ***
Diffstat (limited to 'changes')
-rw-r--r--changes21
1 files changed, 21 insertions, 0 deletions
diff --git a/changes b/changes
index 7ea46ff..3220a60 100644
--- a/changes
+++ b/changes
@@ -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)