-
-
Notifications
You must be signed in to change notification settings - Fork 72
Pull requests: charlesnicholson/nanoprintf
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fix for accessing string content when precision is 0.
#253
by DeanoBurrito
Contributor
was merged Jan 11, 2024
Loading…
snprintf truncate behavior by default
#256
by charlesnicholson
Owner
was merged Jan 13, 2024
Loading…
fix fractional floating point values on platforms where unsigned < 64 bits
#220
by mateoconlechuga
Contributor
was merged Jul 29, 2022
Loading…
fixed: the '0' flag must be ignored in case of nan/inf (or error)
#289
by stefano-zanotti-88
Contributor
was closed May 5, 2025
Loading…
option to disable the '#' flag
#288
by stefano-zanotti-88
Contributor
was closed May 5, 2025
Loading…
Fixed wrong sign for negative zero
#290
by stefano-zanotti-88
Contributor
was closed May 4, 2025
Loading…
Config flags for alternate form specifier
#
#304
by charlesnicholson
Owner
was merged May 4, 2025
Loading…
cmake: don't use &&, use multiple COMMAND elements
#307
by charlesnicholson
Owner
was merged May 5, 2025
Loading…
Honor field-width / precision for %c and %s
#308
by charlesnicholson
Owner
was merged May 5, 2025
Loading…
Less surprising UB for width/precision associated to %c %s %%
#292
by stefano-zanotti-88
Contributor
was closed May 5, 2025
Loading…
parse the %e, %E, %a, %A format specifiers instead of just ignoring them. can't print them yet.
#224
by charlesnicholson
Owner
was merged Sep 20, 2022
Loading…
C99 allows trailing commas in enums. clean up the API whitespace, clarify license in comments
#225
by charlesnicholson
Owner
was merged Sep 20, 2022
Loading…
parse %g and %G, they don't format but they end up in the spec struct
#226
by charlesnicholson
Owner
was merged Sep 20, 2022
Loading…
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.