summaryrefslogtreecommitdiff
path: root/libc/docs/dev
AgeCommit message (Expand)Author
2025-02-27[libc] implement l64a (#129099)Michael Jones
2025-02-26[libc][hdrgen] Allow to treat hdrgen Python code as a Python module. (#128955)Alexey Samsonov
2025-02-14[libc] Implement strftime (#122556)Michael Jones
2025-01-23[libc][NFC] Strip all training whitespace and missing newlines (#124163)Joseph Huber
2025-01-01[libc] Move hdrgen yaml files into include/ (#121443)Roland McGrath
2024-12-30[libc] Move hdrgen into utils/ subdirectory (#121256)Roland McGrath
2024-12-19[libc] update host build docs (#120147)Michael Jones
2024-12-06[libc] Remove automemcpy folder (#118781)Guillaume Chatelet
2024-12-04[libc] rename newhdrgen to just hdrgen (#118545)Nick Desaulniers
2024-12-03[libc] delete hdrgen (#117220)Nick Desaulniers
2024-09-19[libc] Add printf strerror conversion (%m) (#105891)Michael Jones
2024-08-21[libc][docs] Update docs to reflect new headergen (#102381)Michael Jones
2024-08-09[libc][newhdrgen]sorted function names in yaml (#102544)aaryanshukla
2024-08-06[libc] add spin lock family functions (#100509)Schrodinger ZHU Yifan
2024-08-02[libc] Fix printf handling of INT_MIN width (#101729)Michael Jones
2024-07-28[libc] add pthread_rwlock_clockrdlock and pthread_rwlock_clockwrlock … (#10...Eric977
2024-07-27revert all tid changes (#100915)Schrodinger ZHU Yifan
2024-07-26[libc] Updated GettingStarted.rst with PyYAML version (#100649)RoseZhang03
2024-07-24[libc][newheadergen]: PyYaml Version Update (#100463)aaryanshukla
2024-07-22[libc] Updated header_generation.rst (#99712)RoseZhang03
2024-07-20reland "[libc] implement cached process/thread identity (#98989)" (#99765)Schrodinger ZHU Yifan
2024-07-18Revert "[libc] implement cached process/thread identity" (#99559)Schrodinger ZHU Yifan
2024-07-18[libc] implement cached process/thread identity (#98989)Schrodinger ZHU Yifan
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-07-06[libc] Add `dlfcn.h` placeholder (#97501)Izaak Schroeder
2024-07-03[libc] Add LIBC_NAMESPACE_DECL macro (#97109)PiJoules
2024-04-22[libc][docs] codify Policy on Assembler Sources (#88185)Nick Desaulniers
2024-04-18[libc][docs] adds highlighting languages to `docs/dev/config_options.rst` (#8...Michael Flanders
2024-04-11[libc] Codify header inclusion policy (#87017)Nick Desaulniers
2024-03-29Add bit width length modifier to printf (#82461)Om Prakaash
2024-03-27[libc] Remove obsolete LIBC_HAS_BUILTIN macro (#86554)Marc Auberer
2024-03-25[libc][math][c23] Add {,u}fromfp{,x}{,f,l,f128} functions (#86003)OverMighty
2024-03-19[libc] Make 'printf' converter output "(null)" instead of "null" (#85845)Joseph Huber
2024-03-18[libc] Add `shm_open/shm_unlink` (#84974)Schrodinger ZHU Yifan
2024-02-29[libc][NFC] Rename `LIBC_COMPILER_HAS_FLOAT128` to `LIBC_TYPES_HAS_FLOAT128` ...Guillaume Chatelet
2024-02-29[libc][NFC] rename `float.h` macro file to `types.h` (#83190)Guillaume Chatelet
2024-02-28[libc][docs] Document policy for non-standard func (#83212)Michael Jones
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
2024-01-08Reapply "[libc] build with -Werror (#73966)" (#74506)Nick Desaulniers
2023-12-05[libc] [search] improve hsearch robustness (#73896)Schrodinger ZHU Yifan
2023-12-04Revert "[libc] build with -Werror (#73966)"Nick Desaulniers
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