summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1998-06-18 18:32:54 (GMT)
committerstanton <stanton@noemail.net>1998-06-18 18:32:54 (GMT)
commitd7dbd3848323161901ab513e6912930b6c3d67b1 (patch)
tree32a11f5edde568cbcc0f39e99906c685d2c765f2 /changes
parentea875f9d8472773f09255f2cef14607a7ae22a19 (diff)
downloadtcl-d7dbd3848323161901ab513e6912930b6c3d67b1.zip
tcl-d7dbd3848323161901ab513e6912930b6c3d67b1.tar.gz
tcl-d7dbd3848323161901ab513e6912930b6c3d67b1.tar.bz2
*** empty log message ***
FossilOrigin-Name: 74c9fe798dfa7048199c129f2f49670d8aa84c67
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)