/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1022 by mkoch, Wed Apr 30 06:50:23 2003 UTC revision 1.1023 by mkoch, Wed Apr 30 12:25:46 2003 UTC
# Line 1  Line 1 
1  2003-04-30  Michael Koch  <konqueror@gmx.de>  2003-04-30  Michael Koch  <konqueror@gmx.de>
2    
3            * java/util/regex/Matcher.java
4            (pattern): New member variable.
5            (appendReplacement): New method.
6            (appendTail): New method.
7            (end): New method.
8            (find): New method.
9            (group): New method.
10            (replaceFirst): Added documentation.
11            (replaceAll): Added documentation.
12            (groupCount): New method.
13            (lookingAt): New method.
14            (matches): New method.
15            (reset): New method.
16            (start): New method.
17            * java/util/regex/Pattern.java
18            (serialVersionUID): New constant.
19            (CANON_EQ): New constant.
20            (CASE_INSENSITIVE): New constant.
21            (COMMENTS): New constant.
22            (DOTALL): New constant.
23            (MULTILINE): New constant.
24            (UNICODE_CASE): New constant.
25            (UNIX_LINES): New constant.
26            (regex): New member variable.
27            (flags): New member variable.
28            (Pattern): New method.
29            (compile): Documentation added.
30            (flags): New method.
31            (matches): Documentation added.
32            (matcher): Documentation added.
33            (split): Documentation added.
34            (pattern): New method.
35    
36    2003-04-30  Michael Koch  <konqueror@gmx.de>
37    
38          * gnu/java/security/der/DEREncodingException.java:          * gnu/java/security/der/DEREncodingException.java:
39          Explicitly import java.io.IOException.          Explicitly import java.io.IOException.
40          * gnu/java/security/x509/X509Certificate.java:          * gnu/java/security/x509/X509Certificate.java:

Legend:
Removed from v.1.1022  
changed lines
  Added in v.1.1023

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26