summaryrefslogtreecommitdiff
path: root/libc/docs/dev
AgeCommit message (Expand)Author
2023-12-04[libc] build with -Werror (#73966)Nick Desaulniers
2023-11-28[libc][docs] Update implementation docs (#73590)michaelrj-google
2023-11-24[libc][NFC] Move float macro into its own header / add target os detection (#...Guillaume Chatelet
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-22[libc] Refactor scanf reader to match printf (#66023)michaelrj-google
2023-09-15[libc] Add a developer doc about adding new config options. (#66432)Siva Chandra
2023-09-13[libc][docs] Printf behavior docMichael Jones
2023-09-02Fix typos in documentationKazu Hirata
2023-08-08[libc][doc] Update macros documentationGuillaume Chatelet
2023-06-26[libc][Obvious] Fix docs warning.Tue Ly
2023-06-16[libc] Add LIBC_INLINE_VAR for inline variablesAlex Brachet
2023-06-12[libc][docs] Add undefined behavior doc to siteMichael Jones
2023-05-06[libc] Fix typos in documentationKazu Hirata
2023-04-24[libc] Fix typos in documentationKazu Hirata
2023-03-15[libc][docs] Add a section about allocations and deallocations to the style doc.Siva Chandra Reddy
2023-03-07[libc] Add a note about using assertions in the libc runtime code.Siva Chandra Reddy
2023-03-03[libc] Make errno an entrypoint.Siva Chandra Reddy
2023-03-02[libc][NFC] Move all developer docs into a sub-directory docs/dev.Siva Chandra Reddy