X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=CHANGES;h=41b5da2470dcf00786f9050ee588e7fe1138c84e;hb=45febee81844d041484b42f6199c12e051949228;hp=13b18b5c78255e9b9493f84a606e602a8df85477;hpb=e5764fe9993bf08b665eef158b2c0c42ef7ce4fe;p=org.ibex.core.git diff --git a/CHANGES b/CHANGES index 13b18b5..41b5da2 100644 --- a/CHANGES +++ b/CHANGES @@ -738,3 +738,43 @@ 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 +