diff options
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 8 |
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. |

