mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 07:43:03 +00:00
* src/getargs.c (statistics_flag): Replace with...
(trace_flag): New. (longopts): Accept --trace instead of --statistics. * src/getargs.h, src/options.c: Adjust. * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c, * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
This commit is contained in:
23
ChangeLog
23
ChangeLog
@@ -1,3 +1,12 @@
|
||||
2001-11-19 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/getargs.c (statistics_flag): Replace with...
|
||||
(trace_flag): New.
|
||||
(longopts): Accept --trace instead of --statistics.
|
||||
* src/getargs.h, src/options.c: Adjust.
|
||||
* src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
|
||||
* src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
|
||||
|
||||
2001-11-19 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/LR0.c (new_itemsets, get_state): Use more arrays and less
|
||||
@@ -23,7 +32,7 @@
|
||||
* src/output.c (free_itemsets, free_reductions, free_shifts):
|
||||
Remove, replaced by LIST_FREE.
|
||||
|
||||
|
||||
|
||||
2001-11-19 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
|
||||
@@ -31,7 +40,7 @@
|
||||
* src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
|
||||
allocation.
|
||||
|
||||
|
||||
|
||||
2001-11-19 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/LR0.c (new_state): Complete trace code.
|
||||
@@ -51,7 +60,7 @@
|
||||
(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.
|
||||
and ask for its output.
|
||||
|
||||
2001-11-19 Akim Demaille <akim@epita.fr>
|
||||
|
||||
@@ -65,7 +74,7 @@
|
||||
* src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
|
||||
* src/output.c: Adjust.
|
||||
|
||||
|
||||
|
||||
2001-11-19 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
|
||||
@@ -81,7 +90,7 @@
|
||||
* src/lalr.c, src/nullable.c, src/output.c, src/print.c,
|
||||
* src/reader.c, src/reduce.c: Adjust.
|
||||
|
||||
|
||||
|
||||
2001-11-19 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/reader.c (symbols_output): New, extracted from...
|
||||
@@ -109,7 +118,7 @@
|
||||
* src/lalr.c (initialize_LA): Only initialize LA. Let...
|
||||
(set_state_table): handle the `lookaheads' members.
|
||||
|
||||
|
||||
|
||||
2001-11-19 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/lalr.h (lookaheads): Removed array, which contents is now
|
||||
@@ -134,7 +143,7 @@
|
||||
* src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
|
||||
Adjust.
|
||||
|
||||
|
||||
|
||||
2001-11-19 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/lalr.h (state_t): New.
|
||||
|
||||
Reference in New Issue
Block a user