summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-06-10 14:44:29 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-06-10 14:44:29 (GMT)
commit2a3653593e13fea9eee1652863db7b373b0b3fa7 (patch)
tree615d5bdbba079825e29d64713a15356e6f4259dc /ChangeLog
parent77651df52750776dce287030cc8a1d2c0bf61385 (diff)
downloadtcl-2a3653593e13fea9eee1652863db7b373b0b3fa7.zip
tcl-2a3653593e13fea9eee1652863db7b373b0b3fa7.tar.gz
tcl-2a3653593e13fea9eee1652863db7b373b0b3fa7.tar.bz2
* generic/tclStringObj.c: Corrected failures to deal with the
"pure unicode" representation of an empty string. Thanks to Julian Noble for reporting the problem. [Bug 2803109]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a2df5de..d645d55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-10 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclStringObj.c: Corrected failures to deal with the
+ "pure unicode" representation of an empty string. Thanks to Julian
+ Noble for reporting the problem. [Bug 2803109]
+
2006-06-09 Kevin B. Kenny <kennykb@acm.org>
* generic/tclGetDate.y: Fixed a thread safety bug in the generated
@@ -13,7 +19,7 @@
* library/tzdata/Asia/Dhaka: New DST rule for Bangladesh.
(Olson's tzdata2009i.)
-
+
2009-06-08 Donal K. Fellows <dkf@users.sf.net>
* doc/copy.n: Fix error in example spotted by Venkat Iyer.