>From 8e01a9278dba9c0f87bd2713e9d66b2a69f95aa1 Mon Sep 17 00:00:00 2001 From: dmh <[email protected]> Date: Tue, 3 Sep 2013 15:45:50 -0600 Subject: [PATCH 1/2] Add support for parsers using the python language. Part1: changes to existing files
* ChangeLog * MODULES.html.sh --- ChangeLog | 19 +++++++++++++++++++ MODULES.html.sh | 2 ++ 2 files changed, 21 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9abfb4c..ebbef46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2013-09-03 Dennis Heimbigner <[email protected]> + + Add support for python parsers: + * gnulib/ChangeLog: Add reference to python-specific changes. + * gnulib/MODULES.html.sh: add func_module pythonexec and + pythonexec-script. + * gnulib/build-aux/pythoncomp.sh.in: New. + * gnulib/build-aux/pythonexec.sh.in: New. + * gnulib/lib/pythoncomp.c: New. + * gnulib/lib/pythoncomp.h: New. + * gnulib/lib/pythonexec.c: New. + * gnulib/lib/pythonexec.h: New. + * gnulib/m4/pythoncomp.m4: New. + * gnulib/m4/pythonexec.m4: New. + * gnulib/modules/pythoncomp: New. + * gnulib/modules/pythoncomp-script: New. + * gnulib/modules/pythonexec: New. + * gnulib/modules/pythonexec-script: New. + 2013-07-20 Daiki Ueno <[email protected]> localecharset: make locale_charset thread-safe on Mac OS X diff --git a/MODULES.html.sh b/MODULES.html.sh index 5a563d4..30ec32b 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -3408,6 +3408,8 @@ func_all_modules () func_module javaexec func_module javaversion #func_module gcj + func_module pythonexec + func_module pythonexec-script func_end_table element="C#" -- 1.8.4.rc0.1.g8f6a3e5
