bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patches to support python: 4/5: Changes to existing files in gnulib to s


From: Dennis Heimbigner
Subject: Patches to support python: 4/5: Changes to existing files in gnulib to support python
Date: Tue, 03 Sep 2013 16:20:39 -0600
User-agent: Thunderbird 2.0.0.24 (Windows/20100228)

>From 8e01a9278dba9c0f87bd2713e9d66b2a69f95aa1 Mon Sep 17 00:00:00 2001
From: dmh <address@hidden>
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  <address@hidden>
+
+       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  <address@hidden>
 
        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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]