summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-03-03 06:53:08 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-03-03 06:53:08 (GMT)
commit123991e14661143522122cc5441e238b679414e3 (patch)
tree83819449224b66c71daed0f09dacdad24c47eecf /ChangeLog
parenta0d9058325f3f9f666dedb54d330ac9a8f01eb7b (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c0df46..373efa4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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].