This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: glibc 2.29 - Winter is coming...
Siddhesh,
I have partially reviewed two patches but I don't know whether they are
correct or not and I've asked for more help or for freeze exceptions before:
[1] Cyrillic -> ASCII transliteration: I am not sure which locale should
implement the feature (C? Russian + few more? All locales with few
exceptions?),
also I am not sure how to deal with digraphs (if an original letter is
uppercase then should the output digraph be all uppercase, like "SH",
or should only the first letter be uppercase, like "Sh"?) This may
happen to be the change in locale data only.
[2] [3] Default width for "%Ey" which is important due to the Japanese
era change in 4 months. Also, this patch fixes handling of formatting
flags so if that helps it can be split into the patches fixing the width
issue and fixing the flags issue.
Regards,
Rafal
[1] https://sourceware.org/ml/libc-alpha/2018-12/msg00952.html
[2] https://sourceware.org/ml/libc-alpha/2018-12/msg00999.html
[3] https://sourceware.org/ml/libc-alpha/2018-12/msg00232.html