freebsd-dev/tools/regression/lib
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
..
libc Return -1 instead of 0 upon reaching EOF. This is somewhat ill-advised 2009-04-06 13:50:04 +00:00
libmp Rename all symbols in libmp(3) to mp_*, just like Solaris. 2009-02-26 21:43:15 +00:00
libutil #ifdef out the lock-against-self test. I'm not sure it makes sense, and 2008-10-20 17:26:30 +00:00
msun Add tests for conj{,f,l}() that I wrote some time ago. These test the 2009-01-31 18:31:57 +00:00