Some updates.

This commit is contained in:
Adam Murdoch
2013-02-26 09:00:12 +11:00
parent 8215a58f07
commit b7e6d363d4

View File

@@ -87,6 +87,7 @@ Some sample code to use the terminal:
* Get and set process working directory. * Get and set process working directory.
* Get and set process environment variables. * Get and set process environment variables.
* Launch processes. * Launch processes.
* Fixed character set issue on Linux and Mac OS X.
* Fixes to work with 64-bit OpenJDK 7 on Mac OS X. Thanks to Rene Gr<47>schke. * Fixes to work with 64-bit OpenJDK 7 on Mac OS X. Thanks to Rene Gr<47>schke.
### 0.2 ### 0.2
@@ -184,8 +185,7 @@ You can run `$INSTALL_DIR/bin/native-platform-test` to run the test application.
* Use wchar_to_java() for windows system and file system info. * Use wchar_to_java() for windows system and file system info.
* Test network file systems on Mac, Linux, Windows * Test network file systems on Mac, Linux, Windows
* Test mount points on Windows * Test mount points on Windows
* Cache class, method and field lookups (in particular for String conversions). * Cache class, method and field lookups
* Determine C charset once at startup
* Change readLink() implementation so that it does not need to NULL terminate the encoded content * Change readLink() implementation so that it does not need to NULL terminate the encoded content
* Don't use NewStringUTF() anywhere * Don't use NewStringUTF() anywhere
* Use iconv() to convert from C char string to UTF-16 when converting from C char string to Java String. * Use iconv() to convert from C char string to UTF-16 when converting from C char string to Java String.