]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Pass the token type to yysyntax_error.
[bison.git] / ChangeLog
index 6edfdab775d11e568f4be8c5da9937a3f002d1b5..46d4d5beb2f18a34129b986fb01f91c4e9607b96 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2008-12-11  Akim Demaille  <demaille@gostai.com>
+
+       Pass the token type to yysyntax_error.
+       * data/yacc.c (yysyntax_error): Take the transated token instead
+       of the raw number.
+       Adjust callers.
+       * TODO: Update.
+
+2008-12-11  Akim Demaille  <demaille@gostai.com>
+
+       Formatting changes.
+       * data/glr.c: Formatting changes.
+
 2008-12-11  Akim Demaille  <demaille@gostai.com>
 
        Propagate i18n changes into glr.c.