summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorstanton <stanton>1999-04-22 22:57:19 (GMT)
committerstanton <stanton>1999-04-22 22:57:19 (GMT)
commit0c10a5580e9d822d2c6871c55bc3cd21e8094183 (patch)
tree22e64324459f276e2391b88bb03796b0f029219b /ChangeLog
parent804bb2b478378a4c8bdf5426fc4f01fe8310d1f9 (diff)
downloadtcl-0c10a5580e9d822d2c6871c55bc3cd21e8094183.zip
tcl-0c10a5580e9d822d2c6871c55bc3cd21e8094183.tar.gz
tcl-0c10a5580e9d822d2c6871c55bc3cd21e8094183.tar.bz2
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 23e3b6f..c464566 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: