commit-bison
[Top][All Lists]
Advanced

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

bison ./ChangeLog src/bison.simple src/output.c...


From: Akim Demaille
Subject: bison ./ChangeLog src/bison.simple src/output.c...
Date: Thu, 27 Dec 2001 13:17:40 -0500

CVSROOT:        /cvsroot/bison
Module name:    bison
Changes by:     Akim Demaille <address@hidden>  01/12/27 13:17:39

Modified files:
        .              : ChangeLog 
        src            : bison.simple output.c 
        tests          : calc.at 

Log message:
        * src/output.c (output_gram): Rely on nritems, not the
        0-sentinel.  See below.
        Use -1 as separator, not 0.
        * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
        Rely on -1 as separator in yyrhs, instead of 0.
        * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
        twice `Now at end of input', therefore there are two lines less to
        expect.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/ChangeLog.diff?tr1=1.458&tr2=1.459&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/bison.simple.diff?tr1=1.94&tr2=1.95&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/output.c.diff?tr1=1.109&tr2=1.110&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/tests/calc.at.diff?tr1=1.14&tr2=1.15&r1=text&r2=text




reply via email to

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