diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-08-02 09:07:29 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-08-02 09:07:29 (GMT) |
commit | 48549658629032dd38411079fd36f81ca3ff56e6 (patch) | |
tree | 7b4bf1850cc6b99277550e0daf38a3f45b3ada62 /ChangeLog | |
parent | 7cafb9729cb8db722600b80cd3b1c9536ca46519 (diff) | |
download | tcl-48549658629032dd38411079fd36f81ca3ff56e6.zip tcl-48549658629032dd38411079fd36f81ca3ff56e6.tar.gz tcl-48549658629032dd38411079fd36f81ca3ff56e6.tar.bz2 |
[Bug 3384007]: Fix some panic messages.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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> |