X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/68dbdee86acf38426291289a5e55b7f200fa207b..6130b75585cad5f4bb2ee78875a0bfe109b2a3e3:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 725b2912..ae87722f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2008-11-25 Akim Demaille + + Flag glr tests. + * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): If glr, declare it + as an Autotest keyword. + +2008-11-25 Akim Demaille + + Prefer TESTSUITE_FLAGS. + TESTSUITEFLAGS is barely readable. + + * tests/local.mk (TESTSUITE_FLAGS): Default to $(TESTSUITEFLAGS) + for backward compatibility. + Use the former instead of the latter. + +2008-11-25 Akim Demaille + + Get rid of yyrhs and yyprhs in larl1.java. + * data/lalr1.java (yyrhs_, yyprhs_): Remove. + (yy_reduce_print): Rather, use yystos_ and the state stack. + +2008-11-25 Akim Demaille + + Formatting changes. + 2008-11-25 Akim Demaille Get rid of yyrhs and yyprhs in yacc.c.