Re: [Patch] Rewrite _StateSeq in regex

2013-09-05 Thread Tim Shen
On Thu, Sep 5, 2013 at 10:07 AM, Paolo Carlini wrote: > On 09/04/2013 05:37 AM, Tim Shen wrote: > Thanks. Apparently there aren't further comments, thus please install it. Committed. Complete unmatched parentheses in last commit :) -- Tim Shen

Re: [Patch] Rewrite _StateSeq in regex

2013-09-05 Thread Paolo Carlini
On 09/04/2013 05:37 AM, Tim Shen wrote: According to this email(http://gcc.gnu.org/ml/libstdc++/2013-09/msg5.html), I add a testcase. Thanks. Apparently there aren't further comments, thus please install it. Thanks again, Paolo.

Re: [Patch] Rewrite _StateSeq in regex

2013-09-03 Thread Tim Shen
According to this email(http://gcc.gnu.org/ml/libstdc++/2013-09/msg5.html), I add a testcase. -- Tim Shen stateseq.patch Description: Binary data

Re: [Patch] Rewrite _StateSeq in regex

2013-09-03 Thread Paolo Carlini
Hi, On 09/03/2013 06:26 PM, Tim Shen wrote: * include/bits/regex_compiler.h: Rewrite _Compiler to use new _StateSeq interfaces. nit: when you need more than one line, left align to the '*'. Also never begin a line with ':' (well, this is just common sense ;) Thanks a lot for