summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-09-26 14:08:36 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-09-26 14:08:36 (GMT)
commit559a23d9cfc638221b16fa7d2561fc06ff792fb0 (patch)
tree2227619d2063d82df63eab10b057a841d22bf724 /ChangeLog
parentc2af4db9faa7e6de234f565278c8962543a2fc2d (diff)
downloadtcl-559a23d9cfc638221b16fa7d2561fc06ff792fb0.zip
tcl-559a23d9cfc638221b16fa7d2561fc06ff792fb0.tar.gz
tcl-559a23d9cfc638221b16fa7d2561fc06ff792fb0.tar.bz2
* generic/tcl.h: As 2006-09-22 commit from Donal K. Fellows
demonstrates, "#define NULL 0" is just wrong, and as a quotable chat figure observed, "If NULL isn't defined, we're not using a C compiler." Improper fallback definition of NULL removed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8c8327..4bf089c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-09-26 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tcl.h: As 2006-09-22 commit from Donal K. Fellows
+ demonstrates, "#define NULL 0" is just wrong, and as a quotable chat
+ figure observed, "If NULL isn't defined, we're not using a C compiler."
+ Improper fallback definition of NULL removed.
+
2006-09-25 Pat Thoyts <patthoyts@users.sourceforge.net>
* generic/tcl.h: More fixing which struct stat to refer to.