summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2003-12-23 02:41:03 (GMT)
committerdavygrvy <davygrvy@pobox.com>2003-12-23 02:41:03 (GMT)
commit9bfd9b94953de267846dbc587289fb6a0d0e1265 (patch)
tree23326dc13999cf29d26825292bdfa6d7fa2b4fb3
parentd5377eef74c4adf2bb8b88cf6e34978359be0b02 (diff)
downloadtcl-9bfd9b94953de267846dbc587289fb6a0d0e1265.zip
tcl-9bfd9b94953de267846dbc587289fb6a0d0e1265.tar.gz
tcl-9bfd9b94953de267846dbc587289fb6a0d0e1265.tar.bz2
no message
-rw-r--r--ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7360560..f363d33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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