aboutsummaryrefslogtreecommitdiff
path: root/libc/docs/dev
AgeCommit message (Expand)AuthorFilesLines
2025-06-23[libc] Fix broken links in libc (#145199)Shubh Pachchigar1-3/+4
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue1-2/+2
2025-05-14[libc] Fix typos in documentation (#139852)Kazu Hirata2-2/+2
2025-02-27[libc] implement l64a (#129099)Michael Jones1-0/+13
2025-02-26[libc][hdrgen] Allow to treat hdrgen Python code as a Python module. (#128955)Alexey Samsonov1-7/+6
2025-02-14[libc] Implement strftime (#122556)Michael Jones1-0/+37
2025-01-23[libc][NFC] Strip all training whitespace and missing newlines (#124163)Joseph Huber2-3/+3
2025-01-01[libc] Move hdrgen yaml files into include/ (#121443)Roland McGrath1-3/+3
2024-12-30[libc] Move hdrgen into utils/ subdirectory (#121256)Roland McGrath2-23/+14
2024-12-19[libc] update host build docs (#120147)Michael Jones1-0/+1
2024-12-06[libc] Remove automemcpy folder (#118781)Guillaume Chatelet1-2/+1
2024-12-04[libc] rename newhdrgen to just hdrgen (#118545)Nick Desaulniers2-39/+33
2024-12-03[libc] delete hdrgen (#117220)Nick Desaulniers1-3/+0
2024-09-19[libc] Add printf strerror conversion (%m) (#105891)Michael Jones1-0/+12
2024-08-21[libc][docs] Update docs to reflect new headergen (#102381)Michael Jones6-75/+19
2024-08-09[libc][newhdrgen]sorted function names in yaml (#102544)aaryanshukla1-0/+2
2024-08-06[libc] add spin lock family functions (#100509)Schrodinger ZHU Yifan1-0/+8
2024-08-02[libc] Fix printf handling of INT_MIN width (#101729)Michael Jones1-4/+8
2024-07-28[libc] add pthread_rwlock_clockrdlock and pthread_rwlock_clockwrlock … (#10...Eric9771-0/+5
2024-07-27revert all tid changes (#100915)Schrodinger ZHU Yifan1-23/+0
2024-07-26[libc] Updated GettingStarted.rst with PyYAML version (#100649)RoseZhang031-1/+1
2024-07-24[libc][newheadergen]: PyYaml Version Update (#100463)aaryanshukla1-1/+2
2024-07-22[libc] Updated header_generation.rst (#99712)RoseZhang031-85/+164
2024-07-20reland "[libc] implement cached process/thread identity (#98989)" (#99765)Schrodinger ZHU Yifan1-0/+23
2024-07-18Revert "[libc] implement cached process/thread identity" (#99559)Schrodinger ZHU Yifan1-23/+0
2024-07-18[libc] implement cached process/thread identity (#98989)Schrodinger ZHU Yifan1-0/+23
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek1-7/+7
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini1-7/+7
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek1-7/+7
2024-07-06[libc] Add `dlfcn.h` placeholder (#97501)Izaak Schroeder1-0/+4
2024-07-03[libc] Add LIBC_NAMESPACE_DECL macro (#97109)PiJoules3-6/+42
2024-04-22[libc][docs] codify Policy on Assembler Sources (#88185)Nick Desaulniers1-0/+41
2024-04-18[libc][docs] adds highlighting languages to `docs/dev/config_options.rst` (#8...Michael Flanders1-9/+7
2024-04-11[libc] Codify header inclusion policy (#87017)Nick Desaulniers1-0/+33
2024-03-29Add bit width length modifier to printf (#82461)Om Prakaash1-0/+4
2024-03-27[libc] Remove obsolete LIBC_HAS_BUILTIN macro (#86554)Marc Auberer1-1/+1
2024-03-25[libc][math][c23] Add {,u}fromfp{,x}{,f,l,f128} functions (#86003)OverMighty1-0/+8
2024-03-19[libc] Make 'printf' converter output "(null)" instead of "null" (#85845)Joseph Huber2-0/+9
2024-03-18[libc] Add `shm_open/shm_unlink` (#84974)Schrodinger ZHU Yifan1-0/+4
2024-02-29[libc][NFC] Rename `LIBC_COMPILER_HAS_FLOAT128` to `LIBC_TYPES_HAS_FLOAT128` ...Guillaume Chatelet1-1/+1
2024-02-29[libc][NFC] rename `float.h` macro file to `types.h` (#83190)Guillaume Chatelet1-1/+1
2024-02-28[libc][docs] Document policy for non-standard func (#83212)Michael Jones1-1/+2
2024-02-27[libc] Add fixed point support to printf (#82707)Michael Jones1-0/+12
2024-02-23[libc][NFC] Remove all trailing spaces from libc (#82831)Joseph Huber3-4/+4
2024-01-25[libc] Move printf long double to simple calc (#75414)michaelrj-google1-6/+17
2024-01-08Reapply "[libc] build with -Werror (#73966)" (#74506)Nick Desaulniers1-0/+8
2023-12-05[libc] [search] improve hsearch robustness (#73896)Schrodinger ZHU Yifan1-0/+7
2023-12-04Revert "[libc] build with -Werror (#73966)"Nick Desaulniers1-8/+0
2023-12-04[libc] build with -Werror (#73966)Nick Desaulniers1-0/+8
2023-11-28[libc][docs] Update implementation docs (#73590)michaelrj-google5-67/+100