diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-11 11:14:22 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-11 11:14:22 (GMT) |
commit | a80d0318d2c6fdaaad538515154acc68edfe3bbc (patch) | |
tree | dc5c33e1b83e8fb8d6bf21e796e20d3ad93e52d2 /ChangeLog | |
parent | ee2ddea6e375270013c0bbe70e83853301efc279 (diff) | |
download | tcl-a80d0318d2c6fdaaad538515154acc68edfe3bbc.zip tcl-a80d0318d2c6fdaaad538515154acc68edfe3bbc.tar.gz tcl-a80d0318d2c6fdaaad538515154acc68edfe3bbc.tar.bz2 |
Tcl Bug 2826551 regexp bugs related to -all -line and -start and newlines
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2010-02-09 Mo DeJong <mdejong@users.sourceforge.net> + + [Bug 2826551, Patch 2948425]: Assorted regexp bugs related to -all, + -line and -start options and newlines. + * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): If -offset is given, treat it + as the start of the line if the previous character was a newline. Fix + nasty edge case where a zero length match would not advance the index. + * tests/regexp.test: Add regression tests back ported from Jacl. + Checks for a number of issues related to -line and newline handling. A + few of tests were broken before the patch and continue to be broken, + marked as knownBug. + 2010-02-11 Donal K. Fellows <dkf@users.sf.net> * generic/tclOO.c (ObjectRenamedTrace): [Bug 2949397]: Prevent |