diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-01-06 15:24:49 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-01-06 15:24:49 (GMT) |
commit | 3532ac7221f55219a73fb4fc3ed74a8b34b3a37a (patch) | |
tree | 1784a6a2c5d67b7255f2cd3b23a6754296aa5188 /ChangeLog | |
parent | a75fc7d7f1485fbc0cd498df85f8b6db86167a21 (diff) | |
download | tcl-3532ac7221f55219a73fb4fc3ed74a8b34b3a37a.zip tcl-3532ac7221f55219a73fb4fc3ed74a8b34b3a37a.tar.gz tcl-3532ac7221f55219a73fb4fc3ed74a8b34b3a37a.tar.bz2 |
Fix [Bug 2006879]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2009-01-06 Donal K. Fellows <dkf@users.sf.net> + * tests/expr.test: Eliminate non-ASCII char. [Bug 2006879] + * generic/tclOOInfo.c (InfoObjectMethodsCmd,InfoClassMethodsCmd): Only delete pointers that were actually allocated! [Bug 2489836] |