X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/5215c87f148b5f1333a103197589dc2353f9c5c1..ec4d88f4965d67eda9bff4a7772cb25a33c3fdf5:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 118d2a57..396d189a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,15 @@ -2005-10-01 Akim +2005-10-02 Akim Demaille + + * data/location.cc: New, extract from... + * data/lalr1.cc: here. + (location.hh): Include it after the user prologue, in case the + filename type is defined by the user. + Forward declation location and position before the pre-prologue. + (yyresult_): Rename as... + (yyresult): this, it's a local variable, not an attribute. + * data/Makefile.am (dist_pkgdata_DATA): Adjust. + +2005-10-01 Akim Demaille * examples/extexi: Restore the #line generation.