summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-11-03 19:12:55 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-11-03 19:12:55 (GMT)
commit2463762938a5ed358ba3ab3c6bab3bbc6bdd33c0 (patch)
tree0c54a08736e971b49c60bc0c3ade768d9830aac2
parent79011f6cdbe1a3728270f52464a9f44f44c18e01 (diff)
downloadtcl-2463762938a5ed358ba3ab3c6bab3bbc6bdd33c0.zip
tcl-2463762938a5ed358ba3ab3c6bab3bbc6bdd33c0.tar.gz
tcl-2463762938a5ed358ba3ab3c6bab3bbc6bdd33c0.tar.bz2
no message
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31b0394..a5a1ffb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-11-03 David Gravereaux <davygrvy@pobox.com>
+
+ * generic/tcl.h: Moved the preprocessor logic
+ * generic/tclDecls.h: from tclInt.h of setting the
+ * generic/tclInt.h: TCL_STORAGE_CLASS macro to the
+ * generic/tclIntDecls.h: tcl*Decls.h files now that no
+ * generic/tclIntPlatDecls.h: use of EXTERN is left in tclInt.h.
+ * generic/tclPlatDecls.h: Proto for Tcl_Main moved in tcl.h
+ * win/tclWinPort.h: to prior the inclusion of the Stubs
+ headers as they are now resetting TCL_STORAGE_CLASS. Removed
+ extrainious reset from tclWinPort.h. [Patch 1055668]
+
2004-11-03 Don Porter <dgp@users.sourceforge.net>
* generic/tclTrace.c (TclCallVarTraces): Improved ability to debug