Merge remote-tracking branch 'origin/maint'

* origin/maint:
  maint: post-release administrivia
  version 3.0.4
  gnulib: update
  build: re-enable compiler warnings, and fix them
  tests: c++: fix a C++03 conformance issue
  tests: fix a title
  c++: reserve 200 slots in the parser's stack
  tests: be more robust to unrecognized synclines, and try to recognize xlc
  tests: fix C++ conformance
  build: fix some warnings
  build: avoid infinite recursions on include_next
This commit is contained in:
Akim Demaille
2015-01-23 15:17:35 +01:00
28 changed files with 95 additions and 52 deletions

6
NEWS
View File

@@ -45,7 +45,7 @@ GNU Bison NEWS
input: '0' | exp
^^^
* Noteworthy changes in release ?.? (????-??-??) [?]
* Noteworthy changes in release 3.0.4 (2015-01-23) [stable]
** Bug fixes
@@ -53,6 +53,10 @@ GNU Bison NEWS
Fix a compiler warning when no %destructor use $$.
*** Test suites
Several portability issues in tests were fixed.
* Noteworthy changes in release 3.0.3 (2015-01-15) [stable]
** Bug fixes