diff options
author | davygrvy <davygrvy@pobox.com> | 2004-11-03 19:12:55 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-11-03 19:12:55 (GMT) |
commit | 2463762938a5ed358ba3ab3c6bab3bbc6bdd33c0 (patch) | |
tree | 0c54a08736e971b49c60bc0c3ade768d9830aac2 /ChangeLog | |
parent | 79011f6cdbe1a3728270f52464a9f44f44c18e01 (diff) | |
download | tcl-2463762938a5ed358ba3ab3c6bab3bbc6bdd33c0.zip tcl-2463762938a5ed358ba3ab3c6bab3bbc6bdd33c0.tar.gz tcl-2463762938a5ed358ba3ab3c6bab3bbc6bdd33c0.tar.bz2 |
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |