2005-10-05 |
Paul Eggert | Undo the parts of the unlocked-I/O change that substituted |
blob | commitdiff | raw |
2005-10-05 |
Paul Eggert | * data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportS... |
blob | commitdiff | raw | diff to current |
2005-10-02 |
Paul Eggert | Use unlocked I/O for a minor performance improvement... |
blob | commitdiff | raw | diff to current |
2005-09-20 |
Akim Demaille | * data/glr.c: Use b4_token_enums, not b4_token_enums_de... |
blob | commitdiff | raw | diff to current |
2005-09-16 |
Paul Eggert | * NEWS: Version 2.1. |
blob | commitdiff | raw | diff to current |
2005-09-16 |
Akim Demaille | * data/c.m4 (b4_token_enums): New. |
blob | commitdiff | raw | diff to current |
2005-09-15 |
Paul Eggert | false -> yyfalse |
blob | commitdiff | raw | diff to current |
2005-09-15 |
Paul Eggert | * data/glr.c (yyresolveValue): Add default case to... |
blob | commitdiff | raw | diff to current |
2005-09-12 |
Paul Eggert | [defined YYSETJMP]: Don't include <setjmp.h>. |
blob | commitdiff | raw | diff to current |
2005-09-09 |
Paul Eggert | * data/glr.c (YYCHK1): Do not assume YYE is in range. |
blob | commitdiff | raw | diff to current |
2005-09-09 |
Paul Eggert | * doc/bison.texinfo: Correct typos in previous fix. |
blob | commitdiff | raw | diff to current |
2005-08-26 |
Paul Eggert | * data/glr.c (yydestroyGLRState): Renamed from yydestro... |
blob | commitdiff | raw | diff to current |
2005-08-25 |
Paul Eggert | (yydestroyStackItem): New function. |
blob | commitdiff | raw | diff to current |
2005-08-25 |
Paul Eggert | * data/glr.c (yyrecoverSyntaxError, yyreturn): |
blob | commitdiff | raw | diff to current |
2005-08-22 |
Paul Eggert | * data/glr.c (yyreturn): Use "Cleanup:" rather than... |
blob | commitdiff | raw | diff to current |
2005-08-22 |
Paul Eggert | (YY_SYMBOL_PRINT): Append a newline, for consistency |
blob | commitdiff | raw | diff to current |
2005-08-21 |
Paul Eggert | * data/glr.c (yyresolveValue): Fix redundant parse... |
blob | commitdiff | raw | diff to current |
2005-07-25 |
Paul Eggert | (YYOPTIONAL_LOC): Define even if it's not a recent |
blob | commitdiff | raw | diff to current |
2005-07-24 |
Paul Eggert | (ATTRIBUTE_UNUSED): Remove, since it infringes on |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Paul Eggert | * data/glr.c (YYTOKEN_TABLE): New macro. |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Paul Eggert | (yyinitGLRStack, yyreturn): Don't call malloc again... |
blob | commitdiff | raw | diff to current |
2005-07-21 |
Paul Eggert | * data/glr.c (yytnamerr): New function. |
blob | commitdiff | raw | diff to current |
2005-07-20 |
Paul Eggert | (yyreturn): Don't pop stack if yyinitStateSet failed, |
blob | commitdiff | raw | diff to current |
2005-07-20 |
Paul Eggert | (yyexpandGLRStack, yyaddDeferredAction, yyexpandGLRStack): |
blob | commitdiff | raw | diff to current |
2005-07-19 |
Paul Eggert | Destructor cleanups and regularization among the three... |
blob | commitdiff | raw | diff to current |
2005-07-19 |
Paul Eggert | * NEWS: Document minor wording changes in diagnostics of |
blob | commitdiff | raw | diff to current |
2005-07-18 |
Paul Eggert | Add i18n support to the GLR skeleton. Partially fix... |
blob | commitdiff | raw | diff to current |
2005-07-18 |
Paul Eggert | Improve tests for stack overflow in GLR parser. |
blob | commitdiff | raw | diff to current |
2005-07-17 |
Paul Eggert | * data/glr.c (yyparse): Don't assume that the initial... |
blob | commitdiff | raw | diff to current |
2005-07-14 |
Paul Eggert | * data/glr.c (YYSTACKEXPANDABLE): Don't define if alrea... |
blob | commitdiff | raw | diff to current |
2005-07-14 |
Paul Eggert | * data/glr.c (yyuserAction): Fix uninitialized variable... |
blob | commitdiff | raw | diff to current |
2005-07-12 |
Akim Demaille | 2005-07-12 Akim Demaille <akim@epita.fr> |
blob | commitdiff | raw | diff to current |
2005-07-06 |
Paul Eggert | * data/glr.c (yyFail): Drastically simplify; since... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
Paul Eggert | Rewrite GLR parser to catch more buffer overrun, storag... |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Paul Hilfinger | data/glr.c: Modify treatment of unused parameters to... |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Paul Eggert | Update copyright date. |
blob | commitdiff | raw | diff to current |
2005-05-21 |
Paul Hilfinger | * data/glr.c (YY_SYMBOL_PRINT): Don't print newline... |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Paul Eggert | Update FSF postal mail address. |
blob | commitdiff | raw | diff to current |
2005-01-17 |
Paul Eggert | * data/glr.c (yyuserAction): Add "default: break;"... |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Paul Eggert | * NEWS: Bison-generated parsers no longer default to... |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Paul Eggert | (YYLLOC_DEFAULT): Use GNU spacing conventions. |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Paul Eggert | * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location): |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Akim Demaille | Use #define to handle the %name-prefix. |
blob | commitdiff | raw | diff to current |
2004-12-14 |
Paul Eggert | (struct yyGLRStack): yyerror_range now has 3 items, |
blob | commitdiff | raw | diff to current |
2004-12-12 |
Paul Eggert | (YYRHSLOC): Don't have two definitions, one for |
blob | commitdiff | raw | diff to current |
2004-12-11 |
Paul Eggert | (yyuserAction, yyrecoverSyntaxError): Mark args |
blob | commitdiff | raw | diff to current |
2004-10-27 |
Paul Eggert | Fix wording problem in comment. |
blob | commitdiff | raw | diff to current |
2004-10-27 |
Paul Eggert | (yyloc_default): Remove; not used. |
blob | commitdiff | raw | diff to current |
2004-10-25 |
Akim Demaille | * data/glr.c (YYRHSLOC): Move its definition next to... |
blob | commitdiff | raw | diff to current |
2004-10-05 |
Akim Demaille | In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called... |
blob | commitdiff | raw | diff to current |
2004-09-21 |
Akim Demaille | * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_doll... |
blob | commitdiff | raw | diff to current |
2004-09-20 |
Akim Demaille | * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVI... |
blob | commitdiff | raw | diff to current |
2004-09-20 |
Akim Demaille | * data/yacc.c (YY_LOCATION_PRINT): New. |
blob | commitdiff | raw | diff to current |
2004-09-16 |
Akim Demaille | Have more complete shift traces. |
blob | commitdiff | raw | diff to current |
2004-09-06 |
Akim Demaille | * data/yacc.cc, data/glr.cc (yydestruct): Accept an... |
blob | commitdiff | raw | diff to current |
2004-09-06 |
Akim Demaille | * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was |
blob | commitdiff | raw | diff to current |
2004-09-02 |
Akim Demaille | * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used. |
blob | commitdiff | raw | diff to current |
2004-08-30 |
Akim Demaille | * data/glr.c: Guard the declarations of yypstack and... |
blob | commitdiff | raw | diff to current |
2004-06-21 |
Paul Eggert | Use "look-ahead" instead of "lookahead", consistently. |
blob | commitdiff | raw | diff to current |
2004-05-21 |
Paul Eggert | Output yylloc macro defn in glr.c even if locations... |
blob | commitdiff | raw | diff to current |
2004-03-31 |
Paul Eggert | Use 'short int' rather than 'short', and similarly... |
blob | commitdiff | raw | diff to current |
2004-02-02 |
Paul Eggert | (yytokenName): Bullet-proof against YYEMPTY token. |
blob | commitdiff | raw | diff to current |
2004-01-14 |
Paul Hilfinger | data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC... |
blob | commitdiff | raw | diff to current |
2003-10-05 |
Paul Eggert | In GLR grammars, $N and @N now yield non-modifiable... |
blob | commitdiff | raw | diff to current |
2003-08-04 |
Paul Eggert | (yyuserMerge): Return void, not YYSTYPE. |
blob | commitdiff | raw | diff to current |
2003-07-26 |
Paul Eggert | (YYASSERT): New macro. |
blob | commitdiff | raw | diff to current |
2003-07-25 |
Paul Eggert | (yyglrReduce): Don't use C89 string concatenation. |
blob | commitdiff | raw | diff to current |
2003-07-25 |
Paul Eggert | (YYFREE, YYMALLOC, YYREALLOC): New macros. |
blob | commitdiff | raw | diff to current |
2003-06-20 |
Paul Eggert | * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments... |
blob | commitdiff | raw | diff to current |
2003-06-19 |
Paul Eggert | (yyremoveDeletes, yy_reduce_print, yyglrReduce, yyrepor... |
blob | commitdiff | raw | diff to current |
2003-06-19 |
Paul Eggert | Port to Forte Developer 7 C compiler. |
blob | commitdiff | raw | diff to current |
2003-06-10 |
Paul Hilfinger | * data/glr.c (YYERROR): Update definition. |
blob | commitdiff | raw | diff to current |
2003-06-02 |
Paul Eggert | (yyfillin): Renamed from the old yyfill. Mark |
blob | commitdiff | raw | diff to current |
2003-05-25 |
Paul Eggert | (YYSTACKEXPANDABLE): Do not evaluate |
blob | commitdiff | raw | diff to current |
2003-04-21 |
Paul Eggert | (yyexpandGLRStack) [!YYSTACKEXPANDABLE]: |
blob | commitdiff | raw | diff to current |
2003-03-02 |
Akim Demaille | * data/yacc.c, data/glr.c, data/lal1.cc: Use similar... |
blob | commitdiff | raw | diff to current |
2003-02-25 |
Paul Eggert | (yy_reduce_print): yylineno -> yylno, |
blob | commitdiff | raw | diff to current |
2003-02-13 |
Paul Eggert | (yyreportSyntaxError) [YYERROR_VERBOSE]: |
blob | commitdiff | raw | diff to current |
2003-01-29 |
Paul Hilfinger | Changes in response to error report by S. Eken: GLR... |
blob | commitdiff | raw | diff to current |
2003-01-03 |
Paul Eggert | Update copyright. |
blob | commitdiff | raw | diff to current |
2003-01-03 |
Paul Eggert | (yybool): Renamed from bool, to avoid collisions in C. |
blob | commitdiff | raw | diff to current |
2002-12-26 |
Paul Eggert | Don't include c.m4, as "include" doesn't do what we... |
blob | commitdiff | raw | diff to current |
2002-12-26 |
Paul Eggert | Comment fix: don't mention obsolete bison.simple. |
blob | commitdiff | raw | diff to current |
2002-12-24 |
Paul Eggert | (b4_location_type): Remove. |
blob | commitdiff | raw | diff to current |
2002-12-09 |
Paul Eggert | * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use... |
blob | commitdiff | raw | diff to current |
2002-12-07 |
Paul Eggert | (yy_reduce_print): Don't assume that yyrline[yyrule] |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Paul Eggert | Do not include <assert.h>. |
blob | commitdiff | raw | diff to current |
2002-11-19 |
Paul Eggert | (yygetLRActions): Replace `yyindex' with |
blob | commitdiff | raw | diff to current |
2002-11-18 |
Paul Eggert | (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]:... |
blob | commitdiff | raw | diff to current |
2002-11-16 |
Akim Demaille | Augment the similarity between GLR and LALR traces. |
blob | commitdiff | raw | diff to current |
2002-11-15 |
Paul Eggert | * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison... |
blob | commitdiff | raw | diff to current |
2002-11-14 |
Paul Hilfinger | * data/glr.c (yyFail): Always set yyerrflag. Corrects... |
blob | commitdiff | raw | diff to current |
2002-11-13 |
Akim Demaille | * data/yacc.c: Leave bigger chunks of quoted text. |
blob | commitdiff | raw | diff to current |
2002-11-13 |
Paul Eggert | (yydoAction): Return YYRESULTTAG, not int. |
blob | commitdiff | raw | diff to current |
2002-11-13 |
Paul Eggert | (inline): Remove #define. It's the user's responsibili... |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * tests/regression.at (input.y): s/YYEOF/MYEOF/, as... |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions... |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Paul Eggert | Use new @ escapes consistently. |
blob | commitdiff | raw | diff to current |
2002-11-10 |
Paul Eggert | Fix the test failure due to GCC warnings described in |
blob | commitdiff | raw | diff to current |
2002-11-07 |
Akim Demaille | Let yyerror always receive the msg as last argument... |
blob | commitdiff | raw | diff to current |
next |