summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-03-06 15:04:58 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-03-06 15:04:58 (GMT)
commitfdc7ed699ce480cbda86351e66d3036105a1eca1 (patch)
treec60aca0a1b14d6a4f761c278c5d1fb00a8c00764 /ChangeLog
parente4b884c4fa1756e7818c02382f806000cd2ea5e5 (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7dbb452..eb7c4d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.