]> git.saurik.com Git - bison.git/shortlog
bison.git
2008-11-13  Akim DemailleCompute at M4 time some of the subtractions.
2008-11-13  Akim Demaillesymbol::token.
2008-11-13  Akim DemailleYYERRCODE.
2008-11-13  Akim DemailleTODO: YYPRINT.
2008-11-13  Akim DemailleComment changes.
2008-11-13  Akim DemailleDefine make_symbol in the header.
2008-11-13  Akim DemailleDefine yytranslate in the header for lex_symbol.
2008-11-13  Akim DemailleDefine the constructors of symbol_type in b4_symbol_con...
2008-11-13  Akim DemailleMake it easier to move the definition of yytranslate_.
2008-11-13  Akim DemailleRemove useless class specification.
2008-11-13  Akim DemailleFiner input type for yytranslate.
2008-11-13  Akim DemailleHonor lex-params in %define lex_symbol mode.
2008-11-13  Akim DemailleSimplify names.
2008-11-13  Akim DemailleUse b4_type_names for the union type.
2008-11-13  Akim DemailleDefine the "identifier" of a symbol.
2008-11-11  Akim DemailleRegen.
2008-11-11  Akim DemailleLocations are no longer required by lalr1.cc.
2008-11-11  Akim DemailleAT_FULL_COMPILE.
2008-11-11  Akim DemailleSupport parens in calc++.
2008-11-11  Akim DemailleSimplify lalr1.cc since %defines is mandatory.
2008-11-11  Akim DemailleTODO: yyfmt.
2008-11-11  Akim DemaillePrefer M4 to CPP.
2008-11-11  Akim DemailleSupport i18n of the parse error messages.
2008-11-11  Akim DemailleMore TODO.
2008-11-11  Akim DemailleMake it possible to return a symbol_type from yylex.
2008-11-11  Akim DemailleRemove useless bench case.
2008-11-11  Akim DemailleImprove display of directives.
2008-11-11  Akim DemailleUse string_cast in the bench.
2008-11-11  Akim DemailleReplace yychar with a Boolean.
2008-11-11  Akim DemailleFactor the tables.
2008-11-11  Akim DemailleLet yytranslate handle the eof case.
2008-11-11  Akim Demailleyychar cannot be empty in yyerrlab.
2008-11-11  Akim DemailleBench: syntactic sugar for %define/#define.
2008-11-11  Akim DemailleLess memory pressure on the "list" bench.
2008-11-11  Akim DemailleIntroduce make_symbol.
2008-11-11  Akim DemailleInform m4 whether a tag is a valid id.
2008-11-11  Akim DemailleAdd ChangeLog entry for the previous checkin.
2008-11-11  Akim DemailleGet rid of tabulations in the Java output.
2008-11-11  Paolo BonziniReplace m4/warning.m4 with warnings module.
2008-11-10  Di-an JanWork around Java's ``code too large'' problem for parse...
2008-11-10  Di-an JanVarious Java skeleton improvements.
2008-11-10  Akim DemailleUpdate TODO.
2008-11-10  Akim DemailleFormatting changes.
2008-11-10  Akim DemailleMore information about the symbols.
2008-11-10  Akim DemailleRegen.
2008-11-10  Akim DemailleMake parser::yytranslate static.
2008-11-10  Akim DemailleAvoid trailing spaces.
2008-11-10  Akim DemailleComment changes.
2008-11-10  Akim DemailleUse "enum" for integral constants.
2008-11-10  Akim DemailleShortcuts in bench directives.
2008-11-10  Akim DemailleFormatting changes.
2008-11-10  Akim DemailleAdjust verbose message to using emacs.
2008-11-10  Akim DemailleClassify symbols by type-name.
2008-11-10  Akim DemailleChange the handling of the symbols in the skeletons.
2008-11-10  Akim Demaille--trace=muscles
2008-11-10  Akim Demaillemuscles_output.
2008-11-10  Akim DemailleFormatting changes.
2008-11-10  Akim DemailleUpdate the variant example.
2008-11-10  Akim DemailleSupport constructor with an argument.
2008-11-10  Akim DemailleTest variants.
2008-11-10  Akim DemailleRegen.
2008-11-10  Akim DemailleAdd %precedence support.
2008-11-09  Akim DemailleMake benches in a sub dirs.
2008-11-09  Akim Demaillefix eof condition
2008-11-09  Akim DemailleFix --help.
2008-11-09  Akim DemailleRequire the generation of parse-gram.output.
2008-11-09  Akim DemailleFormatting changes.
2008-11-09  Akim DemailleUpdate TODO.
2008-11-09  Akim DemailleEnhance bench.pl.
2008-11-09  Akim DemailleUse a static hierarchy for symbols in the C++ parser.
2008-11-09  Akim Demaillebench.pl -d, --directive.
2008-11-09  Akim DemailleUse inline for small operations.
2008-11-09  Akim DemailleIntroduce a hierarchy for symbols.
2008-11-09  Akim DemailleRename data_type and stack_symbol_type.
2008-11-09  Akim DemailleHandle semantic value and location together.
2008-11-09  Akim DemaillePush a complete symbol, not connected parts.
2008-11-09  Akim DemailleAgregate yylval and yylloc.
2008-11-09  Akim DemailleRely on the state stack to display reduction traces.
2008-11-09  Akim DemailleFuse yyval and yyloc into yylhs.
2008-11-09  Di-an JanRemove unused variable.
2008-11-09  Paolo BonziniChange tests/output.at quoting.
2008-11-07  Joel E. DennyDon't add a semicolon to actions for %skeleton or ...
2008-11-07  Joel E. DennyClean up %skeleton and %language priority implementation.
2008-11-07  Akim DemailleMoving push traces into yypush_.
2008-11-07  Akim DemailleThe single-stack C++ parser is now the standard one.
2008-11-07  Akim DemailleAvoid empty-if warnings.
2008-11-07  Akim DemaillePass command line location to skeleton_arg and language...
2008-11-07  Akim Demaille-D, --define.
2008-11-07  Akim DemailleInitialize the muscle table before parsing the command...
2008-11-07  Akim DemailleLocations without columns for command line arguments.
2008-11-07  Akim DemailleFix --help.
2008-11-07  Akim DemailleHandle more general types of option arguments.
2008-11-07  Akim DemailleDestroy the variants that remain on the stack in case...
2008-11-07  Akim DemailleAdd "%define assert" to variants.
2008-11-07  Akim DemailleUse "%define variant" in bench.pl.
2008-11-07  Akim DemailleRegen.
2008-11-04  Joel E. DennyFix user actions without a trailing semicolon.
2008-11-04  Akim DemailleUse b4_copyright_years.
2008-11-04  Akim DemailleFormatting changes.
2008-11-04  Akim DemailleFormatting changes.
next