Re: [Patch] Implement regex_match and regex_search

2013-09-18 Thread Tim Shen
On Tue, Sep 17, 2013 at 4:35 AM, Paolo Carlini wrote: > Great. Tim, please complete the testing on -m32 etc, if everything goes > well, just wait a day or so and commit. Tested under -m32, -m64 and check-debug, and committed, with changing the date of the new file to today. Thank you! -- Tim

Re: [Patch] Implement regex_match and regex_search

2013-09-17 Thread Paolo Carlini
Hi, On 09/15/2013 03:45 AM, Tim Shen wrote: ...finally. This patch complete flags specifed in [28.5]. However, `optimize` and `match_any` are ignored. `format_*` are unimplemented yet. regex_iterator and regex_token_iterator should work now, but need more testcases. Great. Tim, please complete