boehm-gc: revert all CACAO-specific modifications; this is now an exact copy of the...
[cacao.git] / src / toolbox /
2006-08-14 christian* src/vm/jit/optimizing/: New directory for optimizing...
2006-07-12 twisti* src/mm/memory.c (vm/vm.h): Added.
2006-07-12 twisti* src/vm/builtin.c (builtin_monitorenter): Removed.
2006-07-10 twisti* configure.ac (disassembler): Disabled by default...
2006-06-23 twisti* src/vm/string.c (javastring_toutf): Check for NULL...
2006-05-26 edwin* src/toolbox/logging.h (stdarg.h): Include it here...
2006-05-26 edwin* src/vm/builtin.c (builtin_init): Documented.
2006-05-22 twisti* src/vm/vm.c (vm_abort): New method.
2006-05-15 twisti* src/vm/hashtable.h,
2006-05-12 edwin* src/threads/native/threads.c: The Big Thread Cleanup...
2006-05-05 edwin* src/toolbox/logging.c (Changes): Added my name.
2006-05-05 edwin* src/toolbox/logging.c (log_message_utf): Use new...
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_strlen): Renamed to
2006-03-16 twisti* src/vm/jit/tools/Makefile.am, src/vm/jit/verify/Makef...
2006-03-06 twisti* src/vm/jit/powerpc/linux/Makefile.am (LIBS): Added...
2006-01-31 twisti* src/toolbox/list.c, src/toolbox/list.h (list_add_befo...
2006-01-27 twisti* src/toolbox/logging.c, src/toolbox/logging.h (log_sta...
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-22 twisti* .cvsignore, src/toolbox/.cvsignore, src/vm/jit/inline...
2006-01-04 twisti* avl_dump: Only print node->data.
2006-01-03 twisti* Rewritten.
2005-12-01 twisti* Removed vm/tables.h include.
2005-10-19 twisti* Fixed file path.
2005-10-19 twisti* Smaller fixes, nothing important.
2005-09-19 twisti* Changed types.h include to vm/types.h.
2005-09-15 twisti* log_cputime: Removed (unused).
2005-07-12 twisti* get_variable_message_length: implemented a irix versi...
2005-07-11 twisti* get_variable_message_length: the more correct way...
2005-05-23 twisti- dolog: don't use vsprintf, just print it out (no...
2005-05-12 twisti#include "vm/stringlocal.h"
2005-04-30 jowennincrease the MAXLIGTEXT constant. Perhaps it's a little...
2005-04-14 edwinimplemented defineClass with name == NULL
2005-04-03 twistiFixed --disable-threads compiling issues (missing heade...
2005-03-30 twistiDon't use fixed buffer length for log_message_class...
2005-03-29 twistiChanged header includes.
2005-03-29 twistiAdded get_variable_message_length: this function determ...
2005-03-23 twistiAdded util.[ch]
2005-03-23 twistiThis should be used for the utility functions, like...
2005-03-09 twistiInclude config.h and ifdef statistics stuff to support...
2005-03-09 twistiAdded config.h to resolve undefined reference on recomp...
2005-03-05 twistiJust ignore some files.
2005-02-10 twistiMoved utf log functions from native.c.
2005-01-04 twistiWarning fixes (const char *, (void)).
2004-12-21 twistiDeclare functions with (void).
2004-12-15 twistiUse dynamic buffer in log_message_class and log_message...
2004-12-07 twistiGNU header update.
2004-12-06 twistiUse libtool to compile cacao libraries. We need to...
2004-12-03 twisti- build/dist/install changes
2004-12-01 twistiJust ifdef panic on darwin. Works perfectly till it...
2004-11-30 twistiNew source tree.
2004-11-19 twistiRemoved unused headers.
2004-11-05 twisti- added global.h include
2004-07-04 stefanfix some warnings
2004-06-30 twistiMoved getcputime() into statistics.*
2004-06-20 twistiSet prev and next to NULL on list_remove (with this...
2004-06-17 stefan*** empty log message ***
2004-06-16 jowenna few finalizer testcases, old thread implementation...
2004-06-05 twistiFix include paths to support build directories.
2004-05-28 twistiRemoved warnings.
2004-05-26 twistiAdded log_message_class and log_message_method
2004-05-19 stefanMacOSX threads working (somewhat)
2004-05-18 stefanRenamed loging to logging
2004-01-14 stefanAdded AVL
2003-12-02 twistiForgot to add GNU headers, here they are.
2003-11-21 jowennwill be replaced by modified versions
2003-11-02 twistiMajor file restructuring.
2002-12-16 stefanCosmetic
2002-12-16 stefanEnglish translation
2002-12-15 stefanEnglish translation
2002-12-14 stefanEnglish translation
2002-12-14 stefanMake global.h global
1999-01-20 philChanged the makefile system to autoconf/automake.
1998-10-03 cacaoInitial revision