X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/7789b6e3e7199a00437f03591a4605e6c042bdea..bb9191dd311e4c6d80f8dd12c6a7ce9254404fbc:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 216c2e8a..cea5f026 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2010-05-10 Akim Demaille + + c++: use YYRHSLOC. + * data/lalr1.cc (YYRHSLOC): New. + (YYLLOC_DEFAULT): Use it. + * data/glr.cc: If location_type was user defined, do not include + location.hh, and do not produce location.hh and position.hh. + * tests/calc.at (YYLLOC_DEFAULT): Use YYRHSLOC. + Check that glr.cc supports user defined location_type. + * NEWS: Document this. + +2010-05-07 Akim Demaille + + doc: fix typo. + * tests/synclines.at: here. + +2010-05-04 Akim Demaille + + tests: enhance AT_SYNCLINES_COMPILE. + * tests/synclines.at (AT_SYNCLINES_COMPILE): More distcc patterns. + (AT_TEST_SYNCLINE): Remove GCC 4.5 protection which is already + taken care of in AT_SYNCLINES_COMPILE. + 2010-05-04 Akim Demaille lalr1.cc: don't generate location.hh when location_type is defined