Return-Path: Delivered-To: apmail-jakarta-regexp-dev-archive@apache.org Received: (qmail 74845 invoked from network); 25 Apr 2003 17:50:01 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 25 Apr 2003 17:50:01 -0000 Received: (qmail 26984 invoked by uid 97); 25 Apr 2003 17:51:59 -0000 Delivered-To: qmlist-jakarta-archive-regexp-dev@nagoya.betaversion.org Received: (qmail 26977 invoked from network); 25 Apr 2003 17:51:59 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 25 Apr 2003 17:51:59 -0000 Received: (qmail 72134 invoked by uid 500); 25 Apr 2003 17:49:29 -0000 Mailing-List: contact regexp-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Regexp Developers List" Reply-To: "Regexp Developers List" Delivered-To: mailing list regexp-dev@jakarta.apache.org Received: (qmail 72040 invoked from network); 25 Apr 2003 17:49:28 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 25 Apr 2003 17:49:28 -0000 Received: (qmail 26930 invoked by uid 50); 25 Apr 2003 17:51:30 -0000 Date: 25 Apr 2003 17:51:30 -0000 Message-ID: <20030425175130.26929.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: regexp-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 19329] New: - [PATCH] Fixes several bugs X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19329 [PATCH] Fixes several bugs Summary: [PATCH] Fixes several bugs Product: Regexp Version: unspecified Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Other AssignedTo: regexp-dev@jakarta.apache.org ReportedBy: vgritsenko@apache.org This patch fixes several regexp-1.3-Dev bugs. Those are: #306 Why is the RE class not Serializable? BugRat Report#559 #1030 {n,m} notation failure in org.apache.regexp.RE.match #3879 Expressions using {0,n} match 0 to n+1 times instead of 0 to #4057 \w does not match underscore #5212 Bracketed space [ \-] followed by dash does not match space And partially fixes bug #2121 '.' or '-' in bracket expression gives unexpected results Because full fix for this bug will change behavior or character classes defined as [a-] and [-z]. Please apply this patch before 1.3 "final" release. Thanks, Vadim --------------------------------------------------------------------- To unsubscribe, e-mail: regexp-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: regexp-dev-help@jakarta.apache.org