summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-11-12 21:07:23 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-11-12 21:07:23 (GMT)
commit5f215c8bc636cbd4c0a97b545f3efa71ed8cb94c (patch)
tree69e0eedb37891b57b07c0522872c54183f9d720f /ChangeLog
parentfcf4caf8ae7e9763a64b2290db20aeedd438b99e (diff)
downloadtcl-5f215c8bc636cbd4c0a97b545f3efa71ed8cb94c.zip
tcl-5f215c8bc636cbd4c0a97b545f3efa71ed8cb94c.tar.gz
tcl-5f215c8bc636cbd4c0a97b545f3efa71ed8cb94c.tar.bz2
ChangeLog reformat.
Now that tcl.h takes care of tclConfig.h, tclPort.h no longer should.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 6 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 57c509d..09f6dd7 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>
* generic/tcl.h:
@@ -9,20 +15,6 @@
* unix/dltest/Makefile.in: add ${BUILD_DIR}/.. to include path
to pick up tclConfig.h.
-2004-11-12 Don Porter <dgp@users.sourceforge.net>
-
- * unix/Makefile.in: Be sure -I{BUILD_DIR} comes first so that
- we #include the correct tclConfig.h file for the correct build.
-
- * generic/tclPort.h: Make sure tclConfig.h is #include'd so that
- its configuration values can guide portability support.
-
- * 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
#include "tclInt.h" to ensure tclConfig.h has been included.