| Commit message (Expand) | Author | Age | Files | Lines |
* | chore(readme): 2020 announcementHEADmaster | Marco Paland | 2020-01-01 | 1 | -0/+6 |
* | Fixed the comment about the return value for snprintf and vsnprintf (issue #45) | Vedran Grudenic | 2019-04-05 | 1 | -2/+3 |
* | chore(readme): fixed space | Marco Paland | 2019-03-26 | 1 | -0/+1 |
* | test(test_suite): added support for PRINTF_DISABLE_SUPPORT_EXPONENTIAL | Marco Paland | 2019-03-26 | 1 | -10/+36 |
* | chore(printf): minor cleanup | Marco Paland | 2019-03-26 | 2 | -10/+16 |
* | test(test_suite): added more float test cases | Marco Paland | 2019-03-26 | 1 | -0/+23 |
* | chore(readme): update readme to exp support | Marco Paland | 2019-03-26 | 1 | -10/+10 |
* | chore(catch): update to catch2 2.7.0 | Marco Paland | 2019-03-26 | 1 | -471/+1330 |
* | chore(readme): added the Hatchling platform as using project | Marco Paland | 2019-03-26 | 1 | -1/+1 |
* | feat(printf): added vprintf() support | Marco Paland | 2019-03-25 | 3 | -1/+37 |
* | chore(printf, test_suite): clean up | Marco Paland | 2019-03-24 | 2 | -76/+89 |
* | Merge exponential support | Marco Paland | 2019-02-18 | 3 | -59/+252 |
|\ |
|
| * | Implemented custom log10/pow in _etoa to eliminate dependency on <math.h> for... | Martijn Jasperse | 2019-02-03 | 1 | -13/+36 |
| * | Fixed whitespace, added %e/%g to README.md | Martijn Jasperse | 2019-02-01 | 2 | -41/+44 |
| * | Added special-case handling to %E, added +inf and -inf handling, test cases | Martijn Jasperse | 2019-02-01 | 2 | -6/+23 |
| * | Fix for left-justified %E formatting | Martijn Jasperse | 2019-02-01 | 2 | -7/+78 |
| * | Factoring output padding code to ensure "nan" gets padded correctly | Martijn Jasperse | 2019-02-01 | 1 | -48/+28 |
| * | Implementing %E and %G formatting specifications | Martijn Jasperse | 2019-02-01 | 1 | -12/+111 |
* | | fix(printf): remove float comparison | Marco Paland | 2019-01-31 | 2 | -5/+13 |
* | | test(test_suite): add more #-flag test cases | Marco Paland | 2019-01-31 | 1 | -1/+5 |
* | | chore(printf): make pointer var const | Marco Paland | 2019-01-31 | 1 | -4/+3 |
|/ |
|
* | fix(printf): fixed support of NaN | Marco Paland | 2019-01-26 | 3 | -3/+17 |
* | Merge pull request #32 from embeddedartistry/master | Marco Paland | 2019-01-26 | 1 | -1/+1 |
|\ |
|
| * | Add cast to uintptr to silent the const-cast warning | Phillip Johnston | 2019-01-16 | 1 | -1/+1 |
* | | patch for issue #40 (Digit missing from negative numbers in certain cases) | Vedran Grudenic | 2019-01-26 | 2 | -8/+74 |
|/ |
|
* | fix(printf): fctprintf() must not append null terminator | Marco Paland | 2019-01-16 | 2 | -3/+6 |
* | fix(readme): fixed compiler switch comment | Marco Paland | 2018-12-29 | 1 | -3/+3 |
* | chore(readme): updated readme | Marco Paland | 2018-12-28 | 1 | -2/+4 |
* | chore(printf): cleanup secure strlen() function, added test cases | Marco Paland | 2018-12-05 | 3 | -6/+31 |
* | fixing last fix | cz7asm | 2018-12-05 | 1 | -1/+1 |
* | added length limit for _strlen | cz7asm | 2018-12-05 | 1 | -2/+4 |
* | Merge remote-tracking branch 'origin/master' | Marco Paland | 2018-11-15 | 2 | -8/+12 |
|\ |
|
| * | chore(readme): update readme | Marco Paland | 2018-11-04 | 1 | -1/+1 |
| * | perf(printf): check flags outside while loop | Marco Paland | 2018-11-04 | 1 | -7/+11 |
* | | chore(readme): updated readme | Marco Paland | 2018-11-15 | 1 | -3/+1 |
* | | change(printf): removed PRINTF_OVERRIDE_LIBC option | Marco Paland | 2018-11-15 | 2 | -54/+18 |
|/ |
|
* | fix(readme): updated compiler switches | Marco Paland | 2018-11-02 | 1 | -7/+7 |
* | chore(catch): update to catch2 2.4.2 | Marco Paland | 2018-11-02 | 1 | -334/+389 |
* | feat(printf): added PRINTF_OVERRIDE_LIBC support | Marco Paland | 2018-11-02 | 3 | -2/+46 |
* | refactor(printf): move "printf_config.h" include to header | Marco Paland | 2018-11-02 | 2 | -10/+12 |
* | Merge pull request #34 from farrrb/inject-config-file | Marco Paland | 2018-11-02 | 1 | -17/+35 |
|\ |
|
| * | Added the possibility to inject a config file. | Fabian Zahn | 2018-10-14 | 1 | -17/+35 |
* | | Merge pull request #33 from farrrb/fixed-spelling | Marco Paland | 2018-10-14 | 1 | -30/+30 |
|\ \
| |/
|/| |
|
| * | Fixed spelling and corrected capital letters in titles (https://grammarsherpa... | Fabian Zahn | 2018-10-14 | 1 | -30/+30 |
|/ |
|
* | chore(printf): remove unused flag | Marco Paland | 2018-09-30 | 1 | -1/+0 |
* | chore(catch): update to catch2 2.4.1 | Marco Paland | 2018-09-30 | 1 | -467/+1437 |
* | chore(printf): small improvments | Marco Paland | 2018-09-24 | 1 | -3/+3 |
* | chore(readme): updated readme | Marco Paland | 2018-09-24 | 1 | -1/+2 |
* | feat(printf): add # flag support for %b specifier | Marco Paland | 2018-09-24 | 2 | -1/+7 |
* | fix(printf): fix hash precision | Marco Paland | 2018-09-24 | 1 | -1/+1 |