CVSROOT: /sources/classpath
Module name: classpath
Changes by: Andrew John Hughes <gnu_andrew> 08/08/21 23:52:27
Modified files:
. : ChangeLog
java/util/regex: Matcher.java
Log message:
Reset the append position when resetting a Matcher instance.
2008-08-23 Andrew John Hughes <[EMAIL PROTECTED]>
* java/util/regex/Matcher.java:
(reset()): Reset append position so
we don't try and append to the end of
the old input.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9700&r2=1.9701
http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/regex/Matcher.java?cvsroot=classpath&r1=1.22&r2=1.23