commit-bison
[Top][All Lists]
Advanced

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

bison ./ChangeLog src/Makefile.am src/Makefile....


From: Akim Demaille
Subject: bison ./ChangeLog src/Makefile.am src/Makefile....
Date: Mon, 06 Aug 2001 02:22:33 -0700

CVSROOT:        /cvs
Module name:    bison
Changes by:     Akim Demaille <address@hidden>  01/08/06 02:22:33

Modified files:
        .              : ChangeLog 
        src            : Makefile.am Makefile.in files.c files.h 
                         getargs.c getargs.h print_graph.c 

Log message:
        Automaton VCG graph output.
        Using option ``-g'' or long option ``--graph'', you can generate
        a gram_filename.vcg file containing a VCG description of the LALR (1)
        automaton of your grammar.
        * src/main.c: Call to print_graph() function.
        * src/getargs.h: Update.
        * src/getargs.c (options): Update to catch `-g' and `--graph' options.
        (graph_flag): New flag.
        (longopts): Update.
        (getargs): Add case `g'.
        * src/files.c (graph_obstack): New obstack struct.
        (open_files): Initialize new obstack.
        (output_files): Saves graph_obstack if required.
        * src/files.h (graph_obstack): New extern declaration.
        * src/Makefile.am: Add new source files.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/bison/ChangeLog.diff?cvsroot=OldCVS&tr1=1.147&tr2=1.148&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/src/Makefile.am.diff?cvsroot=OldCVS&tr1=1.24&tr2=1.25&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/src/Makefile.in.diff?cvsroot=OldCVS&tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/src/files.c.diff?cvsroot=OldCVS&tr1=1.44&tr2=1.45&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/src/files.h.diff?cvsroot=OldCVS&tr1=1.17&tr2=1.18&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/src/getargs.c.diff?cvsroot=OldCVS&tr1=1.23&tr2=1.24&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/src/getargs.h.diff?cvsroot=OldCVS&tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/src/print_graph.c.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text




reply via email to

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