Tom Tromey
|
304ccb1075
|
natFileDescriptorPosix.cc (open): Recognize EXCL flag.
* 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.
From-SVN: r31922
|
2000-02-11 17:32:52 +00:00 |
|
Tom Tromey
|
7c734b1758
|
* All files: Updated copyright to reflect Cygnus purchase.
From-SVN: r31504
|
2000-01-19 18:39:27 +00:00 |
|
Warren Levy
|
a21f23fc67
|
FileDescriptor.java (FileDescriptor(String, int)): Throw FileNotFoundException instead of IOException.
1999-06-10 Warren Levy <warrenl@cygnus.com>
* java/io/FileDescriptor.java (FileDescriptor(String, int)):
Throw FileNotFoundException instead of IOException.
(open): ditto.
* java/io/FileInputStream.java (FileInputStream): Doesn't throw
IOException.
* java/text/Collator.java (CANONICAL_DECOMPOSITION): Fixed typo
in static field name.
From-SVN: r27473
|
1999-06-10 18:52:00 +00:00 |
|
Tom Tromey
|
ee9dd3721b
|
Initial revision
From-SVN: r26263
|
1999-04-07 14:42:40 +00:00 |
|