summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-11-27 05:43:57 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-11-27 05:43:57 (GMT)
commitf4e32f5e30da1843cdcc7c29bd4068ce15cbb503 (patch)
treeda4eee2d78745765743736aa26a0cb97b472630f /ChangeLog
parentf70164d8332b6095c59c58689eac31b6440ea7b0 (diff)
downloadtcl-f4e32f5e30da1843cdcc7c29bd4068ce15cbb503.zip
tcl-f4e32f5e30da1843cdcc7c29bd4068ce15cbb503.tar.gz
tcl-f4e32f5e30da1843cdcc7c29bd4068ce15cbb503.tar.bz2
* tests/reg.test (reg-32.*): Added missing testregexp constraints.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1182ca3..4b4fa80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2004-11-26 Don Porter <dgp@users.sourceforge.net>
+ * tests/reg.test (reg-32.*): Added missing testregexp constraints.
+
* library/auto.tcl (tcl_findLibrary): Made sure the uniquifying
operations on the search path does not also normalize. [Bug 1072136]