bison-patches
[Top][All Lists]
Advanced

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

[PATCH 0/5] New Year's Cleaning


From: Akim Demaille
Subject: [PATCH 0/5] New Year's Cleaning
Date: Sun, 17 Jan 2021 08:06:31 +0100

Perfectly uninteresting patches...

Akim Demaille (5):
  gnulib: update
  package: bump copyrights to 2021
  regen
  package: fixes
  package: codespell

 AUTHORS                                   |  2 +-
 ChangeLog-2012                            |  2 +-
 Makefile.am                               |  5 ++-
 NEWS                                      |  2 +-
 PACKAGING                                 |  2 +-
 README                                    |  2 +-
 README-alpha                              |  2 +-
 README-hacking.md                         |  2 +-
 THANKS                                    |  2 +-
 TODO                                      |  2 +-
 bootstrap                                 | 15 +++++---
 bootstrap.conf                            |  2 +-
 build-aux/Darwin.valgrind                 |  2 +-
 build-aux/Linux.valgrind                  |  2 +-
 build-aux/cross-options.pl                |  2 +-
 build-aux/local.mk                        |  2 +-
 build-aux/update-b4-copyright             |  2 +-
 build-aux/update-package-copyright-year   |  2 +-
 build-aux/update-test                     |  2 +-
 cfg.mk                                    |  2 +-
 configure.ac                              |  4 +-
 data/README.md                            |  2 +-
 data/bison-default.css                    |  2 +-
 data/local.mk                             |  2 +-
 data/skeletons/bison.m4                   |  2 +-
 data/skeletons/c++-skel.m4                |  2 +-
 data/skeletons/c++.m4                     |  2 +-
 data/skeletons/c-like.m4                  |  2 +-
 data/skeletons/c-skel.m4                  |  2 +-
 data/skeletons/c.m4                       |  2 +-
 data/skeletons/d-skel.m4                  |  2 +-
 data/skeletons/d.m4                       |  2 +-
 data/skeletons/glr.c                      |  6 +--
 data/skeletons/glr.cc                     |  4 +-
 data/skeletons/glr2.cc                    | 14 +++----
 data/skeletons/java-skel.m4               |  2 +-
 data/skeletons/java.m4                    |  2 +-
 data/skeletons/lalr1.cc                   |  4 +-
 data/skeletons/lalr1.d                    |  4 +-
 data/skeletons/lalr1.java                 |  4 +-
 data/skeletons/location.cc                |  4 +-
 data/skeletons/stack.hh                   |  2 +-
 data/skeletons/variant.hh                 |  2 +-
 data/skeletons/yacc.c                     |  4 +-
 data/xslt/bison.xsl                       |  2 +-
 data/xslt/xml2dot.xsl                     |  2 +-
 data/xslt/xml2text.xsl                    |  2 +-
 data/xslt/xml2xhtml.xsl                   |  2 +-
 doc/bison.texi                            | 20 +++++-----
 doc/local.mk                              |  2 +-
 doc/refcard.tex                           |  2 +-
 etc/README.md                             |  2 +-
 etc/bench.pl.in                           |  2 +-
 etc/local.mk                              |  2 +-
 examples/README.md                        |  2 +-
 examples/c++/README.md                    |  2 +-
 examples/c++/calc++/README.md             |  2 +-
 examples/c++/calc++/calc++.test           |  2 +-
 examples/c++/calc++/local.mk              |  2 +-
 examples/c++/glr/README.md                |  2 +-
 examples/c++/glr/ast.hh                   |  2 +-
 examples/c++/glr/c++-types.test           |  2 +-
 examples/c++/glr/c++-types.yy             |  2 +-
 examples/c++/glr/local.mk                 |  9 +++--
 examples/c++/local.mk                     |  2 +-
 examples/c++/variant-11.test              |  2 +-
 examples/c++/variant-11.yy                |  2 +-
 examples/c++/variant.test                 |  2 +-
 examples/c++/variant.yy                   |  2 +-
 examples/c/README.md                      |  2 +-
 examples/c/bistromathic/README.md         |  2 +-
 examples/c/bistromathic/bistromathic.test |  2 +-
 examples/c/bistromathic/local.mk          |  2 +-
 examples/c/bistromathic/parse.y           |  2 +-
 examples/c/calc/README.md                 |  2 +-
 examples/c/calc/calc.test                 |  2 +-
 examples/c/calc/local.mk                  |  2 +-
 examples/c/glr/README.md                  |  2 +-
 examples/c/glr/c++-types.test             |  2 +-
 examples/c/glr/c++-types.y                |  2 +-
 examples/c/glr/local.mk                   |  4 +-
 examples/c/lexcalc/README.md              |  2 +-
 examples/c/lexcalc/lexcalc.test           |  2 +-
 examples/c/lexcalc/local.mk               |  2 +-
 examples/c/lexcalc/parse.y                |  2 +-
 examples/c/lexcalc/scan.l                 |  2 +-
 examples/c/local.mk                       |  2 +-
 examples/c/mfcalc/local.mk                |  2 +-
 examples/c/mfcalc/mfcalc.test             |  2 +-
 examples/c/pushcalc/README.md             |  2 +-
 examples/c/pushcalc/calc.test             |  2 +-
 examples/c/pushcalc/calc.y                |  2 +-
 examples/c/pushcalc/local.mk              |  2 +-
 examples/c/reccalc/README.md              |  2 +-
 examples/c/reccalc/local.mk               |  2 +-
 examples/c/reccalc/parse.y                |  2 +-
 examples/c/reccalc/reccalc.test           |  2 +-
 examples/c/reccalc/scan.l                 |  2 +-
 examples/c/rpcalc/local.mk                |  2 +-
 examples/c/rpcalc/rpcalc.test             |  2 +-
 examples/d/README.md                      |  2 +-
 examples/d/calc/calc.test                 |  2 +-
 examples/d/calc/calc.y                    |  2 +-
 examples/d/calc/local.mk                  |  2 +-
 examples/d/local.mk                       |  2 +-
 examples/d/simple/calc.test               |  2 +-
 examples/d/simple/calc.y                  |  2 +-
 examples/d/simple/local.mk                |  2 +-
 examples/extexi                           |  2 +-
 examples/java/README.md                   |  2 +-
 examples/java/calc/Calc.test              |  2 +-
 examples/java/calc/Calc.y                 |  2 +-
 examples/java/calc/local.mk               |  2 +-
 examples/java/local.mk                    |  2 +-
 examples/java/simple/Calc.test            |  2 +-
 examples/java/simple/Calc.y               |  2 +-
 examples/java/simple/local.mk             |  2 +-
 examples/local.mk                         |  2 +-
 examples/test                             |  2 +-
 gnulib                                    |  2 +-
 lib/.gitignore                            | 46 +++++++++++++++++++++++
 lib/get-errno.c                           |  2 +-
 lib/get-errno.h                           |  2 +-
 lib/local.mk                              |  2 +-
 lib/main.c                                |  2 +-
 lib/path-join.c                           |  2 +-
 lib/path-join.h                           |  2 +-
 lib/timevar.def                           |  2 +-
 lib/yyerror.c                             |  2 +-
 m4/.gitignore                             | 27 +++++++++++++
 m4/bison-check-compiler-flag.m4           |  2 +-
 m4/bison-cxx-std.m4                       |  2 +-
 m4/bison-i18n.m4                          |  2 +-
 m4/c-working.m4                           |  2 +-
 m4/cxx.m4                                 |  2 +-
 m4/flex.m4                                |  2 +-
 src/AnnotationList.c                      |  2 +-
 src/AnnotationList.h                      |  2 +-
 src/InadequacyList.c                      |  2 +-
 src/InadequacyList.h                      |  2 +-
 src/Sbitset.c                             |  2 +-
 src/Sbitset.h                             |  2 +-
 src/assoc.c                               |  2 +-
 src/assoc.h                               |  2 +-
 src/closure.c                             |  2 +-
 src/closure.h                             |  2 +-
 src/complain.c                            |  2 +-
 src/complain.h                            |  2 +-
 src/conflicts.c                           |  2 +-
 src/conflicts.h                           |  2 +-
 src/counterexample.c                      |  2 +-
 src/counterexample.h                      |  2 +-
 src/derivation.c                          |  2 +-
 src/derivation.h                          |  2 +-
 src/derives.c                             |  2 +-
 src/derives.h                             |  2 +-
 src/files.c                               |  2 +-
 src/files.h                               |  2 +-
 src/fixits.c                              |  2 +-
 src/fixits.h                              |  2 +-
 src/flex-scanner.h                        |  2 +-
 src/getargs.c                             |  2 +-
 src/getargs.h                             |  2 +-
 src/glyphs.c                              |  2 +-
 src/glyphs.h                              |  2 +-
 src/gram.c                                |  2 +-
 src/gram.h                                |  2 +-
 src/graphviz.c                            |  2 +-
 src/graphviz.h                            |  2 +-
 src/ielr.c                                |  2 +-
 src/ielr.h                                |  2 +-
 src/lalr.c                                |  2 +-
 src/lalr.h                                |  2 +-
 src/local.mk                              |  2 +-
 src/location.c                            |  2 +-
 src/location.h                            |  2 +-
 src/lr0.c                                 |  2 +-
 src/lr0.h                                 |  2 +-
 src/lssi.c                                |  2 +-
 src/lssi.h                                |  2 +-
 src/main.c                                |  2 +-
 src/muscle-tab.c                          |  2 +-
 src/muscle-tab.h                          |  2 +-
 src/named-ref.c                           |  2 +-
 src/named-ref.h                           |  2 +-
 src/nullable.c                            |  2 +-
 src/nullable.h                            |  2 +-
 src/output.c                              | 13 ++++---
 src/output.h                              |  2 +-
 src/parse-gram.c                          | 39 ++++++++++---------
 src/parse-gram.h                          |  4 +-
 src/parse-gram.y                          |  4 +-
 src/parse-simulation.c                    |  2 +-
 src/parse-simulation.h                    |  2 +-
 src/print-graph.c                         |  2 +-
 src/print-graph.h                         |  2 +-
 src/print-xml.c                           |  7 ++--
 src/print-xml.h                           |  2 +-
 src/print.c                               |  2 +-
 src/print.h                               |  2 +-
 src/reader.c                              |  2 +-
 src/reader.h                              |  2 +-
 src/reduce.c                              |  2 +-
 src/reduce.h                              |  2 +-
 src/relation.c                            |  2 +-
 src/relation.h                            |  2 +-
 src/scan-code.h                           |  2 +-
 src/scan-code.l                           |  2 +-
 src/scan-gram.h                           |  2 +-
 src/scan-gram.l                           |  2 +-
 src/scan-skel.h                           |  2 +-
 src/scan-skel.l                           |  2 +-
 src/state-item.c                          |  2 +-
 src/state-item.h                          |  2 +-
 src/state.c                               |  2 +-
 src/state.h                               |  2 +-
 src/strversion.c                          |  2 +-
 src/strversion.h                          |  2 +-
 src/symlist.c                             |  2 +-
 src/symlist.h                             |  2 +-
 src/symtab.c                              |  2 +-
 src/symtab.h                              |  2 +-
 src/system.h                              |  2 +-
 src/tables.c                              |  2 +-
 src/tables.h                              |  2 +-
 src/uniqstr.c                             |  2 +-
 src/uniqstr.h                             |  2 +-
 tests/actions.at                          |  2 +-
 tests/atlocal.in                          |  2 +-
 tests/bison.in                            |  2 +-
 tests/c++.at                              |  2 +-
 tests/calc.at                             |  2 +-
 tests/conflicts.at                        |  2 +-
 tests/counterexample.at                   |  2 +-
 tests/cxx-type.at                         |  2 +-
 tests/d.at                                |  2 +-
 tests/diagnostics.at                      |  2 +-
 tests/existing.at                         |  2 +-
 tests/glr-regression.at                   |  2 +-
 tests/headers.at                          |  2 +-
 tests/input.at                            |  2 +-
 tests/java.at                             |  2 +-
 tests/javapush.at                         |  2 +-
 tests/linear                              |  2 +-
 tests/local.at                            |  2 +-
 tests/local.mk                            |  2 +-
 tests/m4.at                               |  2 +-
 tests/named-refs.at                       |  2 +-
 tests/output.at                           |  2 +-
 tests/push.at                             |  2 +-
 tests/reduce.at                           |  2 +-
 tests/regression.at                       |  2 +-
 tests/report.at                           |  2 +-
 tests/scanner.at                          |  2 +-
 tests/sets.at                             |  2 +-
 tests/skeletons.at                        |  2 +-
 tests/synclines.at                        |  2 +-
 tests/testsuite.at                        |  2 +-
 tests/torture.at                          |  2 +-
 tests/types.at                            |  2 +-
 260 files changed, 401 insertions(+), 318 deletions(-)

-- 
2.30.0




reply via email to

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