aboutsummaryrefslogtreecommitdiff
path: root/libc/test
AgeCommit message (Expand)AuthorFilesLines
2022-11-29[libc] Fix test not including 'free'Joseph Huber1-0/+1
2022-11-17[libc] add scanf entrypointsMichael Jones3-0/+128
2022-11-16[libc] remove mem functions dead codeGuillaume Chatelet3-367/+0
2022-11-15[libc] disable flakey testsMichael Jones1-0/+4
2022-11-15[libc] cleanup changes to gettimeofday.Raman Tenneti1-13/+17
2022-11-15[libc] re-enable assertMichael Jones1-3/+1
2022-11-15[libc][math] Improve the performance and error printing of UInt.Tue Ly1-0/+40
2022-11-11[libc] Implement gettimeofdayRaman Tenneti2-0/+56
2022-11-07[libc][obvious] fix tests using wrong size for stringMichael Jones1-2/+2
2022-11-07[libc] add scanf string convertersMichael Jones2-0/+308
2022-11-07[libc] add scanf readerMichael Jones2-0/+84
2022-11-07[libc] Add implementation of getc, getc_unlocked and fgetc_unlocked.Siva Chandra Reddy3-27/+129
2022-11-07[libc] Add implementations of ftell.Siva Chandra Reddy3-3/+85
2022-11-07[libc][obvious] fix printf failing to stop on %\0Michael Jones2-0/+26
2022-11-04[libc] Add implementation of setbuf and setvbuf.Siva Chandra Reddy3-0/+206
2022-11-04[libc] Convert the api-test in to an integration test.Siva Chandra Reddy1-39/+20
2022-11-02[libc] Add implementation of ungetc.Siva Chandra Reddy2-0/+75
2022-11-02[libc] Improve testing of mem functionsGuillaume Chatelet8-318/+310
2022-11-01[libc][Obvious] Fix a typo in a CMake file.Siva Chandra Reddy1-1/+1
2022-11-01[libc] Skip setjmp tests under sanitizers.Siva Chandra Reddy1-0/+5
2022-11-01[libc] Add x86_64 implementation of setjmp and longjmp.Siva Chandra Reddy3-0/+44
2022-10-31[libc][math] Add place-holder implementation for pow function.Tue Ly2-0/+50
2022-10-31[libc][math] Add place-holder implementation for asin to unblock demo examples.Tue Ly2-0/+54
2022-10-31[libc] Implement getoptAlex Brachet2-0/+182
2022-10-29[libc] Fix the return value of fread and fwrite.Siva Chandra Reddy1-0/+38
2022-10-28[libc] add locale free strcollMichael Jones2-0/+40
2022-10-28[libc][obvious] fix scanf parser testMichael Jones1-12/+4
2022-10-28[libc] add scanf parser and core utilitiesMichael Jones4-33/+802
2022-10-28[libc] add features to bitsetMichael Jones1-0/+121
2022-10-27[libc] add fgetsMichael Jones2-0/+105
2022-10-27Revert "[libc] Implement getopt"Alex Brachet2-182/+0
2022-10-27[libc] Implement getoptAlex Brachet2-0/+182
2022-10-25[libc] Enable a few entrypoints on aarch64 already available on x86_64.Siva Chandra1-1/+1
2022-10-25[libc] Add Linux implementations of time and clock functions.Siva Chandra Reddy3-0/+70
2022-10-24[libc] Add implementation of difftime function.Raman Tenneti2-0/+50
2022-10-24[libc] Use cpp::byte instead of char in mem* functionsGuillaume Chatelet2-10/+15
2022-10-24[libc] Fix broken tests on arm32Guillaume Chatelet1-1/+1
2022-10-24[libc] mem* framework v3Guillaume Chatelet2-0/+453
2022-10-22[libc] Add cpp::byteGuillaume Chatelet2-0/+54
2022-10-22[libc] Add implementation of fgetc.Siva Chandra Reddy2-0/+67
2022-10-22[libc] Add select.h and the implementation of the select function for Linux.Siva Chandra Reddy5-0/+109
2022-10-20[libc][obvious] fix comparison test cmakeMichael Jones1-1/+1
2022-10-20Revert D136292 "[libc] mem* framework v3"Guillaume Chatelet2-421/+0
2022-10-20[libc] mem* framework v3Guillaume Chatelet2-0/+421
2022-10-20[libc][NFC] add missing static qualifiers in testsGuillaume Chatelet2-3/+3
2022-10-20[libc][NFC] remove unneeded -lpthread for utils_testGuillaume Chatelet1-1/+0
2022-10-18[libc] Add implementation of sigaltstack for linux.Siva Chandra Reddy2-0/+93
2022-10-18[libc][Obvious] Skip some termios tests when there no is /dev/tty.Siva Chandra Reddy1-2/+5
2022-10-18[libc] Add termios.h and the implementation of functions declared in it.Siva Chandra Reddy3-0/+84
2022-10-18[libc][NFC] Cleanup and document utils.hGuillaume Chatelet2-55/+28