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