summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorstanton <stanton>1999-06-25 18:42:14 (GMT)
committerstanton <stanton>1999-06-25 18:42:14 (GMT)
commit2db3c34abe16a84b24bd3512937595b49aadf51e (patch)
tree13d5dc887eee4352106a42bc0f8c3a2c29cb9ac0 /ChangeLog
parent9f6f5c519abd3e4640e5fed701205a348b0bf006 (diff)
downloadtcl-2db3c34abe16a84b24bd3512937595b49aadf51e.zip
tcl-2db3c34abe16a84b24bd3512937595b49aadf51e.tar.gz
tcl-2db3c34abe16a84b24bd3512937595b49aadf51e.tar.bz2
* tests/reg.test:
* generic/regexec.c: Fixed bugs in non-greedy quantifiers.
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