Mateusz Tabaka 021a8e00fc Fix stdio/scanf test case 3 éve
..
all.c 9aac2672e3 Fix few warnings 5 éve
buffer.c 9a0ea6ff34 tests: More refactoring, add helper header to every test, override exit for better error reporting 5 éve
fgets.c 513f4ba53c tests: Documentation for test_helpers.h, more refactoring 5 éve
fputs.c 513f4ba53c tests: Documentation for test_helpers.h, more refactoring 5 éve
fputs.out 5b6b11cb65 Fix panic in fwrite 6 éve
fread.c 513f4ba53c tests: Documentation for test_helpers.h, more refactoring 5 éve
fread.in dd711f4dee Fix bug in fread 6 éve
freopen.c b623e245c0 Make freopen reset the stream orientation. 4 éve
fscanf.c 92d6735e3f Add more scanf tests 4 éve
fscanf_offby1.c 1b131b8c60 Test off by one bug in vfscanf 4 éve
fseek.c a92be000fb tests: Even more work on error handling 5 éve
fwrite.c 513f4ba53c tests: Documentation for test_helpers.h, more refactoring 5 éve
fwrite.out 5b6b11cb65 Fix panic in fwrite 6 éve
getc_unget.c 9a0ea6ff34 tests: More refactoring, add helper header to every test, override exit for better error reporting 5 éve
mutex.c 513f4ba53c tests: Documentation for test_helpers.h, more refactoring 5 éve
popen.c 2d027f0771 tests: More work on error handling 5 éve
printf.c aec4a84e90 Include stdlib.h so free() can be used 4 éve
printf_neg_pad.c 7eba6d88df Add test for negative pad stupport in printf 4 éve
printf_space_pad.c a39447e6a4 Test printf space padding regression 4 éve
rename.c a92be000fb tests: Even more work on error handling 5 éve
scanf.c 021a8e00fc Fix stdio/scanf test case 3 éve
setvbuf.c 9a0ea6ff34 tests: More refactoring, add helper header to every test, override exit for better error reporting 5 éve
sprintf.c 9a0ea6ff34 tests: More refactoring, add helper header to every test, override exit for better error reporting 5 éve
stdio.in afc1ff134a Rewrite IO to use core-io library 6 éve
tempnam.c 3584edf199 stdio: implement tempnam() and tmpnam() 5 éve
tmpnam.c 3584edf199 stdio: implement tempnam() and tmpnam() 5 éve
ungetc_ftell.c 6fba592fdb Implement regression test for ftell-ungetc bug 4 éve
ungetc_multiple.c 49dec86a5d Unit test arbitrarily long ungetc() 4 éve