* src/vm/utf8.c (utf_java_lang_AbstractMethodError): Added.
[cacao.git] / src / vm / exceptions.h
2006-06-28 twisti* src/vm/utf8.c (utf_java_lang_AbstractMethodError...
2006-05-15 twisti* src/vm/hashtable.h,
2006-03-27 twisti* src/vm/class.c: Don't initialize classes to NULL.
2006-03-07 twisti* src/vm/string.c (string_java_lang_StringIndexOutOfBou...
2006-02-12 twisti* src/vm/exceptions.c, src/vm/exceptions.h
2006-02-07 edwin* src/vm/jit/stack.h (TYPE_VERIFYERROR): Converted...
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-10 twisti* exceptions_throw_classformaterror,
2005-12-03 twisti* exceptionentry: Added.
2005-11-26 edwin* added exceptions_new_linkageerror
2005-11-11 twisti* exceptions_print_exception: Added.
2005-11-08 twisti* exceptions_new_nosuchmethoderror: Added.
2005-11-07 twisti* exceptions_throw_outofmemory_exit: Added.
2005-11-03 twisti* new_illegalmonitorstateexception: Added.
2005-10-20 edwinadded Changes: Edwin Steiner to exceptions.[ch]
2005-10-20 edwinAdded new_noclassdeffounderror and a function to convert
2005-10-19 twisti* new_illegalargumentexception: Added.
2005-09-21 twisti* new_classnotfoundexception: Added.
2005-09-17 twisti* _exceptionptr: Renamed to _no_threads_exceptionptr.
2005-05-20 twisti- new_verifyerror takes varargs
2005-05-12 twistiMoved global string definitions to string.c for 2 reaso...
2005-04-24 jowennmore stacktraces
2005-04-12 twisti- added: string_java_lang_VMThrowable
2005-04-01 edwinextended type system to use symbolic references
2005-03-30 twisti- added new_internalerror (TODO: use get_variable_messa...
2005-03-29 twistiGlobal variables comment.
2005-02-10 twisti- #include config.h, vm/class.h, vm/exceptions.h, vm...
2005-01-04 twistiDeclare strings const.
2004-12-21 twistiglobal.h include path fix.
2004-12-20 jowenngenerate package names correctly, now they are not...
2004-12-07 twistiGNU header update.
2004-11-30 twistiNew source tree.
2004-11-24 twisti- maybe we should always use `const char *' in function...
2004-11-11 twistiCheck for loading/linking errors in init_system_exceptions.
2004-11-05 twistiAdded new_arraystoreexception for asmpart.
2004-11-05 twistiChanged throw_cacao_exception_exit to support variable...
2004-08-17 twisti- added some exception generating functions for the...
2004-08-01 stefanadded InterruptedException
2004-07-21 twisti- mostly stuff from native.[ch]