diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-12-18 11:36:29 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-12-18 11:36:29 +0100 |
commit | 053c52b17739a584ee73d336e547b15abcdabd49 (patch) | |
tree | 719a54be3448412efc9d46ddfbc2bf9997daa636 /ChangeLog | |
parent | 40e6c1ec1f9b59b7917a8899f0894e49f16f51f1 (diff) | |
download | glibc-053c52b17739a584ee73d336e547b15abcdabd49.zip glibc-053c52b17739a584ee73d336e547b15abcdabd49.tar.gz glibc-053c52b17739a584ee73d336e547b15abcdabd49.tar.bz2 |
locale: Rewrite locale/gen-translit.pl in Python
This commit does not change the generated output file.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,5 +1,24 @@ 2018-12-18 Florian Weimer <fweimer@redhat.com> + Rewrite locale/gen-translit.pl in Python. + * locale/Makefile (generated): Add C-translit.h. + (before-compile): Add $(objpfx)C-translit.h. + (C-translit.h): Move to $(objpfx). Create target directory. + Build using Python script. + * locale/gen-translit.py: New file. + * locale/gen-translit.pl: Remove file. + * locale/C-translit.h.in: Change comment character to '#' for + easier parsing without a C preprocessor. + * locale/C-translit.h: Remove generated file. + * manual/install.texi (Tools for Compilation): Do not mention + C-translit.h. + * scripts/build-many-glibcs.py (Context.fix_glibc_timestamps): + Remove locale/C-translit.h. + * scripts/update-copyrights: Likewise. + * INSTALL: Regenerate. + +2018-12-18 Florian Weimer <fweimer@redhat.com> + [BZ #23995] * localedata/locales/bi_VU: Remove executable bit from file. |