1. 236af5c [libc] wcscspn implementation (#146158) by sribee8 · 18 minutes ago main
  2. 34e6c8e [libc][obvious] Fixed typos in some wchar headers (#146413) by sribee8 · 20 hours ago
  3. f1f7d9a [libc] wcstok implementation (#145989) by Uzair Nawaz · 23 hours ago
  4. e580413 [libc] implement sigsetjmp for thumb/thumb2/armv7-a (#138147) by Schrodinger ZHU Yifan · 24 hours ago
  5. 00de13d [libc] Efficiently implement 'realloc' for AMDGPU devices (#145960) by Joseph Huber · 27 hours ago
  6. 97c89c7 [libc] Changed CharacterConverter returns (#146130) by sribee8 · 4 days ago
  7. c11750a [libc] Add and use 'cpp::launder' to guard placement new (#146123) by Joseph Huber · 4 days ago
  8. 58ec325 [libc] Implemented wcsnlen (#145610) by sribee8 · 4 days ago
  9. d9dd309 [libc] Fix the risc-v half precison float feature check (#145894) by Hans Wennborg · 5 days ago
  10. b88c8f1 [libc] Improve memcpy for ARM Cortex-M supporting unaligned accesses. (#144872) by Guillaume Chatelet · 5 days ago
  11. 02dd865 [libc] Enable all f16 math functions on the GPU (#145813) by Joseph Huber · 6 days ago
  12. 432de05 [libc] Error fixes for mbrtowc and wcrtomb (#145785) by sribee8 · 6 days ago
  13. ca581f5 [libc] Implemented wctomb (#145554) by Uzair Nawaz · 6 days ago
  14. 69cd9cf [libc] Added isValidState to CharacterConverter class to ensure a provided mbstate is valid (#145564) by Uzair Nawaz · 6 days ago
  15. 12f5b1e [libc] wcpncpy implementation (#145430) by sribee8 · 8 days ago
  16. 6428015 [libc] mbtowc implementation (#145405) by sribee8 · 8 days ago
  17. 718365e [libc] Fix broken links in libc (#145199) by Shubh Pachchigar · 8 days ago
  18. 4f70eba [libc] wcpcpy implementation (#144802) by sribee8 · 8 days ago
  19. 3dc83ee [libc] Fix feature check for riscv (#145169) by Mikhail R. Gadelha · 10 days ago
  20. 79a5aa1 [libc] Implemented wcrtomb internal function and public libc function (#144596) by Uzair Nawaz · 11 days ago
  21. deb10cf [libc] Added closing quote (#145101) by sribee8 · 11 days ago
  22. 8b29138 [libc] mbrtowc implementation (#144760) by sribee8 · 11 days ago
  23. 56baf8d [libc] Reworked CharacterConverter isComplete into isFull and isEmpty (#144799) by Uzair Nawaz · 11 days ago
  24. ff7f3f1 [libc] Use `raise_except_if_required` for log2f. (#144961) by lntue · 12 days ago
  25. e09972e [libc] Skip x87 floating point register and only update mxcsr for x86_64 targets when raising exceptions inside math functions. (#144951) by lntue · 12 days ago
  26. 6647635 [libc] Fix bug in LIBC_CONF_ERRNO_MODE being undefined (#144896) by William Huynh · 12 days ago
  27. 9650f91 [libc][math] Skip setting errno and floating point exception for math functions when LIBC_MATH flag has LIBC_MATH_NO_ERRNO and LIBC_MATH_NO_EXCEPT. (#144920) by lntue · 12 days ago
  28. 9a3b59b [libc] Fix setjmp build order. (#144917) by lntue · 12 days ago
  29. 9aa1b1c Implement `sigsetjmp` and `siglongjmp` for darwin/aarch64 (#139555) by Aly ElAshram · 12 days ago
  30. 66ae6e2 [libc] Internal getrandom implementation (#144427) by sribee8 · 13 days ago
  31. 581c48a [libc][printf] Fix out-of-range shift in float320 printf (#144542) by Simon Tatham · 13 days ago
  32. 1b99bf3 [libc] Moved shared constexpr to the top (#144569) by sribee8 · 14 days ago
  33. 3d71fc6 Fix/reapply "[libc] Migrate stdio tests to ErrnoCheckingTest. (#144134) by Alexey Samsonov · 14 days ago
  34. f9b6c91 Reland "[libc] utf8 to 32 CharacterConverter" (#144450) by sribee8 · 14 days ago
  35. 323133e Revert "[libc] utf8 to 32 CharacterConverter" (#144446) by sribee8 · 2 weeks ago
  36. 7c612f6 [libc] utf8 to 32 CharacterConverter (#143973) by sribee8 · 2 weeks ago
  37. 78ba16e [libc] build fix: always use our char8_t headers even in overlay mode (#144433) by Uzair Nawaz · 2 weeks ago
  38. ad81126 [libc] Implemented CharacterConverter push/pop for utf32->utf8 conversions (#143971) by Uzair Nawaz · 2 weeks ago
  39. 2612fb8 [libc] Change default behaviour of baremetal/printf to use stdout (#143703) by William Huynh · 2 weeks ago
  40. ced0173 [libc] Removed public function calls in table.h (#144168) by sribee8 · 2 weeks ago
  41. a2f7b48 Revert "Turn LIBC_COPT_STRING_UNSAFE_WIDE_READ on by default" (#144167) by Amy Huang · 3 weeks ago
  42. fb9fcf4 Turn LIBC_COPT_STRING_UNSAFE_WIDE_READ on by default (#144163) by Amy Huang · 3 weeks ago
  43. ff75100 [libc] Output all headers with LIBC_CONF_OUTPUT_ALL_HEADERS (#144114) by William Huynh · 3 weeks ago
  44. 9091db2 Fix string_length function so that it always returns. (#144148) by Amy Huang · 3 weeks ago
  45. 418b61e [libc] Fix missing errno include in fuzzer (#144132) by Michael Jones · 3 weeks ago
  46. 6373b3c Revert "Fix/reapply "[libc] Migrate stdio tests to ErrnoCheckingTest."" (#144129) by Alexey Samsonov · 3 weeks ago
  47. eccd608 [libc][NFC] clean internal fd handling (#143991) by Michael Jones · 3 weeks ago
  48. 90b7e68 [libc] Fix bugs found when testing with all headers (#144049) by William Huynh · 3 weeks ago
  49. 4882163 Fix/reapply "[libc] Migrate stdio tests to ErrnoCheckingTest." (#143972) by Alexey Samsonov · 3 weeks ago
  50. 49fc6d3 [libc] Implemented wmemmove (#142245) by Uzair Nawaz · 3 weeks ago
  51. 66dee86 [libc][NFC] Accept doc fix (#143996) by Michael Jones · 3 weeks ago
  52. 7584e43 [libc] Independent strcat/strncat/stpcpy (#142643) by Michael Jones · 3 weeks ago
  53. 5bb0508 [libc] Prevent building wchar on MacOS (#143978) by Uzair Nawaz · 3 weeks ago
  54. 08eb9b0 [libc] Changed mbstate struct (#143942) by sribee8 · 3 weeks ago
  55. 1f64d05 [libc] Implement perror (#143624) by Michael Jones · 3 weeks ago
  56. 986950c [libc] Build fixes for widechar characterconverter (#143805) by Uzair Nawaz · 3 weeks ago
  57. f251db2 [libc][math] Refactor expf implementation to header-only in src/__support/math folder. (#143790) by lntue · 3 weeks ago
  58. 175e071 [libc] Update size_t and ssize_t definitions to use __SIZE_TYPE__ and __PTRDIFF_TYPE__ respectively. (#143921) by lntue · 3 weeks ago
  59. 21a229b [libc] Fix ioctl errno inclusion (#143928) by Michael Jones · 3 weeks ago
  60. 307e26d [libc] add ioctl (#141393) by W. Turner Abney · 3 weeks ago
  61. 055f29a Revert "[libc] Migrate stdio tests to ErrnoCheckingTest." (#143829) by Alexey Samsonov · 3 weeks ago
  62. f22256f Revert "[libc] Fix stdio tests after #143802" (#143824) by Kewen12 · 3 weeks ago
  63. 1b5d80e [libc] Fix stdio tests after #143802 (#143810) by Michael Jones · 3 weeks ago
  64. 07c1b15 [libc] Migrate stdio tests to ErrnoCheckingTest. (#143802) by Alexey Samsonov · 3 weeks ago
  65. 5e53bc1 [libc] Perform bitfield zero initialization wave-parallel (#143607) by Joseph Huber · 3 weeks ago
  66. e6a1e9c [libc][obvious] Changed incorrect type (#143780) by sribee8 · 3 weeks ago
  67. 0b6dd67 [libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTEM to be header-only. (#143187) by lntue · 3 weeks ago
  68. c8c0f90 [libc] Switched calls to inline_memcpy to __builtin_memcpy for wide char utilities (#143011) by Uzair Nawaz · 3 weeks ago
  69. 8a80ad2 [libc] Character converter skeleton class (#143619) by Uzair Nawaz · 3 weeks ago
  70. 383ed10 [libc] Reduce direct use of errno in src/stdlib and src/__support tests. (#143767) by Alexey Samsonov · 3 weeks ago
  71. a0e8b4f [libc] Add NULL macro definitions to header files (#142764) by William · 3 weeks ago
  72. 510c722 [libc][NFC] Remove template from GPU allocator reference counter by Joseph Huber · 3 weeks ago
  73. 3054d97 Disable prctl test when building for arm or riscv. (#143627) by Amy Huang · 3 weeks ago
  74. 2be4a57 [libc] Simplify wcscmp (#143457) by Michael Jones · 3 weeks ago
  75. c7b224d [libc][NFC] Remove unused CMake for gpu math by Joseph Huber · 3 weeks ago
  76. da0ce69 [libc][GPU] clean up includes (#143203) by Michael Jones · 4 weeks ago
  77. 61f5b06 [libc] Missing include in RPC test by Joseph Huber · 4 weeks ago
  78. ac09284 [libc] Add definitions to embedded AArch32/AArch64 (#142597) by William · 4 weeks ago
  79. 789bd4f [libc] Fix missing includes after transitive dependency changed by Joseph Huber · 4 weeks ago
  80. 50f3fa0 [libc] clean up string_utils memory functions (#143031) by Michael Jones · 4 weeks ago
  81. 2afa16f [libc] clean up unused exp_utils (#143181) by Michael Jones · 4 weeks ago
  82. e54a2ca [libc] Cleanup unimplemented math functions (#143173) by Joseph Huber · 4 weeks ago
  83. e27b56f [libc] Correct x86_64 architecture for string(s) tests. (#143150) by lntue · 4 weeks ago
  84. 39b4cdb [libc] Coalesce bitfield access in GPU malloc (#142692) by Joseph Huber · 4 weeks ago
  85. df92296 [libc] Expand usage of libc null checks. (#116262) by Aly ElAshram · 4 weeks ago
  86. 644c27c [libc] wmemchr implementation (#142640) by sribee8 · 4 weeks ago
  87. 00f64ff [libc] wcsncpy implementation (#142237) by sribee8 · 4 weeks ago
  88. f5a9e56 [libc] Also remove _FORTIFY_SOURCE before including <stdlib.h> in overlay mode. (#142647) by lntue · 4 weeks ago
  89. 08268dd [libc] wcscat implementation (#142243) by sribee8 · 4 weeks ago
  90. 81a117b [libc][obvious] fix wchar yaml formatting (#142506) by Michael Jones · 4 weeks ago
  91. 858aea4 [libc] Implemented wcsncmp (#142429) by Uzair Nawaz · 4 weeks ago
  92. 9e1d517 [libc] wcsstr implementation (#142440) by sribee8 · 4 weeks ago
  93. 5d71056 [libc] added nullptr checks for wcspbrk (#142216) by Uzair Nawaz · 4 weeks ago
  94. 24d911f [libc] wcsncat implementation (#142431) by sribee8 · 4 weeks ago
  95. 7c1c135 [libc] Implemented wcsrchr (#142436) by Uzair Nawaz · 4 weeks ago
  96. 9766420 [libc] Implemented wcscmp (#142423) by Uzair Nawaz · 4 weeks ago
  97. 97e9293 [libc] Implemented wmempcpy (#142067) by Uzair Nawaz · 4 weeks ago
  98. d5ab9dc [libc] wcscpy implementation (#142228) by sribee8 · 4 weeks ago
  99. bde5783 [libc][math][c23] Add atanf16() function (#141612) by wldfngrs · 4 weeks ago
  100. ae3302c [libc][obvious] Fixed wchar.yaml (#142238) by sribee8 · 5 weeks ago