From df3da8e12e49082fa1b43125e91eca17caa54100 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 13 Jan 2012 09:59:53 +0000 Subject: [PATCH] * new-features.sgml (ov-new1.7.10): Document support for the %m conversion flag in printf functions. --- winsup/doc/ChangeLog | 5 +++++ winsup/doc/new-features.sgml | 5 +++++ 2 files changed, 10 insertions(+) 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 + + * new-features.sgml (ov-new1.7.10): Document support for the %m + conversion flag in printf functions. + 2012-01-12 Yaakov Selkowitz * 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 @@ -104,6 +104,11 @@ as well as the version of GCC used when compiling. dlopen now supports the Glibc-specific RTLD_NODELETE and RTLD_NOOPEN flags. + +The printf(3) and wprintf(3) families of functions now handle the %m +conversion flag. + + Other new API: clock_settime, __fpurge, getgrouplist, get_current_dir_name, getpt, ppoll, psiginfo, psignal, ptsname_r, sys_siglist, pthread_setschedprio,