From 053c52b17739a584ee73d336e547b15abcdabd49 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 18 Dec 2018 11:36:29 +0100 Subject: locale: Rewrite locale/gen-translit.pl in Python This commit does not change the generated output file. Reviewed-by: Carlos O'Donell --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c04cfa4..6702a39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,24 @@ 2018-12-18 Florian Weimer + 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 + [BZ #23995] * localedata/locales/bi_VU: Remove executable bit from file. -- cgit v1.1