Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integrate tools/regression/lib/libc/stdio into the FreeBSD test suite | ngie | 2015-11-08 | 1 | -113/+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 | ||||
* | libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a). | jilles | 2013-09-06 | 1 | -0/+113 |
Austin Group issue #411 requires 'e' to be accepted before and after 'x', and encourages accepting the characters in any order, except the initial 'r', 'w' or 'a'. Given that glibc accepts the characters after r/w/a in any order and that diagnosing this problem may be hard, change our libc to behave that way as well. |