Merge remote-tracking branch 'origin/maint' into origin/master

* origin/maint:
  doc: minor fixes
  gnulib: strtoul is considered obsolete and now useless
  c++: avoid warnings when destructors don't use $$
  maint: post-release administrivia
  version 3.0.3
  gnulib: update
This commit is contained in:
Akim Demaille
2015-01-16 15:14:41 +01:00
11 changed files with 1424 additions and 973 deletions

8
NEWS
View File

@@ -49,6 +49,14 @@ GNU Bison NEWS
** Bug fixes
*** C++ with Variants (lalr1.cc)
Fix a compiler warning when no %destructor use $$.
* Noteworthy changes in release 3.0.3 (2015-01-15) [stable]
** Bug fixes
*** C++ with Variants (lalr1.cc)
Problems with %destructor and '%define parse.assert' have been fixed.