aboutsummaryrefslogtreecommitdiffstats
path: root/printf.c
Commit message (Collapse)AuthorAgeFilesLines
* cleanup(printf): don't use fixed size for long typeMarco Paland2018-04-171-3/+3
|
* add support for size_t flag: %zdArvid Gerstmann2018-04-161-0/+4
|
* Fixed 64 bit pointer castingMarco Paland2017-11-221-4/+5
|
* Code cleanupMarco Paland2017-11-211-13/+14
|
* Return %p values in upper case, fixed %p 64 bit supportMarco Paland2017-11-211-3/+2
|
* Removed ftoa NaN checkMarco Paland2017-11-211-11/+6
| | | NaN check may not work with optimizing compilers. Use your implementation specific NaN check if necessary
* Updated commentsMarco Paland2017-11-211-3/+3
|
* Code cleanupMarco Paland2017-11-131-4/+4
|
* Changed printf.cpp to printf.c to be usable with 'C'-compilersMarco Paland2017-11-131-0/+619
closes #1