[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/7] other skeletal changes
From: |
Theophile Ranquet |
Subject: |
[PATCH 0/7] other skeletal changes |
Date: |
Fri, 11 Jan 2013 13:28:08 +0100 |
Not much to say about these changes. Nothing groundbreaking, but plenty of
little things that had to be done.
Akim Demaille (3):
c.m4: style fix
glr.c: style changes
glr.c: fix an unused argument issue
Theophile Ranquet (4):
skel: correctly indent switch cases
glr.cc: fatal if using api.token.ctor without variants
skel: better aliasing of identifiers
c++: privatize variant blind copies
data/bison.m4 | 2 +-
data/c++.m4 | 11 +++++++++++
data/c.m4 | 2 +-
data/glr.c | 27 +++++++++++++++++++++++----
data/glr.cc | 27 +++++++++++++++++++++++++++
data/lalr1.cc | 1 +
data/variant.hh | 2 +-
data/yacc.c | 9 +++++----
8 files changed, 70 insertions(+), 11 deletions(-)
--
1.8.1
- [PATCH 0/7] other skeletal changes,
Theophile Ranquet <=
- [PATCH 1/7] skel: correctly indent switch cases, Theophile Ranquet, 2013/01/11
- [PATCH 4/7] c.m4: style fix, Theophile Ranquet, 2013/01/11
- [PATCH 6/7] glr.c: fix an unused argument issue, Theophile Ranquet, 2013/01/11
- [PATCH 5/7] glr.c: style changes, Theophile Ranquet, 2013/01/11
- [PATCH 3/7] skel: better aliasing of identifiers, Theophile Ranquet, 2013/01/11