From e83fe0410069c0c77d4ac9f9bdcd4894e91b13e6 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 13 Jan 2012 10:01:12 +0000 Subject: [PATCH] Document support of printf %m conversion flag. --- winsup/cygwin/release/1.7.10 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winsup/cygwin/release/1.7.10 b/winsup/cygwin/release/1.7.10 index 40315dbd6..405bb838f 100644 --- a/winsup/cygwin/release/1.7.10 +++ b/winsup/cygwin/release/1.7.10 @@ -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.