GNU header update.
[cacao.git] / src / native / 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
2004-03-05 twisti- new_exception functions for dynamic exceptions
2004-03-05 jowennbetter handling of for name
2004-03-02 jowennnative functions, getClassContext, currentClassLoader...
2004-02-05 twistiPass string offset to literalstring_u2, fixed to store...
2004-01-06 stefanexceptionptr update for native threads
2004-01-06 twistiRemoved this ugly log output.
2004-01-04 jowennsupport for multiple zip archives as class source,...
2003-12-15 twisti- warning fixes
2003-12-13 stefanGet rid of asm_javacallmethod
2003-12-13 twisti- added class_java_lang_NoClassDefFoundError
2003-12-11 edwinfixed loging crash caused by printf
2003-12-09 edwinadded UTF-8 validation
2003-12-07 twisti- added includes
2003-12-05 stefanThis is C
2003-12-05 stefanMade loging thread-safe
2003-12-01 jowennreflection, loader fix (before it did offer an unloaded...
2003-11-24 twisti- build a libnat.a
2003-11-23 jowennfaster zip implementation, works only for one zip archi...
2003-11-21 jowennmerge from gnuclasspath branch. I hope I didn't miss...
2003-11-09 twistiCode indent.
2003-11-02 twistiMajor file restructuring.
2003-10-20 twistiCompile without warnings with -Wall.
2003-07-15 carolynRTA native change
2003-07-08 carolynRTA update - statistics only until inlining
2003-05-15 stefanFixed some exceptions in native functions
2003-03-07 stefancosmetic
2003-02-26 twistiget os.arch, os.name and os.version properties from...
2003-02-13 stefanOnly copy vftbl once in use_class_as_object
2003-02-12 stefanOther approach to the vftbl problem
2003-02-05 stefanMerged everything with MIPS version
2002-12-04 stefanTranslation
1999-11-11 andiexception handling and parser bug fixed
1999-11-09 andiheap_addreference(&SystemClassLoader)
1999-11-09 schanijava.net implemented.
1999-10-04 romanjdk1.2 and loader optimisation
1999-01-20 philChanged the makefile system to autoconf/automake.
1998-10-03 cacaoInitial revision