summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-05-10 17:22:11 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-05-10 17:22:11 (GMT)
commit5e902ae378db6fa9d0ef3272832d1a14bde3b44d (patch)
treee602fe4a2dd5a57b2cb47e427fc0d604d4b82a86 /ChangeLog
parent2ab84f74c362dd589f01ba696fde1b00d14fe1e5 (diff)
parentd8668e5c5d98e9b11f6c85e8bd3c7c6ac6834838 (diff)
downloadtcl-5e902ae378db6fa9d0ef3272832d1a14bde3b44d.zip
tcl-5e902ae378db6fa9d0ef3272832d1a14bde3b44d.tar.gz
tcl-5e902ae378db6fa9d0ef3272832d1a14bde3b44d.tar.bz2
New internal routines TclScanElement() and TclConvertElement().
Rewritten guts of machinery to produce string rep of lists. [Bug 3173086]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30fad98..47b9a2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2011-05-10 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclInt.h: New internal routines TclScanElement() and
+ * generic/tclUtil.c: TclConvertElement() are rewritten guts of
+ machinery to produce string rep of lists. The new routines avoid
+ and correct [Bug 3173086]. See comments for much more detail.
+
+ * generic/tclDictObj.c: Update all callers.
+ * generic/tclIndexObj.c:
+ * generic/tclListObj.c:
+ * generic/tclUtil.c:
+ * tests/list.test:
+
2011-05-09 Donal K. Fellows <dkf@users.sf.net>
* generic/tclNamesp.c (NamespacePathCmd): Convert to use Tcl_Obj API