X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/2b008529edd233bac07a58d557869ae902be1818..84eedf86fefd2496f288e72731bd0586e0b216f3:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 6edfdab7..46d4d5be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2008-12-11 Akim Demaille + + 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 + + Formatting changes. + * data/glr.c: Formatting changes. + 2008-12-11 Akim Demaille Propagate i18n changes into glr.c.