freebsd-dev/tools/regression/lib/libc
Jilles Tjoelker ef70de180c libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a).
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.
2013-09-06 13:47:16 +00:00
..
gen fnmatch(): Add test for r254091 (pattern with single backslash). 2013-08-11 21:54:20 +00:00
locale Add libiconv based versions of *c16*() and *c32*(). 2013-06-03 17:17:56 +00:00
net Add regression tests for ethers(3) functions, including new _r variants. 2007-05-13 14:03:21 +00:00
nss Restore "all rights reserved" (spelled correctly). This was actually part of the standard text of the license which I did not realize prior. 2013-06-17 20:27:20 +00:00
regex
resolv Non-void function should return a value. 2012-11-20 19:23:44 +00:00
stdio libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a). 2013-09-06 13:47:16 +00:00
stdlib
string Allow strerror(0) and strerror_r(0, ...). 2011-04-05 21:56:05 +00:00