log src/debug.c @ 1802:956aab097ea7

age author description
Tue, 16 Feb 2010 21:18:03 +0000 nadvornik added 2010 to copyright text
Sat, 21 Feb 2009 18:04:52 +0000 zas_ Glibification.
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Tue, 26 Aug 2008 22:22:51 +0000 zas_ For the sake of consistency, use glib basic types everywhere.
Mon, 25 Aug 2008 22:20:45 +0000 zas_ Whitespaces cleanup.
Tue, 20 May 2008 07:52:49 +0000 zas_ Use print_term() instead of printf(), since it handles charset conversion
Sat, 17 May 2008 21:26:45 +0000 zas_ Add a log window that shows normal and debug messages. For now, it was added to Help menu.
Fri, 16 May 2008 12:16:49 +0000 zas_ Do not use printf() directly but use new wrapper function log_printf() instead.
Fri, 16 May 2008 10:02:56 +0000 zas_ Include debug.h from main.h since debug macros may be used anywhere in the code.
Thu, 24 Apr 2008 09:43:23 +0000 zas_ Move get_exec_time() to debug.{c,h}.
Thu, 24 Apr 2008 08:53:39 +0000 zas_ Move debug macros from main.h to new debug.h.