2004-12-11 |
Paul Eggert | (yyuserAction, yyrecoverSyntaxError): Mark args |
tree | commitdiff |
2004-11-23 |
Akim Demaille | 2004-11-23 Akim Demaille <akim@epita.fr> |
tree | commitdiff |
2004-11-17 |
Akim Demaille | * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings. |
tree | commitdiff |
2004-11-17 |
Akim Demaille | Alexandre Duret-Lutz <adl@gnu.org> |
tree | commitdiff |
2004-11-17 |
Akim Demaille | * data/lalr1.cc (Parser:print_): Remove, use %printer... |
tree | commitdiff |
2004-10-27 |
Paul Eggert | Fix wording problem in comment. |
tree | commitdiff |
2004-10-27 |
Paul Eggert | (yyloc_default): Remove; not used. |
tree | commitdiff |
2004-10-25 |
Akim Demaille | * data/glr.c (YYRHSLOC): Move its definition next to... |
tree | commitdiff |
2004-10-05 |
Akim Demaille | In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called... |
tree | commitdiff |
2004-09-29 |
Akim Demaille | * data/lalr1.cc: Move towards a more standard C++ codin... |
tree | commitdiff |
2004-09-29 |
Akim Demaille | * data/lalr1.cc: Reinstall the former ctor, for sake of |
tree | commitdiff |
2004-09-27 |
Akim Demaille | * data/yacc.c (YY_LOCATION_PRINT): Fix its default... |
tree | commitdiff |
2004-09-27 |
Akim Demaille | * data/lalr1.cc (b4_parse_param_decl_1): New. |
tree | commitdiff |
2004-09-24 |
Akim Demaille | * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT... |
tree | commitdiff |
2004-09-21 |
Akim Demaille | * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_doll... |
tree | commitdiff |
2004-09-20 |
Akim Demaille | Let the initial-action act on the look-ahead, and use... |
tree | commitdiff |
2004-09-20 |
Akim Demaille | * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVI... |
tree | commitdiff |
2004-09-20 |
Akim Demaille | * data/yacc.c (YY_LOCATION_PRINT): New. |
tree | commitdiff |
2004-09-16 |
Akim Demaille | * data/lalr1.cc (Stack::Iterator, Stack::ConstIterator... |
tree | commitdiff |
2004-09-16 |
Akim Demaille | Have more complete shift traces. |
tree | commitdiff |
2004-09-06 |
Akim Demaille | * data/lalr1.cc: Adjust the indentation of the labels. |
tree | commitdiff |
2004-09-06 |
Akim Demaille | * data/yacc.cc, data/glr.cc (yydestruct): Accept an... |
tree | commitdiff |
2004-09-06 |
Akim Demaille | * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was |
tree | commitdiff |
2004-09-02 |
Akim Demaille | * data/lalr1.cc (translate_, destruct_): No reason... |
tree | commitdiff |
2004-09-02 |
Akim Demaille | * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used. |
tree | commitdiff |
2004-09-02 |
Akim Demaille | * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR... |
tree | commitdiff |
2004-08-30 |
Akim Demaille | * data/glr.c: Guard the declarations of yypstack and... |
tree | commitdiff |
2004-07-22 |
Paul Eggert | (yystype) [defined YYSTYPE]: Define to YYSTYPE, not... |
tree | commitdiff |
2004-07-22 |
Paul Eggert | (b4_symbol_actions): Don't assume %union was used. |
tree | commitdiff |
2004-06-21 |
Paul Eggert | Use "look-ahead" instead of "lookahead", consistently. |
tree | commitdiff |
2004-05-21 |
Paul Eggert | Output yylloc macro defn in glr.c even if locations... |
tree | commitdiff |
2004-04-28 |
Paul Eggert | (Parser::stos_) [! YYDEBUG]: Define even in this |
tree | commitdiff |
2004-03-31 |
Paul Eggert | Use 'short int' rather than 'short', and similarly... |
tree | commitdiff |
2004-02-09 |
Alexandre Duret... | Support %destructor and merge error locations in lalr1.cc. |
tree | commitdiff |
2004-02-02 |
Paul Eggert | (yytokenName): Bullet-proof against YYEMPTY token. |
tree | commitdiff |
2004-01-14 |
Paul Hilfinger | data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC... |
tree | commitdiff |
2003-10-05 |
Paul Eggert | In GLR grammars, $N and @N now yield non-modifiable... |
tree | commitdiff |
2003-08-27 |
Akim Demaille | * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab... |
tree | commitdiff |
2003-08-26 |
Akim Demaille | * data/lalr1.cc (Parser::report_syntax_error_): New... |
tree | commitdiff |
2003-08-25 |
Akim Demaille | When reducing initial empty rules, Bison parser read... |
tree | commitdiff |
2003-08-25 |
Akim Demaille | * data/lalr1.cc (Parser::reduce_print_): Remove unused... |
tree | commitdiff |
2003-08-25 |
Akim Demaille | * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT... |
tree | commitdiff |
2003-08-25 |
Akim Demaille | * data/lalr1.cc (Parser::reduce_print_): New. |
tree | commitdiff |
2003-08-25 |
Akim Demaille | Have lalr1.cc catch with Paul Eggert's patch to fix... |
tree | commitdiff |
2003-08-04 |
Paul Eggert | (yyuserMerge): Return void, not YYSTYPE. |
tree | commitdiff |
2003-07-26 |
Paul Eggert | (YYASSERT): New macro. |
tree | commitdiff |
2003-07-25 |
Paul Eggert | (yyglrReduce): Don't use C89 string concatenation. |
tree | commitdiff |
2003-07-25 |
Paul Eggert | (YYFREE, YYMALLOC): New macros. |
tree | commitdiff |
2003-07-25 |
Paul Eggert | (YYFREE, YYMALLOC, YYREALLOC): New macros. |
tree | commitdiff |
2003-07-07 |
Paul Eggert | (operator<<(std::ostream&, const Position&)): |
tree | commitdiff |
2003-06-20 |
Paul Eggert | * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments... |
tree | commitdiff |
2003-06-19 |
Paul Eggert | (yyremoveDeletes, yy_reduce_print, yyglrReduce, yyrepor... |
tree | commitdiff |
2003-06-19 |
Paul Eggert | Port to Forte Developer 7 C compiler. |
tree | commitdiff |
2003-06-10 |
Paul Hilfinger | * data/glr.c (YYERROR): Update definition. |
tree | commitdiff |
2003-06-04 |
Paul Eggert | (yy::]b4_parser_class_name[::parse, |
tree | commitdiff |
2003-06-02 |
Paul Eggert | (yy::Position::lines, yy::Position::columns, |
tree | commitdiff |
2003-06-02 |
Paul Eggert | (yyfillin): Renamed from the old yyfill. Mark |
tree | commitdiff |
2003-06-02 |
Paul Eggert | (YYERROR): Now just 'goto yyerrorlab', since the |
tree | commitdiff |
2003-05-25 |
Paul Eggert | (union yyalloc): Do not evaluate |
tree | commitdiff |
2003-05-25 |
Paul Eggert | (YYSTACKEXPANDABLE): Do not evaluate |
tree | commitdiff |
2003-05-14 |
Alexandre Duret... | %parse-param support for lalr1.cc. |
tree | commitdiff |
2003-04-29 |
Paul Eggert | (b4_lex_param): Corrected for the case where %lex-param... |
tree | commitdiff |
2003-04-28 |
Paul Eggert | Avoid gcc -Wundef warnings reported by Gerald Pfeifer in |
tree | commitdiff |
2003-04-27 |
Paul Eggert | (yy::Parser::pact_ninf_, yy::Parser::table_ninf_): |
tree | commitdiff |
2003-04-21 |
Paul Eggert | (yyexpandGLRStack) [!YYSTACKEXPANDABLE]: |
tree | commitdiff |
2003-03-02 |
Akim Demaille | * data/yacc.c, data/glr.c, data/lal1.cc: Use similar... |
tree | commitdiff |
2003-02-25 |
Paul Eggert | (yy_reduce_print): yylineno -> yylno. |
tree | commitdiff |
2003-02-25 |
Paul Eggert | (yy::]b4_parser_class_name[::parse): yylineno -> yylno. |
tree | commitdiff |
2003-02-25 |
Paul Eggert | (yy_reduce_print): yylineno -> yylno, |
tree | commitdiff |
2003-02-24 |
Paul Eggert | Stick to ASCII for now. |
tree | commitdiff |
2003-02-21 |
Akim Demaille | * data/lalr1.cc: Use temporary variables instead of... |
tree | commitdiff |
2003-02-20 |
Akim Demaille | * data/lalr1.cc (position.hh): Make sure "columns"... |
tree | commitdiff |
2003-02-20 |
Akim Demaille | * data/lalr1.cc (position.hh): New subfile, including... |
tree | commitdiff |
2003-02-19 |
Akim Demaille | * data/lalr1.cc: When displaying a line number, be... |
tree | commitdiff |
2003-02-19 |
Akim Demaille | * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initd... |
tree | commitdiff |
2003-02-13 |
Paul Eggert | (yyreportSyntaxError) [YYERROR_VERBOSE]: |
tree | commitdiff |
2003-02-13 |
Paul Eggert | (yyerrlab) [YYERROR_VERBOSE]: |
tree | commitdiff |
2003-02-06 |
Akim Demaille | * configure.ac (GXX): Rename as... |
tree | commitdiff |
2003-02-04 |
Akim Demaille | * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition... |
tree | commitdiff |
2003-02-04 |
Akim Demaille | * data/lalr1.cc: If YYDEBUG is not defined, don't depen... |
tree | commitdiff |
2003-01-29 |
Paul Hilfinger | Changes in response to error report by S. Eken: GLR... |
tree | commitdiff |
2003-01-29 |
Paul Eggert | Do not use @output_header_name@ unless |
tree | commitdiff |
2003-01-22 |
Paul Eggert | (YYERROR): Move code from yyerrlab1 to here, so that |
tree | commitdiff |
2003-01-13 |
Akim Demaille | Quoc Peyrot <chojin@lrde.epita.fr>, |
tree | commitdiff |
2003-01-05 |
Paul Eggert | (yyerrlab1): Omit attribute if __cplusplus is defined, |
tree | commitdiff |
2003-01-03 |
Paul Eggert | Update copyright. |
tree | commitdiff |
2003-01-03 |
Paul Eggert | (yybool): Renamed from bool, to avoid collisions in C. |
tree | commitdiff |
2003-01-02 |
Paul Eggert | (yyerrlab1): Append `;' after attribute, to |
tree | commitdiff |
2002-12-28 |
Paul Eggert | (yyparse): New local var yylerrsp, to record the |
tree | commitdiff |
2002-12-28 |
Paul Eggert | Remove this file, since we |
tree | commitdiff |
2002-12-26 |
Paul Eggert | (dist_m4sugar_DATA): Remove m4sugar/version.m4. |
tree | commitdiff |
2002-12-26 |
Paul Eggert | Don't include m4sugar/version.m4. |
tree | commitdiff |
2002-12-26 |
Paul Eggert | Don't include c.m4, as "include" doesn't do what we... |
tree | commitdiff |
2002-12-26 |
Paul Eggert | Comment fix: don't mention obsolete bison.simple. |
tree | commitdiff |
2002-12-24 |
Paul Eggert | (b4_location_type): Remove. |
tree | commitdiff |
2002-12-24 |
Paul Eggert | (b4_location_type): Remove. |
tree | commitdiff |
2002-12-15 |
Paul Eggert | Undo most of the 2002-11-12 yychar -> yytoken patch... |
tree | commitdiff |
2002-12-13 |
Paul Eggert | Fix a bad interaction with flex 2.5.23 reported by... |
tree | commitdiff |
2002-12-11 |
Paul Eggert | (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX. |
tree | commitdiff |
2002-12-09 |
Paul Eggert | * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use... |
tree | commitdiff |
next |