* Some code reformated.
[cacao.git] / src / toolbox /
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