gcc/libjava/java
Michael Koch ad03daf005 2003-04-30 Michael Koch <konqueror@gmx.de>
* java/util/regex/Matcher.java
	(pattern): New member variable.
	(appendReplacement): New method.
	(appendTail): New method.
	(end): New method.
	(find): New method.
	(group): New method.
	(replaceFirst): Added documentation.
	(replaceAll): Added documentation.
	(groupCount): New method.
	(lookingAt): New method.
	(matches): New method.
	(reset): New method.
	(start): New method.
	* java/util/regex/Pattern.java
	(serialVersionUID): New constant.
	(CANON_EQ): New constant.
	(CASE_INSENSITIVE): New constant.
	(COMMENTS): New constant.
	(DOTALL): New constant.
	(MULTILINE): New constant.
	(UNICODE_CASE): New constant.
	(UNIX_LINES): New constant.
	(regex): New member variable.
	(flags): New member variable.
	(Pattern): New method.
	(compile): Documentation added.
	(flags): New method.
	(matches): Documentation added.
	(matcher): Documentation added.
	(split): Documentation added.
	(pattern): New method.

From-SVN: r66285
2003-04-30 08:57:04 +00:00
..
applet AppletContext.java: Fix typo and remove redundant modifiers. 2002-11-14 20:35:27 +00:00
awt 2003-04-29 Michael Koch <konqueror@gmx.de> 2003-04-29 07:51:46 +00:00
beans BeanContextEvent.java: Reformated. 2003-03-24 08:24:29 +00:00
io BufferedReader.java, [...]: Imports from Classpath. 2003-04-20 22:47:43 +00:00
lang natString.cc (_Jv_AllocString): Initialize cachedHashCode. 2003-04-28 18:19:23 +00:00
math BigInteger.java (probablePrime): New. 2003-04-19 19:26:41 +00:00
net URLConnection.java: Import classes directly. 2003-04-06 16:11:13 +00:00
nio 2003-03-17 Michael Koch <konqueror@gmx.de> 2003-03-17 15:31:33 +00:00
rmi 2003-03-31 Michael Koch <konqueror@gmx.de> 2003-03-31 11:07:24 +00:00
security Engine.java, [...]: New files from classpath. 2003-04-30 07:23:42 +00:00
sql Date.java, [...]: New versions from Classpath. 2003-04-19 21:17:50 +00:00
text MessageFormat.java: Removed some whitespace. 2003-03-29 21:23:25 +00:00
util 2003-04-30 Michael Koch <konqueror@gmx.de> 2003-04-30 08:57:04 +00:00