summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-06-05 10:04:32 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-06-05 10:04:32 (GMT)
commit0891377fe0b57a8f6526148a40d218fcbccf3c58 (patch)
tree44adb441883ea0d23b75873ee7635568aa039f8b /ChangeLog
parent0f9161076f22b3636985ce30a84f60d422934044 (diff)
downloadtcl-0891377fe0b57a8f6526148a40d218fcbccf3c58.zip
tcl-0891377fe0b57a8f6526148a40d218fcbccf3c58.tar.gz
tcl-0891377fe0b57a8f6526148a40d218fcbccf3c58.tar.bz2
Documentation improvements (including Tcl_Realloc(NULL,x) behaviour)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dca36e9..9c89faa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-06-05 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
+
+ * doc/Alloc.3: Added documentation of promise that Tcl_Realloc(NULL,x)
+ is the same as Tcl_Alloc(x), as discussed in comp.lang.tcl. Also fixed
+ nonsense sentence to say something meaningful.
+
2006-05-29 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tcl.h (Tcl_DecrRefCount): use if/else construct to allow