summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstanton <stanton>1999-04-23 01:57:37 (GMT)
committerstanton <stanton>1999-04-23 01:57:37 (GMT)
commitd0a2c4b1a5ad6ce9ee909bf46f987427dd14a6d9 (patch)
treed9d1f245802f5a137c07bf82fcaaafc89b6bec51
parent555140dc3f6d7dba78779f41f2add5f7e52b0cd2 (diff)
downloadtcl-d0a2c4b1a5ad6ce9ee909bf46f987427dd14a6d9.zip
tcl-d0a2c4b1a5ad6ce9ee909bf46f987427dd14a6d9.tar.gz
tcl-d0a2c4b1a5ad6ce9ee909bf46f987427dd14a6d9.tar.bz2
*** empty log message ***
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c464566..cb4cc42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+1999-04-22 <stanton@scriptics.com>
+
+ * win/tclWinFCmd.c:
+ * win/tclWin32Dll.c: Changed uses of "try" to "__try", since that
+ is the actual keyword. This eliminates the need for some -D flags
+ from the makefile.
+
+ * generic/tclPort.h: Added include of tcl.h since it defines
+ various Windows macros that are needed before deciding which
+ platform porting file to use.
+
+ * generic/tclEvent.c: lint
+
+ * win/tclWinInit.c (TclpInitPlatform): Added call to TclWinInit
+ when building a static library since DllMain will not be invoked.
+ This could break old code that explicitly called TclWinInit, but
+ should be simpler in the long run.
+
1999-04-22 Scott Stanton <stanton@scriptics.com>
* generic/tclInt.h: