summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-03-16 17:00:39 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-03-16 17:00:39 (GMT)
commit4f1829bfd93b5dfb436ae65e02ee85b029d82315 (patch)
tree75fb38004e5dc2905a56c2f44af96a1b0ee2efff /ChangeLog
parent558f173d79314bd8f2c40124b6fdbd560f2196d6 (diff)
downloadtcl-4f1829bfd93b5dfb436ae65e02ee85b029d82315.zip
tcl-4f1829bfd93b5dfb436ae65e02ee85b029d82315.tar.gz
tcl-4f1829bfd93b5dfb436ae65e02ee85b029d82315.tar.bz2
Correct the handling of stack space calculation (the jump pattern used was
confusing the simple-minded code doing the calculations). [Bug 1903325]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ac9644..814edac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-03-16 Donal K. Fellows <dkf@users.sf.net>
+ * generic/tclCompCmds.c (TclCompileDictForCmd): Correct the handling
+ of stack space calculation (the jump pattern used was confusing the
+ simple-minded code doing the calculations). [Bug 1903325]
+
* doc/lreplace.n: Clarified documentation of what happens with
negative indices. [Bug 1905809] Added example, tidied up formatting.