Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-06-27 | PushbackInputStream.java (read): If there are characters in the buffer, ↵ | Tom Tromey | 1 | -6/+8 | |
don't also call super.read(). * java/io/PushbackInputStream.java (read): If there are characters in the buffer, don't also call super.read(). * java/io/PushbackReader.java (read): If there are characters in the buffer, don't also call super.read(). From-SVN: r34745 | |||||
2000-03-07 | All files: Updated copyright information. | Tom Tromey | 1 | -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 Tromey | 1 | -1/+1 | |
From-SVN: r31504 | |||||
1999-04-07 | Initial revision | Tom Tromey | 1 | -0/+124 | |
From-SVN: r26263 |