This is the mail archive of the
java-prs@sources.redhat.com
mailing list for the Java project.
java.io/203
- To: green at cygnus dot com
- Subject: java.io/203
- From: green at sourceware dot cygnus dot com
- Date: 4 Sep 2000 21:00:00 -0000
- Cc: java-prs at sourceware dot cygnus dot com,
- Reply-To: green at sourceware dot cygnus dot com
The following reply was made to PR java.io/203; it has been noted by GNATS.
From: green@sourceware.cygnus.com
To: java-gnats@sources.redhat.com
Cc:
Subject: java.io/203
Date: 4 Sep 2000 20:57:18 -0000
CVSROOT: /cvs/java
Module name: libgcj
Changes by: green@sourceware.cygnus.com 2000-09-04 13:57:18
Modified files:
libjava : ChangeLog
libjava/java/io: File.java
libjava/java/lang: natSystem.cc
Log message:
Fix for PR java.io/203:
* java/io/File.java (createTempFile): Obey directory argument.
Use java.io.tmpdir if needed. Don't leave FileDescripators open.
* java/lang/natSystem.cc (init_properties): Use TMPDIR environment
variable to set java.io.tmpdir on non-WIN32 systems.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgcj/libjava/ChangeLog.diff?cvsroot=java&r1=1.476&r2=1.477
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgcj/libjava/java/io/File.java.diff?cvsroot=java&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgcj/libjava/java/lang/natSystem.cc.diff?cvsroot=java&r1=1.24&r2=1.25