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
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2012-01-13 13:59:53 +0400
committerYaakov Selkowitz <yselkowi@redhat.com>2012-01-13 13:59:53 +0400
commitdf3da8e12e49082fa1b43125e91eca17caa54100 (patch)
tree02421fdb270e9116ba11dd34162e0a3d522fd876
parente55564646dc3e36370b1124e3125527e7d8d67eb (diff)
* new-features.sgml (ov-new1.7.10): Document support for the %m
conversion flag in printf functions.
-rw-r--r--winsup/doc/ChangeLog5
-rw-r--r--winsup/doc/new-features.sgml5
2 files changed, 10 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 54dd0d40b..5673e8abc 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-13 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
+
+ * new-features.sgml (ov-new1.7.10): Document support for the %m
+ conversion flag in printf functions.
+
2012-01-12 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* new-features.sgml (ov-new1.7.10): Document tgmath.h.
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index b4c244dc8..57f5192a1 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -105,6 +105,11 @@ dlopen now supports the Glibc-specific RTLD_NODELETE and RTLD_NOOPEN flags.
</para></listitem>
<listitem><para>
+The printf(3) and wprintf(3) families of functions now handle the %m
+conversion flag.
+</para></listitem>
+
+<listitem><para>
Other new API: clock_settime, __fpurge, getgrouplist, get_current_dir_name,
getpt, ppoll, psiginfo, psignal, ptsname_r, sys_siglist, pthread_setschedprio,
pthread_sigqueue, sysinfo.