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

Andrew John Hughes <[email protected]> Mon, 12 May 2008 20:43:55 +0000
Newsgroups gmane.comp.java.classpath.cvs
Message-ID <[email protected]>
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  <[email protected]>
	
		* 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