about summary refs log tree commit diff
path: root/stdlib/tst-strfmon_l.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
| | | | | | | * 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.
* Fix test case for hr_HR monetary formattingMike FABIAN2017-11-301-4/+4
| | | | * stdlib/tst-strfmon_l.c: Fix testcase. Needed because of [BZ #10580]
* Place monetary symbol in el_GR and el_CY after the amountMike FABIAN2017-10-171-2/+2
| | | | | | | | | 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.
* Adapt test case data to the changes in the thousands separatorsMike FABIAN2017-08-121-4/+4
| | | | | | | | [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.
* Fix stdlib/tst-strfmon_l.c test case to agree with the changes in Indian ↵Mike FABIAN2017-08-101-10/+10
| | | | | | | | | | | | | | | | | 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
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
|
* strfmon_l: Use specified locale for number formatting [BZ #19633]Florian Weimer2016-04-041-0/+220