8686edaecd
* 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. * Fix test suite portability problems. * Fix C++ issues Groff could not be compiled for the definition of size_t was lacking under some conditions. * Catch invalid @n As is done with $n.
6 lines
281 B
Text
6 lines
281 B
Text
$NetBSD: distinfo,v 1.8 2002/03/19 11:02:00 wiz Exp $
|
|
|
|
SHA1 (bison-1.34.tar.gz) = 5c771e1e6f9bcc523f128a8ab8b7cd5896fd4df9
|
|
Size (bison-1.34.tar.gz) = 731400 bytes
|
|
SHA1 (patch-aa) = 47194ffb10e0bda3f01e656dd1a84eae9df46db3
|
|
SHA1 (patch-ab) = 467f560b38de856b013b455f918fb858c6124711
|