Akim Demaille
unread,Apr 15, 2013, 8:49:36 AM4/15/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Bison Help, coord...@translationproject.org, GNU Announcements List, Bison Bugs, Bison Patches
This release fixes a portability issue that affects generated
parsers. This bug was introduced in Bison 2.7, please upgrade
every copy of it.
Here are the compressed sources:
ftp://ftp.gnu.org/gnu/bison/bison-2.7.1.tar.gz (3.0MB)
ftp://ftp.gnu.org/gnu/bison/bison-2.7.1.tar.xz (1.7MB)
Here are the GPG detached signatures[*]:
ftp://ftp.gnu.org/gnu/bison/bison-2.7.1.tar.gz.sig
ftp://ftp.gnu.org/gnu/bison/bison-2.7.1.tar.xz.sig
Use a mirror for higher download bandwidth:
http://www.gnu.org/order/ftp.html
[*] Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact. First, be sure to download both the .sig file
and the corresponding tarball. Then, run a command like this:
gpg --verify bison-2.7.1.tar.gz.sig
If that command fails because you don't have the required public key,
then run this command to import it:
gpg --keyserver
keys.gnupg.net --recv-keys 0DDCAA3278D5264E
and rerun the 'gpg --verify' command.
This release was bootstrapped with the following tools:
Autoconf 2.69
Automake 1.13.1
Flex 2.5.37
Gettext 0.18.2
Gnulib v0.0-7901-g076ac82
NEWS
* Noteworthy changes in release 2.7.1 (2013-04-15) [stable]
** Bug fixes
*** Fix compiler attribute portability (yacc.c)
With locations enabled, __attribute__ was used unprotected.
*** Fix some compiler warnings (lalr1.cc)