X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/24bb8c8c257631f988941fcd78ecce09bc5d5f23..c1bd4b2b6f6a2aa7a76d66b2a9f3f1833d87798c:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 58f27a5c..34b34f7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2010-04-25 Joel E. Denny + + i18n: fix untranslatable string. + Reported by Goran Uddeborg at + . + * src/muscle-tab.c (muscle_percent_define_insert): Here. + +2010-04-13 Akim Demaille + + tests: calc: minor refactoring. + * tests/calc.at (_AT_DATA_CALC_Y): Simplify yylex. + +2010-04-13 Akim Demaille + + tests: calc: simplify location management. + * tests/local.at (AT_LOC_PUSHDEF, AT_LOC_POPDEF): New. + (_AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS): Use them to + define the appropriate AT_LOC accessors. + * tests/calc.at: Use AT_LOC accessors. + 2010-04-13 Akim Demaille test location_type.