- 06 Jan, 2001 1 commit
-
-
From-SVN: r38754
Anthony Green committed
-
- 28 Nov, 2000 1 commit
-
-
2000-11-28 Bryce McKinlay <bryce@abatross.co.nz> * java/io/DataInputStream.java: Merge classpath docs. Call in.read() directly rather than read() in all cases. Make primitive read implementations more efficient, as defined in JDK online docs. (skipBytes): Behave like the JDK's implementation. * java/io/BufferedReader.java: Merge classpath docs. Check for a closed stream with checkStatus() whenever an IOException can be thrown. (checkStatus): New private method. From-SVN: r37810
Bryce McKinlay committed
-
- 11 Sep, 2000 1 commit
-
-
* java/lang/reflect/Field.java (toString): Don't rely on Class.toString. From-SVN: r36341
Tom Tromey committed
-
- 07 Mar, 2000 1 commit
-
-
* All files: Updated copyright information. * COPYING: New file. * COPYING.LIB: Removed. * LIBGCJ_LICENSE: We now use GPL + special exception. From-SVN: r32387
Tom Tromey committed
-
- 19 Jan, 2000 1 commit
-
-
From-SVN: r31504
Tom Tromey committed
-
- 09 Jun, 1999 1 commit
-
-
* java/lang/Runtime.java (exec): Convert prog name and arguments to string array. * java/lang/natPosixProcess.cc (startProcess): Fix typo in environment array conversion. Preserve current environment if envp not passed. Preserve PATH unless explicitly specified. * java/io/DataInputStream.java (readLine): Fix case where '\r' is followed by EOF. Set a flag when a line is terminated by '\r' and ignore following '\n' if set. From-SVN: r27458
Bryce McKinlay committed
-
- 12 Apr, 1999 1 commit
-
-
1999-04-12 Urban Widmark <urban@svenskatest.se> * java/io/DataInputStream.java (readLine): Corrected handling of empty lines, from null to "". From-SVN: r26381
Urban Widmark committed
-
- 07 Apr, 1999 1 commit
-
-
From-SVN: r26263
Tom Tromey committed
-