/[bison]/bison/NEWS
ViewVC logotype

Diff of /bison/NEWS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21.2.62 by akim, Tue Mar 12 15:51:39 2002 UTC revision 1.21.2.63 by akim, Tue Mar 12 16:52:19 2002 UTC
# Line 1  Line 1 
1  Bison News  Bison News
2  ----------  ----------
3    
4    Changes in version 1.34a:
5    
6  Changes in version 1.34, 2002-03-12:  Changes in version 1.34, 2002-03-12:
7    
8  * File name clashes are detected  * File name clashes are detected
9    $ bison foo.y -d -o foo.x    $ bison foo.y -d -o foo.x
10    fatal error: header and parser would be both named `foo.x'    fatal error: header and parser would both be named `foo.x'
11    
12  * A missing `;' ending a rule triggers a warning  * A missing `;' at the end of a rule triggers a warning
13    In accordance with POSIX, and in agreement with other    In accordance with POSIX, and in agreement with other
14    Yacc implementations, Bison will mandate this semicolon in a near    Yacc implementations, Bison will mandate this semicolon in the near
15    future.  This eases the implementation of a Bison parser of Bison    future.  This eases the implementation of a Bison parser of Bison
16    grammars by making this grammar LALR(1) instead of LR(2).  To    grammars by making this grammar LALR(1) instead of LR(2).  To
17    facilitate the transition, this release introduces a warning.    facilitate the transition, this release introduces a warning.

Legend:
Removed from v.1.21.2.62  
changed lines
  Added in v.1.21.2.63

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26