Jeremy Soller 52e02286f2 Merge branch 'master' of https://gitlab.redox-os.org/redox-os/relibc 6 лет назад
..
expected 52e02286f2 Merge branch 'master' of https://gitlab.redox-os.org/redox-os/relibc 6 лет назад
stdio 8d40424020 Added freopen() and relevant tests 7 лет назад
stdlib 776491bae9 implement mktemp 6 лет назад
string d3f6985ee9 Add a few things necessary for openssl (not all) 6 лет назад
unistd 42a6693a0b unistd: fix off-by-one in getopt() 7 лет назад
wchar cc210361d6 wchar support 6 лет назад
.gitignore 52e02286f2 Merge branch 'master' of https://gitlab.redox-os.org/redox-os/relibc 6 лет назад
Makefile 52e02286f2 Merge branch 'master' of https://gitlab.redox-os.org/redox-os/relibc 6 лет назад
alloc.c 742339ca9e Hacky version of memalign 7 лет назад
args.c dd847cc67e Return with 0 in all tests 7 лет назад
asctime.c ff37adeeba add asctime 7 лет назад
assert.c 441bf9f00b Add the few last things to get gcc_complete working 6 лет назад
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 лет назад
exec.c 2f6467bce6 Fix test warning 6 лет назад
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 лет назад
gethostname.c 9de73d0e5b Add uname and gethostname 6 лет назад
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 лет назад
locale.c 0a3c8abe95 Fix setlocale return value 6 лет назад
localtime.c a9ea2ef64e Fixup time & support negative & mktime 6 лет назад
math.c dd847cc67e Return with 0 in all tests 7 лет назад
mem.c dd847cc67e Return with 0 in all tests 7 лет назад
mktime.c 5f098c89c3 Add more tests for mktime and localtime 6 лет назад
pipe.c dd847cc67e Return with 0 in all tests 7 лет назад
printf.c 0cabecd5b5 stdio, string, platform: fix a bug in printf() involving chars 7 лет назад
rename.c 1b653c4e60 Update ralloc, fix invalid c++ names 6 лет назад
rmdir.c dd847cc67e Return with 0 in all tests 7 лет назад
scanf.c 829bc64ad6 Remove unused import from test 6 лет назад
setid.c dd847cc67e Return with 0 in all tests 7 лет назад
setjmp.c 4e99b55417 Implement basic setjmp using musl's awesome existing code 6 лет назад
sleep.c dd847cc67e Return with 0 in all tests 7 лет назад
sprintf.c 75920d2c12 Add implementations of sprintf and snprintf 7 лет назад
strings.c d3f6985ee9 Add a few things necessary for openssl (not all) 6 лет назад
system.c c2cdb451f5 Add system 6 лет назад
time.c 1ecd5f8f21 Implement clock() and add CLOCK_* constants 7 лет назад
unlink.c dd847cc67e Return with 0 in all tests 7 лет назад
waitpid.c c568ca2932 test cleanup 7 лет назад
write.c bf987098dc Use openlibm 7 лет назад