Akim Demaille
|
dad56b10d3
|
* src/conflicts.c (print_reductions): Accept OUT as argument.
Output to it, not to output_obstack.
* src/print.c (print_actions): Adjust.
|
2001-11-12 09:15:43 +00:00 |
|
Akim Demaille
|
5f1ff7cd74
|
* src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
the result instead of using...
(src_total, rrc_total, src_count, rrc_count): Remove.
(any_conflicts): Remove.
(print_conflicts): Split into...
(conflicts_print, conflicts_output): New.
* src/conflicts.h: Adjust.
* src/main.c (main): Invoke both conflicts_output and conflicts_print.
* src/print.c (print_grammar): Issue `n' between to rule outputs.
* tests/regression.at (Conflicts): New.
Reported by Tom Lane.
|
2001-11-12 09:15:25 +00:00 |
|
Akim Demaille
|
bb84601097
|
* src/reader.c (reader): Remove call to free_symtab ().
* src/main.c (main): Call it here.
Include symtab.h.
* src/conflicts.c (initialize_conflicts): Rename as...
(solve_conflicts): this.
* src/print.c (print_core, print_actions, print_state)
(print_grammar): Dump to a file instead a `output_obstack'.
(print_results): Dump `output_obstack', and then proceed with the
FILE *.
* src/files.c (compute_output_file_names, close_files): New.
(output_files): Adjust.
* src/main.c (main): Adjust.
|
2001-09-24 08:15:53 +00:00 |
|
Akim Demaille
|
2aec1bc1de
|
* src/conflicts.c (finalize_conflicts): Rename as...
(free_conflicts): this.
|
2001-09-22 18:13:24 +00:00 |
|
Akim Demaille
|
aa7815f5c6
|
* src: s/Copyright (C)/Copyright/g.
|
2000-11-07 16:28:47 +00:00 |
|
Akim Demaille
|
340ef48922
|
Various anti-`extern in *.c' changes.
* src/system.h: Include `assert.h'.
|
2000-10-02 08:35:47 +00:00 |
|
Akim Demaille
|
0619caf0b1
|
* src/conflicts.c (conflict_report): New function.
(conflict_log, verbose_conflict_log): Replace with...
(print_conflicts): this function.
Adjust dependencies.
* src/conflicts.h: New file.
Propagate its inclusion.
|
2000-10-02 08:08:52 +00:00 |
|