summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2007-06-10 20:39:40 (GMT)
committerhobbs <hobbs>2007-06-10 20:39:40 (GMT)
commitec780e312da23ef6282339770b0d4fc630cf6b32 (patch)
treed097f029a98df9efb3db353a6bbe931989cce9c8 /ChangeLog
parentf5d80971097cf57bdbe909fc600276f8670eaf9d (diff)
downloadtcl-ec780e312da23ef6282339770b0d4fc630cf6b32.zip
tcl-ec780e312da23ef6282339770b0d4fc630cf6b32.tar.gz
tcl-ec780e312da23ef6282339770b0d4fc630cf6b32.tar.bz2
* generic/tclExecute.c (TclExecuteByteCode): restore support for
INST_CALL_BUILTIN_FUNC1 and INST_CALL_FUNC1 bytecodes to support 8.4- precompiled sources (math functions). [Bug 1720895]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1f969f..2606ebf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-06-10 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tclExecute.c (TclExecuteByteCode): restore support for
+ INST_CALL_BUILTIN_FUNC1 and INST_CALL_FUNC1 bytecodes to support
+ 8.4- precompiled sources (math functions). [Bug 1720895]
+
2007-06-10 Miguel Sofer <msofer@users.sf.net>
* generic/tclInt.h: