summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-10-09 09:38:38 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-10-09 09:38:38 (GMT)
commit92b77d1dacdd5e990c8b53b8626068bfbb560708 (patch)
treefb7c280134db35bdc20650483d12cd2ee6c21393 /ChangeLog
parent90ed22d0d8131d74835ec90e6e5c68580fbaf4f0 (diff)
downloadtcl-92b77d1dacdd5e990c8b53b8626068bfbb560708.zip
tcl-92b77d1dacdd5e990c8b53b8626068bfbb560708.tar.gz
tcl-92b77d1dacdd5e990c8b53b8626068bfbb560708.tar.bz2
* doc/Alloc.3: Added a note to mention that attempting to allocate
a zero-length block can return NULL. [Tk bug 619544]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8811fc..d94ceee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-09 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * doc/Alloc.3: Added a note to mention that attempting to allocate
+ a zero-length block can return NULL. [Tk bug 619544]
+
2002-10-04 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* doc/binary.n: Doc improvements [Patch 616480]