diff options
author | stanton <stanton@noemail.net> | 1999-04-23 01:57:36 (GMT) |
---|---|---|
committer | stanton <stanton@noemail.net> | 1999-04-23 01:57:36 (GMT) |
commit | a0eaa154d91e027df5a6ebd684238056e8c2505c (patch) | |
tree | d9d1f245802f5a137c07bf82fcaaafc89b6bec51 | |
parent | 76ea2fe28cec99065eebd73fb59b48df08dcf880 (diff) | |
download | tcl-a0eaa154d91e027df5a6ebd684238056e8c2505c.zip tcl-a0eaa154d91e027df5a6ebd684238056e8c2505c.tar.gz tcl-a0eaa154d91e027df5a6ebd684238056e8c2505c.tar.bz2 |
*** empty log message ***
FossilOrigin-Name: ca86d9157051c8f81df74249637258054705c26a
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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: |