From: Akim Demaille Date: Wed, 15 Dec 2004 17:42:18 +0000 (+0000) Subject: The ChangeLog of the previous patch. X-Git-Tag: BISON-2_0~29 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/735d6bd42e945e1cec70ca50c475edf8be25e53e The ChangeLog of the previous patch. --- diff --git a/ChangeLog b/ChangeLog index 3a3bb81d..4eaafcf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-12-15 Akim Demaille + + * data/lalr1.cc: Normalize /** \brief ... */ to ///. + Add more Doxygen comments. + (symprint_, stack_print_, reduce_print_, destruct_, pop) + (report_syntax_error_, translate_): Rename as... + (yysymprint_, yystack_print_, yyreduce_print_, yydestruct_) + (yypop_, yyreport_syntax_error_, yytranslate_): this. + 2004-12-15 Akim Demaille * data/lalr1.cc (lex_): Rename as...