commit-bison
[Top][All Lists]
Advanced

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

bison ./ChangeLog src/nullable.c src/warshall.c...


From: Akim Demaille
Subject: bison ./ChangeLog src/nullable.c src/warshall.c...
Date: Thu, 13 Dec 2001 06:02:21 -0500

CVSROOT:        /cvsroot/bison
Module name:    bison
Changes by:     Akim Demaille <address@hidden>  01/12/13 06:02:21

Modified files:
        .              : ChangeLog 
        src            : nullable.c warshall.c 
        tests          : Makefile.am regression.at testsuite.at 
                         torture.at 
Added files:
        tests          : sets.at 

Log message:
        The computation of nullable is broken: it doesn't handle empty
        RHS's properly.
        * tests/torture.at (GNU AWK Grammar): New.
        * tests/sets.at (Nullable): New.
        * src/nullable.c (set_nullable): Instead of blindly looping over
        `ritems', loop over the rules, and then over their rhs's.
        Work around Autotest bugs.
        * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
        frame, because Autotest understand lines starting with a `+' as
        traces from the shell.  Then, they are not processed properly.
        Admittedly an Autotest bug, but we don't have time to wait for
        Autotest to catch up.
        * tests/regression.at (Broken Closure): Adjust to the new table
        frames.
        Move to...
        * tests/sets.at: here.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/ChangeLog.diff?tr1=1.405&tr2=1.406&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/nullable.c.diff?tr1=1.19&tr2=1.20&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/warshall.c.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/tests/sets.at.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/tests/Makefile.am.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/tests/regression.at.diff?tr1=1.20&tr2=1.21&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/tests/testsuite.at.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/tests/torture.at.diff?tr1=1.5&tr2=1.6&r1=text&r2=text




reply via email to

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