+2002-06-27 Akim Demaille <akim@epita.fr>
+
+ * src/options.h, src/options.c: Remove.
+ * src/getargs.c (short_options, long_options): New.
+
+2002-06-27 Akim Demaille <akim@epita.fr>
+
+ * data/bison.simple, data/bison.c++: Rename as...
+ * data/yacc.c, data/lalr1.cc: these.
+ * doc/bison.texinfo (Environment Variables): Remove.
+
+2002-06-25 Raja R Harinath <harinath@cs.umn.edu>
+
+ * src/getargs.c (report_argmatch): Initialize strtok().
+
+2002-06-20 Akim Demaille <akim@epita.fr>
+
+ * data/bison.simple (b4_symbol_actions): New, replaces...
+ (b4_symbol_destructor, b4_symbol_printer): these.
+ (yysymprint): Be sure to call YYPRINT only for tokens, and using
+ user token numbers.
+
+2002-06-20 Akim Demaille <akim@epita.fr>
+
+ * data/bison.simple (yydestructor): Rename as...
+ (yydestruct): this.
+
+2002-06-20 Akim Demaille <akim@epita.fr>
+
+ * src/symtab.h, src/symtab.c (symbol_type_set)
+ (symbol_destructor_set, symbol_precedence_set): The location is
+ the last argument.
+ Adjust all callers.
+
2002-06-20 Akim Demaille <akim@epita.fr>
* src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser