gcc/libjava/java
Tom Tromey 8d6a437584 RandomAccessFile.java (seek): Let seek go past end of file.
* java/io/RandomAccessFile.java (seek): Let seek go past end of
	file.
	(skipBytes): Don't fail if seeking past end of file.
	* java/io/FileInputStream.java (skip): Don't fail if seeking past
	end of file.
	* java/io/natFileDescriptorWin32.cc (seek): Handle `eof_trunc'
	argument.
	* java/io/natFileDescriptorEcos.cc (seek): Handle `eof_trunc'
	argument.
	* java/io/natFileDescriptorPosix.cc (seek): Handle `eof_trunc'
	argument.
	* java/io/FileDescriptor.java (seek): Added `eof_trunc' argument.

From-SVN: r44586
2001-08-02 23:46:39 +00:00
..
applet
awt Rectangle2D.java: fix doc typo. 2001-05-31 16:48:15 +00:00
beans
io RandomAccessFile.java (seek): Let seek go past end of file. 2001-08-02 23:46:39 +00:00
lang natIconv.cc (done): New methods. 2001-07-30 20:24:18 +00:00
math BigInteger.java (byteArrayToIntArray): Don't include extraneous/malformed sign word. 2001-06-19 11:42:03 +00:00
net re PR libgcj/3694 (natPlainDatagramSocketImpl.cc doesn't compile in ALPHA OSF1) 2001-08-01 17:53:00 +00:00
security PublicKey.java: Extend Key. 2001-06-04 22:55:49 +00:00
sql DriverManager.java (getDrivers): Handle case where driver's class loader is null. 2001-05-31 16:18:55 +00:00
text Calendar.java (set): Never recompute fields here. 2001-07-26 12:21:45 +01:00
util * java/util/Date.java: Re-merged with Classpath. 2001-07-31 03:01:47 +00:00