aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/String.java
AgeCommit message (Collapse)AuthorFilesLines
2000-05-19Jumbo patch:Tom Tromey1-1/+8
* Imported beans and serialization * Updated IA-64 port * Miscellaneous bug fixes From-SVN: r34028
2000-05-09StringBuffer.java (toString): Don't mark buffer as shared.Tom Tromey1-1/+5
* java/lang/StringBuffer.java (toString): Don't mark buffer as shared. (insert(int,char[],int,int): New method. (delete): New method from Classpath. (deleteCharAt): Likewise. (substring): Likewise. (shared): No longer private. Added JavaDoc comments from Classpath. * java/lang/String.java (String(StringBuffer)): Ensure `buffer' is shared. From-SVN: r33809
2000-04-28String.java (toString): Remove `final' hack.Bryce McKinlay1-3/+0
2000-04-28 Bryce McKinlay <bryce@albatross.co.nz> * libjava/java/lang/String.java (toString): Remove `final' hack. From-SVN: r33508
2000-04-12natString.cc (unintern): Added `obj' argument.Tom Tromey1-2/+2
* java/lang/natString.cc (unintern): Added `obj' argument. (intern): Register finalizer for string. * java/lang/String.java (unintern): Now static; added obj argument. From-SVN: r33124
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
* All files: Updated copyright information. * COPYING: New file. * COPYING.LIB: Removed. * LIBGCJ_LICENSE: We now use GPL + special exception. From-SVN: r32387
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
From-SVN: r31504
1999-07-01String.java (toString): Check for this == null and throw NullPointerException.Bryce McKinlay1-0/+3
1999-07-01 Bryce McKinlay <bryce@albatross.co.nz> * java/lang/String.java (toString): Check for this == null and throw NullPointerException. From-SVN: r27895
1999-04-21String.java: Don't throw UnsupportedEncodingException.Tom Tromey1-2/+20
* java/lang/String.java: Don't throw UnsupportedEncodingException. From-SVN: r26577
1999-04-07Initial revisionTom Tromey1-0/+286
From-SVN: r26263