summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-08-02 09:07:29 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-08-02 09:07:29 (GMT)
commit48549658629032dd38411079fd36f81ca3ff56e6 (patch)
tree7b4bf1850cc6b99277550e0daf38a3f45b3ada62 /ChangeLog
parent7cafb9729cb8db722600b80cd3b1c9536ca46519 (diff)
downloadtcl-48549658629032dd38411079fd36f81ca3ff56e6.zip
tcl-48549658629032dd38411079fd36f81ca3ff56e6.tar.gz
tcl-48549658629032dd38411079fd36f81ca3ff56e6.tar.bz2
[Bug 3384007]: Fix some panic messages.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b4d5502..b9a37ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,14 @@
+2011-08-02 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclObj.c (Tcl_DbIncrRefCount, Tcl_DbDecrRefCount)
+ (Tcl_DbIsShared): [Bug 3384007]: Fix the panic messages so they share
+ what should be shared and have the right number of spaces.
+
2011-08-01 Miguel Sofer <msofer@users.sf.net>
- * generic/tclProc.c (TclProcCompileProc): fix for leak of
- resolveInfo when recompiling procs, [Bug 3383616]. Thx go to
- Gustaf Neumann for detecting the bug and providing the fix.
+ * generic/tclProc.c (TclProcCompileProc): [Bug 3383616]: Fix for leak
+ of resolveInfo when recompiling procs. Thanks go to Gustaf Neumann for
+ detecting the bug and providing the fix.
2011-08-01 Donal K. Fellows <dkf@users.sf.net>