diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-05-19 15:17:59 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-05-19 15:17:59 (GMT) |
commit | 3a98c966f5664f75dfa14bc50c0b17aedf114b71 (patch) | |
tree | e0614f954879d72bdab943303f6857d00c583abe /ChangeLog | |
parent | bd94999dd62d75a426b33f188efbec69ae2378ea (diff) | |
download | tcl-3a98c966f5664f75dfa14bc50c0b17aedf114b71.zip tcl-3a98c966f5664f75dfa14bc50c0b17aedf114b71.tar.gz tcl-3a98c966f5664f75dfa14bc50c0b17aedf114b71.tar.bz2 |
Scratch one bizarre while loop... :^)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-05-19 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclBasic.c (TclEvalObjvInternal): Rewrite for greater + clarity; although 'goto' is Bad, the contortions you have to go + through to avoid it can be worse... + 2005-05-19 Daniel Steffen <das@users.sourceforge.net> * macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing |