X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/776209d6c747eaf2efd87d818464f82fb14448b1..b9752825a023753145900b00a3f16394e183be60:/ChangeLog diff --git a/ChangeLog b/ChangeLog index a10936f6..2950ad52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2001-12-22 Akim Demaille + + Some actions of web2c.y are improperly triggered. + Reported by Mike Castle. + + * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/. + * tests/regression.at (Web2c): Rename as... + (Web2c Report): this. + (Web2c Actions): New. + 2001-12-22 Akim Demaille Reductions in web2c.y are improperly reported.