+2002-06-11 Akim Demaille <akim@epita.fr>
+
+ * src/reader.c (grammar_end, grammar_symbol_append): New.
+ (readgram): Use them.
+ Make the use of `p' as local as possible.
+
+2002-06-10 Akim Demaille <akim@epita.fr>
+
+ GCJ's parser requires the tokens to be defined before the prologue.
+
+ * data/bison.simple: Output the token definition before the user's
+ prologue.
+ * tests/regression.at (Braces parsing, Duplicate string)
+ (Mixing %token styles): Check the output from bison.
+ (Early token definitions): New.
+
+2002-06-10 Akim Demaille <akim@epita.fr>
+
+ * src/symtab.c (symbol_user_token_number_set): Don't complain when
+ assigning twice the same user number to a token, so that we can
+ use it in...
+ * src/lex.c (lex): here.
+ Also use `symbol_class_set' instead of hand written code.
+ * src/reader.c (parse_assoc_decl): Likewise.
+
+2002-06-10 Akim Demaille <akim@epita.fr>
+
+ * src/symtab.c, src/symtab.c (symbol_class_set)
+ (symbol_user_token_number_set): New.
+ * src/reader.c (parse_token_decl): Use them.
+ Use a switch instead of ifs.
+ Use a single argument.
+
+2002-06-10 Akim Demaille <akim@epita.fr>
+
+ Remove `%thong' support as it is undocumented, unused, duplicates
+ `%token's job, and creates useless e-mail traffic with people who
+ want to know what it is, why it is undocumented, unused, and
+ duplicates `%token's job.
+
+ * src/reader.c (parse_thong_decl): Remove.
+ * src/options.c (option_table): Remove "thong".
+ * src/lex.h (tok_thong): Remove.
+
2002-06-10 Akim Demaille <akim@epita.fr>
* src/symtab.c, src/symtab.c (symbol_type_set)