help-bison
[Top][All Lists]
Advanced

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

Bison 1.29d


From: Akim Demaille
Subject: Bison 1.29d
Date: 10 Oct 2001 17:27:42 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

This version should have fixed the portability issues that were found
since 1.29.  Thanks to all the people who provided some very useful
feedback.

Bison 1.29d is to be found on

  ftp://alpha.gnu.org/gnu/bison/bison-1.29d.tar.gz   (643 kB)
  ftp://alpha.gnu.org/gnu/bison/bison-1.29d.tar.bz2  (513 kB)

And here are xdelta-style diffs

  ftp://alpha.gnu.org/gnu/bison/bison-1.29c-1.29d.xdelta   (11 kB)

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

e03e36e374069122282c212f8a799b0e  bison-1.29d.tar.gz
c39becb6611340b703bfb1ba2ec4df02  bison-1.29d.tar.bz2
c07e22ac7f0f37cf252fa6f6a27a837b09331abb  bison-1.29d.tar.gz
c499c0dbea449fddfa95f23893bdcec221e7b7fe  bison-1.29d.tar.bz2


Please, send reports on address@hidden only.


NEWS:
Changes in version 1.29d:

* `--defines' and `--graph' have now an optionnal argument which is the
  output file name. `-d' and `-g' do not change, they do not take any
  argument.

* `%source_extension' and `%header_extension' are removed, failed
  experiment.

* The test suite is more portable.

* Better portability.

Changes in version 1.29:

* The output file does not define const, as this caused problems when used
  with common autoconfiguration schemes.  If you still use ancient compilers
  that lack const, compile with the equivalent of the C compiler option
  `-Dconst='.  autoconf's AC_C_CONST macro provides one way to do this.

* Added `-g' and `--graph'.

* The Bison manual is now distributed under the terms of the GNU FDL.

* The input and the output files has automatically a similar extension.

* Russian translation added.

* NLS support updated; should hopefully be less troublesome.

* Added the old Bison reference card.

* Added `--locations' and `%locations'.

* Added `-S' and `--skeleton'.

* `%raw', `-r', `--raw' is disabled.

* Special characters are escaped when output.  This solves the problems
  of the #line lines with path names including backslashes.

* New directives.
  `%yacc', `%fixed_output_files', `%defines', `%no_parser', `%verbose',
  `%debug', `%source_extension' and `%header_extension'.



reply via email to

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