Age | Commit message (Expand) | Author | Files | Lines |
2004-04-20 | Byte.java, [...]: Fixed javadocs, coding style and argument names all over. | Michael Koch | 1 | -1/+1 |
2004-02-25 | de-pessimization | Anthony Green | 1 | -4/+21 |
2003-10-16 | StringBuffer.java (getChars): Fix array index checks. | Ralph Loader | 1 | -5/+6 |
2003-09-24 | StringBuffer.java (substring): Don't set `shared' on small Strings, even if b... | Bryce McKinlay | 1 | -4/+5 |
2003-09-22 | re PR libgcj/12350 (StringBuffer.substring handles shared flag incorrected.) | Ralph Loader | 1 | -2/+3 |
2003-03-24 | natStringBuffer.cc (regionMatches): New function. | Eric Blake | 1 | -502/+675 |
2002-12-30 | StringBuffer.java (getChars): Remove wrong dstOffset check against count. | Mark Wielaard | 1 | -19/+20 |
2002-01-22 | Add license clarification. | Mark Wielaard | 1 | -5/+16 |
2001-10-02 | Makefile.am: Add new classes | Mark Wielaard | 1 | -16/+49 |
2001-05-21 | javaprims.h (_Jv_FormatInt): New declaration. | Per Bothner | 1 | -4/+1 |
2001-01-07 | Fix bug in URLConnection and correct javadoc annotations in StringBuffer. | Anthony Green | 1 | -2/+2 |
2000-12-08 | StringBuffer.java (insert(int,char[])): Avoid NullPointerException so proper ... | Warren Levy | 1 | -1/+3 |
2000-05-19 | Jumbo patch: | Tom Tromey | 1 | -1/+1 |
2000-05-10 | StringBuffer.java (replace): Calculate length for arraycopy() correctly. | Bryce McKinlay | 1 | -1/+1 |
2000-05-10 | StringBuffer.java (delete): Call arrayCopy() correctly. | Bryce McKinlay | 1 | -9/+26 |
2000-05-09 | StringBuffer.java (toString): Don't mark buffer as shared. | Tom Tromey | 1 | -226/+600 |
2000-04-09 | StringBuffer.java (ensureCapacity): Don't call Math::max. | Anthony Green | 1 | -9/+29 |
2000-01-17 | StringBuffer.java (StringBuffer): Don't special case null argument. | Anthony Green | 1 | -7/+4 |
1999-04-30 | StringBuffer.java (ensureCapacity): Don't resize vector when shared. | Tom Tromey | 1 | -1/+7 |
1999-04-07 | Initial revision | Tom Tromey | 1 | -0/+270 |