update tables for 0.9.10
[musl-tables] / data / posix2008.bugs
index 065556d..232ba51 100644 (file)
@@ -34,3 +34,14 @@ http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html
 
 gets "get a string from a .I stdin stream"
 http://pubs.opengroup.org/onlinepubs/9699919799/functions/gets.html
+
+quo is not specified when the return value is nan only if y is zero
+http://pubs.opengroup.org/onlinepubs/9699919799/functions/remquo.html
+
+"If x is 0.0, -HUGE_VAL shall be returned" is specified for y0,y1,yn
+but yn(1,x) == -yn(-1,x) so this is incorrect mathematically
+http://pubs.opengroup.org/onlinepubs/9699919799/functions/yn.html
+
+what if syslog fails (bad printf args..)
+http://pubs.opengroup.org/onlinepubs/9699919799/functions/syslog.html
+