summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2006-04-07 01:11:50 (GMT)
committerhobbs <hobbs>2006-04-07 01:11:50 (GMT)
commitff1aeed46091825a1a52b5f03a39cecde7fbcac9 (patch)
treeb0ae85d6f30df92c6db7100033ca3cafc3e38716 /ChangeLog
parent66eb0f67f7cc2d152c918f5ccfe94cd89a7581fe (diff)
downloadtcl-ff1aeed46091825a1a52b5f03a39cecde7fbcac9.zip
tcl-ff1aeed46091825a1a52b5f03a39cecde7fbcac9.tar.gz
tcl-ff1aeed46091825a1a52b5f03a39cecde7fbcac9.tar.bz2
* generic/tclRegexp.c (FinalizeRegexp): full reset data to
indicate that readiness for reinitialization.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index d2dcd34..2d4c114 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,15 @@
+2006-04-06 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tclRegexp.c (FinalizeRegexp): full reset data to
+ indicate that readiness for reinitialization.
+
2006-04-06 Don Porter <dgp@users.sourceforge.net>
- * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seems
- * tests/indexObj.test: there are extensions that rely on the prior
- * doc/GetIndex.3: behavior that the empty string cannot succeed
- as a unique prefix matcher, so I'm restoring Donal Fellow's solution.
- Added mention of this detail to the documentation. [Bug 1464039]
+ * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seems
+ * tests/indexObj.test: there are extensions that rely on the prior
+ * doc/GetIndex.3: behavior that the empty string cannot succeed
+ as a unique prefix matcher, so I'm restoring Donal Fellow's solution.
+ Added mention of this detail to the documentation. [Bug 1464039]
* tests/compExpr-old.test: Updated testmathfunctions constraint
* tests/compExpr.test: to post-TIP-232 world.