summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-08-22 17:20:35 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-08-22 17:20:35 (GMT)
commit89caec97fd7d5e85719e6a561e81ca0b5204b09a (patch)
tree041051f0aa1f76b38ecbe089c40c13118e65b907 /ChangeLog
parent2e1f9a90e2bb9a21b3ccc70970b71384199885e1 (diff)
downloadtcl-89caec97fd7d5e85719e6a561e81ca0b5204b09a.zip
tcl-89caec97fd7d5e85719e6a561e81ca0b5204b09a.tar.gz
tcl-89caec97fd7d5e85719e6a561e81ca0b5204b09a.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 7504d60..6eb10d6 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 Jeff Hobbs <jeffh@ActiveState.com>
* tests/regexp.test, tests/regexpComp.test: correct re2glob ***=