[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/36000] java.util.regex.Matcher should support region-base
From: |
gnu_andrew at member dot fsf dot org |
Subject: |
[Bug classpath/36000] java.util.regex.Matcher should support region-based matching |
Date: |
12 May 2008 20:47:23 -0000 |
------- Comment #1 from gnu_andrew at member dot fsf dot org 2008-05-12 20:47
-------
The majority of functionality has been implemented. There remain some issues
with the bound settings; the GNU regex library we use does not implement these
options in the same way.
CVSROOT: /sources/classpath
Module name: classpath
Changes by: Andrew John Hughes <gnu_andrew> 08/05/12 20:43:55
Modified files:
. : ChangeLog
java/util/regex: Matcher.java
Log message:
2008-05-11 Andrew John Hughes <address@hidden>
* java/util/regex/Matcher.java:
(regionStart): New variable.
(regionEnd): Likewise.
(transparentBounds): Likewise.
(anchoringBounds): Likewise.
(Matcher()): Initialise new variables.
(find()): Alter to use new settings.
(find(int)): Likewise.
(lookingAt()): Likewise.
(matches()): Likewise.
(reset()): Reset region.
(reset(CharSequence)): Documented.
(toString()): Include new variables.
(region(int,int)): Implemented.
(regionStart()): Likewise.
(regionEnd()): Likewise.
(hasTransparentBounds()): Likewise.
(useTransparentBounds(boolean)): Likewise.
(hasAnchoringBounds()): Likewise.
(useAnchoringBounds(boolean)): Likewise.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9613&r2=1.9614
http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/regex/Matcher.java?cvsroot=classpath&r1=1.20&r2=1.21
--
gnu_andrew at member dot fsf dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |gnu_andrew at member dot fsf
|dot org |dot org
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2008-05-12 20:47:23
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36000
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug classpath/36000] java.util.regex.Matcher should support region-based matching,
gnu_andrew at member dot fsf dot org <=