summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoel E. Denny <joeldenny@joeldenny.org>2010-11-07 09:45:18 -0500
committerJoel E. Denny <joeldenny@joeldenny.org>2010-11-07 10:04:39 -0500
commit25a648d8a6a00bb810844e375d0d15125ed7eaf8 (patch)
treeff88af3ce34e607d11e9b1aceb7ae00bf265cb09 /ChangeLog
parentb4bbc4a03c6f4799a4442c912b71a28c3a986e54 (diff)
downloadbison-25a648d8a6a00bb810844e375d0d15125ed7eaf8.tar.gz
yysyntax_error: more preparation for readability of next patch.
There are no behavioral changes here. * data/glr.c (yyreportSyntaxError): Reorganize. * data/lalr1.cc (yy::parser::yysyntax_error_): Reorganize. * tests/conflicts.at (parse.error=verbose and consistent errors): Reorganize.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76163f20..019c2384 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2010-11-07 Joel E. Denny <jdenny@clemson.edu>
+ yysyntax_error: more preparation for readability of next patch.
+ There are no behavioral changes here.
+ * data/glr.c (yyreportSyntaxError): Reorganize.
+ * data/lalr1.cc (yy::parser::yysyntax_error_): Reorganize.
+ * tests/conflicts.at (parse.error=verbose and consistent errors):
+ Reorganize.
+
+2010-11-07 Joel E. Denny <jdenny@clemson.edu>
+
yysyntax_error: prepare for readability of next patches.
These are purely whitespace changes that result in ugly code
but that make the next couple of patches much easier to read.