]> git.saurik.com Git - bison.git/history - src/lalr.c
* src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
[bison.git] / src / lalr.c
2001-12-27  Akim Demaille* src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SY...
2001-12-27  Akim Demaille* src/lalr.c (add_lookback_edge): Use state_t instead...
2001-12-27  Akim Demaille* src/lalr.c (set_goto_map): Remove a wrong but benign...
2001-12-27  Akim DemailleAll the hacks using a final pseudo state are now useless.
2001-12-27  Akim Demaille* src/conflicts.c (log_resolution, flush_shift)
2001-12-22  Akim DemailleSome actions of web2c.y are improperly triggered.
2001-12-17  Akim Demaille* src/state.h (state_t): Rename lookaheads as lookaheadsp.
2001-12-10  Akim Demaille* src/lalr.c (initialize_lookaheads): New. Extracted...
2001-12-10  Akim Demaille* src/lalr.c (set_state_table): Move to...
2001-12-10  Akim Demaille* src/LR0.h (first_shift, first_reduction): Remove.
2001-12-10  Akim Demaille* src/LR0.c: Attach shifts to states as soon as they are
2001-12-10  Akim DemailleNow that states have a complete set of members, the...
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_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_...
2001-12-05  Akim Demaille* src/lalr.c (matrix_print): New.
2001-12-05  Akim Demaille* src/lalr.c (maxrhs): Move to...
2001-12-05  Akim Demaille* src/lalr.c (transpose): Free the memory allocated...
2001-12-05  Akim Demaille* src/lalr.c (initialize_F): Improve variable locality.
2001-12-05  Akim Demaille* src/derives.c (print_derives): Display the ruleno.
2001-12-05  Akim Demaille* src/lalr.c (traverse): Use arrays instead of pointers.
2001-11-19  Akim Demaille* src/system.h (LIST_FREE, shortcpy): New.
2001-11-19  Akim Demaille* src/gram.h (rule_t): New.
2001-11-19  Akim Demaille* src/lalr.c (set_maxrhs, maxrhs): Remove, replaced...
2001-11-19  Akim Demaille* src/lalr.c (F): New macro to access to the variable F.
2001-11-19  Akim Demaille* src/lalr.h (LA): New macro to access to the variable LA.
2001-11-19  Akim Demaille* src/lalr.c (initialize_LA): Only initialize 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-10-04  Akim DemailleMerge in branch-1_29. after-merge-branch-1_29
2000-11-07  Akim Demaille* src: s/Copyright (C)/Copyright/g.
2000-10-16  Akim Demaille* src/output.c (output_short_or_char_table): New function.
2000-10-02  Akim DemailleUse the more standard files `xalloc.h' and `xmalloc...
2000-10-02  Akim DemailleVarious anti-`extern in *.c' changes.
2000-10-02  Akim Demaille* src/state.h (nstates, final_state, first_state, first...
2000-10-02  Akim Demaille* src/nullable.h: New file.
2000-10-02  Akim Demaille* src/lalr.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...
2000-03-31  Akim Demailles/return (foo)/return foo/
2000-03-31  Akim DemailleClean the error reporting functions.
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.
1991-12-21  Richard M. Stallmanentered into RCS