summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-08-27 20:29:36 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-08-27 20:29:36 (GMT)
commitc8cea779f14930d7be251801f4003224424f110d (patch)
tree26e0d90a1d891bec90388723abac70a342f51846 /ChangeLog
parent373d0139d5bf0bb40fe7fa5d28debbe32e27106c (diff)
downloadtcl-c8cea779f14930d7be251801f4003224424f110d.zip
tcl-c8cea779f14930d7be251801f4003224424f110d.tar.gz
tcl-c8cea779f14930d7be251801f4003224424f110d.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 dc84a3b..4af48f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,8 +28,10 @@
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-26 David Gravereaux <davygrvy@pobox.com>