Marat Safin 8015878a73 use static variable for gmtime 7 年 前
..
expected 42a6693a0b unistd: fix off-by-one in getopt() 7 年 前
stdio 8d40424020 Added freopen() and relevant tests 7 年 前
stdlib a24f537a38 test 7 年 前
string e91891625f * add strtok_r 7 年 前
unistd 42a6693a0b unistd: fix off-by-one in getopt() 7 年 前
.gitignore 2b21dca567 add gmtime and difftime 7 年 前
Makefile 2b21dca567 add gmtime and difftime 7 年 前
alloc.c 742339ca9e Hacky version of memalign 7 年 前
args.c dd847cc67e Return with 0 in all tests 7 年 前
atof.c a95a034219 Fix issues by adding support for floating point values in va_list 7 年 前
atoi.c ec288a1b53 Add ctype functions and atoi/atol 7 年 前
brk.c dd847cc67e Return with 0 in all tests 7 年 前
chdir.c dd847cc67e Return with 0 in all tests 7 年 前
create.c bf987098dc Use openlibm 7 年 前
ctype.c 46fe488e05 Merge branch 'master' into master 7 年 前
dup.c dd847cc67e Return with 0 in all tests 7 年 前
error.c dd847cc67e Return with 0 in all tests 7 年 前
fchdir.c dd847cc67e Return with 0 in all tests 7 年 前
fcntl.c dd847cc67e Return with 0 in all tests 7 年 前
fsync.c dd847cc67e Return with 0 in all tests 7 年 前
ftruncate.c dd847cc67e Return with 0 in all tests 7 年 前
getc_unget.c b0492eba84 Added some tests for stdio 7 年 前
getid.c dd847cc67e Return with 0 in all tests 7 年 前
gmtime.c 8015878a73 use static variable for gmtime 7 年 前
link.c dd847cc67e Return with 0 in all tests 7 年 前
math.c dd847cc67e Return with 0 in all tests 7 年 前
mem.c dd847cc67e Return with 0 in all tests 7 年 前
pipe.c dd847cc67e Return with 0 in all tests 7 年 前
printf.c 5520526bef Implement printf (very simple version) 7 年 前
rename.c 57a17cb05f stdio: Implement rename 7 年 前
rmdir.c dd847cc67e Return with 0 in all tests 7 年 前
setid.c dd847cc67e Return with 0 in all tests 7 年 前
sleep.c dd847cc67e Return with 0 in all tests 7 年 前
sprintf.c 75920d2c12 Add implementations of sprintf and snprintf 7 年 前
time.c 58b2b64183 add clock_gettime and time 7 年 前
unlink.c dd847cc67e Return with 0 in all tests 7 年 前
waitpid.c c568ca2932 test cleanup 7 年 前
write.c bf987098dc Use openlibm 7 年 前