summaryrefslogtreecommitdiff
path: root/libc/include
AgeCommit message (Expand)Author
2025-07-01[libc] wcscspn implementation (#146158)sribee8
2025-06-30[libc] wcstok implementation (#145989)Uzair Nawaz
2025-06-30[libc] implement sigsetjmp for thumb/thumb2/armv7-a (#138147)Schrodinger ZHU Yifan
2025-06-27[libc] Implemented wcsnlen (#145610)sribee8
2025-06-25[libc] Implemented wctomb (#145554)Uzair Nawaz
2025-06-23[libc] wcpncpy implementation (#145430)sribee8
2025-06-23[libc] mbtowc implementation (#145405)sribee8
2025-06-23[libc] wcpcpy implementation (#144802)sribee8
2025-06-20[libc] Implemented wcrtomb internal function and public libc function (#144596)Uzair Nawaz
2025-06-20[libc] mbrtowc implementation (#144760)sribee8
2025-06-13[libc] Fix bugs found when testing with all headers (#144049)William Huynh
2025-06-13[libc] Implemented wmemmove (#142245)Uzair Nawaz
2025-06-12[libc] Implement perror (#143624)Michael Jones
2025-06-12[libc] Build fixes for widechar characterconverter (#143805)Uzair Nawaz
2025-06-12[libc] Update size_t and ssize_t definitions to use __SIZE_TYPE__ and __PTRDI...lntue
2025-06-12[libc] add ioctl (#141393)W. Turner Abney
2025-06-11[libc] Add NULL macro definitions to header files (#142764)William
2025-06-06[libc] Add definitions to embedded AArch32/AArch64 (#142597)William
2025-06-03[libc] wmemchr implementation (#142640)sribee8
2025-06-03[libc] wcsncpy implementation (#142237)sribee8
2025-06-03[libc] wcscat implementation (#142243)sribee8
2025-06-02[libc][obvious] fix wchar yaml formatting (#142506)Michael Jones
2025-06-02[libc] Implemented wcsncmp (#142429)Uzair Nawaz
2025-06-02[libc] wcsstr implementation (#142440)sribee8
2025-06-02[libc] wcsncat implementation (#142431)sribee8
2025-06-02[libc] Implemented wcsrchr (#142436)Uzair Nawaz
2025-06-02[libc] Implemented wcscmp (#142423)Uzair Nawaz
2025-06-02[libc] Implemented wmempcpy (#142067)Uzair Nawaz
2025-06-02[libc] wcscpy implementation (#142228)sribee8
2025-06-01[libc][math][c23] Add atanf16() function (#141612)wldfngrs
2025-05-30[libc][obvious] Fixed wchar.yaml (#142238)sribee8
2025-05-30[libc] wmemcpy implementation (#142070)sribee8
2025-05-30[libc] Implemented wcspbrk (#142040)Uzair Nawaz
2025-05-30[libc] wcsspn implementation (#142034)sribee8
2025-05-29[libc] wmemcmp implementation (#141880)sribee8
2025-05-29[libc] Implemented wmemset and added tests (#141691)Uzair Nawaz
2025-05-28WCSChr Implementation (#141690)sribee8
2025-05-13[libc] Enable utimes function for riscv (#139181)Mikhail R. Gadelha
2025-05-13[libc] Enable poll function for riscv (#139180)Mikhail R. Gadelha
2025-05-13[libc] Add `struct entry` definition in addition to `ENTRY` according to POSI...lntue
2025-05-09[libc][uefi] add crt1 (#132150)Tristan Ross
2025-05-08[libc][math] Implement double precision acos correctly rounded for all roundi...lntue
2025-05-06stdlib.yaml: qsort_r() is in POSIX 2024 (aka issue 8). (#138572)enh-google
2025-05-04[libc] implement sigsetjmp/siglongjmp for riscv (#137992)Schrodinger ZHU Yifan
2025-04-29[libc] implement aarch64 sigsetjmp (#136706)Schrodinger ZHU Yifan
2025-04-29Reland "[libc] build fix for sigsetjmp (#137047)" (#137214)Schrodinger ZHU Yifan
2025-04-28[libc] Update assert for C23 (#137402)Michael Jones
2025-04-25[libc][stdfix] Implement `idivfx` functions in LLVM libc (#133005)Krishna Pandey
2025-04-25[libc][math][c23] Add atanhf16 C23 math function. (#132612)Harrison Hao
2025-04-24[libc][math][c23] Add acospif16() function (#134664)Anton