diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-06-05 10:04:32 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-06-05 10:04:32 (GMT) |
commit | 0891377fe0b57a8f6526148a40d218fcbccf3c58 (patch) | |
tree | 44adb441883ea0d23b75873ee7635568aa039f8b /ChangeLog | |
parent | 0f9161076f22b3636985ce30a84f60d422934044 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |