]> git.saurik.com Git - bison.git/history - data
* data/lalr1.cc (parser::parse): Return a bool instead of an int.
[bison.git] / data /
2004-12-21  Akim Demaille* data/lalr1.cc (parser::parse): Return a bool instead...
2004-12-21  Akim DemailleDon't impose std::string for filenames.
2004-12-21  Akim DemailleDon't impose std::string for filenames.
2004-12-20  Akim DemailleUse more STL like names: my_class instead of MyClass.
2004-12-20  Paul Eggert(YYLLOC_DEFAULT): Use GNU spacing conventions.
2004-12-17  Akim Demaille* data/lalr1.cc: Extensive Doxygenation.
2004-12-16  Paul Eggert* data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
2004-12-16  Akim Demaille* data/lalr1.cc (yyreport_syntax_error_): Catch up...
2004-12-16  Akim DemailleUse #define to handle the %name-prefix.
2004-12-16  Akim DemailleMove lalr1.cc internals into yy*.
2004-12-15  Akim Demaille* data/lalr1.cc (lex_): Rename as...
2004-12-15  Akim Demaille* data/lalr1.cc (lex_): Rename as...
2004-12-15  Akim DemailleSimplify the C++ parser constructor.
2004-12-15  Akim DemailleRemove b4_root related material: failure experiment
2004-12-14  Paul Eggert(struct yyGLRStack): yyerror_range now has 3 items,
2004-12-12  Paul Eggert(YYRHSLOC): Don't have two definitions, one for
2004-12-12  Paul Eggert(YYRHSLOC): New macro, taken from glr.c.
2004-12-11  Paul Eggert(yyuserAction, yyrecoverSyntaxError): Mark args
2004-11-23  Akim Demaille2004-11-23 Akim Demaille <akim@epita.fr>
2004-11-17  Akim Demaille* data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
2004-11-17  Akim Demaille Alexandre Duret-Lutz <adl@gnu.org>
2004-11-17  Akim Demaille* data/lalr1.cc (Parser:print_): Remove, use %printer...
2004-10-27  Paul EggertFix wording problem in comment.
2004-10-27  Paul Eggert(yyloc_default): Remove; not used.
2004-10-25  Akim Demaille* data/glr.c (YYRHSLOC): Move its definition next to...
2004-10-05  Akim DemailleIn Bison 1.875's yacc.c, YYLLOC_DEFAULT was called...
2004-09-29  Akim Demaille* data/lalr1.cc: Move towards a more standard C++ codin...
2004-09-29  Akim Demaille* data/lalr1.cc: Reinstall the former ctor, for sake of
2004-09-27  Akim Demaille* data/yacc.c (YY_LOCATION_PRINT): Fix its default...
2004-09-27  Akim Demaille* data/lalr1.cc (b4_parse_param_decl_1): New.
2004-09-24  Akim Demaille* data/c.m4 (b4_yysymprint_generate): Move the YYINPUT...
2004-09-21  Akim Demaille* data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_doll...
2004-09-20  Akim DemailleLet the initial-action act on the look-ahead, and use...
2004-09-20  Akim Demaille* data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVI...
2004-09-20  Akim Demaille* data/yacc.c (YY_LOCATION_PRINT): New.
2004-09-16  Akim Demaille* data/lalr1.cc (Stack::Iterator, Stack::ConstIterator...
2004-09-16  Akim DemailleHave more complete shift traces.
2004-09-06  Akim Demaille* data/lalr1.cc: Adjust the indentation of the labels.
2004-09-06  Akim Demaille* data/yacc.cc, data/glr.cc (yydestruct): Accept an...
2004-09-06  Akim Demaille* data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
2004-09-02  Akim Demaille* data/lalr1.cc (translate_, destruct_): No reason...
2004-09-02  Akim Demaille* data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
2004-09-02  Akim Demaille* tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR...
2004-08-30  Akim Demaille* data/glr.c: Guard the declarations of yypstack and...
2004-07-22  Paul Eggert(yystype) [defined YYSTYPE]: Define to YYSTYPE, not...
2004-07-22  Paul Eggert(b4_symbol_actions): Don't assume %union was used.
2004-06-21  Paul EggertUse "look-ahead" instead of "lookahead", consistently.
2004-05-21  Paul EggertOutput yylloc macro defn in glr.c even if locations...
2004-04-28  Paul Eggert(Parser::stos_) [! YYDEBUG]: Define even in this
2004-03-31  Paul EggertUse 'short int' rather than 'short', and similarly...
2004-02-09  Alexandre Duret... Support %destructor and merge error locations in lalr1.cc.
2004-02-02  Paul Eggert(yytokenName): Bullet-proof against YYEMPTY token.
2004-01-14  Paul Hilfingerdata/glr.c: Put casts on uses of YYREALLOC and YYMALLOC...
2003-10-05  Paul EggertIn GLR grammars, $N and @N now yield non-modifiable...
2003-08-27  Akim Demaille* data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab...
2003-08-26  Akim Demaille* data/lalr1.cc (Parser::report_syntax_error_): New...
2003-08-25  Akim DemailleWhen reducing initial empty rules, Bison parser read...
2003-08-25  Akim Demaille* data/lalr1.cc (Parser::reduce_print_): Remove unused...
2003-08-25  Akim Demaille* data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT...
2003-08-25  Akim Demaille* data/lalr1.cc (Parser::reduce_print_): New.
2003-08-25  Akim DemailleHave lalr1.cc catch with Paul Eggert's patch to fix...
2003-08-04  Paul Eggert(yyuserMerge): Return void, not YYSTYPE.
2003-07-26  Paul Eggert(YYASSERT): New macro.
2003-07-25  Paul Eggert(yyglrReduce): Don't use C89 string concatenation.
2003-07-25  Paul Eggert(YYFREE, YYMALLOC): New macros.
2003-07-25  Paul Eggert(YYFREE, YYMALLOC, YYREALLOC): New macros.
2003-07-07  Paul Eggert(operator<<(std::ostream&, const Position&)):
2003-06-20  Paul Eggert* data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments...
2003-06-19  Paul Eggert(yyremoveDeletes, yy_reduce_print, yyglrReduce, yyrepor...
2003-06-19  Paul EggertPort to Forte Developer 7 C compiler.
2003-06-10  Paul Hilfinger* data/glr.c (YYERROR): Update definition.
2003-06-04  Paul Eggert(yy::]b4_parser_class_name[::parse,
2003-06-02  Paul Eggert(yy::Position::lines, yy::Position::columns,
2003-06-02  Paul Eggert(yyfillin): Renamed from the old yyfill. Mark
2003-06-02  Paul Eggert(YYERROR): Now just 'goto yyerrorlab', since the
2003-05-25  Paul Eggert(union yyalloc): Do not evaluate
2003-05-25  Paul Eggert(YYSTACKEXPANDABLE): Do not evaluate
2003-05-14  Alexandre Duret... %parse-param support for lalr1.cc.
2003-04-29  Paul Eggert(b4_lex_param): Corrected for the case where %lex-param...
2003-04-28  Paul EggertAvoid gcc -Wundef warnings reported by Gerald Pfeifer in
2003-04-27  Paul Eggert(yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
2003-04-21  Paul Eggert(yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
2003-03-02  Akim Demaille* data/yacc.c, data/glr.c, data/lal1.cc: Use similar...
2003-02-25  Paul Eggert(yy_reduce_print): yylineno -> yylno.
2003-02-25  Paul Eggert(yy::]b4_parser_class_name[::parse): yylineno -> yylno.
2003-02-25  Paul Eggert(yy_reduce_print): yylineno -> yylno,
2003-02-24  Paul EggertStick to ASCII for now.
2003-02-21  Akim Demaille* data/lalr1.cc: Use temporary variables instead of...
2003-02-20  Akim Demaille* data/lalr1.cc (position.hh): Make sure "columns"...
2003-02-20  Akim Demaille* data/lalr1.cc (position.hh): New subfile, including...
2003-02-19  Akim Demaille* data/lalr1.cc: When displaying a line number, be...
2003-02-19  Akim Demaille* data/lalr1.cc (b4_stack_depth_init, yy::Parser::initd...
2003-02-13  Paul Eggert(yyreportSyntaxError) [YYERROR_VERBOSE]:
2003-02-13  Paul Eggert(yyerrlab) [YYERROR_VERBOSE]:
2003-02-06  Akim Demaille* configure.ac (GXX): Rename as...
2003-02-04  Akim Demaille* data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition...
2003-02-04  Akim Demaille* data/lalr1.cc: If YYDEBUG is not defined, don't depen...
2003-01-29  Paul HilfingerChanges in response to error report by S. Eken: GLR...
2003-01-29  Paul EggertDo not use @output_header_name@ unless
2003-01-22  Paul Eggert(YYERROR): Move code from yyerrlab1 to here, so that
next