Stephan Vedder cc210361d6 wchar support il y a 6 ans
..
expected cc210361d6 wchar support il y a 6 ans
stdio 8d40424020 Added freopen() and relevant tests il y a 7 ans
stdlib 776491bae9 implement mktemp il y a 6 ans
string e91891625f * add strtok_r il y a 7 ans
unistd 42a6693a0b unistd: fix off-by-one in getopt() il y a 7 ans
wchar cc210361d6 wchar support il y a 6 ans
.gitignore cc210361d6 wchar support il y a 6 ans
Makefile cc210361d6 wchar support il y a 6 ans
alloc.c 742339ca9e Hacky version of memalign il y a 7 ans
args.c dd847cc67e Return with 0 in all tests il y a 7 ans
asctime.c ff37adeeba add asctime il y a 7 ans
assert.c 441bf9f00b Add the few last things to get gcc_complete working il y a 6 ans
atof.c a95a034219 Fix issues by adding support for floating point values in va_list il y a 7 ans
atoi.c ec288a1b53 Add ctype functions and atoi/atol il y a 7 ans
brk.c dd847cc67e Return with 0 in all tests il y a 7 ans
chdir.c dd847cc67e Return with 0 in all tests il y a 7 ans
create.c bf987098dc Use openlibm il y a 7 ans
ctype.c 46fe488e05 Merge branch 'master' into master il y a 7 ans
dup.c dd847cc67e Return with 0 in all tests il y a 7 ans
error.c dd847cc67e Return with 0 in all tests il y a 7 ans
exec.c 2f6467bce6 Fix test warning il y a 6 ans
fchdir.c dd847cc67e Return with 0 in all tests il y a 7 ans
fcntl.c dd847cc67e Return with 0 in all tests il y a 7 ans
fsync.c dd847cc67e Return with 0 in all tests il y a 7 ans
ftruncate.c dd847cc67e Return with 0 in all tests il y a 7 ans
getc_unget.c b0492eba84 Added some tests for stdio il y a 7 ans
gethostname.c 9de73d0e5b Add uname and gethostname il y a 6 ans
getid.c dd847cc67e Return with 0 in all tests il y a 7 ans
gmtime.c 8015878a73 use static variable for gmtime il y a 7 ans
link.c dd847cc67e Return with 0 in all tests il y a 7 ans
locale.c 0a3c8abe95 Fix setlocale return value il y a 6 ans
math.c dd847cc67e Return with 0 in all tests il y a 7 ans
mem.c dd847cc67e Return with 0 in all tests il y a 7 ans
pipe.c dd847cc67e Return with 0 in all tests il y a 7 ans
printf.c 0cabecd5b5 stdio, string, platform: fix a bug in printf() involving chars il y a 6 ans
rename.c 1b653c4e60 Update ralloc, fix invalid c++ names il y a 6 ans
rmdir.c dd847cc67e Return with 0 in all tests il y a 7 ans
scanf.c 829bc64ad6 Remove unused import from test il y a 6 ans
setid.c dd847cc67e Return with 0 in all tests il y a 7 ans
setjmp.c 4e99b55417 Implement basic setjmp using musl's awesome existing code il y a 6 ans
sleep.c dd847cc67e Return with 0 in all tests il y a 7 ans
sprintf.c 75920d2c12 Add implementations of sprintf and snprintf il y a 7 ans
time.c 1ecd5f8f21 Implement clock() and add CLOCK_* constants il y a 6 ans
unlink.c dd847cc67e Return with 0 in all tests il y a 7 ans
waitpid.c c568ca2932 test cleanup il y a 7 ans
write.c bf987098dc Use openlibm il y a 7 ans