Age | Commit message (Expand) | Author | Files | Lines |
2003-07-28 | natString.cc (init(gnu.gcj.runtime.StringBuffer)): New method. | Tom Tromey | 1 | -1/+2 |
2003-03-31 | String.java (data, [...]): Documented. | Tom Tromey | 1 | -9/+30 |
2003-03-30 | String.java: Miscellaneous minor formatting changes to match Classpath more c... | Tom Tromey | 1 | -72/+72 |
2003-03-30 | natString.cc (hashCode): Use cachedHashCode. | Eric Blake | 1 | -4/+142 |
2003-03-30 | String.java: Reordered to follow Classpath; merged in javadoc. | Tom Tromey | 1 | -128/+809 |
2003-03-24 | natStringBuffer.cc (regionMatches): New function. | Eric Blake | 1 | -2/+2 |
2002-06-13 | natString.cc (init): Handle case where DONT_COPY is true and OFFSET!=0. | Tom Tromey | 1 | -1/+7 |
2001-12-11 | String.java (String): New constructor. | Tom Tromey | 1 | -0/+10 |
2001-10-02 | Makefile.am: Add new classes | Mark Wielaard | 1 | -1/+23 |
2001-09-05 | From Eric Blake, via Classpath: | Tom Tromey | 1 | -6/+37 |
2001-05-21 | javaprims.h (_Jv_FormatInt): New declaration. | Per Bothner | 1 | -4/+1 |
2001-04-01 | natString.cc (intern): If string's data does not point to this String, make a... | Per Bothner | 1 | -1/+0 |
2000-11-18 | natString.cc: Include Locale.h. | Tom Tromey | 1 | -8/+26 |
2000-09-13 | String.java (CASE_INSENSITIVE_ORDER): New static field. | Bryce McKinlay | 1 | -1/+16 |
2000-09-08 | PropertyChangeEvent.java (serialVersionUID): Added. | Warren Levy | 1 | -0/+4 |
2000-05-19 | Jumbo patch: | Tom Tromey | 1 | -1/+8 |
2000-05-09 | StringBuffer.java (toString): Don't mark buffer as shared. | Tom Tromey | 1 | -1/+5 |
2000-04-28 | String.java (toString): Remove `final' hack. | Bryce McKinlay | 1 | -3/+0 |
2000-04-12 | natString.cc (unintern): Added `obj' argument. | Tom Tromey | 1 | -2/+2 |
2000-03-07 | All files: Updated copyright information. | Tom Tromey | 1 | -1/+1 |
2000-01-19 | * All files: Updated copyright to reflect Cygnus purchase. | Tom Tromey | 1 | -1/+1 |
1999-07-01 | String.java (toString): Check for this == null and throw NullPointerException. | Bryce McKinlay | 1 | -0/+3 |
1999-04-21 | String.java: Don't throw UnsupportedEncodingException. | Tom Tromey | 1 | -2/+20 |
1999-04-07 | Initial revision | Tom Tromey | 1 | -0/+286 |