summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2006-09-26 14:06:57 (GMT)
committerdgp <dgp@noemail.net>2006-09-26 14:06:57 (GMT)
commitcadd36f2f8db957f8a228ef49a971cb0f4418a13 (patch)
tree6fcd82883a09db577738e5402d39b10e4ce99ae0 /ChangeLog
parenta4b585aabbe3df7235ea562d0db03acb445d6ab8 (diff)
downloadtcl-cadd36f2f8db957f8a228ef49a971cb0f4418a13.zip
tcl-cadd36f2f8db957f8a228ef49a971cb0f4418a13.tar.gz
tcl-cadd36f2f8db957f8a228ef49a971cb0f4418a13.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. FossilOrigin-Name: 62873cf9a9bf4c79478faa112232ea4ec2af4742
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b11e06f..18adec0 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 Andreas Kupries <andreask@activestate.com>
* generic/tclIO.c (Tcl_StackChannel): Fixed [SF Tcl Bug 1564642],