Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved enum_name_t to utils folder | Tobias Brunner | 2012-10-24 | 1 | -81/+0 |
| | |||||
* | Support field with specifiers in %N printf hook | Martin Willi | 2012-10-24 | 1 | -5/+7 |
| | |||||
* | Pass opaque data to printf hooks and print_in_hook() | Martin Willi | 2012-07-13 | 1 | -3/+3 |
| | |||||
* | fixed a bug in enum_from_name() function | Andreas Steffen | 2010-12-12 | 1 | -1/+1 |
| | |||||
* | Implemented generic enum name to enum value mapping | Martin Willi | 2010-08-23 | 1 | -3/+26 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | printf hooks refactored to increase portability (i.e. support for platforms ↵ | Tobias Brunner | 2009-03-12 | 1 | -31/+5 |
| | | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms). | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -11/+22 |
| | |||||
* | solved 64 bit issue by changing long to int | Andreas Steffen | 2006-11-01 | 1 | -8/+11 |
| | |||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 1 | -0/+70 |
centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements |