+2001-12-11 Marc Autret <autret_m@epita.fr>
+
+ * src/output.c (output_parser): Remove useless muscle.
+
+2001-12-11 Marc Autret <autret_m@epita.fr>
+
+ * src/bison.simple: Remove #line just before %%epilogue. It
+ is now handled in ...
+ * src/reader.c (read_additionnal_code): Add the output of a
+ #line for the epilogue.
+
+2001-12-10 Marc Autret <autret_m@epita.fr>
+
+ * src/reader.c (copy_definition): Re-use CPP-outed code which
+ replace precedent remove.
+ * src/bison.simple: Remove #line before %%prologue because
+ %%input-line is wrong at this time.
+
+2001-12-10 Marc Autret <autret_m@epita.fr>
+
+ * src/reader.c (symbols_output): Clean up.
+ * src/output.c (output_gram, output): Clean up.
+
+2001-12-10 Akim Demaille <akim@epita.fr>
+
+ * src/lalr.c (initialize_lookaheads): New. Extracted from...
+ * src/LR0.c (set_state_table): here.
+ * src/lalr.c (lalr): Call it.
+
+2001-12-10 Akim Demaille <akim@epita.fr>
+
+ * src/state.h (shifts): Remove the `number' member: shifts are
+ attached to state, hence no longer need to be labelled with a
+ state number.
+
+2001-12-10 Akim Demaille <akim@epita.fr>
+
+ Now that states have a complete set of members, the linked list of
+ shifts is useless: just fill directly the state's shifts member.
+
+ * src/state.h (shifts): Remove the `next' member.
+ * src/LR0.c (first_state, last_state): Remove.
+ Adjust the callers.
+ (augment_automaton): Don't look for the shifts that must be added
+ a shift on EOF: it is those of the state we looked for! But now,
+ since shifts are attached, it is no longer needed to looking
+ merely by its id: its number.
+
+2001-12-10 Akim Demaille <akim@epita.fr>
+
+ * src/LR0.c (augment_automaton): Better variable locality.
+ Remove an impossible branch: if there is a state corresponding to
+ the start symbol being shifted, then there is shift for the start
+ symbol from the initial state.
+
+2001-12-10 Akim Demaille <akim@epita.fr>
+
+ * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
+ only when appropriate: when insert_start_shifting_state' is not
+ invoked.
+ * tests/regression.at (Rule Line Numbers): Adjust.
+