mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
graph: output foo.gv by default, instead of *.dot
That change was started in Bison 3.4. The announcement for 3.7 stated that in Bison 3.8 we would use *.gv by default. * src/files.c (compute_output_file_names): spec_graph_file defaults too *.gv. * doc/bison.texi, examples/c++/calc++/local.mk, tests/output.at: Adjust.
This commit is contained in:
7
NEWS
7
NEWS
@@ -15,6 +15,13 @@ GNU Bison NEWS
|
||||
|
||||
** Changes
|
||||
|
||||
*** Graph output
|
||||
|
||||
In conformance with the recommendations of the Graphviz team
|
||||
(https://marc.info/?l=graphviz-devel&m=129418103126092), `-g`/`--graph`
|
||||
now generates a *.gv file by default, instead of *.dot. A transition
|
||||
started in Bison 3.4.
|
||||
|
||||
*** C++ value_type
|
||||
|
||||
Prefer value_type to semantic_type to denote the semantic value type,
|
||||
|
||||
Reference in New Issue
Block a user