[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/5] {master} fix locations issues
From: |
Akim Demaille |
Subject: |
[PATCH 0/5] {master} fix locations issues |
Date: |
Fri, 25 Jan 2013 16:45:52 +0100 |
Work on variants and api.value.type, and refactoring of the
test suite, has revealed some issues in the handling of locations,
and other more minor issues.
Akim Demaille (5):
news: prepare for 2.8
tests: highlight empty right-hand sides
c++: display locations as C does
c: minor simplification in the debug code
c: no longer require stdio.h when locations are enabled
NEWS | 55 ++++++++++++++++++++++++----------
data/c.m4 | 18 +++++-------
data/glr.c | 3 +-
data/location.cc | 19 ++++++------
data/yacc.c | 3 +-
tests/actions.at | 78 ++++++++++++++++++++++---------------------------
tests/c++.at | 2 +-
tests/existing.at | 2 +-
tests/glr-regression.at | 12 ++++----
tests/headers.at | 4 +--
tests/input.at | 12 ++++----
tests/local.at | 75 +++++++++++++++++++++++++++++++++++++----------
tests/named-refs.at | 31 +++++++++++---------
tests/regression.at | 58 +++++++++++++++++++++++-------------
14 files changed, 227 insertions(+), 145 deletions(-)
--
1.8.1.1
- [PATCH 0/5] {master} fix locations issues,
Akim Demaille <=
- [PATCH 3/5] c++: display locations as C does, Akim Demaille, 2013/01/25
- [PATCH 4/5] c: minor simplification in the debug code, Akim Demaille, 2013/01/25
- [PATCH 1/5] news: prepare for 2.8, Akim Demaille, 2013/01/25
- [PATCH 2/5] tests: highlight empty right-hand sides, Akim Demaille, 2013/01/25
- [PATCH 5/5] c: no longer require stdio.h when locations are enabled, Akim Demaille, 2013/01/25