bison-patches
[Top][All Lists]
Advanced

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

[PATCH 0/4] maint: Maintenance updates


From: Akim Demaille
Subject: [PATCH 0/4] maint: Maintenance updates
Date: Sat, 19 May 2018 15:27:17 +0200

Minor changes for 3.0.5.

Akim Demaille (4):
  Update copyright years
  regen
  autoconf: update
  maint: update syntax-check exclusions

 AUTHORS                                 |   2 +-
 ChangeLog-2012                          |   4 +-
 Makefile.am                             |   2 +-
 NEWS                                    |   2 +-
 PACKAGING                               |   2 +-
 README                                  |   2 +-
 README-alpha                            |   2 +-
 README-hacking                          |   2 +-
 THANKS                                  |   2 +-
 TODO                                    |   3 +-
 bootstrap.conf                          |   2 +-
 build-aux/Darwin.valgrind               |   2 +-
 build-aux/Linux.valgrind                |   2 +-
 build-aux/local.mk                      |   2 +-
 build-aux/update-b4-copyright           |   2 +-
 build-aux/update-package-copyright-year |   2 +-
 cfg.mk                                  |  37 +--
 configure.ac                            |   4 +-
 data/README                             |   2 +-
 data/bison.m4                           |   2 +-
 data/c++-skel.m4                        |   3 +-
 data/c-like.m4                          |   2 +-
 data/c-skel.m4                          |   3 +-
 data/c.m4                               |   2 +-
 data/glr.c                              |   6 +-
 data/glr.cc                             |   4 +-
 data/java-skel.m4                       |   2 +-
 data/java.m4                            |   2 +-
 data/lalr1.cc                           |   4 +-
 data/lalr1.java                         |   4 +-
 data/local.mk                           |   2 +-
 data/location.cc                        |   4 +-
 data/stack.hh                           |   4 +-
 data/variant.hh                         |   2 +-
 data/xslt/bison.xsl                     |   2 +-
 data/xslt/xml2dot.xsl                   |   2 +-
 data/xslt/xml2text.xsl                  |   2 +-
 data/xslt/xml2xhtml.xsl                 |   2 +-
 data/yacc.c                             |   6 +-
 djgpp/Makefile.maint                    |   2 +-
 djgpp/README.in                         |   2 +-
 djgpp/config.bat                        |   2 +-
 djgpp/config.sed                        |   2 +-
 djgpp/config.site                       |   2 +-
 djgpp/config_h.sed                      |   2 +-
 djgpp/djunpack.bat                      |   2 +-
 djgpp/local.mk                          |   2 +-
 djgpp/subpipe.c                         |   2 +-
 djgpp/subpipe.h                         |   2 +-
 djgpp/testsuite.sed                     |   2 +-
 doc/bison.texi                          |   2 +-
 doc/local.mk                            |   3 +-
 doc/refcard.tex                         |   3 +-
 etc/README                              |   2 +-
 etc/bench.pl.in                         |   2 +-
 etc/local.mk                            |   2 +-
 examples/calc++/calc++.test             |   2 +-
 examples/calc++/local.mk                |   3 +-
 examples/extexi                         |   4 +-
 examples/local.mk                       |   2 +-
 examples/mfcalc/local.mk                |   3 +-
 examples/mfcalc/mfcalc.test             |   2 +-
 examples/rpcalc/local.mk                |   3 +-
 examples/rpcalc/rpcalc.test             |   2 +-
 examples/test                           |   2 +-
 examples/variant.yy                     |   2 +-
 lib/abitset.c                           |   4 +-
 lib/abitset.h                           |   3 +-
 lib/bbitset.h                           |   4 +-
 lib/bitset.c                            |   3 +-
 lib/bitset.h                            |   3 +-
 lib/bitset_stats.c                      |   3 +-
 lib/bitset_stats.h                      |   3 +-
 lib/bitsetv-print.c                     |   2 +-
 lib/bitsetv-print.h                     |   3 +-
 lib/bitsetv.c                           |   2 +-
 lib/bitsetv.h                           |   3 +-
 lib/ebitset.c                           |   3 +-
 lib/ebitset.h                           |   3 +-
 lib/get-errno.c                         |   3 +-
 lib/get-errno.h                         |   2 +-
 lib/lbitset.c                           |   4 +-
 lib/lbitset.h                           |   3 +-
 lib/libiberty.h                         |   3 +-
 lib/local.mk                            |   2 +-
 lib/main.c                              |   2 +-
 lib/timevar.c                           |   2 +-
 lib/timevar.def                         |   3 +-
 lib/timevar.h                           |   4 +-
 lib/vbitset.c                           |   3 +-
 lib/vbitset.h                           |   3 +-
 lib/yyerror.c                           |   2 +-
 m4/bison-i18n.m4                        |   3 +-
 m4/c-working.m4                         |   2 +-
 m4/cxx.m4                               |   3 +-
 m4/flex.m4                              |   2 +-
 m4/timevar.m4                           |   3 +-
 src/AnnotationList.c                    |   2 +-
 src/AnnotationList.h                    |   2 +-
 src/InadequacyList.c                    |   2 +-
 src/InadequacyList.h                    |   2 +-
 src/LR0.c                               |   4 +-
 src/LR0.h                               |   4 +-
 src/Sbitset.c                           |   2 +-
 src/Sbitset.h                           |   2 +-
 src/assoc.c                             |   4 +-
 src/assoc.h                             |   3 +-
 src/closure.c                           |   4 +-
 src/closure.h                           |   4 +-
 src/complain.c                          |   2 +-
 src/complain.h                          |   4 +-
 src/conflicts.c                         |   4 +-
 src/conflicts.h                         |   2 +-
 src/derives.c                           |   4 +-
 src/derives.h                           |   2 +-
 src/files.c                             |   2 +-
 src/files.h                             |   2 +-
 src/flex-scanner.h                      |   2 +-
 src/getargs.c                           |   2 +-
 src/getargs.h                           |   2 +-
 src/gram.c                              |   4 +-
 src/gram.h                              |   2 +-
 src/graphviz.c                          |   3 +-
 src/graphviz.h                          |   2 +-
 src/ielr.c                              |   2 +-
 src/ielr.h                              |   2 +-
 src/lalr.c                              |   4 +-
 src/lalr.h                              |   2 +-
 src/local.mk                            |   2 +-
 src/location.c                          |   2 +-
 src/location.h                          |   2 +-
 src/main.c                              |   4 +-
 src/muscle-tab.c                        |   2 +-
 src/muscle-tab.h                        |   3 +-
 src/named-ref.c                         |   2 +-
 src/named-ref.h                         |   2 +-
 src/nullable.c                          |   2 +-
 src/nullable.h                          |   3 +-
 src/output.c                            |   2 +-
 src/output.h                            |   2 +-
 src/parse-gram.c                        | 379 ++++++++++++------------
 src/parse-gram.h                        |  36 +--
 src/parse-gram.y                        |   2 +-
 src/print-xml.c                         |   2 +-
 src/print-xml.h                         |   2 +-
 src/print.c                             |   2 +-
 src/print.h                             |   2 +-
 src/print_graph.c                       |   3 +-
 src/print_graph.h                       |   3 +-
 src/reader.c                            |   2 +-
 src/reader.h                            |   2 +-
 src/reduce.c                            |   2 +-
 src/reduce.h                            |   4 +-
 src/relation.c                          |   4 +-
 src/relation.h                          |   3 +-
 src/scan-code.h                         |   3 +-
 src/scan-code.l                         |   2 +-
 src/scan-gram.h                         |   3 +-
 src/scan-gram.l                         |   2 +-
 src/scan-skel.h                         |   3 +-
 src/scan-skel.l                         |   2 +-
 src/state.c                             |   3 +-
 src/state.h                             |   4 +-
 src/symlist.c                           |   4 +-
 src/symlist.h                           |   4 +-
 src/symtab.c                            |   2 +-
 src/symtab.h                            |   4 +-
 src/system.h                            |   3 +-
 src/tables.c                            |   2 +-
 src/tables.h                            |   3 +-
 src/uniqstr.c                           |   3 +-
 src/uniqstr.h                           |   3 +-
 submodules/autoconf                     |   2 +-
 tests/actions.at                        |   2 +-
 tests/atlocal.in                        |   2 +-
 tests/bison.in                          |   2 +-
 tests/c++.at                            |   3 +-
 tests/calc.at                           |   2 +-
 tests/conflicts.at                      |   3 +-
 tests/cxx-type.at                       |   2 +-
 tests/existing.at                       |   4 +-
 tests/glr-regression.at                 |   2 +-
 tests/headers.at                        |   2 +-
 tests/input.at                          |   2 +-
 tests/java.at                           |   2 +-
 tests/javapush.at                       |   2 +-
 tests/local.at                          |   2 +-
 tests/local.mk                          |   2 +-
 tests/named-refs.at                     |   2 +-
 tests/output.at                         |   3 +-
 tests/push.at                           |   2 +-
 tests/reduce.at                         |   3 +-
 tests/regression.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 +-
 199 files changed, 502 insertions(+), 455 deletions(-)

-- 
2.17.0




reply via email to

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