summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2008-05-12 20:43:52 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2008-05-12 20:43:52 +0000
commite3e1dcdb5d0f824dff35d185ac94e87a7fb0660e (patch)
tree472150cf2029f03bc2668945573d2bd5ba841234 /ChangeLog
parentb81a06c356c75e29d45a61d12fd1d0e48f20c8eb (diff)
downloadclasspath-e3e1dcdb5d0f824dff35d185ac94e87a7fb0660e.tar.gz
2008-05-11 Andrew John Hughes <gnu_andrew@member.fsf.org>
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c6248794..83f8c2c76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,28 @@
2008-05-11 Andrew John Hughes <gnu_andrew@member.fsf.org>
+ * 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.
+
+2008-05-11 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
* gnu/java/lang/CPStringBuilder.java:
(toString()): Fix comments to reflect copying changes.
* vm/reference/gnu/java/lang/VMCPStringBuilder.java: