Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | refactor(printf): usage of (buffer) output routine, fixes return value | Marco Paland | 2018-05-08 | 1 | -79/+79 | |
| | | | | | Buffer for printf is no longer needed, chars are directly written now. Return value is specification conform now. Fixes #11 | |||||
* | fix(printf): move <stddef.h> to header | Marco Paland | 2018-05-06 | 1 | -1/+0 | |
| | | | Fixes #13 | |||||
* | fix(printf): fixed floating point sign handling | Marco Paland | 2018-04-20 | 1 | -4/+4 | |
| | ||||||
* | chore(printf): update comments | Marco Paland | 2018-04-20 | 1 | -3/+3 | |
| | ||||||
* | feat(printf): add vsnprintf function | Marco Paland | 2018-04-20 | 1 | -13/+22 | |
| | | | fixes #5 | |||||
* | refactor(printf): improved _strlen() function | Marco Paland | 2018-04-19 | 1 | -7/+6 | |
| | ||||||
* | fix(printf): fix snprintf buffer termination | Marco Paland | 2018-04-19 | 1 | -6/+13 | |
| | | | Fixes #7 (partly) | |||||
* | fix(printf): fixed conversion buffer handling | Marco Paland | 2018-04-18 | 1 | -33/+35 | |
| | | | Added according test cases | |||||
* | cleanup(printf): don't use fixed size for long type | Marco Paland | 2018-04-17 | 1 | -3/+3 | |
| | ||||||
* | add support for size_t flag: %zd | Arvid Gerstmann | 2018-04-16 | 1 | -0/+4 | |
| | ||||||
* | 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 |