summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-01-29 15:57:54 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-01-29 15:57:54 (GMT)
commit1613b73f3d0c97fc20285de5b2c1e90eed432fdc (patch)
tree8bd0f5809a9a2ae43bcedeb5654b3693b1d2a8e1 /ChangeLog
parent7d0d8f85ee8ad595801e30135e4cde40d6707ccd (diff)
downloadtcl-1613b73f3d0c97fc20285de5b2c1e90eed432fdc.zip
tcl-1613b73f3d0c97fc20285de5b2c1e90eed432fdc.tar.gz
tcl-1613b73f3d0c97fc20285de5b2c1e90eed432fdc.tar.bz2
Fix [Bug 2519474]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31c69d2..7d495f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-01-29 Donal K. Fellows <dkf@users.sf.net>
+ * generic/tclNamesp.c (Tcl_FindCommand): [Bug 2519474]: Ensure that
+ the path is not searched when the TCL_NAMESPACE_ONLY flag is given.
+
* generic/tclOODecls.h (Tcl_OOInitStubs): [Bug 2537839]: Make the
declaration of this macro work correctly in the non-stub case.