commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] classpath ChangeLog java/util/regex/Matcher.java


From: Andrew John Hughes
Subject: [commit-cp] classpath ChangeLog java/util/regex/Matcher.java
Date: Mon, 12 May 2008 20:43:55 +0000

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]