diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-03-16 17:00:39 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-03-16 17:00:39 (GMT) |
commit | 4f1829bfd93b5dfb436ae65e02ee85b029d82315 (patch) | |
tree | 75fb38004e5dc2905a56c2f44af96a1b0ee2efff /ChangeLog | |
parent | 558f173d79314bd8f2c40124b6fdbd560f2196d6 (diff) | |
download | tcl-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |