+2001-12-17 Akim Demaille <akim@epita.fr>
+
+ * src/conflicts.c (flush_shift): Also adjust lookaheadset.
+ (flush_reduce): New.
+ (resolve_sr_conflict): Adjust.
+
+
+2001-12-17 Akim Demaille <akim@epita.fr>
+
+ * src/output.c (output_obstack): Be static and rename as...
+ (format_obstack): this, to avoid any confusion with files.c's
+ output_obstack.
+ * src/reader.h (muscle_obstack): Move to...
+ * src/output.h: here, since it's defined in output.c.
+
+
+2001-12-17 Akim Demaille <akim@epita.fr>
+
+ * src/output.c (action_row, save_column, default_goto)
+ (sort_actions, matching_state, pack_vector): Better variable
+ locality.
+
+
+2001-12-17 Akim Demaille <akim@epita.fr>
+
+ * src/output.c: Various formatting changes.
+
+
+2001-12-17 Akim Demaille <akim@epita.fr>
+
+ * src/files.c (output_files): Free the output_obstack.
+ * src/main.c (main): Call print and print_graph conditionally.
+ * src/print.c (print): Work unconditionally.
+ * src/print_graph.c (print_graph): Work unconditionally.
+ * src/conflicts.c (log_resolution): Output only if verbose_flag.
+
+2001-12-16 Marc Autret <autret_m@epita.fr>
+
+ * src/output.c (actions_output): Fix. When we use %no-lines,
+ there is one less line per action.
+
+2001-12-16 Marc Autret <autret_m@epita.fr>
+
+ * src/bison.simple: Remove a useless #line directive.
+ s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
+ * src/output.c (get_lines_number): New.
+ (output_parser): Adjust, now takes care about the lines of a
+ output muscles.
+ Fix line numbering.
+ (actions_output): Computes the number of lines taken by actions.
+ (output_master_parser): Insert new skeleton which is the name of
+ the output parser file name.
+
+2001-12-15 Marc Autret <autret_m@epita.fr>
+
+ * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
+
2001-12-15 Marc Autret <autret_m@epita.fr>
* src/output.c (output_gram): Keep track of the hairy one.