summaryrefslogtreecommitdiff
path: root/stdlib/tst-strfmon_l.c
AgeCommit message (Collapse)Author
2018-06-30Add long double input for strfmon testRajalakshmi Srinivasaraghavan
This patch adds long double type inputs in strfmon_l test which will help in long double migration. Tested for powerpc64le.
2018-04-24Fix tst-strfmon_l test for hr_HR localeMike FABIAN
The test needs to be adapted for the change in the thousands separators: “hr_HR locale: fix thousands_sep and mon_thousands_sep” [BZ #23094]
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
* All files with FSF copyright notices: Update copyright dates using scripts/update-copyrights. * locale/programs/charmap-kw.h: Regenerated. * locale/programs/locfile-kw.h: Likewise.
2017-11-30Fix test case for hr_HR monetary formattingMike FABIAN
* stdlib/tst-strfmon_l.c: Fix testcase. Needed because of [BZ #10580]
2017-10-17Place monetary symbol in el_GR and el_CY after the amountMike FABIAN
CLDR uses this pattern as well. [BZ #22019] * localedata/locales/el_GR: Set n_cs_precedes to 0. * localedata/locales/el_CY: copy "el_GR" because it is identical. * stdlib/tst-strfmon_l.c: adapt test case.
2017-08-12Adapt test case data to the changes in the thousands separatorsMike FABIAN
[BZ #20756] * localedata/tst-langinfo.sh: Adapt test case data. * stdlib/tst-strfmon_l.c: Likewise. * stdlib/tst-strtod4.c: Likewise. * stdlib/tst-strtod5i.c: Likewise.
2017-08-10Fix stdlib/tst-strfmon_l.c test case to agree with the changes in Indian ↵Mike FABIAN
monetary formatting The test cases should expose non-standard grouping and the trailing space after the currency sign. After the changes to the Indian monetary formatting, the Indian formatting still shows the non-standard grouping. To test the trailing space after the currency sign I chose the hr_HR locale. See: commit 82b3124268bec0609b337dd993e771c93e44cbf2 Author: Akhilesh Kumar <akhilesh.k@samsung.com> Remove redundant data for LC_MONETARY for Indian locales
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-04-04strfmon_l: Use specified locale for number formatting [BZ #19633]Florian Weimer