This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r115441 - in /trunk/libjava: ChangeLog java/io/...


Author: gary
Date: Fri Jul 14 14:37:46 2006
New Revision: 115441

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115441
Log:
2006-07-14  Gary Benson  <gbenson@redhat.com>

	* java/io/File.java (internalExists): New method.
	(exists): Use internalExists.
	(internalIsDirectory): New method.
	(isDirectory): Use internalIsDirectory.
	(createTempFile): Use internalExists and internalIsDirectory.


Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/java/io/File.java


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]