* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / src / vm / utf8.c
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-10 twisti* exceptions_throw_nullpointerexception: Use this function.
2006-01-03 twisti* threads.h: Added.
2005-12-22 twisti* STATISTICS: Renamed to ENABLE_STATISTICS.
2005-12-11 twisti* Replaced ENABLE_DEBUG with NDEBUG.
2005-12-10 twisti* utf_new: Removed debugging code.
2005-12-01 twisti* config.h, vm/types.h: Added.
2005-11-26 edwin* added exceptions_new_linkageerror
2005-11-16 edwinmake twisti's debug code a bit more compiler friendly
2005-11-16 twisti* utf_new_intern: Removed.
2005-11-16 twisti* lock_utf_hashtable: Added.
2005-11-08 twisti* utf_java_lang_NoSuchMethodError: Added.
2005-11-03 twisti* utf_java_lang_IllegalMonitorStateException: Added.
2005-10-28 twisti* utf_new_intern: Calculate count_utf_len correctly...
2005-10-26 twisti* utf_java_lang_NullPointerException: Added.
2005-10-19 twisti* utf_java_lang_IllegalArgumentException: Added.
2005-10-12 twisti* utf_remove, utf_put, utf_get, utf_value: Added.
2005-10-05 twisti* is_valid_utf: Don't print Overlong UTF-8 sequence...
2005-09-21 twisti* utf_add: Added.
2005-06-20 twisti* Added utf_run
2005-06-13 twisti* utf_java_lang_StackTraceElement, utf_java_lang_reflec...
2005-06-06 twistiAdded: utf_clone
2005-05-23 twisti- line length changes
2005-05-12 twistiMoved global string definitions to string.c for 2 reaso...
2005-05-01 jowennFromReflectedMethod can be called for methods and const...
2005-04-21 twistiAdded: utf_java_lang_ThreadGroup
2005-04-14 edwinimplemented defineClass with name == NULL
2005-04-12 twistiAdded: utf_java_lang_ClassNotFoundException
2005-03-30 twistiAdded utf_java_lang_NoClassDefFoundError: : required...
2005-03-30 twistiUse proper class load and link functions.
2005-03-30 twistiAdded: utf_strcat_classname
2005-03-29 twistiAdded: utf_strcat
2005-03-27 edwinmade array_packagename harder to spoof
2005-03-23 twistiAdded: utf_java_util_Vector, utf_loadClass,
2005-02-10 twistiMostly stuff from native.[ch] and tables.[ch].