Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | fix(printf): fix argument name in output function wrapper | Marco Paland | 2018-06-05 | 1 | -1/+1 | |
| | ||||||
* | test(test_suite): modified fctprintf() test case | Marco Paland | 2018-06-05 | 4 | -9/+16 | |
| | | | Renamed 'user' to 'arg' | |||||
* | Merge pull request #18 from sgoll/fctprintf-user-data | Marco Paland | 2018-06-05 | 3 | -10/+14 | |
|\ | | | | | feat(printf): add user pointer to fctprintf() | |||||
| * | feat(printf): add user pointer to fctprintf() | Sebastian Goll | 2018-06-02 | 3 | -10/+14 | |
|/ | | | | Arbitrary user data can be passed to output function | |||||
* | refactor(printf): changed oprintf() to fctprintf() | Marco Paland | 2018-05-18 | 4 | -6/+6 | |
| | | | fctprintf() is more descriptive for its operation | |||||
* | refactor(printf): use output function wrapping struct | Marco Paland | 2018-05-16 | 1 | -2/+8 | |
| | ||||||
* | feat(printf): added new oprintf() function | Marco Paland | 2018-05-15 | 4 | -4/+41 | |
| | | | Write formatted output directly to given output function | |||||
* | fix(printf): pass dummy buffer for printf to _vsnprintf instead of NULL | Marco Paland | 2018-05-13 | 2 | -7/+23 | |
| | | | Fixes #15 | |||||
* | test(test_suite): added more `float` test cases | Marco Paland | 2018-05-12 | 2 | -1/+28 | |
| | ||||||
* | fix(printf): use C conform `NULL` instead of C++ `nullptr` | Marco Paland | 2018-05-12 | 2 | -5/+6 | |
| | | | Fixes #14 | |||||
* | fix(printf,test_suite): fix compiler warnings | Marco Paland | 2018-05-11 | 2 | -6/+6 | |
| | ||||||
* | feat(printf): added support for %h, %hh, %j and %t length modifiers | Marco Paland | 2018-05-11 | 3 | -52/+106 | |
| | | | | | - Renamed compiler switches - Minor cleanup Closes #12 | |||||
* | Merge branch 'out_function' | Marco Paland | 2018-05-11 | 3 | -96/+112 | |
|\ | ||||||
| * | fix(printf): use null output function for nullptr buffer | Marco Paland | 2018-05-08 | 1 | -1/+13 | |
| | | | | | | Improving #11 | |||||
| * | refactor(printf): usage of (buffer) output routine, fixes return value | Marco Paland | 2018-05-08 | 3 | -99/+103 | |
|/ | | | | | 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 | 2 | -1/+1 | |
| | | | Fixes #13 | |||||
* | chore(readme): updated readme | Marco Paland | 2018-04-20 | 1 | -2/+2 | |
| | ||||||
* | fix(printf): fixed floating point sign handling | Marco Paland | 2018-04-20 | 2 | -4/+22 | |
| | ||||||
* | chore(travis): removed coveralls support | Marco Paland | 2018-04-20 | 2 | -7/+0 | |
| | ||||||
* | chore(codecov): added codecov config | Marco Paland | 2018-04-20 | 1 | -0/+2 | |
| | ||||||
* | chore(travis): support for codecov.io | Marco Paland | 2018-04-20 | 2 | -0/+5 | |
| | ||||||
* | chore(readme): updated readme | Marco Paland | 2018-04-20 | 1 | -31/+45 | |
| | ||||||
* | fix(test_suite): fixed test cases | Marco Paland | 2018-04-20 | 1 | -5/+5 | |
| | ||||||
* | chore(printf): update comments | Marco Paland | 2018-04-20 | 1 | -3/+3 | |
| | ||||||
* | feat(printf): add vsnprintf function | Marco Paland | 2018-04-20 | 2 | -19/+30 | |
| | | | fixes #5 | |||||
* | docs(printf): update docs and usage | Marco Paland | 2018-04-19 | 1 | -7/+7 | |
| | ||||||
* | refactor(printf): improved _strlen() function | Marco Paland | 2018-04-19 | 1 | -7/+6 | |
| | ||||||
* | Merge branch 'snprintf_fix' | Marco Paland | 2018-04-19 | 2 | -39/+107 | |
|\ | ||||||
| * | fix(printf): fix snprintf buffer termination | Marco Paland | 2018-04-19 | 2 | -6/+66 | |
| | | | | | | Fixes #7 (partly) | |||||
| * | fix(printf): fixed conversion buffer handling | Marco Paland | 2018-04-18 | 2 | -33/+41 | |
|/ | | | Added according test cases | |||||
* | Merge branch 'size_t_specifier_support' | Marco Paland | 2018-04-17 | 3 | -1/+21 | |
|\ | ||||||
| * | test(test_suite): added 'z' test cases | Marco Paland | 2018-04-17 | 1 | -1/+16 | |
| | | ||||||
| * | docs(readme): added 'z' length specifier | Marco Paland | 2018-04-17 | 1 | -0/+1 | |
| | | ||||||
| * | cleanup(printf): don't use fixed size for long type | Marco Paland | 2018-04-17 | 1 | -3/+3 | |
| | | ||||||
| * | Merge pull request #10 from Leandros/size_t_support | Marco Paland | 2018-04-17 | 1 | -0/+4 | |
|/| | | | | | add support for size_t flag: %zd/%zu |