diff options
author | davygrvy <davygrvy@pobox.com> | 2003-12-23 02:41:03 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2003-12-23 02:41:03 (GMT) |
commit | 9bfd9b94953de267846dbc587289fb6a0d0e1265 (patch) | |
tree | 23326dc13999cf29d26825292bdfa6d7fa2b4fb3 /ChangeLog | |
parent | d5377eef74c4adf2bb8b88cf6e34978359be0b02 (diff) | |
download | tcl-9bfd9b94953de267846dbc587289fb6a0d0e1265.zip tcl-9bfd9b94953de267846dbc587289fb6a0d0e1265.tar.gz tcl-9bfd9b94953de267846dbc587289fb6a0d0e1265.tar.bz2 |
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,8 +1,20 @@ +2003-12-22 David Gravereaux <davygrvy@pobox.com> + + * win/nmakehlp.c: + * win/rules.vc: New feature for extensions that use rules.vc. + Now reads header files for version strings. No more hard coding + TCL_VERSION = 8.5 and having to edit it when you swap cores. + + * win/makefile.vc: VERSION macro now set by reading tcl.h for it. + + * generic/tcl.h: Removed note that makefile.vc needs to have a + version number changed. + 2003-12-21 David Gravereaux <davygrvy@pobox.com> * win/tclWin32Dll.c: Structured Exception Handling added around Tcl_Finalize called from DllMain's DLL_PROCESS_DETACH. We can't - 100% assured that Tcl is being unloaded by the OS in a stable + be 100% assured that Tcl is being unloaded by the OS in a stable condition and we need to protect the exit handlers should the stack be in a hosed state. AT&T style assembly for SEH under MinGW has not been added yet. This is a first part change for |