[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bison ./ChangeLog src/print_graph.c src/vcg.c
From: |
Akim Demaille |
Subject: |
bison ./ChangeLog src/print_graph.c src/vcg.c |
Date: |
Mon, 19 Nov 2001 04:13:41 -0500 |
CVSROOT: /cvsroot/bison
Module name: bison
Branch: bison-1_29-branch
Changes by: Akim Demaille <address@hidden> 01/11/19 04:13:40
Modified files:
. : ChangeLog
src : print_graph.c vcg.c
Log message:
* src/vcg.c: You do the output, so you are responsible of the
handling of VCG syntax, in particular: use quotearg.
* src/print_graph.c: Don't.
(print_actions): Don't output the actions as part of the nodes,
since that's the job of the edges.
(print_state): Don't output by hand: fill the node description,
and ask for its output.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/ChangeLog.diff?only_with_tag=bison-1_29-branch&tr1=1.173.2.127&tr2=1.173.2.128&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/print_graph.c.diff?only_with_tag=bison-1_29-branch&tr1=1.6.2.9&tr2=1.6.2.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/vcg.c.diff?only_with_tag=bison-1_29-branch&tr1=1.5.2.6&tr2=1.5.2.7&r1=text&r2=text
- bison ./ChangeLog src/print_graph.c src/vcg.c,
Akim Demaille <=