Mercurial > hg > xemacs-beta
comparison tests/ChangeLog @ 5649:d026b665014f
Actually obey POSIX rules in #'posix-string-match, don't ignore them.
src/ChangeLog addition:
2012-04-25 Aidan Kehoe <kehoea@parhasard.net>
* search.c (string_match_1): Actually use the POSIX argument here,
pass it to compile_pattern(). Thank you for the bug report, Ilya
Shlyakhter!
tests/ChangeLog addition:
2012-04-25 Aidan Kehoe <kehoea@parhasard.net>
* automated/regexp-tests.el: Check that #'posix-string-match
actually returns the longest match; thank you Ilya Shlyakhter in
jn1j8t$ujq$1@dough.gmane.org !
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 25 Apr 2012 20:25:33 +0100 |
parents | 3f4a234f4672 |
children | 3df910176b6a |
comparison
equal
deleted
inserted
replaced
5648:3f4a234f4672 | 5649:d026b665014f |
---|---|
1 2012-04-25 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * automated/regexp-tests.el: Check that #'posix-string-match | |
4 actually returns the longest match; thank you Ilya Shlyakhter in | |
5 jn1j8t$ujq$1@dough.gmane.org ! | |
6 | |
1 2012-04-21 Aidan Kehoe <kehoea@parhasard.net> | 7 2012-04-21 Aidan Kehoe <kehoea@parhasard.net> |
2 | 8 |
3 * automated/regexp-tests.el: | 9 * automated/regexp-tests.el: |
4 * automated/regexp-tests.el (Assert-char-class): | 10 * automated/regexp-tests.el (Assert-char-class): |
5 Check that #'string-match errors correctly with an over-long | 11 Check that #'string-match errors correctly with an over-long |