1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected 1 day ago.
Sep 16, 2025 — Sep 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix unused warning for printf's stdout_putf() More... about 12 years ago
fix gcc warnings More... about 12 years ago
work-around gcc 4.9 demotion to signed More... about 12 years ago
remove pointless test More... about 12 years ago
let gcc warn when printf params types don't match format More... about 12 years ago
set explicit C linkage More... about 12 years ago
add doc specific to tfp_format More... about 12 years ago
add snprintf/vsnprintf/vsprintf + tests More... about 12 years ago
update doc for long long + size_t support More... about 12 years ago
test that tinyprintf compiles with various TINYPRINTF_* combinations More... about 12 years ago
allow to selectively compile-in printf/sprintf More... about 12 years ago
rename printf.* -> tinyprintf.* More... about 12 years ago
moving tests to new test/ subdir More... about 12 years ago
Merge github.com:nmlgc/tinyprintf More... about 12 years ago
add support for z (size_t) modifier More... about 12 years ago
minor const-ness fix More... about 12 years ago
Move the putcf type definition to the header file More... about 12 years ago
Update the header file to reflect the changes since the original release More... about 12 years ago
Fix spelling errors in the header file More... about 12 years ago
C89 conformance More... about 12 years ago
fix gcc signedness warning More... over 13 years ago
simple tests More... over 13 years ago
limited support for %x.y integer modifiers. More... over 13 years ago
support %-Ns format More... over 13 years ago
support %p format More... over 13 years ago
optional long long int support More... over 13 years ago
shrink size of param struct More... over 13 years ago
move PRINTF_LONG_SUPPORT config to .c More... over 13 years ago
LICENSE: Add BSD-new license More... about 14 years ago
Merge pull request #3 from PetteriAimonen/master More... over 14 years ago