* new-features.sgml (ov-new1.7.10): Document support for the %m
conversion flag in printf functions.
This commit is contained in:
parent
e55564646d
commit
df3da8e12e
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
</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,
|
||||
|
|
Loading…
Reference in New Issue