Age | Commit message (Expand) | Author | Files | Lines |
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 |