| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(printf): fix snprintf buffer termination | Marco Paland | 2018-04-19 | 1 | -0/+53 |
| | | | | Fixes #7 (partly) | ||||
| * | fix(printf): fixed conversion buffer handling | Marco Paland | 2018-04-18 | 1 | -0/+6 |
| | | | | Added according test cases | ||||
| * | test(test_suite): added 'z' test cases | Marco Paland | 2018-04-17 | 1 | -1/+16 |
| | | |||||
| * | Fixed 64 bit %p testcase, again | Marco Paland | 2017-11-23 | 1 | -5/+5 |
| | | |||||
| * | Fixed 64 bit pointer casting | Marco Paland | 2017-11-22 | 1 | -2/+3 |
| | | |||||
| * | Added pointer testcase | Marco Paland | 2017-11-21 | 1 | -0/+8 |
| | | |||||
| * | Changed printf.cpp to printf.c to be usable with 'C'-compilers | Marco Paland | 2017-11-13 | 1 | -5/+3 |
| | | | | closes #1 | ||||
| * | Added more test cases | Marco Paland | 2017-11-13 | 1 | -0/+27 |
| | | |||||
| * | Added test cases to improve coverage tests | Marco Paland | 2017-10-31 | 1 | -10/+21 |
| | | |||||
| * | Fix compiler/coverity warnings, add test cases | Marco Paland | 2017-10-31 | 1 | -0/+104 |
| | | |||||
| * | Added more test cases | Marco Paland | 2017-10-13 | 1 | -4/+543 |
| | | |||||
| * | Added initial test cases | Marco Paland | 2017-10-12 | 1 | -0/+328 |
