2005-08-26 |
Paul Eggert | * data/glr.c (yydestroyGLRState): Renamed from yydestro... |
tree | commitdiff |
2005-08-25 |
Paul Eggert | (yydestroyStackItem): New function. |
tree | commitdiff |
2005-08-25 |
Paul Eggert | * data/glr.c (yyrecoverSyntaxError, yyreturn): |
tree | commitdiff |
2005-08-22 |
Paul Eggert | * data/glr.c (yyreturn): Use "Cleanup:" rather than... |
tree | commitdiff |
2005-08-22 |
Paul Eggert | (YY_SYMBOL_PRINT): Append a newline, for consistency |
tree | commitdiff |
2005-08-21 |
Paul Eggert | * data/glr.c (yyresolveValue): Fix redundant parse... |
tree | commitdiff |
2005-07-25 |
Paul Eggert | (YYOPTIONAL_LOC): Define even if it's not a recent |
tree | commitdiff |
2005-07-24 |
Paul Eggert | * NEWS: Version 2.0b. |
tree | commitdiff |
2005-07-24 |
Paul Eggert | (ATTRIBUTE_UNUSED): Remove, since it infringes on |
tree | commitdiff |
2005-07-22 |
Paul Eggert | * data/glr.c (YYTOKEN_TABLE): New macro. |
tree | commitdiff |
2005-07-22 |
Paul Eggert | (yyinitGLRStack, yyreturn): Don't call malloc again... |
tree | commitdiff |
2005-07-21 |
Paul Eggert | * data/glr.c (yytnamerr): New function. |
tree | commitdiff |
2005-07-20 |
Paul Eggert | (yyreturn): Don't pop stack if yyinitStateSet failed, |
tree | commitdiff |
2005-07-20 |
Paul Eggert | (yyexpandGLRStack, yyaddDeferredAction, yyexpandGLRStack): |
tree | commitdiff |
2005-07-19 |
Paul Eggert | Destructor cleanups and regularization among the three... |
tree | commitdiff |
2005-07-19 |
Paul Eggert | * NEWS: Document minor wording changes in diagnostics of |
tree | commitdiff |
2005-07-18 |
Paul Eggert | Update copyright. |
tree | commitdiff |
2005-07-18 |
Paul Eggert | Add i18n support to the GLR skeleton. Partially fix... |
tree | commitdiff |
2005-07-18 |
Paul Eggert | Improve tests for stack overflow in GLR parser. |
tree | commitdiff |
2005-07-17 |
Paul Eggert | * data/glr.c (yyparse): Don't assume that the initial... |
tree | commitdiff |
2005-07-14 |
Paul Eggert | * data/glr.c (YYSTACKEXPANDABLE): Don't define if alrea... |
tree | commitdiff |
2005-07-14 |
Paul Eggert | * data/glr.c (yyuserAction): Fix uninitialized variable... |
tree | commitdiff |
2005-07-12 |
Paul Eggert | * bootstrap: Get runtime translations into runtime-po. |
tree | commitdiff |
2005-07-12 |
Akim Demaille | 2005-07-12 Akim Demaille <akim@epita.fr> |
tree | commitdiff |
2005-07-09 |
Paul Eggert | * data/yacc.c (yyparse): Undo previous patch. Instead, |
tree | commitdiff |
2005-07-09 |
Paul Eggert | * data/yacc.c (yyparse): In the initial action, set |
tree | commitdiff |
2005-07-06 |
Paul Eggert | * data/glr.c (yyFail): Drastically simplify; since... |
tree | commitdiff |
2005-07-05 |
Paul Eggert | Rewrite GLR parser to catch more buffer overrun, storag... |
tree | commitdiff |
2005-06-22 |
Akim Demaille | * data/lalr1.cc (yylex_): Honor %lex-param. |
tree | commitdiff |
2005-06-09 |
Paul Eggert | * data/yacc.c (malloc, free) [defined __cplusplus]... |
tree | commitdiff |
2005-06-07 |
Paul Hilfinger | data/glr.c: Modify treatment of unused parameters to... |
tree | commitdiff |
2005-05-30 |
Paul Eggert | (yyparse): strlen -> yystrlen. |
tree | commitdiff |
2005-05-30 |
Akim Demaille | * data/lalr1.cc (_): New. |
tree | commitdiff |
2005-05-27 |
Paul Eggert | Fix infringement on user name space reported by Bruno... |
tree | commitdiff |
2005-05-22 |
Paul Eggert | (yy::]b4_parser_class_name[::parse): Port |
tree | commitdiff |
2005-05-22 |
Paul Eggert | Update copyright date. |
tree | commitdiff |
2005-05-22 |
Paul Eggert | Fix a destructor bug reported by Wolfgang Spraul in |
tree | commitdiff |
2005-05-21 |
Paul Hilfinger | * data/glr.c (YY_SYMBOL_PRINT): Don't print newline... |
tree | commitdiff |
2005-05-14 |
Paul Eggert | Update FSF postal mail address. |
tree | commitdiff |
2005-05-02 |
Paul Eggert | * tests/actions.at: Test that stack overflow invokes... |
tree | commitdiff |
2005-04-25 |
Paul Eggert | (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment. |
tree | commitdiff |
2005-04-16 |
Paul Eggert | (YYSTACK_ALLOC_MAXIMUM): New macro. |
tree | commitdiff |
2005-04-14 |
Paul Eggert | * NEWS: Bison-generated C parsers now use the _ macro to |
tree | commitdiff |
2005-03-17 |
Paul Eggert | (yyparse): Omit spaces before #line. |
tree | commitdiff |
2005-01-21 |
Paul Eggert | (YYCOPY, yystpcpy, yyparse): Remove "register". |
tree | commitdiff |
2005-01-17 |
Paul Eggert | * data/glr.c (yyuserAction): Add "default: break;"... |
tree | commitdiff |
2005-01-08 |
Paul Eggert | (yyparse): Pacify non-GCC compilers about yyerrorlab |
tree | commitdiff |
2005-01-08 |
Paul Eggert | (yyparse): Pacify non-GCC compilers about yyerrorlab |
tree | commitdiff |
2004-12-26 |
Paul Eggert | (yydestruct_): Pacify unused variable warning for yymsg... |
tree | commitdiff |
2004-12-22 |
Paul Eggert | * NEWS: Bison-generated parsers no longer default to... |
tree | commitdiff |
2004-12-22 |
Akim Demaille | * data/lalr1.cc (parser::token_number_type, parser... |
tree | commitdiff |
2004-12-21 |
Akim Demaille | * data/lalr1.cc (parser::parse): Return a bool instead... |
tree | commitdiff |
2004-12-21 |
Akim Demaille | Don't impose std::string for filenames. |
tree | commitdiff |
2004-12-21 |
Akim Demaille | Don't impose std::string for filenames. |
tree | commitdiff |
2004-12-20 |
Akim Demaille | Use more STL like names: my_class instead of MyClass. |
tree | commitdiff |
2004-12-20 |
Paul Eggert | (YYLLOC_DEFAULT): Use GNU spacing conventions. |
tree | commitdiff |
2004-12-17 |
Akim Demaille | * data/lalr1.cc: Extensive Doxygenation. |
tree | commitdiff |
2004-12-16 |
Paul Eggert | * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location): |
tree | commitdiff |
2004-12-16 |
Akim Demaille | * data/lalr1.cc (yyreport_syntax_error_): Catch up... |
tree | commitdiff |
2004-12-16 |
Akim Demaille | Use #define to handle the %name-prefix. |
tree | commitdiff |
2004-12-16 |
Akim Demaille | Move lalr1.cc internals into yy*. |
tree | commitdiff |
2004-12-15 |
Akim Demaille | * data/lalr1.cc (lex_): Rename as... |
tree | commitdiff |
2004-12-15 |
Akim Demaille | * data/lalr1.cc (lex_): Rename as... |
tree | commitdiff |
2004-12-15 |
Akim Demaille | Simplify the C++ parser constructor. |
tree | commitdiff |
2004-12-15 |
Akim Demaille | Remove b4_root related material: failure experiment |
tree | commitdiff |
2004-12-14 |
Paul Eggert | (struct yyGLRStack): yyerror_range now has 3 items, |
tree | commitdiff |
2004-12-12 |
Paul Eggert | (YYRHSLOC): Don't have two definitions, one for |
tree | commitdiff |
2004-12-12 |
Paul Eggert | (YYRHSLOC): New macro, taken from glr.c. |
tree | commitdiff |
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 |
next |