summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-11-18 15:58:18 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-11-18 15:58:18 (GMT)
commita8c8af2d7203f31a4c526483f57e1674db35d1e8 (patch)
tree187cd9e02b8e923a0b7f39c75104388a0a909376 /ChangeLog
parent4d8ccb4db88d7ce2ba04cdf1425f5373177a132f (diff)
downloadtcl-a8c8af2d7203f31a4c526483f57e1674db35d1e8.zip
tcl-a8c8af2d7203f31a4c526483f57e1674db35d1e8.tar.gz
tcl-a8c8af2d7203f31a4c526483f57e1674db35d1e8.tar.bz2
* generic/tclListObj.c: Restored the SetListFromAny routine to
* generic/tclObj.c: the "list" Tcl_ObjType, and restored the Tcl_RegisterObjType() call for "list". This addresses the needs of some "bridge" extensions to examine whether the Tcl_ObjType of a Tcl_Obj is that of the "list" Tcl_ObjType.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1b9c12..4f102e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-11-18 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclListObj.c: Restored the SetListFromAny routine to
+ * generic/tclObj.c: the "list" Tcl_ObjType, and restored the
+ Tcl_RegisterObjType() call for "list". This addresses the needs
+ of some "bridge" extensions to examine whether the Tcl_ObjType of
+ a Tcl_Obj is that of the "list" Tcl_ObjType.
+
2005-11-18 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
* library/http/http.tcl (http::geturl): Improved syntactic validation