Paul Eggert
|
177d84c081
|
Fix misspelling in comments.
|
2002-12-13 08:49:39 +00:00 |
|
Paul Eggert
|
106344fb01
|
(enum color): Renamed from enum color_e.
(enum textmode): Renamed from enum textmode_e.
(enum shape): Renamed from enum shape_e.
(struct colorentry): Renamed from struct colorentry_s.
(struct classname): Renamed from struct classname_s.
(struct infoname): Renamed from struct infoname_s.
(enum layoutalgorithm): Renamed from enum layoutalgorithm_e.
(enum decision): Renamed from enum decision_e.
(enum orientation): Renamed from enum orientation_e.
(enum alignment): Renamed from enum alignment_e.
(enum arrow_mode): Renamed form enum arrow_mode_e.
(enum crossing_type): Renamed from enum crossing_type_e.
(enum view): Renamed from enum view_e.
(struct node): Renamed from struct node_s.
(node): Renamed from node_t.
(enum linestyle): Renamed from enum linestyle_e.
(enum arrowstyle): Renamed from enum arrowstyle_e.
(struct edge): Renamed from struct edge.
(edge): Renamed from edge_t.
(struct graph): Renamed from struct graph_s.
(graph): Renamed from graph_t.
(struct node_s.expand): Renamed from struct node_s.stretch.
(struct graph_s.expand): Renamed from struct graph_s.stretch.
(enum_alignment_e): Renamed from enum_alignement_e.
|
2002-12-11 06:58:17 +00:00 |
|
Paul Eggert
|
d33cb3ae09
|
Remove all uses of PARAMS, since we now assume C89 or better.
|
2002-10-21 05:30:50 +00:00 |
|
Akim Demaille
|
342b8b6e21
|
Merge in branch-1_29.
|
2001-10-04 14:55:21 +00:00 |
|
Marc Autret
|
600cad3b84
|
VCG updates
|
2001-08-08 20:31:21 +00:00 |
|
Akim Demaille
|
c4b661269e
|
* src/vcg.c (complain.h): Include it.
Unepitaize `return' invocations.
[NDEBUG] (main): Remove.
* src/vcg.h (node_t, edge_t, graph_t): Constify the char * memebers.
* src/files.c (open_files): Initialize graph_obstack.
* src/print_graph.c (print_actions): CPP out useless code.
(print_core): Don't output the last `n' in labels.
Use `quote'.
* src/files.c (output_files): Output the VCG file.
* src/main.c (main): Invoke print_graph ();
|
2001-08-07 07:58:43 +00:00 |
|
Akim Demaille
|
ce4d5ce009
|
* src/print_graph.c, src/print_graph.h (graph): New.
* src/vcg.h: New file.
* src/vcg.c: New file, VCG graph handling.
|
2001-08-06 09:05:53 +00:00 |
|