summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2006-04-11 12:14:33 (GMT)
committerdas <das>2006-04-11 12:14:33 (GMT)
commit7b5e526e6bfd56a78a7f7d96a2e578212e88a98b (patch)
tree1d8f284c157713a2500aa578703e9b2cb8a18c7d /ChangeLog
parent0e001a09f8a1d158297269f11f927c3713d343d1 (diff)
downloadtcl-7b5e526e6bfd56a78a7f7d96a2e578212e88a98b.zip
tcl-7b5e526e6bfd56a78a7f7d96a2e578212e88a98b.tar.gz
tcl-7b5e526e6bfd56a78a7f7d96a2e578212e88a98b.tar.bz2
typos
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 799d6cc..f28550e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,13 +8,13 @@
2006-04-06 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tclRegexp.c (FinalizeRegexp): full reset data to
- indicate that readiness for reinitialization.
+ indicate 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
+ * 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]