summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-11-12 20:20:20 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-11-12 20:20:20 (GMT)
commit15db0cfaf8db72f2cd37a9379f11ccd9efb3ae7d (patch)
tree9ff4968256f4ea379c1be93d08c266ec070d0e86 /ChangeLog
parent76bdda652755702f1fe6c33d2cabfbd403ec9bfa (diff)
downloadtcl-15db0cfaf8db72f2cd37a9379f11ccd9efb3ae7d.zip
tcl-15db0cfaf8db72f2cd37a9379f11ccd9efb3ae7d.tar.gz
tcl-15db0cfaf8db72f2cd37a9379f11ccd9efb3ae7d.tar.bz2
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 96c5588..259c017 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
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.