1. 06 Jan, 2001 1 commit
  2. 28 Nov, 2000 1 commit
    • DataInputStream.java: Merge classpath docs. · 53a4b789
      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
  3. 11 Sep, 2000 1 commit
  4. 07 Mar, 2000 1 commit
  5. 19 Jan, 2000 1 commit
  6. 09 Jun, 1999 1 commit
    • Runtime.java (exec): Convert prog name and arguments to string array. · 1e45a141
      	* 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
  7. 12 Apr, 1999 1 commit
  8. 07 Apr, 1999 1 commit