Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove stale tools/regression directory that should have been deleted | ngie | 2015-12-05 | 1 | -113/+0 |
| | | | | | | in r291840 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. |