* src/native/native.c (native_resolve_function): fix/add to my last
[cacao.git] / src / native / native.c
2006-06-14 motse* src/native/native.c (native_resolve_function): fix...
2006-06-14 motse* src/vm/loader.c (load_class_from_classloader): Add...
2006-05-15 twisti* src/vm/hashtable.h,
2006-05-11 twisti* src/vm/hashtable.c (threads/native/threads.h): Added.
2006-05-05 edwin* src/vm/utf8.h, src/vm/utf8.c: The Big utf_* Renaming.
2006-05-05 edwin* src/vm/utf8.c, src/vm/utf8.h (utf_strlen): Renamed to
2006-03-28 twisti* src/native/native.c (dummynativetable): Renamed getMo...
2006-03-21 motsemajor rework of jvmti. now we have three processes...
2006-03-05 twisti* src/vm/vm.c (vm_call_method_intern): Removed.
2006-03-04 twisti* src/vm/global.h (jni_callblock): Removed.
2006-02-21 twisti* src/native/native.c: Small changes.
2006-02-21 twisti* configure.ac: Default to AC_ENABLE_SHARED and AC_DISA...
2006-02-04 twisti* src/native/native.c (native_resolve_function): Print...
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-15 twisti* native_new_and_init: Ooops, reverting last change...
2006-01-15 twisti* native_new_and_init: Fixed return value.
2006-01-12 twisti* Use ASM_CALLJAVAFUNCTION macro.
2006-01-10 twisti* nativeCalls, nativeCompCalls: Removed.
2006-01-02 twisti* Fixed ltdl.h include path.
2005-12-01 twisti* Renamed vm/tables.h to vm/hashtable.h.
2005-12-01 twisti* Renamed library_hash to hashtable_library and stuff...
2005-11-26 twisti* use_class_as_object removed, link_class added where...
2005-10-19 twisti* class_findfield_approx, class_findfield_index_approx...
2005-09-19 twisti* Changes types.h include to vm/types.h.
2005-09-10 twisti* Proxy to VMProxy changes.
2005-07-05 twisti* native_resolve_function: bugfix, just always generate...
2005-07-05 twisti* native_get_exceptiontypes: bugfix, removed excount...
2005-07-04 twisti* native_resolve_function: implemented -verbose:jni
2005-06-28 twisti* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
2005-06-27 twisti* native_make_overloaded_function: heap corruption...
2005-06-22 edwinadded checkaccess parameter to resolve_class* functions
2005-06-17 twisti* bug fixing in native library hash code, it should...
2005-06-15 twisti* added STATIC_CLASSPATH defines to fix compile problems
2005-06-14 twisti* native_resolve_function: bugfix, don't overwrite...
2005-06-14 twisti* implemented the library hash: each loaded library...
2005-06-14 twisti* builtin_asm_createclasscontextarray,
2005-06-13 twisti* native_init: initialize libltdl
2005-06-08 twistiget_parametertypes:
2005-06-06 twistiget_parametertypes: use fully parsed descriptors
2005-05-23 twistiRemoved orphaned headers: made problems with java_lang_...
2005-05-21 twistiAdded includes to prevent compiler warnings with STATIC...
2005-05-19 jowennVMAccessController.getStack (currently leads in some...
2005-05-13 twisti- forgot to include generated header files for dummynat...
2005-05-12 twistiMoved dummynativetable into native.c, for a static...
2005-04-22 twisti- use global class_ variables
2005-04-03 edwinremoved the class hash and all functions identifying...
2005-04-02 edwinno more unloaded classinfos!
2005-04-02 edwinchanged exception types and innerclass references to...
2005-04-02 edwinclassinfo: changed type of super and interfaces to...
2005-04-01 edwinswitched JNI to parsed descriptors
2005-03-30 twisti- proper link_class call
2005-03-30 twistiRemoved ProtectionDomain stuff, this is done via gnu...
2005-03-07 twistiCompile warning fix.
2005-03-05 twistiRemoved old, unused gtk stuff.
2005-02-10 twistiForgot to remove some class_* stuff (thanks go to the...
2005-02-10 twistiMoved string related stuff into vm/string.[ch], utf8...
2005-01-27 motseadd ProtectionDomain/Codesource support
2005-01-21 twisti- native_new_and_init: no `class has no instance-initia...
2005-01-04 twistiWarning fix (const char *).
2004-12-21 twistiRemoved logging from init_systemclassloader.
2004-12-17 jowenn1) disable the is leaf check for i386, where there...
2004-12-15 jowennthrow the required acceptions in the Field.getXYZ nativ...
2004-12-08 twisti- back in the gtk hack again
2004-12-08 motseremove quick hack includes to Gtk*Peer.c from native.c
2004-12-07 twistiGNU header update.
2004-12-07 twistiOk, the same with nativeCalls.
2004-12-07 twistiDon't define a data structure in a header file! This...
2004-12-02 carolynmove code from natcalls.h into native.h
2004-12-01 twisti- better build system
2004-11-30 motsefix include path for old nat/Gtk* in new source tree
2004-11-30 twistiNew source tree.
2004-11-23 twistiRemoved unneeded #include "nat/java_lang_VMClass.h".
2004-11-18 twistiRenamed verbose to opt_verbose.
2004-11-17 twistiJust some indent.
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-06 motseremove dummy implementation of GdkGraphics GdkPixbufDec...
2004-11-05 twistiThrow nullpointer exceptions in javastring_new_char...
2004-11-05 twistiUse normal memory alloc functions instead of removed...
2004-11-02 jowenndynamic native library loading, some inlining changes
2004-08-02 stefanhow is anyone supposed to find all these spots?
2004-07-28 twistiRemoved native_setclasspath classpath stuff. classpath...
2004-07-21 twisti- added #include "exceptions.h"
2004-07-17 motsenat/GtkLabelPeer.c has been removed
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-07-03 stefanrace considerations
2004-06-30 twisti- moved struct nativeref, struct nativecompref into...
2004-06-19 twisti- added: throw_exception, throw_exception_exit, throw_m...
2004-06-16 jowenna few finalizer testcases, old thread implementation...
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-18 stefanRenamed loging to logging
2004-04-26 twisti- lazy loading/linking stuff
2004-04-21 stefangcc 3.4 fix
2004-03-30 twisti- removed unused exception class_ declarations
2004-03-29 stefanNative threads almost working
2004-03-11 jowenncacao is now again able to run kjc on i386
2004-03-06 jowennMake Method.getExceptionTypes work
next