Replaced #ifdef __ALPHA__ with #ifndef __I386__. I thought this was already in cvs.
[cacao.git] / src / native / vm / VMSecurityManager.c
2004-03-25 twistiReplaced #ifdef __ALPHA__ with #ifndef __I386__. I...
2004-03-15 jowenncompile and run again on alpha. No new features from...
2004-03-11 jowenncacao is now again able to run kjc on i386
2004-03-05 jowennuse the old code on alpha for now
2004-03-02 jowennnative functions, getClassContext, currentClassLoader...
2004-01-11 twisti- added gnu header
2003-12-08 jowennarray out of memory fixlet, InvocationTargetException...
2003-12-07 twistiAdded standard includes, which are needed.
2003-11-24 twisti- we now build a libnat.a
2003-11-23 edwinnew array classes cleanup + made tests (except fp*...
2003-11-21 jowennmerge from gnuclasspath branch. I hope I didn't miss...