summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-08-22 14:31:02 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-08-22 14:31:02 (GMT)
commit5a8f916a31c803b4dcb12854463ed5227cbdf36f (patch)
tree08fb5ebd28905cb4783f43a450cc20eb78886536 /ChangeLog
parent315e3662b6c8f926fb8539ae1f1e1aaae9145c27 (diff)
downloadtcl-5a8f916a31c803b4dcb12854463ed5227cbdf36f.zip
tcl-5a8f916a31c803b4dcb12854463ed5227cbdf36f.tar.gz
tcl-5a8f916a31c803b4dcb12854463ed5227cbdf36f.tar.bz2
* generic/tclExecute.c (TEBC): disable the new shortcut to frequent
INSTs for debug builds. REVERTED (collision with alternative fix)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d2515ea..6e53d98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
2007-08-22 Miguel Sofer <msofer@users.sf.net>
* generic/tclExecute.c (TEBC): disable the new shortcut to frequent
- INSTs for debug builds.
+ INSTs for debug builds. REVERTED (collision with alternative fix)
2007-08-21 Don Porter <dgp@users.sourceforge.net>