summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1999-04-22 22:57:19 (GMT)
committerstanton <stanton@noemail.net>1999-04-22 22:57:19 (GMT)
commitdf6d3c33de3be26fe7670ece5243a29aa977ca36 (patch)
tree22e64324459f276e2391b88bb03796b0f029219b /ChangeLog
parent545ac36c309dcbcd3ffb3028666fbde75bbc8f61 (diff)
downloadtcl-df6d3c33de3be26fe7670ece5243a29aa977ca36.zip
tcl-df6d3c33de3be26fe7670ece5243a29aa977ca36.tar.gz
tcl-df6d3c33de3be26fe7670ece5243a29aa977ca36.tar.bz2
*** empty log message ***
FossilOrigin-Name: 8e64443a51ed828d182f110db40342e3b329ad55
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: