* src/native/jni.cpp: [OPENJDK] Fix FindClass called from JNI_OnLoad.
[cacao.git] / src / vm / utf8.c
2011-10-23 Stefan Ring* src/native/jni.cpp: [OPENJDK] Fix FindClass called...
2009-11-17 srmerged volatile memory barriers
2009-11-02 Michael Starzinger* src/vm/method.cpp (method_load): Loads LocalVariableT...
2008-12-20 Stefan RingMerged branch subtype-trunk into default.
2008-11-28 Stefan RingMerge from subtype.
2008-11-26 Stefan RingMerge from subtype.
2008-11-23 Stefan RingMerge from subtype.
2008-11-08 Andreas HUBERT* src/mm/memory.cpp,
2008-10-31 Stefan RingMerge to subtype-trunk (manually: src/vm/linker.hpp...
2008-10-20 Stefan RingMerge from subtype branch.
2008-10-10 Robert Schuster * Updated to jitcache-arm-x86 branch d4f6023b26c5...
2008-09-17 Stefan RingMerged trunk and subtype.
2008-08-26 Stefan RingMerged comment cleanup (forgot this before).
2008-08-26 Stefan RingMerged subtype branch to new head.
2008-08-22 Christian Thalinger* Merged with tip.
2008-08-22 Michael Starzinger* src/toolbox/hashtable.h (hashtable): Use mutex instea...
2008-08-11 Robert Schuster * merged with tip (040f180a056b)
2008-08-08 Christian Thalinger* Moved all files from vmcore/ to vm/.
2007-01-29 twisti* This is a rather huge commit, which changes the build...
2007-01-10 twisti* src/vm/suck.c (suck_add): Use vm_abort instead of
2006-12-27 twisti* src/vm/class.c: Java ME changes.
2006-12-26 twisti* src/threads/native/threads.c: Rewritten such that...
2006-12-18 twisti* src/vm/class.c (vm/suck.h): Added.
2006-11-05 twisti* src/vm/utf8.c (utf_Signature): Added.
2006-10-24 edwin* src/vm/utf8.h, src/vm/utf8.c (utf8_safe_number_of_u2s...
2006-10-24 edwin* src/vm/utf8.c (utf8_safe_number_of_u2s): Skip only...
2006-10-24 edwin* src/vm/utf8.h, src/vm/utf8.c (utf8_safe_number_of_u2s...
2006-10-05 twisti* src/vm/utf8.c (utf_removeThread, utf_java_lang_Thread...
2006-07-12 twisti* src/vm/builtin.c (builtin_monitorenter): Removed.
2006-07-08 twisti* src/vm/utf8.c (utf_java_lang_ClassCastException)...
2006-06-28 twisti* src/vm/utf8.c (utf_java_lang_AbstractMethodError...
2006-06-22 twisti* src/vm/utf8.c, src/vm/utf8.h (utf_null): Added.
2006-06-22 twisti* src/vm/utf8.c (utf8_init): Compile fix with ENABLE_ST...
2006-05-15 twisti* src/vm/hashtable.h,
2006-05-11 twisti* src/vm/hashtable.c (threads/native/threads.h): Added.
2006-05-05 edwin* src/vm/utf8.h, src/vm/utf8.c: Fixed header.
2006-05-05 edwin* src/vm/utf8.h, src/vm/utf8.c: The Big utf_* Renaming.
2006-05-05 edwin* src/vm/utf8.c, src/vm/utf8.h (utf_copy): New function.
2006-05-05 edwin* src/vm/string.c, src/vm/stringlocal.h, src/vm/utf8...
2006-05-05 edwin* src/vm/string.c, src/vm/stringlocal.h
2006-05-05 edwin* src/vm/utf8.c, src/vm/utf8.h (utf_bytes): New function.
2006-05-05 edwin* src/vm/utf8.c, src/vm/utf8.h (utf_strlen): Renamed to
2006-03-27 twisti* src/vm/utf8.c: Removed superfluous comment.
2006-02-14 edwin* src/vm/utf8.c, src/vm/utf8.h (utf_full_hashkey):...
2006-02-13 twisti* src/vm/utf8.c (utf_display): Some reformatting.
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].