]> git.saurik.com Git - bison.git/commitdiff
The ChangeLog of the previous patch.
authorAkim Demaille <akim@epita.fr>
Wed, 15 Dec 2004 17:42:18 +0000 (17:42 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 15 Dec 2004 17:42:18 +0000 (17:42 +0000)
ChangeLog

index 3a3bb81da33da637da1cacc2f678579a42d460bc..4eaafcf56435b0a56394dd69c7a8cad157bec699 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-12-15  Akim Demaille  <akim@epita.fr>
+
+       * 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  <akim@epita.fr>
 
        * data/lalr1.cc (lex_): Rename as...