X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9bec482e399ce3cfa2d395a294f4758726c13e40..99880de508cd84d0ed8fa23c24a7337c21f23059:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 02a72289..f00c1923 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2004-12-20 Akim Demaille + + Use more STL like names: my_class instead of MyClass. + + * data/lalr1.cc (LocationStack, LocationType, RhsNumberType) + (SemanticStack, SemanticType, StateStack, StateType) + (TokenNumberType, Stack, Slice, Traits, Parser::location) + (Parser::value): Rename as... + (location_stack, location_type, rhs_number_type, semantic_stack) + (semantic_type, state_stack, state_type, token_number_type, stack) + (slice, traits, parser::yylloc, parser::yylval): these. + + * tests/calc.at, tests/regression.at, tests/actions.at: Adjust. + 2004-12-19 Paul Eggert * data/glr.c (YYLLOC_DEFAULT): Use GNU spacing conventions.