Automagically set classpath to rt.jar.
[cacao.git] / src / native /
2004-12-02 carolynmove code from natcalls.h into native.h
2004-12-02 motseinclude a few more awt-gtk classes
2004-12-02 twistiLink in different order (problems with no threads).
2004-12-01 twistiForgot to include awt classes with gtk peer.
2004-12-01 twisti- better build system
2004-12-01 twistiIt's now implemented in gnu classpath.
2004-11-30 motsefix include path for old nat/Gtk* in new source tree
2004-11-30 twistiNew source tree.
2004-11-30 twistiNew source tree.
2004-11-23 twistiChanged field name className to new declaringClass.
2004-11-23 twistiInclude required config.h.
2004-11-23 twistiRemoved unneeded #include "nat/java_lang_VMClass.h".
2004-11-18 twistiRenamed verbose to opt_verbose.
2004-11-18 twistiUpdated to classpath-0.12.
2004-11-18 twistiAdded unneeded .h files to CLEANFILES.
2004-11-18 twisti- include path fixes
2004-11-18 twistiRemoved unused include.
2004-11-17 twistiInclude path fix.
2004-11-17 twistiInclude path fixes.
2004-11-17 twistiWarning fixes.
2004-11-17 twisti- warning fix
2004-11-17 twisti- fix a nullpointerexception
2004-11-17 twistiJust some indent.
2004-11-14 jowenn2 new icmds, new exception table ordering for inlining...
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-12 twistiImplemented availableProcessors() for darwin.
2004-11-09 motsefix delayed jni init for disabled threads build
2004-11-08 motsedelay jni init til the firt NewGlobalRef call
2004-11-08 twistiHandle properties in a much better and clearer way.
2004-11-06 motseremove dummy implementation of GdkGraphics GdkPixbufDec...
2004-11-05 twistiAhm, umh, just a commit to move my changes into cvs...
2004-11-05 twistiCall Class.getName() to get print the class name in...
2004-11-05 twisti- made defineClass to work
2004-11-05 twistiImplemented throwException. Can't remember but we need...
2004-11-05 twistiThrow nullpointer exceptions in javastring_new_char...
2004-11-05 twistiUse normal memory alloc functions instead of removed...
2004-11-04 motsenativeLoad remove #ifdef JOWENNDEBUG
2004-11-03 jowenntableswitch index problem solved, jump to wrong instruc...
2004-11-02 twistiFix for --disable-dynamicclasspath with empty LD_LIBRAR...
2004-11-02 jowenndynamic native library loading, some inlining changes
2004-11-01 twistigcc-2.x compiler fix.
2004-10-30 motseadd NewGlobalRef to cacao jni
2004-08-17 twisti- enhanced and fixed DefineClass
2004-08-17 twistiUse initLocks() only with USE_THREADS.
2004-08-02 stefannative holdsLock
2004-08-02 motsecallLongMethod - wrong return type
2004-08-02 stefanhow is anyone supposed to find all these spots?
2004-08-01 stefannew native threads
2004-08-01 stefangreen threads fix
2004-07-31 motseCallLongMethod implementation added
2004-07-28 twistiRemoved native_setclasspath classpath stuff. classpath...
2004-07-21 twistiAdded #include "exceptions.h"
2004-07-21 twisti- added #include "exceptions.h"
2004-07-21 twistiAdded #include "exceptions.h"
2004-07-18 motseflags add to new Field
2004-07-17 motsenat/GtkLabelPeer.c has been removed
2004-07-14 twistiRemoved holdsLock.
2004-07-14 twisti- throw NullPointerException in Java_java_lang_VMClassL...
2004-07-14 twistiImplemented Java_java_lang_VMClass_initialize.
2004-07-14 twistiRemoved holdsLock, now implemented in java by classpath.
2004-07-11 stefanThis does not work on MIPSPro
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-07-03 stefanrace considerations
2004-07-01 jowennfix cacao/gennativetable to not crash on zipfile input...
2004-06-30 stefanjust being pedantic...
2004-06-30 twistiInclude options.h/statistics.h.
2004-06-30 twisti- moved struct nativeref, nativecompref from c file
2004-06-30 twisti- moved struct nativeref, struct nativecompref into...
2004-06-30 twistiInclude options.h
2004-06-30 twistiGenerate nativetable.h for native.c
2004-06-25 twistiTemporary hack for non i386 architectures.
2004-06-25 twisti- pass nanos to sleepThread
2004-06-20 twisti- check for NoClassDefFoundError, because forName can...
2004-06-19 twisti- added: throw_exception, throw_exception_exit, throw_m...
2004-06-19 twistiAdded: throw_exception, throw_main_exception, throw_mai...
2004-06-17 stefan*** empty log message ***
2004-06-16 jowenna few finalizer testcases, old thread implementation...
2004-06-06 twistiFix include paths to support build directories.
2004-06-06 twisti- runFinalization() bug fix, ucsd benchmark now works...
2004-06-02 twistiifdef __GNUC__ #warnings for mips pro compiler
2004-05-31 jowennExceptions work now with nested builtin_news correctly...
2004-05-28 twistiRemoved warnings.
2004-05-27 twisti- more exception strings defined
2004-05-26 jowennthe cleaner part of the code for stub created exception...
2004-05-20 twisti- missing header file\VMClassLoader.c
2004-05-18 stefanRenamed loging to logging
2004-04-26 twisti- exception stuff
2004-04-26 twisti- lazy loading/linking stuff
2004-04-26 twisti- removed OutOfMemoryError exceptions
2004-04-21 stefangcc 3.4 fix
2004-03-30 twisti- usage of new_exception
2004-03-30 twisti- usage of new_exception
2004-03-30 twistiReplaced native_new_and_init with new_exception.
2004-03-30 twisti- removed unused exception class_ declarations
2004-03-30 twisti- removed unused exception class_ declarations
2004-03-30 twisti- heap_init works again and we can set initial and...
2004-03-29 stefanNative threads almost working
2004-03-28 twistiOoops, small type. But gcc does not complain about...
2004-03-28 twistiImplemented some functions: totalMemory, freeMemory...
next