Marco Paland
|
d12e52be4c
|
fix(printf): pass dummy buffer for printf to _vsnprintf instead of NULL
Fixes #15
|
7 years ago |
Marco Paland
|
a6e81f9c59
|
test(test_suite): added more `float` test cases
|
7 years ago |
Marco Paland
|
277aa259fc
|
fix(printf,test_suite): fix compiler warnings
|
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
|
85dc7cf074
|
fix(printf): fixed floating point sign handling
|
7 years ago |
Marco Paland
|
5a1780b72b
|
fix(test_suite): fixed test cases
|
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
|
281e44d53b
|
test(test_suite): added 'z' test cases
|
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
|
7158a6f50f
|
Added pointer testcase
|
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
|
b5b539d814
|
Added more test cases
|
8 years ago |
Marco Paland
|
06b080dc45
|
Added test cases to improve coverage tests
|
8 years ago |
Marco Paland
|
5813e52e3f
|
Fix compiler/coverity warnings, add test cases
|
8 years ago |
Marco Paland
|
ccaef5d677
|
Added more test cases
|
8 years ago |
Marco Paland
|
6eb828eb3a
|
Added initial test cases
|
8 years ago |