X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=CHANGES;h=15b65d4e5f49c4f5a903e4e707497ac9ba938610;hb=11fb6d3f994008abe6c16b4402c3904a543e240e;hp=42626c47840f344fbde43755f3ca8173c389c541;hpb=c2b30463c5a78096bcc1ee924bd1e47b81369b23;p=org.ibex.core.git diff --git a/CHANGES b/CHANGES index 42626c4..15b65d4 100644 --- a/CHANGES +++ b/CHANGES @@ -736,3 +736,48 @@ 29-Apr megacz Box.java: font inheritance +29-Apr megacz Makefile: don't build awt; speeds up gcj builds + +01-May megacz Makefile: forgot to disable hashsync on darwin + +01-May david Makefile: fix for non-linux build environments + +02-May megacz Lexer.java, Parser.java: parser now parses + splash.xwt + +02-May megacz JS.java, Parser.java: removed all FIXMES + +03-May megacz JS.java, Parser.java: more fixups + +03-May megacz COPYING: cleaned up the copyright declarations + +03-May megacz README: major cleanup of the README + +03-May megacz JS.java, Lexer.java, Parser.java: lexer, parser, + and interpreter complete but untested + +05-May megacz Makefile: enable-threads=posix on Darwin + +06-May megacz Expr.java: added expr + +06-May megacz Makefile: upstream: co -> head + +07-May megacz Expr.java: typo + +07-May david .cvsignore, .cvsignore, .cvsignore: added cvsignore + files + +08-May ejones Makefile, Main.java, Platform.java, Carbon.cc, Carbon.java, Win32.java: + Native Carbon Port: - Add Carbon implementation - Fix the + Makefile to build it correctly - Fix Main and Platform to call a + method running on the Platform class when XWT is running. - + Fixed Win32 to block the main thread forever in its running + method. + +09-May david Makefile: fixes for upstream references + +11-May megacz Vec.java: made Vec final so methods get inlined + +11-May megacz Java2.java: removed references to Main.applet, + re-enabled dirtying on Java1.4-for-OSX +