classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Patch java.io.File/VMFile


From: Jeroen Frijters
Subject: [cp-patches] FYI: Patch java.io.File/VMFile
Date: Mon, 8 Nov 2004 10:21:06 +0100

Hi,

I committed the attached patch to make File.createTempFile() work
correctly on Windows. If you have a VM that runs on DOS (or another 8.3
file system), make sure to modify VMFile to set IS_DOS_8_3 correctly.

Regards,
Jeroen

2004-11-08  Jeroen Frijters  <address@hidden>

        * java/io/File.java:
        (createTempFile): Use VMFile.IS_DOS_8_3 instead of separatorChar
        to determine file system naming restrictions.
        * vm/reference/java/io/VMFile.java
        (caseSensitive): Renamed to IS_CASE_SENSITIVE.
        (IS_DOS_8_3): New field.

Attachment: File.patch
Description: File.patch


reply via email to

[Prev in Thread] Current Thread [Next in Thread]