summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2003-11-24 19:06:07 (GMT)
committerdgp <dgp@noemail.net>2003-11-24 19:06:07 (GMT)
commit4907261e2ea0eddd8c541545418f5fac0bc8ad90 (patch)
tree474038e35fbcf4a5debb8dfaf4cf0aae3922b8d0 /ChangeLog
parentb2db21eaf86bf4a331ab5b6c361947ce61b82ba8 (diff)
downloadtcl-4907261e2ea0eddd8c541545418f5fac0bc8ad90.zip
tcl-4907261e2ea0eddd8c541545418f5fac0bc8ad90.tar.gz
tcl-4907261e2ea0eddd8c541545418f5fac0bc8ad90.tar.bz2
* generic/tclParse.c: Corrected faulty check for trailing white
space in {expand} parsing. Thanks Andreas Leitgeb. [Bug 848262]. * tests/parse.test: New tests for the bug. FossilOrigin-Name: 672ceae2aef17192295def7c292bde85f4c97c0d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de404f2..116524f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-11-24 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclParse.c: Corrected faulty check for trailing white
+ space in {expand} parsing. Thanks Andreas Leitgeb. [Bug 848262].
+ * tests/parse.test: New tests for the bug.
+
2003-11-24 Vince Darley <vincentdarley@users.sourceforge.net>
* generic/tclPathObj.c: fix to [Bug 845778] - Infinite recursion