Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2012-01-13 14:01:12 +0400
committerYaakov Selkowitz <yselkowi@redhat.com>2012-01-13 14:01:12 +0400
commite83fe0410069c0c77d4ac9f9bdcd4894e91b13e6 (patch)
tree8018db90cba15743ca3e86c5d1f1e23de98bfdff /winsup
parentdf3da8e12e49082fa1b43125e91eca17caa54100 (diff)
Document support of printf %m conversion flag.
Diffstat (limited to 'winsup')
-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.