This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 40e6c1ec1f localedata: Remove executable bit from localedata/locales/bi [...] new 053c52b177 locale: Rewrite locale/gen-translit.pl in Python
The 1 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 | 19 + INSTALL | 7 +- locale/C-translit.h | 836 ------------- locale/C-translit.h.in | 2744 +++++++++++++++++++++--------------------- locale/Makefile | 7 +- locale/gen-translit.pl | 144 --- locale/gen-translit.py | 177 +++ manual/install.texi | 7 +- scripts/build-many-glibcs.py | 2 +- scripts/update-copyrights | 2 +- 10 files changed, 1581 insertions(+), 2364 deletions(-) delete mode 100644 locale/C-translit.h delete mode 100644 locale/gen-translit.pl create mode 100644 locale/gen-translit.py