aboutsummaryrefslogtreecommitdiffstats
path: root/printf.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the comment about the return value for snprintf and vsnprintf (issue #45)Vedran Grudenic2019-04-051-2/+3
|
* feat(printf): added vprintf() supportMarco Paland2019-03-251-1/+12
| | | Closes #43
* change(printf): removed PRINTF_OVERRIDE_LIBC optionMarco Paland2018-11-151-34/+10
| | | Removed the PRINTF_OVERRIDE_LIBC option. Basically this it not necessary and the ptintf() macro define can be used all the time.
* feat(printf): added PRINTF_OVERRIDE_LIBC supportMarco Paland2018-11-021-1/+24
| | | Fixes #16
* refactor(printf): move "printf_config.h" include to headerMarco Paland2018-11-021-0/+7
| | | | Necessary because PRINTF_OVERRIDE_LIBC is needed in header Closes #4
* chore(printf): update commentsMarco Paland2018-06-051-2/+2
|
* test(test_suite): modified fctprintf() test caseMarco Paland2018-06-051-1/+1
| | | Renamed 'user' to 'arg'
* feat(printf): add user pointer to fctprintf()Sebastian Goll2018-06-021-1/+2
| | | | Arbitrary user data can be passed to output function
* refactor(printf): changed oprintf() to fctprintf()Marco Paland2018-05-181-1/+1
| | | fctprintf() is more descriptive for its operation
* feat(printf): added new oprintf() functionMarco Paland2018-05-151-1/+11
| | | Write formatted output directly to given output function
* fix(printf): move <stddef.h> to headerMarco Paland2018-05-061-0/+1
| | | Fixes #13
* feat(printf): add vsnprintf functionMarco Paland2018-04-201-6/+8
| | | fixes #5
* docs(printf): update docs and usageMarco Paland2018-04-191-7/+7
|
* Fixed param commentMarco Paland2017-11-211-1/+0
|
* Updated license infoMarco Paland2017-11-131-1/+0
|
* Changed _putchar() to void, changed format to CRLFMarco Paland2017-11-131-76/+87
|
* Changed yearMarco Paland2017-10-131-1/+2
|
* Clean up, fixed some compiling issuesMarco Paland2015-10-011-1/+1
|
* Initial versionMarco Paland2014-10-041-0/+75