commit-bison
[Top][All Lists]
Advanced

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

bison ./ChangeLog src/conflicts.c src/conflicts...


From: Akim Demaille
Subject: bison ./ChangeLog src/conflicts.c src/conflicts...
Date: Thu, 27 Dec 2001 13:05:05 -0500

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

Modified files:
        .              : ChangeLog 
        src            : conflicts.c conflicts.h lalr.c print.c 
                         print_graph.c 

Log message:
        * src/conflicts.c (log_resolution, flush_shift)
        (resolve_sr_conflict, set_conflicts, solve_conflicts)
        (count_sr_conflicts, count_rr_conflicts, conflicts_output)
        (conflicts_print, print_reductions): Use a state_t instead of an
        integer when referring to a state.
        As much as possible, depend upon nlookaheads, instead of the
        `lookaheadsp' member of the following state (since lookaheads of
        successive states are successive, the difference between state n + 1
        and n served as the number of lookaheads for state n).
        * src/lalr.c (add_lookback_edge): Likewise.
        * src/print.c (print_core, print_actions, print_state)
        (print_results): Likewise.
        * src/print_graph.c (print_core, print_actions, print_state)
        (print_graph): Likewise.
        * src/conflicts.h: Adjust.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/ChangeLog.diff?tr1=1.438&tr2=1.439&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/conflicts.c.diff?tr1=1.57&tr2=1.58&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/conflicts.h.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/lalr.c.diff?tr1=1.44&tr2=1.45&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/print.c.diff?tr1=1.38&tr2=1.39&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/print_graph.c.diff?tr1=1.19&tr2=1.20&r1=text&r2=text




reply via email to

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