#include "vm/stringlocal.h"
[cacao.git] / src / native /
2005-02-10 twisti- added authors
2005-02-10 twisti- added authors
2005-02-10 twistiMoved string related stuff into vm/string.[ch], utf8...
2005-02-10 twisticlass and utf8 related changes.
2005-02-10 twistiThis functionality is now implemented in VMStackWalker.
2005-02-10 twistiRemoved java_lang_VMSecurityManager.h
2005-02-10 twistiCall new init code.
2005-02-10 twistiUse libcacaoh.a
2005-02-10 twistiRemoved java.lang.VMSecurityManager
2005-02-09 twistiSet java.version to 1.4
2005-02-09 twistiDefer the usage of bootstrap.zip back.
2005-02-08 twistiVM stuff of vm/reference/gnu/classpath/VMStackWalker...
2005-02-08 twistiChanged nativeLoad signature.
2005-02-08 twistiAdded VMStackWalker.c
2005-02-08 twistiRemoved gnu_java_awt_peer_gtk_GtkMainThread.h.
2005-02-08 twistiRemoved gnu.java.awt.peer.gtk.GtkMainThread, added...
2005-01-27 motseadd ProtectionDomain/Codesource support
2005-01-24 twistiBuild directory fixes.
2005-01-24 twisti#include "mm/memory.h"
2005-01-21 twisti- native_new_and_init: no `class has no instance-initia...
2005-01-12 twistiUpdate to classpath-0.13: added gnu_classpath_VMSystemP...
2005-01-12 twistiUpdate to classpath-0.13: added gnu.classpath.VMSystemP...
2005-01-12 twistiFill gnu.cpu.endian properly.
2005-01-12 twisti- removed Java_java_lang_VMRuntime_insertSystemProperti...
2005-01-12 twistiUpdate to classpath-0.13: added VMSystemProperties.c
2005-01-12 twistiUpdate to classpath-0.13.
2005-01-12 twistiWarning fix in JNI_GetCreatedJavaVMs: return 0;
2005-01-05 motsefix: jni_method_invokeNativeHelper static methods can...
2005-01-05 motseset user.language/user.region system property according...
2005-01-04 twistiGetVersion: fixed and added comments.
2005-01-04 twisti- added JDK1_1InitArgs and JDK1_1AttachArgs struct
2005-01-04 twisti- asm_calljavafunction2 warning fixes
2005-01-04 twistiWarning fix (const char *).
2005-01-04 twistiWarning fix (const char *).native.c
2005-01-04 twisti- changed INSTALL_PREFIX to CACAO_INSTALL_PREFIX
2005-01-04 twisti- isAssignableFrom: throw nullpointer, fixed typo
2004-12-29 twistiRemoved : from classpath.
2004-12-29 twistiReturn type fix in GetMethodID.
2004-12-29 twistiSet correct java.vendor.url and java.home.
2004-12-23 motseremove a few warnings
2004-12-22 twistiDARWIN compilation fix.
2004-12-22 twistiUse monitorenter/exit only with threads.
2004-12-22 jowennless warnings and C90 compile fix
2004-12-21 jowennone useless debug output less
2004-12-21 jowenndon't terminate with "method not found" during compile...
2004-12-21 twistiFixed function call.
2004-12-21 twistiRemoved logging from init_systemclassloader.
2004-12-21 twisti- throw exception with name in GetMethodID and GetStati...
2004-12-21 twistiAdded gnu_java_awt_peer_gtk_GdkFontPeer.h to CLEANFILES.
2004-12-21 twistiThis one is generated.
2004-12-21 twisti- added gnu header and emacs tailer
2004-12-21 twistiAdded awt includes to CLEANFILES.
2004-12-21 jowennfix dummy macro for !(i386 || alpha)
2004-12-20 jowenngenerate package names correctly, now they are not...
2004-12-19 jowennone additional condition which should throw an array...
2004-12-17 jowenn1) disable the is leaf check for i386, where there...
2004-12-17 twisti- fixed function comments
2004-12-16 motsedisable gthread-jni's portable native sync due to yet...
2004-12-16 motseadd gnu_java_awt_peer_gtk_GdkFontPeer.h to nativetable.inc
2004-12-15 jowennit should not be IllegalArgumentException, but IllegalA...
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 twistiExtra dist gtk files.
2004-12-08 twistiAdded classes.am to nativetable.inc dependencies.
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-06 twistiRemoved libnativevm.a from all target.
2004-12-06 twistiDamn! Got nullpointer on every platform except alpha...
2004-12-06 twistiUse libtool to compile cacao libraries. We need to...
2004-12-06 twistiInclude stacktrace.h.
2004-12-06 twisti- include stacktrace.h
2004-12-05 twistiLoad libraries from cacao library path.
2004-12-05 jowennprepare for loading libs/classfiles from install directory
2004-12-05 jowennalmost all stacktraces do now really work.
2004-12-04 jowennuse two functions for creating/removing items of the...
2004-12-03 twistiCosmetic changes.
2004-12-03 twisti- build/dist/install changes
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
next