bison-patches
[Top][All Lists]
Advanced

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

[PATCH 00/10] Push parser support for Java


From: Akim Demaille
Subject: [PATCH 00/10] Push parser support for Java
Date: Mon, 24 Jun 2013 10:49:57 +0200

I installed the following series of patches.  The 2.7.91 announcement
follows.

Akim Demaille (9):
  build: ship all the files, even if the C++ compiler is broken
  build: add Valgrind suppression file for GNU/Linux
  java: push: do not reset the error counter
  style: minor changes in the Java tests
  tests: fix Java push failure when running with BISON_USE_PUSH_FOR_PULL
  java: rename YYMORE as YYPUSH_MORE for consistency with C
  NEWS: prepare for 2.7.91
  version 2.7.91
  maint: post-release administrivia

Dennis Heimbigner (1):
  java: add push-parser support

 .prev-version                |   2 +-
 NEWS                         |  10 +-
 build-aux/linux-gnu.valgrind |  16 +
 build-aux/local.mk           |   1 +
 configure.ac                 |  10 +-
 data/lalr1.java              | 261 ++++++++++---
 doc/bison.texi               |  70 +++-
 examples/calc++/local.mk     |   2 +
 tests/java.at                |   5 +-
 tests/javapush.at            | 864 +++++++++++++++++++++++++++++++++++++++++++
 tests/local.mk               |   1 +
 tests/testsuite.at           |   7 +-
 12 files changed, 1189 insertions(+), 60 deletions(-)
 create mode 100644 build-aux/linux-gnu.valgrind
 create mode 100644 tests/javapush.at

-- 
1.8.2.3




reply via email to

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