summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1999-06-25 18:42:14 (GMT)
committerstanton <stanton@noemail.net>1999-06-25 18:42:14 (GMT)
commit702c12fe30118ddb01f18633e3050ca17475a7b1 (patch)
tree13d5dc887eee4352106a42bc0f8c3a2c29cb9ac0 /ChangeLog
parentc4cac454a621850e517a8bbe0704642ffaf62212 (diff)
downloadtcl-702c12fe30118ddb01f18633e3050ca17475a7b1.zip
tcl-702c12fe30118ddb01f18633e3050ca17475a7b1.tar.gz
tcl-702c12fe30118ddb01f18633e3050ca17475a7b1.tar.bz2
* tests/reg.test:
* generic/regexec.c: Fixed bugs in non-greedy quantifiers. FossilOrigin-Name: 7002d2683b8d314e88f3ac243a282587393eb1e7
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e0db8a5..53ec539 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+1999-06-25 <stanton@scriptics.com>
+
+ * tests/reg.test:
+ * generic/regexec.c: Fixed bugs in non-greedy quantifiers.
+
+1999-06-23 <stanton@scriptics.com>
+
+ * unix/Makefile.in: Changed install-doc to install-man.
+
+ * tools/uniParse.tcl:
+ * tools/uniClass.tcl:
+ * tools/README:
+ * tests/string.test:
+ * generic/regc_locale.c:
+ * generic/tclUniData.c:
+ * generic/tclUtf.c:
+ * doc/string.n: Updated Unicode character tables to reflect latest
+ Unicode 2.1 data. Also rationalized "regexp" and "string is"
+ definitions of character classes.
+
1999-06-21 <stanton@scriptics.com>
* unix/tclUnixThrd.c (TclpThreadCreate): Fixed memory leak where