diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2012-01-13 10:01:12 +0000 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2012-01-13 10:01:12 +0000 |
commit | e83fe0410069c0c77d4ac9f9bdcd4894e91b13e6 (patch) | |
tree | 8018db90cba15743ca3e86c5d1f1e23de98bfdff | |
parent | df3da8e12e49082fa1b43125e91eca17caa54100 (diff) | |
download | cygnal-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.10 | 3 |
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. |