emul/mini/src/main/java/org/apidesign/bck2brwsr/emul/lang/System.java
Tue, 05 Feb 2013 10:19:10 +0100 David pointed out that it is milli, micro, nano - e.g. we need to multiply by 10^6
Tue, 05 Feb 2013 08:27:42 +0100 Merging improved (inner) annotation support to allow its usage in emul branch
Mon, 04 Feb 2013 09:37:56 +0100 Emulation of ZipInputStream seems to be in good shape. Merging, so David can use the latest achievements in main development line
Fri, 01 Feb 2013 16:34:51 +0100 Providing implementation of the most important java.lang.System methods
Mon, 28 Jan 2013 18:15:21 +0100 Making new clases (mostly java.io.Object*) compilable
Mon, 28 Jan 2013 13:52:28 +0100 More java classes requested by FX guys
Mon, 28 Jan 2013 12:18:24 +0100 String.getBytes and InputStreamReader support UTF-8 encoding
Wed, 23 Jan 2013 23:26:59 +0100 Compact compiles now
Wed, 23 Jan 2013 22:55:28 +0100 Moving all arraycopy methods into one System class