info-gnu
[Top][All Lists]
Advanced

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

Bison 1.34 is released


From: Akim Demaille
Subject: Bison 1.34 is released
Date: 12 Mar 2002 17:31:57 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

Bison, the GNU Parser Generator, 1.34 is released.  It is a simple
maintenance release over 1.33.

  ftp://ftp.gnu.org/gnu/bison/bison-1.34.tar.gz   (719 kB)
  ftp://ftp.gnu.org/gnu/bison/bison-1.34.tar.bz2  (590 kB)

And here are xdelta-style diffs

  ftp://ftp.gnu.org/gnu/bison/bison-1.33-1.34.xdelta   (26 kB)

Here are the MD5 and SHA1 signatures for the compressed tar files:

33ec6e34914a62ef5c4617efba9f3f30  bison-1.34.tar.gz
911b23850a31548ee8ffff1b7d4cc26e  bison-1.34.tar.bz2
5c771e1e6f9bcc523f128a8ab8b7cd5896fd4df9  bison-1.34.tar.gz
4fdfbc7046e2a294b8044f947d89d111bcb2e820  bison-1.34.tar.bz2

NEWS:

* File name clashes are detected
  $ bison foo.y -d -o foo.x
  fatal error: header and parser would be both named `foo.x'

* A missing `;' ending a rule triggers a warning
  In accordance with POSIX, and in agreement with other
  Yacc implementations, Bison will mandate this semicolon in a near
  future.  This eases the implementation of a Bison parser of Bison
  grammars by making this grammar LALR(1) instead of LR(2).  To
  facilitate the transition, this release introduces a warning.

* Revert the C++ namespace changes introduced in 1.31, as they caused too
  many portability hassles.

* DJGPP support added.

* Fix test suite portability problems.



reply via email to

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