summaryrefslogtreecommitdiff
path: root/Tests/LibC
AgeCommit message (Expand)Author
2022-04-14Tests: Add a test for printf truncationTim Schumacher
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-24Userland+Tests: Convert File::read_link() from String to ErrorOr<String>Kenneth Myhra
2022-03-08LibC: Set `saved_str` to null in strtok_r if no tokens were foundDaniel Bertalan
2022-03-08Tests: Include limits.h for PATH_MAX in realpath testsTim Schumacher
2022-03-08Tests: Include limits.h for MB_LEN_MAX in wchar testsTim Schumacher
2022-03-02AK: Print NaN and infinite numbers in PrintfImplementationPeter Ross
2022-03-02LibC: Set PRI[xX]8/PRI[xX]16 macros to `x` and `X`Peter Ross
2022-02-28AK: Add tests for integer values formatting in printfTimur Sultanov
2022-02-20LibC: Do not write value when scanf assignment value is suppressedPeter Ross
2022-02-20LibC: Do not include suppressed assignments in scanf return valuePeter Ross
2022-02-13Tests: Add test for LibC mkdir()Max Wipfli
2022-01-25LibC: Ensure most time tests run under UTCTimothy Flynn
2022-01-25LibC: Implement tzset with time zone awareness in accordance with POSIXTimothy Flynn
2022-01-16Tests: Test whether stdio streams are flushed correctly on exitDaniel Bertalan
2022-01-16LibC: Make `*alloc` return `NULL` in case of failure (POSIX)Michel Hermier
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2022-01-02LibC: Support `X` modifier for `scanf`Jesse Buhagiar
2021-12-23LibC: Allow multiple includes of `<assert.h>`Michel Hermier
2021-12-19LibTest: Add `EXPECT_CRASH_WITH_SIGNAL`Michel Hermier
2021-12-19Tests: Add test for `raise`Michel Hermier
2021-12-19Tests: Add test for `assert`Michel Hermier
2021-12-19Tests: Add test for `abort`Michel Hermier
2021-10-24LibC: Fix `%n` conversion specifier in scanf() formatJelle Raaijmakers
2021-10-24Tests: Print full 32-byte range of values in TestScanfJelle Raaijmakers
2021-10-24Tests: Reword 'output' to 'return value' in TestScanfJelle Raaijmakers
2021-10-24Tests: Use correct argument count for value conformance in TestScanfJelle Raaijmakers
2021-10-24Tests: Only test truthiness for iswctypeTim Schumacher
2021-10-24Tests: Use proper comparison macros for wctypeTim Schumacher
2021-10-22LibC: Fix up mblenTim Schumacher
2021-10-22LibC: Fix up mbtowcTim Schumacher
2021-10-21LibC: Implement mbsnrtowcsTim Schumacher
2021-10-21LibC: Implement wcsnrtombsTim Schumacher
2021-10-21LibC: Implement mbrlenTim Schumacher
2021-10-17LibC: Implement wcslcpyDaniel Bertalan
2021-10-15LibC: Implement mbsrtowcsTim Schumacher
2021-10-15LibC: Implement wcsrtombsTim Schumacher
2021-10-15LibC: Implement wcrtombDaniel Bertalan
2021-10-15LibC: Implement twalkTim Schumacher
2021-10-15LibC: Implement tfind and tsearchTim Schumacher
2021-10-04Everywhere: Fix more Copyright header inconsistenciesTim Schumacher
2021-10-03Tests: Add tests for mbrtowcTim Schumacher
2021-10-03Tests: Add a test for mbsinitTim Schumacher
2021-10-03LibC: Implement wmemmoveTim Schumacher
2021-10-03LibC: Implement wmemsetTim Schumacher
2021-10-03LibC: Implement wmemcpyTim Schumacher
2021-10-03LibC: Implement wmemchrTim Schumacher
2021-10-03LibC: Implement wcsstrTim Schumacher
2021-10-03LibC: Implement wcspbrkTim Schumacher
2021-09-18LibC: Primitively implement wcscollTim Schumacher