summaryrefslogtreecommitdiff
path: root/libc/docs/dev/printf_behavior.rst
AgeCommit message (Expand)Author
2025-01-23[libc][NFC] Strip all training whitespace and missing newlines (#124163)Joseph Huber
2024-09-19[libc] Add printf strerror conversion (%m) (#105891)Michael Jones
2024-08-02[libc] Fix printf handling of INT_MIN width (#101729)Michael Jones
2024-03-29Add bit width length modifier to printf (#82461)Om Prakaash
2024-03-19[libc] Make 'printf' converter output "(null)" instead of "null" (#85845)Joseph Huber
2024-02-27[libc] Add fixed point support to printf (#82707)Michael Jones
2024-02-23[libc][NFC] Remove all trailing spaces from libc (#82831)Joseph Huber
2024-01-25[libc] Move printf long double to simple calc (#75414)michaelrj-google
2023-09-22[libc] Refactor scanf reader to match printf (#66023)michaelrj-google
2023-09-13[libc][docs] Printf behavior docMichael Jones