bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bison-2.6.5 released [stable]


From: Akim Demaille
Subject: bison-2.6.5 released [stable]
Date: Wed, 7 Nov 2012 18:40:56 +0100

Hi People,

Tomorrow, or so, I will send this message more broadly, unless
someone uncovers some issue.

Cheers,

        Akim


This release provides no new features, but several bug fixes compared
to Bison 2.6.4.

Here are the compressed sources:
  ftp://ftp.gnu.org/gnu/bison/bison-2.6.5.tar.gz   (2.9MB)
  ftp://ftp.gnu.org/gnu/bison/bison-2.6.5.tar.xz   (1.6MB)

Here are the GPG detached signatures[*]:
  ftp://ftp.gnu.org/gnu/bison/bison-2.6.5.tar.gz.sig
  ftp://ftp.gnu.org/gnu/bison/bison-2.6.5.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.6.5.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.12.4
  Flex 2.5.37
  Gettext 0.18.1
  Gnulib v0.0-7685-gdaf7f8c

NEWS

* Noteworthy changes in release 2.6.5 (2012-11-07) [stable]

  We consider compiler warnings about Bison generated parsers to be bugs.
  Rather than working around them in your own project, please consider
  reporting them to us.

** Bug fixes

  Warnings about uninitialized yylval and/or yylloc for push parsers with a
  pure interface have been fixed for GCC 4.0 up to 4.8, and Clang 2.9 to
  3.2.

  Other issues in the test suite have been addressed.

  Nul characters are correctly displayed in error messages.

  When possible, yylloc is correctly initialized before calling yylex.  It
  is no longer necessary to initialize it in the %initial-action.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]