From df6d3c33de3be26fe7670ece5243a29aa977ca36 Mon Sep 17 00:00:00 2001 From: stanton Date: Thu, 22 Apr 1999 22:57:19 +0000 Subject: *** empty log message *** FossilOrigin-Name: 8e64443a51ed828d182f110db40342e3b329ad55 --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 23e3b6f..c464566 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +1999-04-22 Scott Stanton + + * 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 * win/tclWinPort.h: -- cgit v0.12