fix DeleteGlobalRef missing argument for IdentityHashMap.put
[cacao.git] / src / cacaoh /
2005-07-09 twisti* cacao_catch_Handler: removed
2005-06-30 twisti* OPT_VERBOSE: added load/linkverbose
2005-06-30 twisti* native_findfunction: return non-NULL, otherwise we...
2005-06-28 twisti* Link against fdlibm instead of libm
2005-06-28 twisti* new_exception_javastring: added
2005-06-23 edwinexception handling in typeinfo.c and typecheck.c
2005-06-22 edwinadded stubs for typeinfo functions
2005-06-20 edwinadded stub for typeinfo_init_class
2005-06-14 twisti* --disable-gc bug fixes
2005-06-13 twisti* codegen native stub changes
2005-06-13 twisti* Use load_class_bootstrap return value
2005-06-06 twistiAdded md_param_alloc.
2005-05-31 twisti- include <stdarg.h>
2005-05-23 twistiFixed: missing return statement at end of non-void...
2005-05-23 twistiKilled panic's.
2005-05-23 twistiAdded DISABLE_GC stuff.
2005-05-12 twistiAdded exceptions (again) since the exceptions.[ch]...
2005-05-11 twistiRenamed *_checkarraycast to *_arraycheckcast.
2005-04-25 twisti- removed unused i386 stuff (asm_builtin_newarray,
2005-04-21 twistiRenamed patcher wrapper function dummies.
2005-04-12 twistiAdded asm_builtin_newarray for i386 (will be removed).
2005-04-12 twistiRenamed code patching functions.
2005-04-11 twistiChanged asm_builtin_newarray signature.
2005-04-06 twistiAdded proper asm_builtin_new.
2005-04-06 twistiRemoved asm_builtin_new.
2005-04-03 twistiFixed --disable-threads compiling issues (missing heade...
2005-04-02 edwinno more unloaded classinfos!
2005-04-02 edwinclassinfo: changed type of super and interfaces to...
2005-03-30 twistiUse proper class load and link functions.
2005-03-30 twisti- added asm_builtin_new (how did this work?)
2005-03-18 twisticacaoh does not need libjavalang.
2005-03-09 twistiifdef statistics stuff to support --disable-statistics.
2005-03-05 twistiRemoved unused printnativetableentry function.
2005-03-05 twistiJust ignore some files.
2005-02-10 twistiBetter include headers.o in libcacaoh.a so we can reuse...
2005-02-10 twistiDeclare _exceptionptr as extern.
2005-02-10 twistiRemoved some stuff.
2005-02-10 twisti- call new init code
2005-02-10 twistiBuild a libcacaoh.a to overcome linker resolving issue.
2005-01-24 twistiBuild directory fixes.
2005-01-21 twisti- added bootclasspath stuff
2005-01-04 twistiInstall only into ${prefix}/jre/bin.
2004-12-21 twisti- declare functions with (void)
2004-12-07 twistiGNU header update.
2004-12-07 twistiForce installation of link.
2004-12-06 twistiInstall program link in bin/ (maybe this should be...
2004-12-06 twistiUse libtool to compile cacao libraries. We need to...
2004-12-03 twisti- build/dist/install changes
2004-12-01 twistiBugfix: include <signal.h> before <ucontext.h> in darwin.
2004-11-30 twistiNew source tree.
2004-11-30 twistiNew source tree.
2004-11-23 twistiInclude ucontext.h.
2004-11-18 twistiUse global opt_verbose.
2004-11-18 twistiTeach cacaoh -help, -version and -verbose.
2004-11-17 twistiTeach cacaoh to understand -d <dir> to install generate...
2004-11-12 twistiRemoved warnings.
2004-08-17 twistiUse initLocks() only with USE_THREADS.
2004-08-01 stefangreen threads fix
2004-08-01 stefannew native threads implementation
2004-07-28 twistiInclude missing java_lang_Throwable.h
2004-07-21 twistiRemoved exception stuff, now in exceptions.[ch]. Possib...
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-07-10 stefanincreased heap size (needed for bootstrap build)
2004-07-03 stefanstatic monitorenter merge
2004-07-01 jowennfix cacao/gennativetable to not crash on zipfile input...
2004-06-30 twisti- removed options (they are now in options.c)
2004-06-30 twistiSome exports of header.c's functions and variables...
2004-06-30 twistiMain function of cacaoh, uses functions of header.c
2004-06-29 twistiAdded javastring_tochar, class_java_lang_Exception
2004-06-29 twisti- print exceptions if they occur
2004-06-17 twistiAdded throw_exception
2004-06-16 jowenna few finalizer testcases, old thread implementation...
2004-06-12 stefanMIPS specific functions
2004-06-12 stefanThreads for IRIX
2004-05-31 jowennExceptions work now with nested builtin_news correctly...
2004-05-27 twisticacao system changes added.
2004-05-26 jowennthe cleaner part of the code for stub created exception...
2004-05-19 stefanMacOSX threads working (somewhat)
2004-05-19 stefancast_lock removed (using asm_getclassvalues_atomic...
2004-05-18 stefanRenamed loging to logging
2004-05-05 stefannative threads
2004-04-26 twisti- lazy loading/linking stuff
2004-03-31 twisti500k is not enough, we go with 1M.
2004-03-30 twistiHuh, heap size was too small.
2004-03-30 twisti- heap_init works again and we can set initial and...
2004-03-29 stefanNative threads almost working
2004-03-25 twistiRemoved unused asm_switchstackandcall
2004-03-15 jowennexception back traces for i386
2004-03-14 twistiAdded some functions from native used in loader.
2004-03-02 jowennnative functions, getClassContext, currentClassLoader...
2004-01-19 edwinadded -liberalutf option
2004-01-06 stefanexceptionptr update for native threads
2003-12-30 twisti- generate classinfo initialized offset
2003-12-16 edwinadded -noverify option
2003-12-13 stefanGet rid of asm_javacallmethod
2003-12-13 twisti- added command line option variables
2003-12-13 stefanWe don't need that
2003-12-13 stefanAdded option to omit header file generation
2003-12-05 stefanMade loging thread-safe
2003-12-04 jowennone bug less related to class/exception handing and...
next