[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/5] Clean up
From: |
Akim Demaille |
Subject: |
[PATCH 0/5] Clean up |
Date: |
Sat, 13 Apr 2019 14:16:59 +0200 |
There are still things to clean up. Bison shaving all over the place.
Akim Demaille (5):
doc: minor fixes
traces: improve logs
style: comment changes
style: scope reduction in lalr.c
yacc.c: minor style change
TODO | 36 +++++++++++++++++++++++++++++
data/skeletons/yacc.c | 4 ++--
doc/bison.texi | 53 +++++++++++++++++++++----------------------
src/closure.c | 3 +++
src/closure.h | 19 +++++++---------
src/lalr.c | 18 ++++++++++-----
src/symlist.c | 7 ++++--
7 files changed, 92 insertions(+), 48 deletions(-)
--
2.21.0
- [PATCH 0/5] Clean up,
Akim Demaille <=
- [PATCH 2/5] traces: improve logs, Akim Demaille, 2019/04/13
- [PATCH 1/5] doc: minor fixes, Akim Demaille, 2019/04/13
- [PATCH 3/5] style: comment changes, Akim Demaille, 2019/04/13
- [PATCH 4/5] style: scope reduction in lalr.c, Akim Demaille, 2019/04/13
- [PATCH 5/5] yacc.c: minor style change, Akim Demaille, 2019/04/13