On 01/06/15 20:51 -0700, Tim Shen wrote:
On Tue, Nov 25, 2014 at 12:46 AM, Tim Shen wrote:
On Wed, Nov 12, 2014 at 11:45 PM, Tim Shen wrote:
Committed with comment fix and slight change on testcase
(VERIFY(false) at end of the try block -- must throw).
Is it possible to backport this pa
On Tue, Nov 25, 2014 at 12:46 AM, Tim Shen wrote:
> On Wed, Nov 12, 2014 at 11:45 PM, Tim Shen wrote:
>> Committed with comment fix and slight change on testcase
>> (VERIFY(false) at end of the try block -- must throw).
>
> Is it possible to backport this patch to 4.9 branch? It's an importan
On Wed, Nov 12, 2014 at 11:45 PM, Tim Shen wrote:
> Committed with comment fix and slight change on testcase
> (VERIFY(false) at end of the try block -- must throw).
Is it possible to backport this patch to 4.9 branch? It's an important
fix, but I'm not sure if there's any binary compatibilit
On Mon, Nov 10, 2014 at 10:32 AM, Jonathan Wakely wrote:
> OK for trunk with the small change above - thanks!
Committed with comment fix and slight change on testcase
(VERIFY(false) at end of the try block -- must throw).
--
Regards,
Tim Shen
commit 63544c468fa784a354def7bc240b2cd93210f6d8
On 09/11/14 10:17 -0800, Tim Shen wrote:
__matcher._M_add_equivalence_class(_M_value);
else if (_M_match_token(_ScannerT::_S_token_char_class_name))
__matcher._M_add_character_class(_M_value, false);
- else if (_M_try_char()) // [a
+ // POSIX doesn't permit '-' as