X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/49976d5c45048312c97c4eec4b607660444642a9..f5da8149a27834cbce2839d527f7f34430125de6:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 3b3cd4e7..8340bfd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2010-05-04 Akim Demaille + + tests: fix %printer. + Currently, there is no check that %printer ... (nor + %destructor) is about an existing type. This C++ test had + it wrong (<::std::string> vs. ). + + * tests/c++.at (AT_CHECK_VARIANTS): In list.yy, redefine the + pretty-printing of lists into something better for parser traces. + Update the expected output. + Fix correspondance between %type/%token and %printer. + 2010-05-04 Akim Demaille lalr1.cc: location_type: make sure we don't depend on loc.(begin|end).