This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 6a86bc0992 AArch64: Add support for roundeven[f] new 0c78b0bb78 iconvconfig: Make file handling more general purpose new 3979c3e1ba iconvconfig: Read configuration from gconv-modules.d subdirectory new b17d29b390 gconv_conf: Read configuration files in gconv-modules.d new fc5bfade69 iconvdata: Move gconv-modules configuration to gconv-modules.conf new 5a5b481365 iconvdata: Split out non-essential gconv module configuration
The 5 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: iconv/gconv_conf.c | 49 +++++++-- iconv/iconvconfig.c | 103 +++++++++++++----- iconvdata/Makefile | 46 +++++---- .../{gconv-modules => gconv-modules-extra.conf} | 83 --------------- iconvdata/gconv-modules.conf | 115 +++++++++++++++++++++ localedata/Makefile | 4 +- sysdeps/s390/Makefile | 16 ++- .../{gconv-modules => gconv-modules-s390.conf} | 0 8 files changed, 280 insertions(+), 136 deletions(-) rename iconvdata/{gconv-modules => gconv-modules-extra.conf} (95%) create mode 100644 iconvdata/gconv-modules.conf rename sysdeps/s390/{gconv-modules => gconv-modules-s390.conf} (100%)