1
0
Fork 0
Commit Graph

57 Commits (e15b4f1f6bf2240970368b246b8e5a19a58e6e58)
 

Author SHA1 Message Date
Marco Paland e15b4f1f6b chore(travis): support for codecov.io 7 years ago
Marco Paland d8c07bbc8c chore(readme): updated readme 7 years ago
Marco Paland 5a1780b72b fix(test_suite): fixed test cases 7 years ago
Marco Paland 8db261eed6 chore(printf): update comments 7 years ago
Marco Paland cd4481a6f2 feat(printf): add vsnprintf function
fixes #5
7 years ago
Marco Paland 0e2a4175f6 docs(printf): update docs and usage 7 years ago
Marco Paland 8c3713c4b6 refactor(printf): improved _strlen() function 7 years ago
Marco Paland 6f249a2814 Merge branch 'snprintf_fix' 7 years ago
Marco Paland d74ad73009 fix(printf): fix snprintf buffer termination
Fixes #7 (partly)
7 years ago
Marco Paland dd8432003c fix(printf): fixed conversion buffer handling
Added according test cases
7 years ago
Marco Paland ca6e7e5291 Merge branch 'size_t_specifier_support' 7 years ago
Marco Paland 281e44d53b test(test_suite): added 'z' test cases 7 years ago
Marco Paland 53cde39d6b docs(readme): added 'z' length specifier 7 years ago
Marco Paland b618f2c550 cleanup(printf): don't use fixed size for long type 7 years ago
Marco Paland 3a924ada73
Merge pull request #10 from Leandros/size_t_support
add support for size_t flag: %zd/%zu
7 years ago
Arvid Gerstmann 422b420b4d add support for size_t flag: %zd 7 years ago
Marco Paland 896b2ce07b chore(catch): update to catch v2.2.2 7 years ago
Marco Paland f65dd08b1a Fixed 64 bit %p testcase, again 8 years ago
Marco Paland c355eaa2b0 Fixed 64 bit pointer casting 8 years ago
Marco Paland 002234f209 Merge branch 'no_ntoa_template' 8 years ago
Marco Paland cb7d11a542 Code cleanup 8 years ago
Marco Paland 9902170763 Return %p values in upper case, fixed %p 64 bit support 8 years ago
Marco Paland 2b3f3c1306 Removed ftoa NaN check
NaN check may not work with optimizing compilers. Use your implementation specific NaN check if necessary
8 years ago
Marco Paland c6c8d96420 Updated comments 8 years ago
Marco Paland 7158a6f50f Added pointer testcase 8 years ago
Marco Paland 9b7cc4837c Fixed param comment 8 years ago
Marco Paland 80dd57309a Code cleanup 8 years ago
Marco Paland 6e0f97d33d Updated license info 8 years ago
Marco Paland a0af9125e8 Updated readme 8 years ago
Marco Paland ebe4998712 linguist should ignore 'test' path 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 65b9a297d3 Changed _putchar() to void, changed format to CRLF 8 years ago
Marco Paland b5b539d814 Added more test cases 8 years ago
Marco Paland 4c48045bff Convert _ntoa template in discrete functions
This reduces the compiled size and makes this file 'c' compatible
8 years ago
Marco Paland aa47054dd8 Add 'bool' type support 8 years ago
Marco Paland 06b080dc45 Added test cases to improve coverage tests 8 years ago
Marco Paland 922e66d85f Updated readme 8 years ago
Marco Paland c25e65ff3e Merge branch 'travis' 8 years ago
Marco Paland 5813e52e3f Fix compiler/coverity warnings, add test cases 8 years ago
Marco Paland e50beaa69e Fixed compiler warnings 8 years ago
Marco Paland f54e549e4b Changed coverity key 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 896376f4a8 Several bug fixes 8 years ago
Marco Paland 3ad5b3d005 Changed year 8 years ago
Marco Paland ccaef5d677 Added more test cases 8 years ago
Marco Paland 0835e7ed98 Updated readme 8 years ago