Implemented FileSystems on Linux.

This commit is contained in:
Adam Murdoch
2012-08-12 12:59:00 +10:00
parent b494c52441
commit 058df967a4
4 changed files with 43 additions and 2 deletions

View File

@@ -96,6 +96,7 @@ You can run `$INSTALL_DIR/bin/native-platform` to run the test application.
* Build 32 bit and 64 bit libraries.
* Windows: flush System.out or System.err on attribute change.
* Solaris: fix unicode file name handling.
* Linux: detect remote filesystems.
### Improvements
@@ -113,4 +114,3 @@ You can run `$INSTALL_DIR/bin/native-platform` to run the test application.
* Improve error message when unsupported capability is used.
* Initial release.
* Use fully decomposed form for unicode file names on hfs+ filesystems.