aboutsummaryrefslogtreecommitdiff
path: root/src/espik_debug.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-01-12comment and unused codebeber1-1/+4
2005-12-10ident to 80 charsbeber1-1/+2
2005-12-09Add a profiler in codebeber1-2/+0
2005-12-08// -> /* */beber1-1/+1
m4
2005-12-08warninfbeber1-0/+1
2005-12-07use espik_debug_print everywherebeber1-6/+6
more ignore corect debug macro when there is no arguments some indent some // -> /* */ add a macro for fd output (stderr, stdout) include debug and so ..
2005-12-07Avoid warningbeber1-37/+5
Make macro debug work (after compile :p) Format macro debug outpout (file.c+ligne @file.c: 'message') Start to use this macro #if -> #ifdeF del old macro code move macro to .h instead of .c while it's not an inline and use everywhere
2005-12-06start a function for debug printfbeber1-2/+36
2005-12-02Some work on debugbeber1-8/+12
2005-12-01Add a macro for __attribute__beber1-11/+20
Check if valgrinf is here Indent More debug and do better use config.h del ^_ from header
2005-12-01Make debug compilbeber1-9/+13
2005-12-01More C commentbeber1-0/+43
Add some function to print backtrace on some signal (kill, int) start debug