GNU header update.
[cacao.git] / src / vm / loader.c
2004-12-07 twistiGNU header update.
2004-12-07 twistiFixed class not found warning bug with opt_verbose.
2004-12-03 twistiInclude unzip.h fixes.
2004-11-30 twistiNew source tree.
2004-11-19 carolynRTA updates for abstract classes
2004-11-18 twistiBug fix: released filename memory of classpath entries.
2004-11-18 twistiUse malloc'd memory in suck_init and suck_start and...
2004-11-15 carolynrta invoke interface updates
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-05 twistiDon't clear removed registerdata.
2004-11-02 jowenndynamic native library loading, some inlining changes
2004-10-11 jowennFix a crash in the code which tests, if a method is...
2004-08-17 twisti- added a bunch of loader exceptions and errors, compat...
2004-08-01 stefanInitialize object locks
2004-07-21 twisti- added #include "exceptions.h"
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-06-30 twisti- include options.h/statistics.h instead of main.h
2004-06-19 twistiAnsi C greetz you...
2004-06-19 twisti- added new_classformaterror
2004-06-16 jowenna few finalizer testcases, old thread implementation...
2004-06-09 twisti- suck_init filename bugfix
2004-06-05 twisti- correct includes
2004-05-31 jowennExceptions work now with nested builtin_news correctly...
2004-05-28 jowennchecking the return value of a non void function, which...
2004-05-27 twistiThis on is huge:
2004-05-19 stefancast_lock removed (using asm_getclassvalues_atomic...
2004-05-18 stefanRenamed loging to logging
2004-05-16 twistiOnly show initialized message if it's really called.
2004-04-27 stefancompile fix
2004-04-26 twisti- major loading rewrite to support lazy laoding/linking
2004-04-06 stefanforgot to #ifdef
2004-04-06 stefanhash lock
2004-03-31 edwinadded exceptions to field/method resolution
2004-03-30 twisti- removed unused exception class_ declarations
2004-03-29 stefanNative threads almost working
2004-03-24 edwinadded functions for resolving fields and methods
2004-03-15 jowennexception back traces for i386
2004-03-14 twisti- show message in ExceptionInInitializerError
2004-03-11 jowenncacao is now again able to run kjc on i386
2004-03-06 twistiOk, once again: variable declarations at block beginnin...
2004-03-06 jowennretrieve line number information
2004-03-06 jowennMake Method.getExceptionTypes work
2004-03-02 jowennnative functions, getClassContext, currentClassLoader...
2004-02-08 edwindon't override private methods
2004-02-05 edwinsilently remove ACC_SUPER on interfaces
2004-02-04 carolynRT update for loader changes
2004-01-29 carolynStatic analysis changes to parse starting with Object...
2004-01-21 stefanMore NATIVE_THREADS ifdefs
2004-01-19 edwincleanup
2004-01-13 edwinadded class/field/method name checking
2004-01-13 edwinAdded check for field/method uniqueness
2004-01-10 edwinadded package access checking
2004-01-10 edwinimplemented subroutine verification (Coglio's method...
2004-01-07 edwinuse global utf strings
2004-01-07 edwinadded verification checks
2004-01-07 edwinadded various verification checks
2004-01-06 stefanexceptionptr update for native threads
2004-01-06 twistiRemoved this ugly log output.
2004-01-06 twistiLog initialization of super classes and interfaces.
2004-01-05 stefanmake compileable without USE_ZLIB
2004-01-04 jowennsupport for multiple zip archives as class source,...
2003-12-31 edwincheck constant_pool_count != 0
2003-12-31 edwincheck flags consistency, final, array dimension, consta...
2003-12-30 twisti- made code more readable
2003-12-15 twistiRemoved heap_addreference calls.
2003-12-14 edwinsafe error(...) call
2003-12-13 stefanGet rid of asm_javacallmethod
2003-12-13 twisti- made code more readable (this one is big!)
2003-12-13 stefanNative threads
2003-12-13 stefanFixed loader crash
2003-12-12 stefan*** empty log message ***
2003-12-11 edwinfixed loging crash caused by printf
2003-12-11 edwinchanged builtin table layout
2003-12-10 edwindetect branches to middle of instruction
2003-12-10 edwinadded end-of-bytecode check
2003-12-09 edwinadded UTF-8 validation
2003-12-08 edwinmade descriptor parsing safer + array classes fix
2003-12-08 edwinadded uninitialized object typecheck
2003-12-06 edwinadded the typechecker (not yet complete)
2003-12-05 jowenn1) fix for getDeclaredClass(publiconly=true) returning...
2003-12-05 stefanMade loging thread-safe
2003-12-04 edwinpreparations for the typechecker
2003-12-01 jowennreflection, loader fix (before it did offer an unloaded...
2003-11-24 twistiAlso compile without zlib.
2003-11-23 jowennfaster zip implementation, works only for one zip archi...
2003-11-23 edwinnew array classes cleanup + made tests (except fp*...
2003-11-21 jowennmerge from gnuclasspath branch. I hope I didn't miss...
2003-11-09 twistiFurther changes.
2003-11-03 twistiFurther changes.
2003-11-02 twistiMajor file restructuring.
2003-10-24 carolynHad commented out a real stmt in xtaMarkSubs
2003-10-23 carolynto save memory
2003-10-22 twistiUSE_BOEHM removed.
2003-10-20 twistiheaders.c
2003-10-14 twistiRemoved old alpha compiler stuff.
2003-10-06 carolynXTA fields type sets faster
2003-10-04 carolynrta 10-2003
2003-09-25 carolynbenchmark update
2003-07-29 twistiCompile error with gcc-3.x fixed.
2003-07-15 carolynRTA native change
next