1
0
Fork 0
Commit Graph

46 Commits (d3b984684bb8a8bdc48cc7a1abecb93ce59bbe3e)

Author SHA1 Message Date
Marco Paland d3b984684b chore(readme): 2020 announcement 5 years ago
Marco Paland f30c9ac5c9 chore(readme): fixed space 6 years ago
Marco Paland b65be838b2 chore(printf): minor cleanup 6 years ago
Marco Paland 1e288944e4 chore(readme): update readme to exp support 6 years ago
Marco Paland b20ddfb40f chore(readme): added the Hatchling platform as using project 6 years ago
Martijn Jasperse 0fea7e5ae4 Fixed whitespace, added %e/%g to README.md 6 years ago
Marco Paland 80b42fef5f fix(printf): fixed support of NaN
(hot) fixes #37
6 years ago
Marco Paland d974b16eac fix(readme): fixed compiler switch comment 6 years ago
Marco Paland 3f162dbdd3 chore(readme): updated readme 6 years ago
Marco Paland d46b3d2b25 chore(printf): cleanup secure strlen() function, added test cases 6 years ago
Marco Paland 0d641bcd9c Merge remote-tracking branch 'origin/master' 7 years ago
Marco Paland 075da98cb2 chore(readme): updated readme 7 years ago
Marco Paland 29d136d88d chore(readme): update readme 7 years ago
Marco Paland 735abbca13 fix(readme): updated compiler switches 7 years ago
Marco Paland 54dfd18543 feat(printf): added PRINTF_OVERRIDE_LIBC support
Fixes #16
7 years ago
Fabian Zahn 1552c5856e Fixed spelling and corrected capital letters in titles (https://grammarsherpa.wordpress.com/2011/08/13/capital-letters-in-titles-headline-styling/). 7 years ago
Marco Paland 3df03358b7 chore(readme): updated readme 7 years ago
Marco Paland c235b5cd6e chore(readme): update readme 7 years ago
Marco Paland e6b5331a36 fix(printf): fix floating point precision limit
Return the correct count of precision digits now. Fixes #22
7 years ago
Marco Paland 61de9c0cb0 chore(readme): update readme 7 years ago
Marco Paland a50f1a8369 test(test_suite): modified fctprintf() test case
Renamed 'user' to 'arg'
7 years ago
Sebastian Goll d40951182f feat(printf): add user pointer to fctprintf()
Arbitrary user data can be passed to output function
7 years ago
Marco Paland 0116b74916 refactor(printf): changed oprintf() to fctprintf()
fctprintf() is more descriptive for its operation
7 years ago
Marco Paland 24c460b977 feat(printf): added new oprintf() function
Write formatted output directly to given output function
7 years ago
Marco Paland a6e81f9c59 test(test_suite): added more `float` test cases 7 years ago
Marco Paland ee383ad5c7 fix(printf): use C conform `NULL` instead of C++ `nullptr`
Fixes #14
7 years ago
Marco Paland bb5a8af507 feat(printf): added support for %h, %hh, %j and %t length modifiers
- Renamed compiler switches
- Minor cleanup
Closes #12
7 years ago
Marco Paland 33f10559d6 refactor(printf): usage of (buffer) output routine, fixes return value
Buffer for printf is no longer needed, chars are directly written now.
Return value is specification conform now.
Fixes #11
7 years ago
Marco Paland 2bdef77da4 chore(readme): updated readme 7 years ago
Marco Paland 98e9b0dab6 chore(travis): removed coveralls support 7 years ago
Marco Paland e15b4f1f6b chore(travis): support for codecov.io 7 years ago
Marco Paland d8c07bbc8c chore(readme): updated readme 7 years ago
Marco Paland 53cde39d6b docs(readme): added 'z' length specifier 7 years ago
Marco Paland a0af9125e8 Updated readme 8 years ago
Marco Paland 5da5ac6cdd Update readme 8 years ago
Marco Paland 7936fc34c4 Changed printf.cpp to printf.c to be usable with 'C'-compilers
closes #1
8 years ago
Marco Paland 922e66d85f Updated readme 8 years ago
Marco Paland 5813e52e3f Fix compiler/coverity warnings, add test cases 8 years ago
Marco Paland 4995a4f703 Update readme 8 years ago
Marco Paland 59eabf489d Added travis, coveralls and coverity support 8 years ago
Marco Paland 569de268ca Updated readme 8 years ago
Marco Paland c250b510ef Updated readme 8 years ago
Marco Paland 0835e7ed98 Updated readme 8 years ago
Marco Paland 8917d48da5 Update 10 years ago
Marco Paland e7bb35b6ac Initial version 11 years ago
Marco Paland d70d71ddd8 Initial commit 11 years ago