summaryrefslogtreecommitdiffstats
path: root/firmware/export/logf.h
AgeCommit message (Expand)AuthorFilesLines
2010-07-25Move some gcc extensions to new gcc_extensions.h headerRafaël Carré1-1/+1
2010-05-18don't let logf() and DEBUGF() be empty statementsRafaël Carré1-1/+1
2009-08-21A new implementation of logf, logfdisplay and logfdump.Maurus Cuelenaere1-7/+2
2008-12-31Commit FS#9733 (multiline logf) by Yoshihisa UchidaMaurus Cuelenaere1-3/+7
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2007-10-24logf changes:Nicolas Pennequin1-2/+11
2007-03-17Fix simulator builds, and some debugf() format strings.Jens Arnold1-1/+1
2007-03-17Fixed the logf builds.Miika Pekkarinen1-0/+1
2007-03-17Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold1-1/+1
2006-11-10Support building tagcache db natively on PC using the core of theMiika Pekkarinen1-3/+7
2005-06-30decrease to 30Michiel Van Der Kolk1-1/+1
2005-06-30better logfMichiel Van Der Kolk1-1/+1
2005-06-22My gcc v3.3.5 choked on the bool type, solved with this include.Tomas Salfischberger1-0/+1
2005-06-01Modified logf to use a define for the log width, and changed it to default toDaniel Stenberg1-2/+3
2005-05-30(Optional) logf supportDaniel Stenberg1-0/+7
2005-05-24update to the new logf style and moved the defines here tooDaniel Stenberg1-3/+5
2005-05-23initial logf() work, not added to SOURCES yet (on purpose)Daniel Stenberg1-0/+29