diff options
author | dgp <dgp@users.sourceforge.net> | 2006-03-03 06:53:08 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-03-03 06:53:08 (GMT) |
commit | 123991e14661143522122cc5441e238b679414e3 (patch) | |
tree | 83819449224b66c71daed0f09dacdad24c47eecf /ChangeLog | |
parent | a0d9058325f3f9f666dedb54d330ac9a8f01eb7b (diff) | |
download | tcl-123991e14661143522122cc5441e238b679414e3.zip tcl-123991e14661143522122cc5441e238b679414e3.tar.gz tcl-123991e14661143522122cc5441e238b679414e3.tar.bz2 |
* generic/tclObj.c: Compatibility support for existing code that
calls Tcl_GetObjType("boolean").
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2006-03-02 Don Porter <dgp@users.sourceforge.net> + * generic/tclObj.c: Compatibility support for existing code that + calls Tcl_GetObjType("boolean"). + +2006-03-02 Don Porter <dgp@users.sourceforge.net> + * generic/tclPathObj.c: Fix for failed normalization of * tests/fileSystem.test: paths with /../ that lead back to the root of the filesystem, like /foo/.. [Bug 1379287]. |