diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-06-17 21:29:38 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-06-17 21:29:38 (GMT) |
commit | 8b5c36b91378cc731b5edbb642744ef7355d57e5 (patch) | |
tree | ab4834413ded370d2e9728cf233f1ca18bdae518 /ChangeLog | |
parent | 9877a84296b7927a7ed00c9b35d67e797f21a75e (diff) | |
download | tcl-8b5c36b91378cc731b5edbb642744ef7355d57e5.zip tcl-8b5c36b91378cc731b5edbb642744ef7355d57e5.tar.gz tcl-8b5c36b91378cc731b5edbb642744ef7355d57e5.tar.bz2 |
Fix [Bug 1738542]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-06-17 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclProc.c (TclObjInterpProcCore): Minor fixes to make + * generic/tclExecute.c (TclExecuteByteCode): compilation debugging + builds work again. [Bug 1738542] + 2007-06-16 Donal K. Fellows <dkf@users.sf.net> * generic/tclProc.c (TclObjInterpProcCore): Use switch instead of a |