Age | Commit message (Expand) | Author |
---|---|---|
2021-10-22 | LibC: Fix up mblen | Tim Schumacher |
2021-10-22 | LibC: Fix up mbtowc | Tim Schumacher |
2021-10-21 | LibC: Implement mbsnrtowcs | Tim Schumacher |
2021-10-21 | LibC: Implement wcsnrtombs | Tim Schumacher |
2021-10-21 | LibC: Implement mbrlen | Tim Schumacher |
2021-10-17 | LibC: Implement wcslcpy | Daniel Bertalan |
2021-10-15 | LibC: Implement mbsrtowcs | Tim Schumacher |
2021-10-15 | LibC: Implement wcsrtombs | Tim Schumacher |
2021-10-15 | LibC: Implement wcrtomb | Daniel Bertalan |
2021-10-04 | Everywhere: Fix more Copyright header inconsistencies | Tim Schumacher |
2021-10-03 | Tests: Add tests for mbrtowc | Tim Schumacher |
2021-10-03 | Tests: Add a test for mbsinit | Tim Schumacher |
2021-10-03 | LibC: Implement wmemmove | Tim Schumacher |
2021-10-03 | LibC: Implement wmemset | Tim Schumacher |
2021-10-03 | LibC: Implement wmemcpy | Tim Schumacher |
2021-10-03 | LibC: Implement wmemchr | Tim Schumacher |
2021-10-03 | LibC: Implement wcsstr | Tim Schumacher |
2021-10-03 | LibC: Implement wcspbrk | Tim Schumacher |
2021-09-18 | LibC: Primitively implement wcscoll | Tim Schumacher |