Re: [Patch] Fix incorrect behavior of "[[=a=]]" in regex

2013-10-02 Thread Jonathan Wakely
On 2 October 2013 15:26, Tim Shen wrote: > _BracketMatcher<>::_M_add_equivalence_class is misimplemented so I try > `git blame regex_compiler.h`...that's me! > > Booted and tested under -m32, -m64. This is OK to commit, thanks

Re: [Patch] Fix incorrect behavior of "[[=a=]]" in regex

2013-10-02 Thread Tim Shen
Committed. Thanks! On Wed, Oct 2, 2013 at 11:10 AM, Jonathan Wakely wrote: > On 2 October 2013 15:26, Tim Shen wrote: >> _BracketMatcher<>::_M_add_equivalence_class is misimplemented so I try >> `git blame regex_compiler.h`...that's me! >> >> Booted and tested under -m32, -m64. > > This is OK to

[Patch] Fix incorrect behavior of "[[=a=]]" in regex

2013-10-02 Thread Tim Shen
_BracketMatcher<>::_M_add_equivalence_class is misimplemented so I try `git blame regex_compiler.h`...that's me! Booted and tested under -m32, -m64. Thanks ;) -- Tim Shen a.patch Description: Binary data