]> git.saurik.com Git - bison.git/history - data/glr.c
Don't leak semantic values for parent RHS when a user action cuts the
[bison.git] / data / glr.c
2006-03-02  Joel E. DennyDon't leak semantic values for parent RHS when a user...
2006-02-27  Paul Eggert* data/glr.c (yyexpandGLRStack): Catch an off-by-one...
2006-01-30  Joel E. DennyDuring deterministic GLR operation, user actions should...
2006-01-23  Paul EggertWork around a bug in bro 0.8, which underparenthesizes its
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-12  Joel E. Denny* data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
2006-01-12  Paul Hilfinger* data/glr.c (yysplitStack): A little stylistic rewrite.
2006-01-11  Paul Hilfinger * data/glr.c (yyaddDeferredAction): Flesh out the...
2006-01-06  Joel E. Denny* data/glr.c (yyGLRStateSet): Add yybool* yylookaheadSt...
2006-01-06  Joel E. Denny* data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol...
2006-01-05  Joel E. Denny* data/glr.c (yyresolveValue): When merging semantic...
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...
2006-01-02  Akim Demaille* data/glr.c: Reformat whitespace with tabs.
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-12  Paul Eggert* data/glr.c: Reorder typedef declarations for structs...
2005-12-09  Paul EggertCleanups so that Bison-generated parsers have less...
2005-12-06  Paul Eggert* data/glr.c (yyprocessOneStack): Synchronize the shift...
2005-12-01  Paul Eggert* data/yacc.c: Say "parser skeleton" rather than "file...
2005-11-16  Akim DemailleGeneralize the display of semantic values and locations...
2005-11-14  Akim Demaille* data/glr.c (yy_reduce_print): The loop was quite...
2005-11-14  Akim Demaille* data/glr.c (yy_reduce_print): Fix the $ number.
2005-11-14  Akim Demaille"Use" parse parameters.
2005-11-14  Akim Demaille* data/glr.c (yyexpandGLRStack): Declare only if defined.
2005-11-14  Akim DemailleHave glr.c include its header file when created.
2005-11-11  Akim Demaille* data/glr.c: Comment changes.
2005-11-11  Akim DemailleWhen yydebug, report semantic and location values for...
2005-11-11  Akim Demaille* data/glr.c (yynewGLRStackItem, YY_RESERVE_GLRSTACK...
2005-10-31  Paul Hilfingerdata/glr.c (yyfill): Adjust comment.
2005-10-21  Akim Demaille* data/c.m4 (b4_yydestruct_generate, b4_yysymprint_gene...
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-05  Paul Eggert* data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportS...
2005-10-02  Paul EggertUse unlocked I/O for a minor performance improvement...
2005-09-20  Akim Demaille* data/glr.c: Use b4_token_enums, not b4_token_enums_de...
2005-09-16  Paul Eggert* NEWS: Version 2.1.
2005-09-16  Akim Demaille* data/c.m4 (b4_token_enums): New.
2005-09-15  Paul Eggertfalse -> yyfalse
2005-09-15  Paul Eggert* data/glr.c (yyresolveValue): Add default case to...
2005-09-12  Paul Eggert[defined YYSETJMP]: Don't include <setjmp.h>.
2005-09-09  Paul Eggert* data/glr.c (YYCHK1): Do not assume YYE is in range.
2005-09-09  Paul Eggert* doc/bison.texinfo: Correct typos in previous fix.
2005-08-26  Paul Eggert* data/glr.c (yydestroyGLRState): Renamed from yydestro...
2005-08-25  Paul Eggert(yydestroyStackItem): New function.
2005-08-25  Paul Eggert* data/glr.c (yyrecoverSyntaxError, yyreturn):
2005-08-22  Paul Eggert* data/glr.c (yyreturn): Use "Cleanup:" rather than...
2005-08-22  Paul Eggert(YY_SYMBOL_PRINT): Append a newline, for consistency
2005-08-21  Paul Eggert* data/glr.c (yyresolveValue): Fix redundant parse...
2005-07-25  Paul Eggert(YYOPTIONAL_LOC): Define even if it's not a recent
2005-07-24  Paul Eggert(ATTRIBUTE_UNUSED): Remove, since it infringes on
2005-07-22  Paul Eggert* data/glr.c (YYTOKEN_TABLE): New macro.
2005-07-22  Paul Eggert(yyinitGLRStack, yyreturn): Don't call malloc again...
2005-07-21  Paul Eggert* data/glr.c (yytnamerr): New function.
2005-07-20  Paul Eggert(yyreturn): Don't pop stack if yyinitStateSet failed,
2005-07-20  Paul Eggert(yyexpandGLRStack, yyaddDeferredAction, yyexpandGLRStack):
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-18  Paul EggertImprove tests for stack overflow in GLR parser.
2005-07-17  Paul Eggert* data/glr.c (yyparse): Don't assume that the initial...
2005-07-14  Paul Eggert* data/glr.c (YYSTACKEXPANDABLE): Don't define if alrea...
2005-07-14  Paul Eggert* data/glr.c (yyuserAction): Fix uninitialized variable...
2005-07-12  Akim Demaille2005-07-12 Akim Demaille <akim@epita.fr>
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-07  Paul Hilfingerdata/glr.c: Modify treatment of unused parameters to...
2005-05-22  Paul EggertUpdate copyright date.
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-01-17  Paul Eggert* data/glr.c (yyuserAction): Add "default: break;"...
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-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-11  Paul Eggert(yyuserAction, yyrecoverSyntaxError): Mark args
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-21  Akim Demaille* data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_doll...
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-08-30  Akim Demaille* data/glr.c: Guard the declarations of yypstack and...
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-03-31  Paul EggertUse 'short int' rather than 'short', and similarly...
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...
next