diff options
author | stanton <stanton> | 1999-04-22 22:57:19 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-04-22 22:57:19 (GMT) |
commit | 0c10a5580e9d822d2c6871c55bc3cd21e8094183 (patch) | |
tree | 22e64324459f276e2391b88bb03796b0f029219b /ChangeLog | |
parent | 804bb2b478378a4c8bdf5426fc4f01fe8310d1f9 (diff) | |
download | tcl-0c10a5580e9d822d2c6871c55bc3cd21e8094183.zip tcl-0c10a5580e9d822d2c6871c55bc3cd21e8094183.tar.gz tcl-0c10a5580e9d822d2c6871c55bc3cd21e8094183.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +1999-04-22 Scott Stanton <stanton@scriptics.com> + + * generic/tclInt.h: + * generic/tclInt.decls: + * generic/tclCompile.c: Added TclSetByteCodeFromAny that takes a + hook procedure to invoke after compilation but before the byte + codes are emitted. This makes it possible to do postprocessing on + the compiled byte codes before the ByteCode is generated. + + * generic/tclLiteral.c: Added TclHideLiteral and TclAddLiteralObj + to make it possible to create local unshared literal objects. + + * win/tclWinInit.c: + * unix/tclUnixInit.c: Changed initial search path to match that + found used by tcl_findLibrary. + 1999-04-22 <redman@scriptics.com> * win/tclWinPort.h: |