* Removed all Id tags.
[cacao.git] / src / toolbox / logging.c
2007-08-27 Christian Thalinger* Removed all Id tags.
2007-04-11 twisti* src/toolbox/logging.c (log_finish): Also print a...
2007-02-18 pm* src/vm/jit/s390/patcher.c (patcher_wrapper): Formatti...
2007-02-14 twisti* src/vm/jit/intrp/peephole.c: Updated to current codebase.
2007-02-13 twisti* src/threads/threads-common.c (threads_get_current_tid...
2007-01-31 twisti* src/toolbox/logging.c (log_start): Uncommented thread...
2007-01-29 twisti* This is a rather huge commit, which changes the build...
2006-05-26 edwin* src/toolbox/logging.h (stdarg.h): Include it here...
2006-05-22 twisti* src/vm/vm.c (vm_abort): New method.
2006-05-15 twisti* src/vm/hashtable.h,
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-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...
2005-12-01 twisti* Removed vm/tables.h include.
2005-09-15 twisti* log_cputime: Removed (unused).
2005-05-23 twisti- dolog: don't use vsprintf, just print it out (no...
2005-04-14 edwinimplemented defineClass with name == NULL
2005-03-30 twistiDon't use fixed buffer length for log_message_class...
2005-03-09 twistiInclude config.h and ifdef statistics stuff to support...
2005-02-10 twistiMoved utf log functions from native.c.
2005-01-04 twistiWarning fixes (const char *, (void)).
2004-12-15 twistiUse dynamic buffer in log_message_class and log_message...
2004-12-07 twistiGNU header update.
2004-11-30 twistiNew source tree.
2004-07-04 stefanfix some warnings
2004-06-30 twistiMoved getcputime() into statistics.*
2004-05-28 twistiRemoved warnings.
2004-05-26 twistiAdded log_message_class and log_message_method
2004-05-18 stefanRenamed loging to logging