abi.cc -> abi_type.cc
[musl-tables] / data / posix2008.bugs
index 2f09d4b..412b73d 100644 (file)
@@ -47,3 +47,14 @@ http://pubs.opengroup.org/onlinepubs/9699919799/functions/syslog.html
 
 duplocale example typo: '}'
 
+fputc('x',stdin) should be explicitly ub
+
+unspecified: owner thread of locked recursive/errorchecking mutex exits,
+then another thread with same thread id locks it again
+
+scandir: cmp type (qsort cannot be used), non-total order?
+
+pow: iso c cases:
+ pow((+-)0, y) returns (+-)(inf) and raises the ''divide-by-zero'' floating-point exception for y an odd integer < 0.
+ pow((+-)0, y) returns +(inf) and raises the ''divide-by-zero'' floating-point exception for y < 0 and not an odd integer.
+"For y < 0, if x is zero, .. +-HUGE_VAL .." should be "For y < 0, if x is +-0,"