X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/c4d497a0109ee6dce19f698279dbc091c4299c2d..0a96ba819fb75b14465445336719dd44f9ecb8f7:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 06103305..346b675b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2006-01-02 Akim Demaille + + * src/output.c (output_skeleton): Don't hard wire the inclusion of + c.m4. + * data/c++.m4, data/glr.c, data/yacc.c: Include c.m4. + * data/glr.cc: Do not include stack.hh. + +2006-01-02 Joel E. Denny + + * data/glr.c: Reformat whitespace with tabs. + (b4_lpure_formals): Remove this unused m4 macro. + * tests/cxx-type.at: Reformat whitespace with tabs. + (_AT_TEST_GLR_CXXTYPES): In union Node, rename node_info to nodeInfo + since it's a member. Rename type to isNterm for clarity. + 2005-12-29 Akim Let glr.cc catch up with symbol_value_print.