This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/10871] ru_RU: 'mon' array should contain both nominative and genitive cases


https://sourceware.org/bugzilla/show_bug.cgi?id=10871

--- Comment #59 from Rafal Luzynski <digitalfreak at lingonborough dot com> ---
Created attachment 9574
  --> https://sourceware.org/bugzilla/attachment.cgi?id=9574&action=edit
Provide backward compatibility for strftime family

This patch provides backward compatibility feature for the functions:
strftime(), strftime_l(), wcsftime(), and wcsftime_l(). The backward compatible
versions ignore the %OB format specifier and for the format specifier %B return
the same results as %OB does for the new version.

Is this sufficient? This patch does not provide the backward compatibility for
strptime() and strptime_l(). Do we need a backward compatible version? The
possible backward compatible version would:

* return an error code if %OB format specifier is found,
* match the month names only against the nominative form (but since the month
is recognized after the longest matching substring at the beginning the results
will be usually the same no matter if we match nominative or genitive cases).

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]