This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 337ff3c501 localedata: Fix unicode-gen check target. new 56fa555a83 localedata: Locale and test name are the same. new 02eec68167 localedef: Add --no-warnings/--warnings option
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 59 +++++- iconv/Makefile | 3 +- iconv/iconv_prog.c | 3 - iconv/iconv_prog.h | 6 +- locale/Makefile | 3 +- locale/programs/charmap.c | 12 +- locale/programs/ld-monetary.c | 9 +- locale/programs/locale.c | 8 +- locale/programs/localedef.c | 67 +++++-- locale/programs/localedef.h | 1 - .../programs/{record-status.h => record-status.c} | 58 +++--- locale/programs/record-status.h | 220 +++------------------ localedata/Makefile | 14 +- localedata/{da_DK.in => da_DK.ISO-8859-1.in} | 0 localedata/{de_DE.in => de_DE.ISO-8859-1.in} | 0 localedata/{en_US.in => en_US.ISO-8859-1.in} | 0 localedata/{fr_FR.in => fr_FR.UTF-8.in} | 0 localedata/gen-locale.sh | 24 ++- localedata/{hr_HR.in => hr_HR.ISO-8859-2.in} | 0 localedata/{hu_HU.in => hu_HU.UTF-8.in} | 0 localedata/{si_LK.in => si_LK.UTF-8.in} | 0 localedata/sort-test.sh | 3 +- localedata/{sv_SE.in => sv_SE.ISO-8859-1.in} | 0 localedata/{tr_TR.in => tr_TR.UTF-8.in} | 0 localedata/{uk_UA.in => uk_UA.UTF-8.in} | 0 25 files changed, 212 insertions(+), 278 deletions(-) copy locale/programs/{record-status.h => record-status.c} (84%) rename localedata/{da_DK.in => da_DK.ISO-8859-1.in} (100%) rename localedata/{de_DE.in => de_DE.ISO-8859-1.in} (100%) rename localedata/{en_US.in => en_US.ISO-8859-1.in} (100%) rename localedata/{fr_FR.in => fr_FR.UTF-8.in} (100%) rename localedata/{hr_HR.in => hr_HR.ISO-8859-2.in} (100%) rename localedata/{hu_HU.in => hu_HU.UTF-8.in} (100%) rename localedata/{si_LK.in => si_LK.UTF-8.in} (100%) rename localedata/{sv_SE.in => sv_SE.ISO-8859-1.in} (100%) rename localedata/{tr_TR.in => tr_TR.UTF-8.in} (100%) rename localedata/{uk_UA.in => uk_UA.UTF-8.in} (100%)