Merge remote-tracking branch 'origin/maint'

* origin/maint:
  build: don't try to generate docs when cross-compiling
  package: fix a reporter's name
  %union: fix the support for named %union
  package: bump to 2015
  flex: don't trust YY_USER_INIT
  yacc.c: fix broken union when api.value.type=union and %defines are used
  doc: fix missing xref
  gnulib: update
  location: remove some ugly debugging code traces
  build: use abort to pacify compiler errors
  package: bump to 2014
  doc: specify documentation encoding
This commit is contained in:
Akim Demaille
2015-01-05 13:51:30 +01:00
204 changed files with 754 additions and 473 deletions

View File

@@ -1,6 +1,6 @@
/* IELR's inadequacy annotation list.
Copyright (C) 2009-2013 Free Software Foundation, Inc.
Copyright (C) 2009-2015 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.