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