]> git.saurik.com Git - bison.git/history - data/yacc.c
* data/yacc.c: Say "parser skeleton" rather than "file", since
[bison.git] / data / yacc.c
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
2002-12-26  Paul EggertDon't include c.m4, as "include" doesn't do what we...
2002-12-24  Paul Eggert(b4_location_type): Remove.
2002-12-15  Paul EggertUndo most of the 2002-11-12 yychar -> yytoken patch...
2002-12-13  Paul EggertFix a bad interaction with flex 2.5.23 reported by...
2002-12-11  Paul Eggert(YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
2002-12-09  Paul Eggert* data/glr.c, data/lalr1.cc, data/yacc.c: Do not use...
2002-12-07  Paul Eggert(yy_reduce_print): Don't assume that yyrline[yyrule...
2002-11-25  Paul Eggert(yyerrlab1): Move this label down, so that the
2002-11-16  Akim DemailleAugment the similarity between GLR and LALR traces.
2002-11-16  Akim Demaille* src/getargs.h, src/getargs.c (trace_e, trace_args...
2002-11-16  Paul EggertAvoid over-quoting of __line__ and __file.
2002-11-15  Paul Eggert* data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison...
2002-11-13  Akim Demaille* data/yacc.c: Leave bigger chunks of quoted text.
2002-11-12  Akim Demaille* tests/regression.at (input.y): s/YYEOF/MYEOF/, as...
2002-11-12  Akim Demaille* data/c.m4 (b4_yydestruct_generate, b4_symbol_actions...
2002-11-12  Paul EggertUse new @ escapes consistently.
2002-11-07  Akim DemailleLet yyerror always receive the msg as last argument...
2002-11-06  Akim DemailleRestore --no-lines.
2002-11-03  Akim Demaille* data/c.m4 (b4_identification, b4_user_args, b4_parse_...
2002-10-24  Akim Demaille* src/output.c (output_skeleton): Don't disable M4sugar...
2002-10-24  Akim Demaille* data/yacc.c (m4_int_type): New.
2002-10-20  Akim Demaille* data/c.m4 (b4_c_ansi_args): Recognize functions with no
2002-10-20  Akim Demaille* src/output.c (prepare): Move the definition of `token...
2002-10-20  Akim Demaille* data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if...
2002-10-20  Akim Demaille* src/output.c (prepare): Use MUSCLE_INSERT_STRING.
2002-10-19  Akim Demaille* tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC...
2002-10-19  Akim DemaillePrototype support of %lex-param and %parse-param.
next