fixed doxygen docu
[libfirm] / ir / ir / irprintf.c
2005-07-06 Michael Beckfixed doxygen docu
2005-07-01 Michael Beckadded %i and %u modifier to ir_printf
2005-06-30 Michael Beckadded %= for printing a pn_Cmp value
2005-06-17 Michael Beckuse tv_t.h instead of tv.h
2005-02-24 Sebastian HackFixed irprintf for usage with libcore
2005-02-14 Sebastian HackAdded %> for indenting
2005-02-10 Sebastian Hack%n handles NULL
2004-12-21 Michael Beckremoved C99 constructs
2004-12-16 Sebastian HackAdded obstack dumping and vprintf... functions.
2004-12-14 Sebastian HackAdded init function to appender. This fixes ir_snprintf...
2004-12-13 Sebastian HackSome bugfixes. Added bitset dumping support.
2004-12-09 Sebastian HackAdded stdlib.h include for strtol()
2004-12-08 Sebastian HackMinor corrections.
2004-12-02 Michael Beckfixed config.h include
2004-11-29 Michael Beckfixed typo
2004-11-29 Michael BeckImproved doxygen docu
2004-11-29 Sebastian HackAdded iterator and callback functionality.
2004-11-29 Sebastian HackSmall modifications. Swapped %n and %N
2004-11-29 Sebastian HackAdded printf style dumping facility for firm types.