summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-08-22 17:26:46 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-08-22 17:26:46 (GMT)
commit6f75579e3a357853eaa316f593edcb47eddc0c36 (patch)
treedc9d8441b300ef5406bb5f60de8fe103e8474fac /ChangeLog
parentc81af542ef2037176d7f71f883aa3e93dfc4196b (diff)
downloadtcl-6f75579e3a357853eaa316f593edcb47eddc0c36.zip
tcl-6f75579e3a357853eaa316f593edcb47eddc0c36.tar.gz
tcl-6f75579e3a357853eaa316f593edcb47eddc0c36.tar.bz2
* generic/tclUtil.c (TclReToGlob): Added missing set of the
*exactPtr value to really fix [Bug 2065115]. * tests/regexpComp.test: Correct duplicate test names.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 369f59f..cab7cd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-22 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclUtil.c (TclReToGlob): Added missing set of the
+ *exactPtr value to really fix [Bug 2065115].
+ * tests/regexpComp.test: Correct duplicate test names.
+
2008-08-21 Miguel Sofer <msofer@users.sf.net>
* generic/tclBasic.c: Previous fix, now done right.