Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed 64 bit pointer casting | Marco Paland | 2017-11-22 | 1 | -4/+5 |
| | |||||
* | Code cleanup | Marco Paland | 2017-11-21 | 1 | -13/+14 |
| | |||||
* | Return %p values in upper case, fixed %p 64 bit support | Marco Paland | 2017-11-21 | 1 | -3/+2 |
| | |||||
* | Removed ftoa NaN check | Marco Paland | 2017-11-21 | 1 | -11/+6 |
| | | | NaN check may not work with optimizing compilers. Use your implementation specific NaN check if necessary | ||||
* | Updated comments | Marco Paland | 2017-11-21 | 1 | -3/+3 |
| | |||||
* | Code cleanup | Marco Paland | 2017-11-13 | 1 | -4/+4 |
| | |||||
* | Changed printf.cpp to printf.c to be usable with 'C'-compilers | Marco Paland | 2017-11-13 | 1 | -0/+619 |
closes #1 |