summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2012-01-13 10:01:12 +0000
committerYaakov Selkowitz <yselkowi@redhat.com>2012-01-13 10:01:12 +0000
commite83fe0410069c0c77d4ac9f9bdcd4894e91b13e6 (patch)
tree8018db90cba15743ca3e86c5d1f1e23de98bfdff
parentdf3da8e12e49082fa1b43125e91eca17caa54100 (diff)
downloadcygnal-e83fe0410069c0c77d4ac9f9bdcd4894e91b13e6.tar.gz
cygnal-e83fe0410069c0c77d4ac9f9bdcd4894e91b13e6.tar.bz2
cygnal-e83fe0410069c0c77d4ac9f9bdcd4894e91b13e6.zip
Document support of printf %m conversion flag.
-rw-r--r--winsup/cygwin/release/1.7.103
1 files changed, 3 insertions, 0 deletions
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.