diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2002-03-06 15:04:58 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2002-03-06 15:04:58 (GMT) |
commit | fdc7ed699ce480cbda86351e66d3036105a1eca1 (patch) | |
tree | c60aca0a1b14d6a4f761c278c5d1fb00a8c00764 /ChangeLog | |
parent | e4b884c4fa1756e7818c02382f806000cd2ea5e5 (diff) | |
download | tcl-fdc7ed699ce480cbda86351e66d3036105a1eca1.zip tcl-fdc7ed699ce480cbda86351e66d3036105a1eca1.tar.gz tcl-fdc7ed699ce480cbda86351e66d3036105a1eca1.tar.bz2 |
tclInt.h: restoring correct operation ordering in TclDecrRefCount
macro [Bug 524802]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-03-06 Miguel Sofer <msofer@users.sourceforge.net> + + * generic/tclInt.h: for unshared objects, TclDecrRefCount now + frees the internal rep before the string rep - just like the + non-macro Tcl_DecrRefCount/TclFreeObj [Bug 524802]. + 2002-03-06 Donal K. Fellows <fellowsd@cs.man.ac.uk> * doc/lsearch.n: Documentation of new features, plus examples. |