Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integrate tools/regression/lib/libc/stdio into the FreeBSD test suite | ngie | 2015-11-08 | 1 | -187/+0 |
| | | | | | | | | | | | as lib/libc/tests/stdio - Fix some whitespace - Convert the testcases to ATF - Convert "/dev/null" to _PATH_DEVNULL MFC after: 1 week Sponsored by: EMC / Isilon Storage Division | ||||
* | Regression tests for r197752 (handling of empty/NULL buffers). | das | 2009-10-04 | 1 | -1/+20 |
| | |||||
* | Return -1 instead of 0 upon reaching EOF. This is somewhat ill-advised | das | 2009-04-06 | 1 | -2/+2 |
| | | | | | | | | 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@ | ||||
* | Tests for getdelim(). | das | 2009-02-28 | 1 | -0/+168 |