diff options
author | stanton <stanton> | 1999-06-25 18:42:14 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-06-25 18:42:14 (GMT) |
commit | 2db3c34abe16a84b24bd3512937595b49aadf51e (patch) | |
tree | 13d5dc887eee4352106a42bc0f8c3a2c29cb9ac0 /ChangeLog | |
parent | 9f6f5c519abd3e4640e5fed701205a348b0bf006 (diff) | |
download | tcl-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-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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 |