+2001-11-27 Marc Autret <autret_m@epita.fr>
+
+ * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
+ Use %error-verbose.
+
+2001-11-27 Marc Autret <autret_m@epita.fr>
+
+ * src/bison.simple: Remove YYERROR_VERBOSE using.
+ Use %%error_verbose.
+ (yyparse): Likewise.
+ * src/output.c (prepare): Give its final value.
+ * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
+ * src/getargs.h: Add its extern declaration.
+ * src/getargs.c (error_verbose_flag): New int.
+ (getargs): Update to catch new case.
+ * src/options.c (option_table): 'error-verbose' is a new option.
+ (shortopts): Update.
+
+2001-11-27 Akim Demaille <akim@epita.fr>
+
+ * src/system.h: Use intl/libgettext.h.
+ * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
+
+2001-11-27 Akim Demaille <akim@epita.fr>
+
+ * tests/torture.at (Exploding the Stack Size with Malloc):
+ s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
+
+2001-11-27 Akim Demaille <akim@epita.fr>
+
+ * src/files.c: Include error.h.
+ Reported by Hans Aberg.
+
+2001-11-26 Marc Autret <autret_m@epita.fr>
+
+ * src/reader.c (parse_include_decl): New, not yet implemented.
+ (read_declarations): Add case tok_include.
+ * src/getargs.h (include): Add its extern definition.
+ * src/getargs.c (include): New const char *.
+ (getargs): Add case '-I'.
+ * src/options.c (option_table): Add include as command line and
+ percent option.
+ * src/lex.h (token_t): Add tok_include.
+
2001-11-26 Akim Demaille <akim@epita.fr>
* src/reader.c (readgram): Make sure rules for mid-rule actions