summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-08-27 20:09:49 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-08-27 20:09:49 (GMT)
commit758447b224c0281798e3ea384b40d6deaa74902b (patch)
tree0dda0b6ece91b722a579df0137cac2e479c987b3 /ChangeLog
parentd5b3a83348608a67789570a2a477e0f204681bfd (diff)
downloadtcl-758447b224c0281798e3ea384b40d6deaa74902b.zip
tcl-758447b224c0281798e3ea384b40d6deaa74902b.tar.gz
tcl-758447b224c0281798e3ea384b40d6deaa74902b.tar.bz2
* generic/tclUtil.c: Corrected [Bug 411825] and other bugs in
TclNeedSpace() where non-breaking space (\u00A0) and backslash-escaped spaces were handled incorrectly. * tests/util.test: Added new tests util-8.[2-6].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 62186a2..9a4bf74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
2003-08-27 Don Porter <dgp@users.sourceforge.net>
- * tests/util.test: Added new tests for remaining TclNeedSpace()
- bugs discussed in [Bug 411825].
+ * generic/tclUtil.c: Corrected [Bug 411825] and other bugs in
+ TclNeedSpace() where non-breaking space (\u00A0) and backslash-escaped
+ spaces were handled incorrectly.
+ * tests/util.test: Added new tests util-8.[2-6].
2003-08-06 Jeff Hobbs <jeffh@ActiveState.com>