summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-04-29 09:23:57 (GMT)
committernijtmans <nijtmans>2010-04-29 09:23:57 (GMT)
commit189dc0720d07929d20d63d408619de129f31c478 (patch)
treea57cd5c0fde46086d5e02bda1ebb52d265eb531c /ChangeLog
parentdd801c86b1a462d516d4e3b97e459fc41a4be684 (diff)
downloadtcl-189dc0720d07929d20d63d408619de129f31c478.zip
tcl-189dc0720d07929d20d63d408619de129f31c478.tar.gz
tcl-189dc0720d07929d20d63d408619de129f31c478.tar.bz2
Include "tcl.h", not <tcl.h>,
like everywhere else, to insure that the version in the Tcl distribution is used, not some version from somewhere else.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4146def..94e159b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-04-29 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * compat/dirent2.h Include "tcl.h", not <tcl.h>,
+ * compat/dlfcn.h like everywhere else, to insure
+ * compat/stdlib.h that the version in the Tcl
+ * compat/string.h distribution is used, not some
+ * compat/unistd.h version from somewhere else.
+
2010-04-28 Jan Nijtmans <nijtmans@users.sf.net>
* win/Makefile.in Remove unused @MAN2TCLFLAGS@