bugs: remove invalid tre bug
authornsz <nsz@port70.net>
Sat, 23 Feb 2013 01:50:05 +0000 (01:50 +0000)
committernsz <nsz@port70.net>
Sat, 23 Feb 2013 01:50:05 +0000 (01:50 +0000)
musl/bugs.html

index 155b3f4..bd9163f 100644 (file)
 <li>posix: remquo: quo is not specified when the return value is nan only if y is zero
 <li>posix: yn(n,0) is incorrect for negative n: "If x is 0.0, -HUGE_VAL shall be returned"
 <li>broken bre support in tre
-<li>wchar_t is assumed to be signed in tre (so it is broken on arm)
 <li>broken random in all bsd libc and glibc (bad seed, ub signed int arithmetics)
 <li>search.h implementation bugs in bsd libc and glibc (stack overflow, hsearch crashes on glibc)
 <li>several libm bugs in glibc, fdlibm (freebsd, openbsd, bionic,..)