commit-bison
[Top][All Lists]
Advanced

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

bison ./ChangeLog doc/version.texi src/nullable...


From: Akim Demaille
Subject: bison ./ChangeLog doc/version.texi src/nullable...
Date: Thu, 13 Dec 2001 05:59:37 -0500

CVSROOT:        /cvsroot/bison
Module name:    bison
Branch:         bison-1_29-branch
Changes by:     Akim Demaille <address@hidden>  01/12/13 05:59:37

Modified files:
        .              : ChangeLog 
        doc            : version.texi 
        src            : nullable.c warshall.c 
        tests          : Makefile.am Makefile.in 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?only_with_tag=bison-1_29-branch&tr1=1.173.2.227&tr2=1.173.2.228&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/doc/version.texi.diff?only_with_tag=bison-1_29-branch&tr1=1.9.2.26&tr2=1.9.2.27&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/nullable.c.diff?only_with_tag=bison-1_29-branch&tr1=1.10.2.8&tr2=1.10.2.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/warshall.c.diff?only_with_tag=bison-1_29-branch&tr1=1.6.2.2&tr2=1.6.2.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/tests/sets.at?only_with_tag=bison-1_29-branch&rev=1.1.2.1
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/tests/Makefile.am.diff?only_with_tag=bison-1_29-branch&tr1=1.5.2.11&tr2=1.5.2.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/tests/Makefile.in.diff?only_with_tag=bison-1_29-branch&tr1=1.3.2.17&tr2=1.3.2.18&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/tests/regression.at.diff?only_with_tag=bison-1_29-branch&tr1=1.1.2.21&tr2=1.1.2.22&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/tests/testsuite.at.diff?only_with_tag=bison-1_29-branch&tr1=1.1.2.6&tr2=1.1.2.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/tests/torture.at.diff?only_with_tag=bison-1_29-branch&tr1=1.1.2.3&tr2=1.1.2.4&r1=text&r2=text




reply via email to

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