]> mj.ucw.cz Git - libucw.git/history - lib/log.c
Make !CONFIG_EXACT_CPU work again.
[libucw.git] / lib / log.c
2006-01-20 Martin MaresIt seems that signal safety of time-related functions...
2006-01-20 Martin MaresAdded a possibility of logging with microsecond timestamps.
2005-12-14 Martin Mareslog() is now signal-safe.
2005-09-14 Martin MaresChecked and corrected all uses of va_args.
2005-06-10 Martin MaresFormat string arguments for die() should be checked...
2004-12-11 Martin MaresChanged all references to Sherlock Library by UCW Library.
2004-10-29 Martin MaresOne more round of changes to the assert code -- I didn...
2004-10-29 Martin MaresChanged DEBUG to CONFIG_DEBUG to avoid conflicts with...
2004-05-10 Martin MaresRemoved redundant <stdarg.h>.
2004-05-10 Martin MaresSplit logging functions to two files to avoid linking...
2004-05-10 Martin MaresThe logger now exports the name of the current log...
2004-05-10 Martin MaresAdded functions for manual control of log switching...
2004-04-16 Martin MaresWhen logging to a file, redirect fd1 to the log file...
2004-04-10 Martin MaresIncluding <stdarg.h> in lib/lib.h enables us to finally...
2004-01-22 Martin MaresUse int instead of pid_t. At the first glance, this...
2003-12-23 Tomas VallaDo not print "[]".
2003-12-23 Tomas VallaAllow modules to change the log title, second attempt.
2003-12-22 Tomas VallaOther modules shoud be able to modify the log title.
2003-12-15 Martin MaresAnother debugging switch: dump core on fatal errors.
2003-09-27 Martin MaresAdded a lot of missing #include <alloca.h>'s.
2003-03-22 Martin MaresCreate local copy of program name to be printed in...
2003-02-05 Martin MaresTried to use libm for calculating logarithmic frequenci...
2002-11-11 Martin MaresFixed a off-by-one error in vlog().
2002-10-27 Martin MaresSeveral bug fixes in the logger:
2002-08-20 Martin MaresIf not debugging, compile at least ASSERT(0) as call...
2002-08-20 Martin MaresAdded license notices to all library files which are...
2002-07-17 Martin MaresFailed ASSERT now dumps core.
2001-10-12 Martin MaresLog file names are now allowed to contain strftime...
2001-03-02 Martin MaresReplaced <sys/time.h> by <time.h> where appropriate.
2001-02-09 Robert Spalekdeleted unused variable prog
2001-01-28 Martin MaresDon't log pid until log_fork() is called.
2001-01-28 Martin MaresAdded __attribute__((format...)) to declaration of...
2001-01-26 Martin MaresAdded log_fork() which should be called after fork...
2001-01-14 Martin MaresNew logging mechanism. Also cleaned up lib.h.
2000-12-11 Martin MaresFixed includes, defines and copyrights.
2000-12-05 Martin MaresAdd directory to all includes.
2000-06-04 Martin MaresUse %Y instead of %y.
1997-09-09 Martin MaresPre-release!
1997-07-27 Martin MaresAdding all files developed during last week...
1997-04-21 Martin MaresFirst a bit working version.
1997-04-09 Martin MaresInitial revision