bison-patches
[Top][All Lists]
Advanced

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

[PATCH 0/6] master: various clean up


From: Akim Demaille
Subject: [PATCH 0/6] master: various clean up
Date: Sat, 2 Feb 2019 18:13:01 +0100

These changes were made while working on the 'maint' branch for fixing
this issue:
http://lists.gnu.org/archive/html/bug-bison/2019-01/msg00044.html

But I'm trying to keep the changes in 'maint' minimal, so I'm
installing them in master.

Akim Demaille (6):
  make: regenerate the example parsers when bison changes
  style: comment changes
  style: comment and name changes
  style: prefer snprintf to sprintf
  style: reduce scopes
  package: rename data/README as data/README.md

 Makefile.am                  |  4 ++--
 data/{README => README.md}   |  0
 data/local.mk                |  2 +-
 examples/c++/calc++/local.mk |  2 --
 src/output.c                 | 11 +++++------
 src/reader.c                 |  5 ++---
 src/scan-code.l              |  8 ++++----
 src/symlist.c                | 13 ++++++-------
 src/symtab.c                 |  6 +++---
 9 files changed, 23 insertions(+), 28 deletions(-)
 rename data/{README => README.md} (100%)

-- 
2.20.1




reply via email to

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