diff options
author | dgp <dgp@users.sourceforge.net> | 2006-09-26 14:06:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-09-26 14:06:57 (GMT) |
commit | c211c9903b52974bb4397841b10bcdefeb0329c1 (patch) | |
tree | 6fcd82883a09db577738e5402d39b10e4ce99ae0 /ChangeLog | |
parent | 6c5ebb728f871cf1ab1cd3ca4430d45a0e2a2375 (diff) | |
download | tcl-c211c9903b52974bb4397841b10bcdefeb0329c1.zip tcl-c211c9903b52974bb4397841b10bcdefeb0329c1.tar.gz tcl-c211c9903b52974bb4397841b10bcdefeb0329c1.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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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], |