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