summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-11-12 19:16:43 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-11-12 19:16:43 (GMT)
commit76bdda652755702f1fe6c33d2cabfbd403ec9bfa (patch)
tree1d91ba65bf4a91e89a0d2d278d92322870e4ef61 /ChangeLog
parenta23ff0d0693f84a3bc78226ddbbb6086112d2c8d (diff)
downloadtcl-76bdda652755702f1fe6c33d2cabfbd403ec9bfa.zip
tcl-76bdda652755702f1fe6c33d2cabfbd403ec9bfa.tar.gz
tcl-76bdda652755702f1fe6c33d2cabfbd403ec9bfa.tar.bz2
* generic/tclInt.h: Moved verification of ptrdiff_t typedef from
* generic/tclExecute.c: multiple .c files into one common header where * generic/tclVar.c: it is verifiably after tclConfig.h inclusion.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6647cad..96c5588 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-12 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclInt.h: Moved verification of ptrdiff_t typedef from
+ * generic/tclExecute.c: multiple .c files into one common header where
+ * generic/tclVar.c: it is verifiably after tclConfig.h inclusion.
+
2004-11-12 Daniel Steffen <das@users.sourceforge.net>
* unix/tclUnixInit.c: moved check for HAVE_CFBUNDLE define after