diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-01-29 15:57:54 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-01-29 15:57:54 (GMT) |
commit | 1613b73f3d0c97fc20285de5b2c1e90eed432fdc (patch) | |
tree | 8bd0f5809a9a2ae43bcedeb5654b3693b1d2a8e1 /ChangeLog | |
parent | 7d0d8f85ee8ad595801e30135e4cde40d6707ccd (diff) | |
download | tcl-1613b73f3d0c97fc20285de5b2c1e90eed432fdc.zip tcl-1613b73f3d0c97fc20285de5b2c1e90eed432fdc.tar.gz tcl-1613b73f3d0c97fc20285de5b2c1e90eed432fdc.tar.bz2 |
Fix [Bug 2519474]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |