Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented custom log10/pow in _etoa to eliminate dependency on <math.h> ↵ | Martijn Jasperse | 2019-02-03 | 1 | -13/+36 |
| | | | | for %E format | ||||
* | 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 |
| | | | | Adding %E/%G test cases to suite | ||||
* | 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): fixed support of NaN | Marco Paland | 2019-01-26 | 3 | -3/+17 |
| | | | (hot) fixes #37 | ||||
* | Merge pull request #32 from embeddedartistry/master | Marco Paland | 2019-01-26 | 1 | -1/+1 |
|\ | | | | | Address warnings in printf.c | ||||
| * | 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 |
| | | | Fixes #39, references #19 | ||||
* | 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 |
| | | | missing function argument | ||||
* | added length limit for _strlen | cz7asm | 2018-12-05 | 1 | -2/+4 |
| | | | I wanted the limit specifier for strings (e.g. "%16.s") to be usable in situations when zero termination isn't guaranteed. As a simple fix I added lenght limitation to _strlen. | ||||
* | 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 |
|/ | | | Removed the PRINTF_OVERRIDE_LIBC option. Basically this it not necessary and the ptintf() macro define can be used all the time. | ||||
* | 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 |
| | | | Fixes #16 | ||||
* | refactor(printf): move "printf_config.h" include to header | Marco Paland | 2018-11-02 | 2 | -10/+12 |
| | | | | Necessary because PRINTF_OVERRIDE_LIBC is needed in header Closes #4 | ||||
* | 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. | ||||
| * | 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 |
|\ \ | |/ |/| | chore(readme): fixed spelling and corrected capital letters in titles | ||||
| * | Fixed spelling and corrected capital letters in titles ↵ | Fabian Zahn | 2018-10-14 | 1 | -30/+30 |
|/ | | | | (https://grammarsherpa.wordpress.com/2011/08/13/capital-letters-in-titles-headline-styling/). | ||||
* | chore(printf): remove unused flag | Marco Paland | 2018-09-30 | 1 | -1/+0 |
| | | | Credit goes to @phillipjohnston | ||||
* | 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 |
| | | | Closes #29 | ||||
* | fix(printf): fix hash precision | Marco Paland | 2018-09-24 | 1 | -1/+1 |
| | | | Fixes #31 | ||||
* | chore(readme): update readme | Marco Paland | 2018-09-14 | 1 | -2/+2 |
| | |||||
* | fix(printf): ignore 0 flag for integers if precision is specified | Marco Paland | 2018-09-14 | 2 | -0/+11 |
| | | | Fixes #27 | ||||
* | fix(printf): zero precision and zero value hash problem | Marco Paland | 2018-09-14 | 2 | -3/+27 |
| | | | Fixes #26 | ||||
* | fix(printf): fix negative argument precision | Marco Paland | 2018-09-14 | 2 | -1/+5 |
| | | | Fixes #25 | ||||
* | fix(printf): fix broken right-padding in _ftoa | Marco Paland | 2018-09-14 | 2 | -1/+9 |
| | | | Fixes #24 | ||||
* | fix(printf): fix trailing field width in itoa conversion | Marco Paland | 2018-08-21 | 2 | -1/+15 |
| | | | Fixes #21 | ||||
* | fix(printf): fix floating point precision limit | Marco Paland | 2018-08-21 | 3 | -9/+29 |
| | | | Return the correct count of precision digits now. Fixes #22 | ||||
* | chore(readme): update readme | Marco Paland | 2018-08-02 | 1 | -1/+16 |
| | |||||
* | fix(printf): change char* to void* pointer to avoid cast-align trouble | Marco Paland | 2018-08-01 | 1 | -6/+6 |
| | | | Closes #17 again | ||||
* | fix(test_suite): fix vsnprint() mocking | Marco Paland | 2018-06-24 | 1 | -11/+20 |
| | | | Using a structure as va_arg stack mock is too architecture dependent, using a regular va_list now instead. | ||||
* | fix(printf): suppress terminating \0 in printf() output | Marco Paland | 2018-06-24 | 2 | -2/+5 |
| | | | Closes #19 | ||||
* | fix(printf): fix 'expression is constant' warning | Marco Paland | 2018-06-15 | 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 |
| | |||||
* | chore(printf): update comments | Marco Paland | 2018-06-05 | 1 | -2/+2 |
| |