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