Document various post-P bionic changes.
Historically we haven't documented many behavioral changes, but it's
probably useful to record that information before it's lost (even if,
long term, it might be more useful in the man pages or the doc comments).
Bug: N/A
Test: N/A
Change-Id: Iaa4f651fd6576298d848894b61285ef95879deb9
diff --git a/docs/status.md b/docs/status.md
index e41baa6..c8c06c6 100644
--- a/docs/status.md
+++ b/docs/status.md
@@ -40,6 +40,12 @@
New libc functions in Q (API level 29):
* `timespec_get` (C11 `<time.h>` addition)
* `res_randomid` (in `<resolv.h>`)
+ * `pthread_sigqueue` (GNU extension)
+
+New libc behavior in Q (API level 29):
+ * Whole printf family now supports the GNU `%m` extension, rather than a special-case hack in `syslog`
+ * `popen` now always uses `O_CLOEXEC`, not just with the `e` extension
+ * Bug fixes to handling of UTF-8 U+fffe/U+ffff and code points above U+10ffff
New libc functions in P (API level 28):
* `__freading`/`__fwriting` (completing <stdio_ext.h>)