Merge branch 'maint'
authorAkim Demaille <akim@lrde.epita.fr>
Wed, 10 Oct 2012 15:31:25 +0000 (17:31 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Thu, 11 Oct 2012 07:12:43 +0000 (09:12 +0200)
commit23d13411c85d3a8705f9507219f61eddea57a218
treeaa8c2ae184113851362cdffa479215f4645d37a8
parent2b45240d6c1b9177533aa5d83ac1c879198111c5
parentc12c4c507deebc142ed04a734fdc3579e95d205f
Merge branch 'maint'

* origin/maint:
  NEWS: warnings with clang
  warnings: avoid warnings from clang
  tests: no longer disable -O compiler options
  yacc.c: initialize yylval in pure-parser mode
  skeletons: style changes
  lalr1.cc: document exception safety
  lalr1.cc: check exception safety of error handling
  lalr1.cc: check (and fix) %printer exception safety
  lalr1.cc: check (and fix) %initial-action exception safety
  lalr1.cc: fix exception safety
  lalr1.cc: check exception safety.
  lalr1.cc: indentation fixes.
  lalr1.cc: don't leave macros define to nothing
  tests: minor improvements
  tests: use $PERL instead of perl
  build: look for Perl in configure.
  tests: fix sed portability issues
  tests: diff -u is not portable

Conflicts:
data/c.m4
data/glr.c
data/lalr1.cc
data/yacc.c
doc/Makefile.am
tests/atlocal.in
tests/calc.at
15 files changed:
NEWS
THANKS
data/c.m4
data/glr.c
data/lalr1.cc
data/yacc.c
doc/bison.texi
tests/atlocal.in
tests/c++.at
tests/calc.at
tests/existing.at
tests/input.at
tests/local.at
tests/regression.at
tests/skeletons.at