diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-06-12 08:07:37 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-06-12 08:07:37 (GMT) |
commit | 618765e259dedad64023f5f750afe080cb50e1c4 (patch) | |
tree | d0d7eaa0cc57a266b613765f972ca573df84eade /ChangeLog | |
parent | 4f211efb0420a08b1bde5ecf7512c41ffbaac25a (diff) | |
download | tcl-618765e259dedad64023f5f750afe080cb50e1c4.zip tcl-618765e259dedad64023f5f750afe080cb50e1c4.tar.gz tcl-618765e259dedad64023f5f750afe080cb50e1c4.tar.bz2 |
Fix for bug #219232 (submatch errors with regexp -all -inline -indices)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2001-06-12 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * tests/regexp.test (regexp-18.12): + * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): Fixed so that submatches + that do not match always have index pair {-1 -1} [Bug #219232] + 2001-05-03 Don Porter <dgp@users.sourceforge.net> * generic/tcl.h: |