diff -r -u treecc-0.3.10/ChangeLog treecc/ChangeLog
--- treecc-0.3.10/ChangeLog 2007-03-02 20:12:49.000000000 +0100
+++ treecc/ChangeLog 2009-09-02 11:05:29.000000000 +0200
@@ -1,8 +1,59 @@
+2009-06-07 Rhys Weatherley <rhys.weatherley@gmail.com>
+
+ * INSTALL, doc/texinfo.tex: Remove auto-generated files from
+ repository.
+
+2009-06-06 Klaus Treichel <ktreichel@web.de>
+
+ * .gitignore: Add more autogenerated files and compiler results.
+
+2009-06-04 Rhys Weatherley <rhys.weatherley@gmail.com>
+
+ * etc/c_skel.c, etc/cpp_skel.cc: make the C and C++ skeleton
+ files 64-bit safe.
+
+ * tests/output*.out: Update test output files after 64-bit changes.
+
+2008-10-01 Klaus Treichel <ktreichel@web.de>
+
+ * auto_gen.sh: Simply call autoreconf -fi now.
+
+ * configure.in: Remove and replace by configure.ac.
+
+ * configure.ac: Add updated version of configure.in.
+
+2008-09-29 Andreas Färber <andreas.faerber@web.de>
+
+ * Makefile.am: Fix VPATH support for building skels.c. (patch #6415)
+
+2008-02-03 Andreas Färber <andreas.faerber@web.de>
+
+ * examples/Makefile.am: Remove explicit linking with libm to fix build on
+ system without libm. Linking with libm is handled by configure.
+ (patch #6399)
+
+2007-06-04 Klaus Treichel <ktreichel@web.de>
+
+ * configure.in: Add support for multi os archs (like x86_64 which
+ supports 64bit and 32bit apps).
+
+2007-06-04 Rhys Weatherley <rweather@southern-storm.com.au>
+
+ * Makefile.am, gen.c, gen.h, gen_python.c, info.h, main.c, options.c,
+ stream.c, stream.h, doc/treecc.texi: add Python language binding to treecc.
+
+ * examples/expr_python.tc, examples/README: add Python example.
+
+2007-06-03 Rhys Weatherley <rweather@southern-storm.com.au>
+
+ * tests/test_input.c: fix 32bit-ism that gave a warning on amd64.
2007-03-03 Klaus Treichel <ktreichel@web.de>
* configure.in, NEWS: update version for the 0.3.10 release.
+ * configure.in: update version to the new 0.3.11 development version.
+
2007-02-11 Klaus Treichel <ktreichel@web.de>
* configure.in: Readd the AM_MAINTAINER_MODE as suggested by Robert
Only in treecc-0.3.10: INSTALL
diff -r -u treecc-0.3.10/Makefile.am treecc/Makefile.am
--- treecc-0.3.10/Makefile.am 2007-01-22 07:58:42.000000000 +0100
+++ treecc/Makefile.am 2009-09-02 11:05:29.000000000 +0200
@@ -21,6 +21,7 @@
gen_ruby.c \
gen_java.c \
gen_php.c \
+ gen_python.c \
info.h \
input.c \
input.h \
@@ -46,8 +47,8 @@
$(top_srcdir)/etc/cpp_gc_skel.h \
$(top_srcdir)/etc/cpp_gc_skel.cc
-skels.c: $(SKELETON_FILES) mkskel-sh
- $(SHELL) mkskel-sh $(SKELETON_FILES) >skels.c
+skels.c: $(SKELETON_FILES) $(top_srcdir)/mkskel-sh
+ $(SHELL) $(top_srcdir)/mkskel-sh $(SKELETON_FILES) >skels.c
CLEANFILES = skels.c
Only in treecc-0.3.10: Makefile.in
Only in treecc-0.3.10: aclocal.m4
Only in treecc: auto_gen.sh
Only in treecc: build-debian-packages.conf
Only in treecc: build-debian-packages.sh