You are viewing a plain text version of this content. The canonical link for it is here.
Posted to regexp-dev@jakarta.apache.org by bu...@apache.org on 2001/09/02 17:31:08 UTC

[DO NOT REPLY: Bug 3373] jakarta-oro-2.0.4 regexp compile and match error

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3373

*** shadow/3373	Sun Sep  2 07:18:38 2001
--- shadow/3373.tmp.12542	Sun Sep  2 08:31:08 2001
***************
*** 1,11 ****
  +============================================================================+
  | jakarta-oro-2.0.4 regexp compile and match error                           |
  +----------------------------------------------------------------------------+
! |        Bug #: 3373                        Product: Regexp                  |
! |       Status: NEW                         Version: unspecified             |
! |   Resolution:                            Platform: PC                      |
  |     Severity: Normal                   OS/Version: Windows NT/2K           |
! |     Priority: Other                     Component: Other                   |
  +----------------------------------------------------------------------------+
  |  Assigned To: regexp-dev@jakarta.apache.org                                |
  |  Reported By: samanov@yahoo.com                                            |
--- 1,11 ----
  +============================================================================+
  | jakarta-oro-2.0.4 regexp compile and match error                           |
  +----------------------------------------------------------------------------+
! |        Bug #: 3373                        Product: ORO                     |
! |       Status: RESOLVED                    Version: 2.0.4                   |
! |   Resolution: INVALID                    Platform: PC                      |
  |     Severity: Normal                   OS/Version: Windows NT/2K           |
! |     Priority: Other                     Component: Main                    |
  +----------------------------------------------------------------------------+
  |  Assigned To: regexp-dev@jakarta.apache.org                                |
  |  Reported By: samanov@yahoo.com                                            |
***************
*** 34,37 ****
  Janet O'Neil
  Summary of qualifications
  ...
! ============================
--- 34,46 ----
  Janet O'Neil
  Summary of qualifications
  ...
! ============================
! 
! ------- Additional Comments From dfs@apache.org  2001-09-02 08:31 -------
! This isn't a regexp bug and should be reported under ORO.  Furthermore,
! after testing, this isn't a bug.  The behavior is consistent with
! Perl 5.003, which doesn't support the (?imsx-imsx:pattern) construct and
! also will not match an end of line after a null match (e.g. \s*$).  The
! behavior of the ORO .regex and .perl packages will eventually come in line
! with Perl 5.6, but when using jakarta-oro 2.0.4, only deviations from
! Perl 5.003 are considered bugs.