diff options
author | hobbs <hobbs> | 2007-06-10 20:39:40 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2007-06-10 20:39:40 (GMT) |
commit | ec780e312da23ef6282339770b0d4fc630cf6b32 (patch) | |
tree | d097f029a98df9efb3db353a6bbe931989cce9c8 /ChangeLog | |
parent | f5d80971097cf57bdbe909fc600276f8670eaf9d (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |