From 9aabc7c8f3e64818811d0126f41757389e0ed33a Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 26 Feb 2010 10:28:39 +0000 Subject: [PATCH] * new-features.sgml (ov-new1.7.2): Add strftime/wcsftime changes. --- winsup/doc/ChangeLog | 4 ++++ winsup/doc/new-features.sgml | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index dae33785a..ee73d1a55 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-02-26 Corinna Vinschen + + * new-features.sgml (ov-new1.7.2): Add strftime/wcsftime changes. + 2010-02-25 Yaakov Selkowitz * new-features.sgml (ov-new1.7.2): Add SIGPWR support. diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index 1038684a1..8dcae905a 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -62,6 +62,14 @@ %F, %g, %G) will be formatted with thousands' grouping characters. + + strftime(3) and wcsftime(3) now handle the E and O format modifiers to + print alternative date and time representations or to use alternative + digits in locales which support this. Additionally these functions now + also support the padding modifiers '0' and '+', as well as a minimum field + width per POSIX-1.2008. + + New strfmon(3) call.