]> git.saurik.com Git - bison.git/history - data/yacc.c
Rename %before-definitions to %start-header and %after-definitions to
[bison.git] / data / yacc.c
2006-06-23  Joel E. DennyRename %before-definitions to %start-header and %after...
2006-06-21  Joel E. DennyDon't put the pre-prologue in the header file. For...
2006-06-20  Akim DemailleInstall these changes:
2006-06-10  Joel E. DennyFor consistency, use `lookahead' instead of `look-ahead' or
2006-05-27  Paul Eggert* data/yacc.c (yy_reduce_print): Omit trailing white...
2006-05-21  Joel E. Denny* data/yacc.c (yyparse): Wrap the final return from...
2006-05-15  Paul Eggert* data/glr.c (yyreportSyntaxError): Fix off-by-one...
2006-05-15  Paul Eggert* data/yacc.c (yytnamerr): Fix typo: local var should...
2006-05-14  Akim DemailleImplement --trace=m4.
2006-05-14  Paul Eggert* data/c.m4 (b4_copyright): Put the special exception...
2006-05-09  Paul Eggert* data/glr.c: Switch to Bison 2.2 special-exception...
2006-03-12  Akim DemailleApply --prefix to C++ skeletons too: they change the...
2006-02-17  Paul Eggert* data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE...
2006-01-23  Paul EggertWork around a bug in bro 0.8, which underparenthesizes its
2006-01-23  Paul Eggert* data/yacc.c (b4_int_type): Use yytype_uint8, etc...
2006-01-22  Paul Eggert* Makefile.cfg (local-checks-to-skip): Add changelog...
2006-01-20  Paul EggertMinor fixups to get 'make maintainer-check' to work.
2006-01-04  Paul Eggert* data/c.m4 (b4_c_modern): New macro, with a new provis...
2006-01-03  Paul Eggert* data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:
2006-01-03  Paul EggertUpdate copyright year to 2006.
2006-01-02  Akim Demaille* src/output.c (output_skeleton): Don't hard wire the...
2005-12-22  Akim Demaille* data/lalr1.cc, data/yacc.c, data/glr.c, data/c.m4
2005-12-22  Paul EggertUndo 2005-12-01 tentative license wording change.
2005-12-22  Paul Eggert* NEWS: Reword %destructor vs YYABORT etc.
2005-12-21  Akim Demaille* data/glr.c (struct yyGLRStack): If pure, add yyval...
2005-12-21  Akim DemailleYYACCEPT, YYERROR, and YYABORT, as user actions, should not
2005-12-09  Paul EggertCleanups so that Bison-generated parsers have less...
2005-12-01  Paul Eggert* data/yacc.c: Say "parser skeleton" rather than "file...
2005-11-18  Paul Eggert* data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
2005-11-16  Akim DemailleGeneralize the display of semantic values and locations...
2005-10-21  Akim Demaille* data/c.m4 (b4_yydestruct_generate, b4_yysymprint_gene...
2005-10-13  Paul Eggert* data/c.m4 (b4_c_function_def): Look at __C99_FUNC__...
2005-10-11  Paul Eggert* data/c.m4 (b4_c_function_def): Look at __STDC_VERSION...
2005-10-06  Paul Eggert* data/c.m4 (yydestruct, yysymprint):
2005-10-05  Paul EggertUndo the parts of the unlocked-I/O change that substituted
2005-10-02  Paul EggertUse unlocked I/O for a minor performance improvement...
2005-09-29  Akim Demaille* data/c.m4 (b4_error_verbose_if): New.
2005-09-21  Paul EggertDon't rely on whether alloc is #defined; that is in...
2005-09-21  Paul EggertMore alloca cleanups.
2005-09-20  Paul EggertFix typo in previous patch: some operands of 'defined...
2005-09-20  Paul Eggert* data/yacc.c (YYSIZE_T): Reindent to make it clearer...
2005-09-20  Paul Eggert(YYSIZE_MAXIMUM): New macro.
2005-09-16  Akim Demaille* data/c.m4 (b4_token_enums): New.
2005-09-09  Paul Eggert* doc/bison.texinfo: Correct typos in previous fix.
2005-08-22  Paul Eggert* data/glr.c (yyreturn): Use "Cleanup:" rather than...
2005-07-24  Paul Eggert* NEWS: Version 2.0b.
2005-07-22  Paul Eggert* data/glr.c (YYTOKEN_TABLE): New macro.
2005-07-21  Paul Eggert* data/glr.c (yytnamerr): New function.
2005-07-19  Paul EggertDestructor cleanups and regularization among the three...
2005-07-19  Paul Eggert* NEWS: Document minor wording changes in diagnostics of
2005-07-18  Paul EggertAdd i18n support to the GLR skeleton. Partially fix...
2005-07-12  Paul Eggert* bootstrap: Get runtime translations into runtime-po.
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-06-09  Paul Eggert* data/yacc.c (malloc, free) [defined __cplusplus]...
2005-05-30  Paul Eggert(yyparse): strlen -> yystrlen.
2005-05-27  Paul EggertFix infringement on user name space reported by Bruno...
2005-05-22  Paul EggertFix a destructor bug reported by Wolfgang Spraul in
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
2004-12-22  Paul Eggert* NEWS: Bison-generated parsers no longer default to...
2004-12-20  Paul Eggert(YYLLOC_DEFAULT): Use GNU spacing conventions.
2004-12-16  Paul Eggert* data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
2004-12-16  Akim DemailleUse #define to handle the %name-prefix.
2004-12-12  Paul Eggert(YYRHSLOC): New macro, taken from glr.c.
2004-10-05  Akim DemailleIn Bison 1.875's yacc.c, YYLLOC_DEFAULT was called...
2004-09-27  Akim Demaille* data/yacc.c (YY_LOCATION_PRINT): Fix its default...
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 DemailleHave more complete shift traces.
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/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
2004-06-21  Paul EggertUse "look-ahead" instead of "lookahead", consistently.
2004-03-31  Paul EggertUse 'short int' rather than 'short', and similarly...
2003-08-25  Akim DemailleWhen reducing initial empty rules, Bison parser read...
2003-08-25  Akim Demaille* data/lalr1.cc (Parser::reduce_print_): New.
2003-07-25  Paul Eggert(YYFREE, YYMALLOC): New macros.
2003-06-20  Paul Eggert* data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments...
2003-06-02  Paul Eggert(YYERROR): Now just 'goto yyerrorlab', since the
2003-05-25  Paul Eggert(union yyalloc): Do not evaluate
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-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-13  Paul Eggert(yyerrlab) [YYERROR_VERBOSE]:
2003-01-22  Paul Eggert(YYERROR): Move code from yyerrlab1 to here, so that
2003-01-05  Paul Eggert(yyerrlab1): Omit attribute if __cplusplus is defined,
2003-01-03  Paul EggertUpdate copyright.
2003-01-02  Paul Eggert(yyerrlab1): Append `;' after attribute, to
2002-12-28  Paul Eggert(yyparse): New local var yylerrsp, to record the
next