From c7b3e4a1fb4f63147331f425dfef253ff19857c0 Mon Sep 17 00:00:00 2001 From: tromey Date: Fri, 11 Feb 2000 17:32:52 +0000 Subject: * java/io/natFileDescriptorPosix.cc (open): Recognize EXCL flag. * java/io/FileDescriptor.java (EXCL): New static field. * java/io/File.java (tmpdir): New static field. (createTempFile): New method. (nextValue): New method. * java/lang/natSystem.cc (init_properties): Set java.io.tmpdir property. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31922 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libjava/ChangeLog') diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 8bea0c78fd9..35e132ee19a 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,5 +1,13 @@ 2000-02-10 Tom Tromey + * java/io/natFileDescriptorPosix.cc (open): Recognize EXCL flag. + * java/io/FileDescriptor.java (EXCL): New static field. + * java/io/File.java (tmpdir): New static field. + (createTempFile): New method. + (nextValue): New method. + * java/lang/natSystem.cc (init_properties): Set java.io.tmpdir + property. + * include/jni.h (JNI_FALSE): Renamed from JNI_TRUE; oops. (jboolean): Declare as an attributed int, not a bool. (_Jv_func): Declare differently for C. -- cgit v1.2.3