opnsense-src/tools/regression/lib/libc/stdio
David Schultz 6685ac34d9 Return -1 instead of 0 upon reaching EOF. This is somewhat ill-advised
because it means getdelim() returns -1 for both error and EOF, and
never returns 0. However, this is what the original GNU	implementation
does, and POSIX inherited the bug.

Reported by:	marcus@
2009-04-06 13:50:04 +00:00
..
Makefile Tests for getdelim(). 2009-02-28 06:39:39 +00:00
test-getdelim.c Return -1 instead of 0 upon reaching EOF. This is somewhat ill-advised 2009-04-06 13:50:04 +00:00
test-perror.c Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-perror.t Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-print-positional.c Add some regression tests for printf() with positional arguments. 2008-06-29 21:03:14 +00:00
test-printbasic.c Add a file containing tests for simple format specifiers. 2009-02-28 06:37:10 +00:00
test-printfloat.c Test wprintf() in addition to printf(). 2009-01-31 18:32:39 +00:00
test-printfloat.t Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
test-scanfloat.c Regression tests for bugs in gdtoa. 2008-09-03 07:35:14 +00:00
test-scanfloat.t Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00