gcc/libjava/gnu/java
Dalibor Topic b61ae8b261 2005-04-29 Dalibor Topic <robilad@kaffe.org>
* java/nio/channels/FileChannelImpl.java
	(FileChannelImpl(String, int)): Removed.
	(FileChannelImpl(File, int)): Added. Check if opened file is a
	directory.
	* java/io/FileInputStream.java(FileInputStream): Fixed javadocs.
	Call FileChannelImpl(File, int).
	* java/io/FileOutputStream.java (FileInputStream): Call
	FileChannelImpl(File, int).
	* java/io/RandomAccessFile.java (RandomAccessFile):
	Call FileChannelImpl(File, int). Switched constructors around.

From-SVN: r99011
2005-04-29 18:47:42 +00:00
..
awt ParserDelegator.java (callBack, gnu): Now package-private. 2005-04-26 18:57:40 +00:00
beans ParserDelegator.java (callBack, gnu): Now package-private. 2005-04-26 18:57:40 +00:00
io
lang ClassHelper.java, [...]: Fixed @author tag. 2005-04-20 05:56:16 +00:00
locale
math
net 2005-04-29 Michael Koch <konqueror@gmx.de> 2005-04-29 06:26:55 +00:00
nio 2005-04-29 Dalibor Topic <robilad@kaffe.org> 2005-04-29 18:47:42 +00:00
rmi
security 2005-04-26 Jeroen Frijters <jeroen@frijters.net> 2005-04-26 07:11:10 +00:00
text
util