| Commit message (Expand) | Author | Age | Files | Lines |
* | test(test_suite): added support for PRINTF_DISABLE_SUPPORT_EXPONENTIAL | Marco Paland | 2019-03-26 | 1 | -10/+36 |
* | test(test_suite): added more float test cases | Marco Paland | 2019-03-26 | 1 | -0/+23 |
* | chore(catch): update to catch2 2.7.0 | Marco Paland | 2019-03-26 | 1 | -471/+1330 |
* | feat(printf): added vprintf() support | Marco Paland | 2019-03-25 | 1 | -0/+18 |
* | chore(printf, test_suite): clean up | Marco Paland | 2019-03-24 | 1 | -44/+40 |
* | Merge exponential support | Marco Paland | 2019-02-18 | 1 | -4/+75 |
|\ |
|
| * | Added special-case handling to %E, added +inf and -inf handling, test cases | Martijn Jasperse | 2019-02-01 | 1 | -1/+11 |
| * | Fix for left-justified %E formatting | Martijn Jasperse | 2019-02-01 | 1 | -4/+65 |
* | | fix(printf): remove float comparison | Marco Paland | 2019-01-31 | 1 | -0/+12 |
* | | test(test_suite): add more #-flag test cases | Marco Paland | 2019-01-31 | 1 | -1/+5 |
|/ |
|
* | fix(printf): fixed support of NaN | Marco Paland | 2019-01-26 | 1 | -0/+4 |
* | patch for issue #40 (Digit missing from negative numbers in certain cases) | Vedran Grudenic | 2019-01-26 | 1 | -0/+68 |
* | fix(printf): fctprintf() must not append null terminator | Marco Paland | 2019-01-16 | 1 | -1/+2 |
* | chore(printf): cleanup secure strlen() function, added test cases | Marco Paland | 2018-12-05 | 1 | -0/+26 |
* | chore(catch): update to catch2 2.4.2 | Marco Paland | 2018-11-02 | 1 | -334/+389 |
* | chore(catch): update to catch2 2.4.1 | Marco Paland | 2018-09-30 | 1 | -467/+1437 |
* | feat(printf): add # flag support for %b specifier | Marco Paland | 2018-09-24 | 1 | -0/+4 |
* | fix(printf): ignore 0 flag for integers if precision is specified | Marco Paland | 2018-09-14 | 1 | -0/+6 |
* | fix(printf): zero precision and zero value hash problem | Marco Paland | 2018-09-14 | 1 | -0/+14 |
* | fix(printf): fix negative argument precision | Marco Paland | 2018-09-14 | 1 | -0/+3 |
* | fix(printf): fix broken right-padding in _ftoa | Marco Paland | 2018-09-14 | 1 | -0/+6 |
* | fix(printf): fix trailing field width in itoa conversion | Marco Paland | 2018-08-21 | 1 | -0/+12 |
* | fix(printf): fix floating point precision limit | Marco Paland | 2018-08-21 | 1 | -1/+11 |
* | fix(test_suite): fix vsnprint() mocking | Marco Paland | 2018-06-24 | 1 | -11/+20 |
* | fix(printf): suppress terminating \0 in printf() output | Marco Paland | 2018-06-24 | 1 | -1/+2 |
* | fix(test_suite): fix vsnprintf va_arg mock test case for x64 | Marco Paland | 2018-06-15 | 1 | -3/+3 |
* | test(test_suite): added vsnprintf() test case | Marco Paland | 2018-06-05 | 1 | -0/+18 |
* | test(test_suite): modified fctprintf() test case | Marco Paland | 2018-06-05 | 1 | -1/+8 |
* | refactor(printf): changed oprintf() to fctprintf() | Marco Paland | 2018-05-18 | 1 | -2/+2 |
* | feat(printf): added new oprintf() function | Marco Paland | 2018-05-15 | 1 | -2/+8 |
* | fix(printf): pass dummy buffer for printf to _vsnprintf instead of NULL | Marco Paland | 2018-05-13 | 1 | -6/+21 |
* | test(test_suite): added more `float` test cases | Marco Paland | 2018-05-12 | 1 | -0/+27 |
* | fix(printf,test_suite): fix compiler warnings | Marco Paland | 2018-05-11 | 1 | -2/+2 |
* | feat(printf): added support for %h, %hh, %j and %t length modifiers | Marco Paland | 2018-05-11 | 1 | -0/+12 |
* | refactor(printf): usage of (buffer) output routine, fixes return value | Marco Paland | 2018-05-08 | 1 | -8/+14 |
* | fix(printf): fixed floating point sign handling | Marco Paland | 2018-04-20 | 1 | -0/+18 |
* | fix(test_suite): fixed test cases | Marco Paland | 2018-04-20 | 1 | -5/+5 |
* | fix(printf): fix snprintf buffer termination | Marco Paland | 2018-04-19 | 1 | -0/+53 |
* | fix(printf): fixed conversion buffer handling | Marco Paland | 2018-04-18 | 1 | -0/+6 |
* | test(test_suite): added 'z' test cases | Marco Paland | 2018-04-17 | 1 | -1/+16 |
* | chore(catch): update to catch v2.2.2 | Marco Paland | 2018-04-11 | 1 | -8275/+9780 |
* | 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 |
* | 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 | 2 | -0/+11873 |