summaryrefslogtreecommitdiffstats
path: root/src/core/debug.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing format qualifierMichael Brown2007-12-061-1/+1
|
* Warnings purge of src/coreMarty Connor2007-07-021-0/+1
|
* Hex dumps are now integrated into the DBG() framework.Michael Brown2007-01-131-27/+78
|
* Added auto-colourising DBGC() macroMichael Brown2006-12-291-0/+56
|
* Tidy up hex_dump() output.Michael Brown2006-07-171-2/+2
|
* How did this ever work properly before?Michael Brown2006-07-131-1/+1
|
* fix printf format argsMarty Connor2006-06-291-5/+5
|
* Split debug functions out into core/debug.c, so that they can beMichael Brown2006-05-171-0/+87
automatically linked in on demand. Corrected warnings in misc.c. strtoul() really should be unsigned long strtoul ( const char *p, const char **endp, int base ) but such is not the ANSI standard.