]> git.saurik.com Git - bison.git/history - data
Upgrade Makefile.maint, djgpp/config.sed.
[bison.git] / data /
2005-07-09  Paul Eggert* data/yacc.c (yyparse): Undo previous patch. Instead,
2005-07-09  Paul Eggert* data/yacc.c (yyparse): In the initial action, set
2005-07-06  Paul Eggert* data/glr.c (yyFail): Drastically simplify; since...
2005-07-05  Paul EggertRewrite GLR parser to catch more buffer overrun, storag...
2005-06-22  Akim Demaille* data/lalr1.cc (yylex_): Honor %lex-param.
2005-06-09  Paul Eggert* data/yacc.c (malloc, free) [defined __cplusplus]...
2005-06-07  Paul Hilfingerdata/glr.c: Modify treatment of unused parameters to...
2005-05-30  Paul Eggert(yyparse): strlen -> yystrlen.
2005-05-30  Akim Demaille* data/lalr1.cc (_): New.
2005-05-27  Paul EggertFix infringement on user name space reported by Bruno...
2005-05-22  Paul Eggert(yy::]b4_parser_class_name[::parse): Port
2005-05-22  Paul EggertUpdate copyright date.
2005-05-22  Paul EggertFix a destructor bug reported by Wolfgang Spraul in
2005-05-21  Paul Hilfinger* data/glr.c (YY_SYMBOL_PRINT): Don't print newline...
2005-05-14  Paul EggertUpdate FSF postal mail address.
2005-05-02  Paul Eggert* tests/actions.at: Test that stack overflow invokes...
2005-04-25  Paul Eggert(YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
2005-04-16  Paul Eggert(YYSTACK_ALLOC_MAXIMUM): New macro.
2005-04-14  Paul Eggert* NEWS: Bison-generated C parsers now use the _ macro to
2005-03-17  Paul Eggert(yyparse): Omit spaces before #line.
2005-01-21  Paul Eggert(YYCOPY, yystpcpy, yyparse): Remove "register".
2005-01-17  Paul Eggert* data/glr.c (yyuserAction): Add "default: break;"...
2005-01-08  Paul Eggert(yyparse): Pacify non-GCC compilers about yyerrorlab
2005-01-08  Paul Eggert(yyparse): Pacify non-GCC compilers about yyerrorlab
2004-12-26  Paul Eggert(yydestruct_): Pacify unused variable warning for yymsg...
2004-12-22  Paul Eggert* NEWS: Bison-generated parsers no longer default to...
2004-12-22  Akim Demaille* data/lalr1.cc (parser::token_number_type, parser...
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,
next