summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-10-10 18:23:02 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-10-10 18:23:02 (GMT)
commit401267eb5789ba2a2afbcc0ab7187b8ab233ca73 (patch)
tree75278b1f7f29728602c6cdec178a632aa3fae46f /ChangeLog
parent0c73b8718f673b740c084eb18f8a0c07cfa0f5ae (diff)
downloadtcl-401267eb5789ba2a2afbcc0ab7187b8ab233ca73.zip
tcl-401267eb5789ba2a2afbcc0ab7187b8ab233ca73.tar.gz
tcl-401267eb5789ba2a2afbcc0ab7187b8ab233ca73.tar.bz2
* tests/namespace.test (namespace-51.16): Added test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4630f7c..6b59a9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
commandPathSourceList of a namespace is cleared, set the
commandPathSourceList to NULL so we don't try to walk the list
a second time, possibly after it is freed. [Bug 1566526]
+ * tests/namespace.test (namespace-51.16): Added test.
2006-10-09 Miguel Sofer <msofer@users.sf.net>