Bug 8467 - [PATCH] Number of paren pairs limited to 16
Summary: [PATCH] Number of paren pairs limited to 16
Status: CLOSED FIXED
Alias: None
Product: Regexp
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All All
: P3 normal with 1 vote (vote)
Target Milestone: ---
Assignee: Jakarta Notifications Mailing List
URL:
Keywords:
: 23965 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-04-24 13:39 UTC by Vadim Gritsenko
Modified: 2004-11-16 19:05 UTC (History)
1 user (show)



Attachments
Patch removes limitation on maximum parens count (3.26 KB, patch)
2002-04-24 13:41 UTC, Vadim Gritsenko
Details | Diff
Test to verify this patch (1.57 KB, patch)
2002-12-03 20:20 UTC, Vadim Gritsenko
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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. ***