summaryrefslogtreecommitdiff
path: root/Tests/LibC
AgeCommit message (Expand)Author
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
2021-09-17LibC: Implement towctransTim Schumacher
2021-09-17LibC: Implement iswctypeTim Schumacher
2021-09-17LibC: Implement wctransTim Schumacher
2021-09-17LibC: Implement wctypeTim Schumacher
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-09-05Tests: Reduce the execution time of the LibC TestQSort testBrian Gianforcaro
2021-09-01Tests: Convert remaining LibC tests to LibTestAndrew Kaster
2021-08-26Tests: Test setjmp/sigsetjmp LibC functionsJean-Baptiste Boric
2021-07-14Tests: Fix compile errors on ClangDaniel Bertalan
2021-07-11Userland+Tests: Convert test_io to be LibTest basedAndrew Kaster
2021-07-07Tests: Build all tests on x86_64Gunnar Beutner
2021-07-06Tests+Base: Convert stack-smash to be LibTest based and stop skipping itAndrew Kaster
2021-05-25LibC: Implement strerror_r()Gunnar Beutner
2021-05-19Tests: static vs non-static constexpr variablesLenny Maiorani
2021-05-16AK: Turn ByteBuffer into a value typeGunnar Beutner
2021-05-14LibC: Move mman.h to sys/mman.hJean-Baptiste Boric
2021-05-14LibC: Do not include errno.h inside unistd.hJean-Baptiste Boric
2021-05-12Tests: Add InodeWatcher and FileWatcher testssin-ack
2021-05-06Tests: Establish root Tests directory, move Userland/Tests thereBrian Gianforcaro
2020-08-02Tests: Build automatically, fix compilation errorsBen Wiederhake
2020-08-01Kernel+LibC: Implement 'memmem'AnotherTest
2020-07-03LibC: Replace Berkley's qsort() with AK::dual_pivot_quick_sort() wrapperSahan Fernando
2020-05-11LibC: strtod accuracy tests no longer need to skipBen Wiederhake