diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-10-09 09:38:38 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-10-09 09:38:38 (GMT) |
commit | 92b77d1dacdd5e990c8b53b8626068bfbb560708 (patch) | |
tree | fb7c280134db35bdc20650483d12cd2ee6c21393 /ChangeLog | |
parent | 90ed22d0d8131d74835ec90e6e5c68580fbaf4f0 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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] |