summaryrefslogtreecommitdiffstats
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-11 17:32:52 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-11 17:32:52 +0000
commitc7b3e4a1fb4f63147331f425dfef253ff19857c0 (patch)
tree12601bfce83cfa5636689e3f8af63f4c45a4c273 /libjava/ChangeLog
parent0bf15d5ca245fce1b59c64eebd1b6c962b071b4d (diff)
downloadppe42-gcc-c7b3e4a1fb4f63147331f425dfef253ff19857c0.tar.gz
ppe42-gcc-c7b3e4a1fb4f63147331f425dfef253ff19857c0.zip
* 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
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <tromey@cygnus.com>
+ * 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.
OpenPOWER on IntegriCloud