Re: [Patch] Add regex_constants::__polynomial

2015-04-27 Thread Tim Shen
On Mon, Apr 27, 2015 at 4:57 AM, Jonathan Wakely wrote: > OK for trunk. Committed. -- Regards, Tim Shen

Re: [Patch] Add regex_constants::__polynomial

2015-04-27 Thread Jonathan Wakely
On 26/04/15 17:55 -0700, Tim Shen wrote: I didn't test with _GLIBCXX_DEBUG though. Updated the patch for removing DFS restriction for ECMAScript. OK for trunk.

Re: [Patch] Add regex_constants::__polynomial

2015-04-26 Thread Tim Shen
On Sat, Apr 25, 2015 at 1:10 AM, Tim Shen wrote: > Bootstrapped and tested. I didn't test with _GLIBCXX_DEBUG though. Updated the patch for removing DFS restriction for ECMAScript. -- Regards, Tim Shen commit 32cd325c4acffdcdf16caca4233a2455ea483d69 Author: Tim Shen Date: Sat Apr 25 00:23:5

[Patch] Add regex_constants::__polynomial

2015-04-25 Thread Tim Shen
On Tue, Feb 17, 2015 at 1:54 AM, Jonathan Wakely wrote: > On 16/02/15 22:10 +, Tim Shen wrote: >> >> Hi Jon, >> >> The Thompson NFA algorithm (BFS approach) in libstdc++ regex exists for a >> while, and I do think we can add it to the standard as a flag >> regex_constants::syntax_option_type::p