summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-05-19 15:17:59 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-05-19 15:17:59 (GMT)
commit3a98c966f5664f75dfa14bc50c0b17aedf114b71 (patch)
treee0614f954879d72bdab943303f6857d00c583abe /ChangeLog
parentbd94999dd62d75a426b33f188efbec69ae2378ea (diff)
downloadtcl-3a98c966f5664f75dfa14bc50c0b17aedf114b71.zip
tcl-3a98c966f5664f75dfa14bc50c0b17aedf114b71.tar.gz
tcl-3a98c966f5664f75dfa14bc50c0b17aedf114b71.tar.bz2
Scratch one bizarre while loop... :^)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ea3bc1..be55739 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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