Bug 8467

Summary: [PATCH] Number of paren pairs limited to 16
Product: Regexp Reporter: Vadim Gritsenko <vgritsenko>
Component: OtherAssignee: Jakarta Notifications Mailing List <notifications>
Status: CLOSED FIXED    
Severity: normal CC: sascha.spiekermann
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Patch removes limitation on maximum parens count
Test to verify this patch

Description Vadim Gritsenko 2002-04-24 13:39:40 UTC
Attached patch removes hard-coded limitation on maximum number of parens.
Number of parens is known to RECompiler, and patch makes this information
available to the RE.
Comment 1 Vadim Gritsenko 2002-04-24 13:41:06 UTC
Created attachment 1683 [details]
Patch removes limitation on maximum parens count
Comment 2 Vadim Gritsenko 2002-12-03 20:20:18 UTC
Created attachment 4029 [details]
Test to verify this patch
Comment 3 Jon Stevens 2002-12-03 20:56:29 UTC
this has been fixed now. patches applied.
Comment 4 Jon Stevens 2002-12-03 21:15:20 UTC
closed
Comment 5 Vadim Gritsenko 2003-10-22 23:13:04 UTC
*** Bug 23965 has been marked as a duplicate of this bug. ***