summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2003-02-11 18:03:22 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2003-02-11 18:03:22 (GMT)
commitae07e289b2b5cd44065d2a1d64003a56c3071977 (patch)
treea0b387eca988334fa5fb08fce0606a19d253cdc8 /ChangeLog
parentefc50f268e80406cfd5058b3a67014803a71dad2 (diff)
downloadtcl-ae07e289b2b5cd44065d2a1d64003a56c3071977.zip
tcl-ae07e289b2b5cd44065d2a1d64003a56c3071977.tar.gz
tcl-ae07e289b2b5cd44065d2a1d64003a56c3071977.tar.bz2
* generic/tclParse.c
* tests/parse.test: fix for [Bug 684744], by Don Porter.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1f87d8..1d7c1e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-11 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclParse.c
+ * tests/parse.test: fix for [Bug 684744], by Don Porter.
+
2003-02-11 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tclIOUtil.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath):