X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/6de5398de3e480673aeb9b54f15c7514fd3ccc84..d1ff7a7cc62900b658ee4bb8cb2a2c6a1b0a2bea:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 9827aaac..b0fd56f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2005-11-16 Akim Demaille + + Generalize the display of semantic values and locations in traces. + * data/glr.c (yy_reduce_print): Fix indices (again). + * data/c++.m4 (b4_rhs_value, b4_rhs_location): Don't expect + literal integers. + * data/lalr1.cc (yyreduce_print): Rename as... + (yy_reduce_print): this. + Display values and locations. + * data/yacc.c (yy_reduce_print): Likewise. + (YY_REDUCE_PRINT): Adjust to pass the required arguments. + (yysymprint): Move higher to be visible from yy_reduce_print). + (yyparse): Adjust. + * tests/calc.at: Adjust the expected length of the traces. + 2005-11-14 Akim Demaille * data/glr.c (yy_reduce_print): The loop was quite wrong: type are