diff options
author | dgp <dgp@users.sourceforge.net> | 2009-06-10 14:44:29 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-06-10 14:44:29 (GMT) |
commit | 2a3653593e13fea9eee1652863db7b373b0b3fa7 (patch) | |
tree | 615d5bdbba079825e29d64713a15356e6f4259dc /ChangeLog | |
parent | 77651df52750776dce287030cc8a1d2c0bf61385 (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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. |