summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-01-06 15:24:49 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-01-06 15:24:49 (GMT)
commit3532ac7221f55219a73fb4fc3ed74a8b34b3a37a (patch)
tree1784a6a2c5d67b7255f2cd3b23a6754296aa5188 /ChangeLog
parenta75fc7d7f1485fbc0cd498df85f8b6db86167a21 (diff)
downloadtcl-3532ac7221f55219a73fb4fc3ed74a8b34b3a37a.zip
tcl-3532ac7221f55219a73fb4fc3ed74a8b34b3a37a.tar.gz
tcl-3532ac7221f55219a73fb4fc3ed74a8b34b3a37a.tar.bz2
Fix [Bug 2006879]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d24b13e..2023ea8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]