4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 20:39:33 +08:00

Document support of printf %m conversion flag.

This commit is contained in:
Yaakov Selkowitz 2012-01-13 10:01:12 +00:00
parent df3da8e12e
commit e83fe04100

View File

@ -44,6 +44,9 @@ What's new:
- dlopen now supports the Glibc-specific RTLD_NODELETE and RTLD_NOOPEN flags.
- The printf and wprintf families of functions now support the %m conversion
flag.
- Execed processes now inherit the children of their predecessor.
- Fifos have been rewritten and should now be more reliable.