]> git.saurik.com Git - bison.git/history - src/conflicts.c
* src/conflicts.c (print_reductions): Formatting changes.
[bison.git] / src / conflicts.c
2001-12-17  Akim Demaille* src/conflicts.c (print_reductions): Formatting changes.
2001-12-17  Akim Demaille* src/conflicts.c (flush_shift): Also adjust lookaheadset.
2001-12-17  Akim Demaille* src/files.c (output_files): Free the output_obstack.
2001-12-10  Akim DemailleOne structure for states is enough, even though theoret...
2001-12-05  Akim Demaille* src/conflicts.c (err_table): Remove.
2001-12-05  Akim DemaillePessimize the code to simplify it: from now on, all...
2001-12-05  Akim Demaille* src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
2001-12-05  Akim Demaille* src/conflicts.c (flush_shift, resolve_sr_conflict...
2001-12-05  Akim Demaille* src/state.h (SHIFT_SYMBOL): New.
2001-12-05  Akim Demaille* src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
2001-12-05  Akim Demaille* src/conflicts.c (print_reductions): Arrays, not pointers.
2001-12-05  Akim Demaille* src/conflicts.c (print_reductions): Pessimize, but...
2001-12-05  Akim Demaille* src/conflicts.c (print_reductions): Improve variable...
2001-12-05  Akim Demaille* src/conflicts.c (print_reductions): Pessimize, but...
2001-12-05  Akim Demaille* src/conflicts.c (print_reductions): Improve variable...
2001-11-30  Akim Demaille* src/reduce.c (reduce_output): Formatting changes.
2001-11-26  Akim Demaille* src/conflicts.c (conflicts_print): Don't complain...
2001-11-19  Akim Demaille* src/conflicts.c (conflicts_print): Add a missing n.
2001-11-19  Akim Demaille* src/conflicts.c (set_conflicts): Use arrays instead...
2001-11-19  Akim Demaille* src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
2001-11-19  Akim Demaille* src/gram.h (rprec, rprecsym, rassoc): Remove, now...
2001-11-19  Akim Demaille* src/gram.h (rule_t): New.
2001-11-19  Akim Demaille* src/lalr.h (LA): New macro to access to the variable LA.
2001-11-19  Akim Demaille* src/lalr.h (lookaheads): Removed array, which content...
2001-11-19  Akim Demaille* src/lalr.h (consistent): Removed array, which content...
2001-11-19  Akim Demaille* src/lalr.h (reduction_table, shift_table): Removed...
2001-11-19  Akim Demaille* src/lalr.h (state_t): New.
2001-11-14  Akim Demaille* src/print.c: Include reduce.h.
2001-11-12  Akim Demaille%expext was not functioning at all.
2001-11-12  Akim Demaille* src/conflicts.c (print_reductions): Accept OUT as...
2001-11-12  Akim Demaille* src/conflicts.c (count_sr_conflicts, count_rr_conflic...
2001-10-19  Pascal Bart* src/conflicts.c: Move global variables rrc_total...
2001-10-04  Akim DemailleMerge in branch-1_29. after-merge-branch-1_29
2001-02-08  Akim Demaille* src/conflicts.c (conflict_report): Be sure not to...
2000-12-20  Akim DemailleAlso handle the output file (--verbose) with obstacks.
2000-11-07  Akim Demaille* src: s/Copyright (C)/Copyright/g.
2000-10-02  Akim DemailleThe location tracking mechanism is precious for parse...
2000-10-02  Akim Demaille* src/gram.h (associativity): New enum type which repla...
2000-10-02  Akim Demaille* src/getargs.c (fixed_outfiles): Rename as...
2000-10-02  Akim DemailleUse the more standard files `xalloc.h' and `xmalloc...
2000-10-02  Akim Demaille* src/state.h (nstates, final_state, first_state, first...
2000-10-02  Akim Demaille* src/conflicts.c (conflict_report): New function.
2000-10-02  Akim Demaille* src/lalr.h: New file.
2000-09-21  Akim Demaille* src/closure.h: New file.
2000-09-19  Akim Demaille* src/output.c: Formatting changes.
2000-07-04  Jesse ThiloMore explicit use of "const", "extern", and "static...
1999-01-20  Jesse ThiloHush a few compiler warnings.
1999-01-14  Jesse ThiloUpdate FSF address.
1998-12-30  Jesse ThiloUse prototypes if the compiler understands them.
1997-06-18  Richard M. Stallmannew.h renamed to alloc.h.
1996-06-01  Richard M. StallmanInsert `_' macro around many string constants.
1995-10-15  Richard M. Stallman(resolve_sr_conflict): Remove use of alloca.
1994-03-24  Richard M. Stallmanentered into RCS
1993-09-10  Richard M. Stallman*** empty log message ***
1993-04-20  David MacKenzieInitial revision