aboutsummaryrefslogtreecommitdiff
path: root/libc/test
AgeCommit message (Expand)AuthorFilesLines
2025-07-02Revert "Fix wcpncpy() return value; add test." (#146752)Michael Jones1-9/+0
2025-07-02Fix wcpncpy() return value; add test.enh-google1-0/+9
2025-07-02[libc] Fix internal alignment in allcoator (#146738)Joseph Huber2-2/+3
2025-07-02[libc] Efficiently implement `aligned_alloc` for AMDGPU (#146585)Joseph Huber2-0/+44
2025-07-01[libc] wcscspn implementation (#146158)sribee82-0/+77
2025-06-30[libc] wcstok implementation (#145989)Uzair Nawaz2-0/+191
2025-06-30[libc] Efficiently implement 'realloc' for AMDGPU devices (#145960)Joseph Huber2-0/+59
2025-06-27[libc] Changed CharacterConverter returns (#146130)sribee81-5/+6
2025-06-27[libc] Implemented wcsnlen (#145610)sribee82-0/+66
2025-06-25[libc] Error fixes for mbrtowc and wcrtomb (#145785)sribee83-23/+83
2025-06-25[libc] Implemented wctomb (#145554)Uzair Nawaz2-0/+84
2025-06-25[libc] Added isValidState to CharacterConverter class to ensure a provided mb...Uzair Nawaz1-0/+42
2025-06-23[libc] wcpncpy implementation (#145430)sribee82-0/+94
2025-06-23[libc] mbtowc implementation (#145405)sribee82-0/+167
2025-06-23[libc] wcpcpy implementation (#144802)sribee82-0/+60
2025-06-20[libc] Implemented wcrtomb internal function and public libc function (#144596)Uzair Nawaz2-0/+107
2025-06-20[libc] mbrtowc implementation (#144760)sribee82-0/+186
2025-06-20[libc] Reworked CharacterConverter isComplete into isFull and isEmpty (#144799)Uzair Nawaz2-30/+38
2025-06-19Implement `sigsetjmp` and `siglongjmp` for darwin/aarch64 (#139555)Aly ElAshram1-1/+1
2025-06-17Fix/reapply "[libc] Migrate stdio tests to ErrnoCheckingTest. (#144134)Alexey Samsonov13-77/+85
2025-06-17Reland "[libc] utf8 to 32 CharacterConverter" (#144450)sribee83-3/+208
2025-06-16Revert "[libc] utf8 to 32 CharacterConverter" (#144446)sribee83-208/+3
2025-06-16[libc] utf8 to 32 CharacterConverter (#143973)sribee83-3/+208
2025-06-16[libc] Implemented CharacterConverter push/pop for utf32->utf8 conversions (#...Uzair Nawaz3-0/+197
2025-06-16[libc] Removed public function calls in table.h (#144168)sribee81-1/+3
2025-06-13[libc] Output all headers with LIBC_CONF_OUTPUT_ALL_HEADERS (#144114)William Huynh1-1/+1
2025-06-13Revert "Fix/reapply "[libc] Migrate stdio tests to ErrnoCheckingTest."" (#144...Alexey Samsonov13-84/+77
2025-06-13[libc] Fix bugs found when testing with all headers (#144049)William Huynh1-1/+1
2025-06-13Fix/reapply "[libc] Migrate stdio tests to ErrnoCheckingTest." (#143972)Alexey Samsonov13-77/+84
2025-06-13[libc] Implemented wmemmove (#142245)Uzair Nawaz2-0/+121
2025-06-12[libc] Implement perror (#143624)Michael Jones2-0/+44
2025-06-12[libc] Fix ioctl errno inclusion (#143928)Michael Jones2-2/+3
2025-06-12[libc] add ioctl (#141393)W. Turner Abney4-0/+96
2025-06-11Revert "[libc] Migrate stdio tests to ErrnoCheckingTest." (#143829)Alexey Samsonov13-52/+59
2025-06-11Revert "[libc] Fix stdio tests after #143802" (#143824)Kewen124-4/+0
2025-06-11[libc] Fix stdio tests after #143802 (#143810)Michael Jones4-0/+4
2025-06-11[libc] Migrate stdio tests to ErrnoCheckingTest. (#143802)Alexey Samsonov13-59/+52
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue152-439/+427
2025-06-11[libc] Reduce direct use of errno in src/stdlib and src/__support tests. (#14...Alexey Samsonov13-86/+24
2025-06-10Disable prctl test when building for arm or riscv. (#143627)Amy Huang2-0/+7
2025-06-06[libc] Missing include in RPC testJoseph Huber1-0/+1
2025-06-06[libc] Correct x86_64 architecture for string(s) tests. (#143150)lntue1-1/+2
2025-06-04[libc] Expand usage of libc null checks. (#116262)Aly ElAshram14-3/+131
2025-06-03[libc] wmemchr implementation (#142640)sribee82-0/+102
2025-06-03[libc] wcsncpy implementation (#142237)sribee82-0/+76
2025-06-03[libc] wcscat implementation (#142243)sribee82-0/+57
2025-06-02[libc] Implemented wcsncmp (#142429)Uzair Nawaz2-0/+179
2025-06-02[libc] wcsstr implementation (#142440)sribee82-0/+123
2025-06-02[libc] added nullptr checks for wcspbrk (#142216)Uzair Nawaz1-0/+10
2025-06-02[libc] wcsncat implementation (#142431)sribee82-0/+92