]> git.saurik.com Git - bison.git/history - data/glr.c
* data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
[bison.git] / data / glr.c
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...
2003-10-05  Paul EggertIn GLR grammars, $N and @N now yield non-modifiable...
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, YYREALLOC): New macros.
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-02  Paul Eggert(yyfillin): Renamed from the old yyfill. Mark
2003-05-25  Paul Eggert(YYSTACKEXPANDABLE): Do not evaluate
2003-04-21  Paul Eggert(yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
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(yyreportSyntaxError) [YYERROR_VERBOSE]:
2003-01-29  Paul HilfingerChanges in response to error report by S. Eken: GLR...
2003-01-03  Paul EggertUpdate copyright.
2003-01-03  Paul Eggert(yybool): Renamed from bool, to avoid collisions in C.
2002-12-26  Paul EggertDon't include c.m4, as "include" doesn't do what we...
2002-12-26  Paul EggertComment fix: don't mention obsolete bison.simple.
2002-12-24  Paul Eggert(b4_location_type): Remove.
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-21  Paul EggertDo not include <assert.h>.
2002-11-19  Paul Eggert(yygetLRActions): Replace `yyindex' with
2002-11-18  Paul Eggert(YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]:...
2002-11-16  Akim DemailleAugment the similarity between GLR and LALR traces.
2002-11-15  Paul Eggert* data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison...
2002-11-14  Paul Hilfinger* data/glr.c (yyFail): Always set yyerrflag. Corrects...
2002-11-13  Akim Demaille* data/yacc.c: Leave bigger chunks of quoted text.
2002-11-13  Paul Eggert(yydoAction): Return YYRESULTTAG, not int.
2002-11-13  Paul Eggert(inline): Remove #define. It's the user's responsibili...
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-10  Paul EggertFix the test failure due to GCC warnings described in
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-30  Paul Eggert(YYLEFTMOST_STATE): Remove.
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-23  Paul Eggert(struct yyltype): Define members even when not
2002-10-20  Akim Demaille* src/muscle_tab.c (muscle_grow): Remove trailing debug...
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  Paul Eggert(yyreportParseError): Don't assume that sprintf
2002-10-14  Akim Demaille* data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize...
2002-10-14  Paul Eggert(yysigned_char): New type.
2002-10-13  Akim Demaille* data/glr.c (yyglrShiftDefer, yyaddDeferredAction...
2002-10-13  Akim DemailleLet nondeterministic skeletons be usable with deterministic
2002-10-13  Akim Demaille* data/glr.c: Formatting changes.
2002-10-13  Akim DemailleGLR parsers sometimes raise parse errors instead of...
2002-10-12  Paul EggertOutput token definitions before the first part of user...
2002-08-12  Paul EggertInclude string.h, for strlen.
2002-07-30  Akim DemailleIn verbose parse error message, don't report `error...
2002-07-25  Akim Demaille* data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for...
2002-07-25  Akim Demaille* src/gram.h (TIEM_NUMBER_MAX): New.
2002-07-03  Akim Demaille* src/output.c (froms, tos): Are state_number_t.
2002-06-30  Akim DemailleHave the GLR tests be `warning' checked, and fix the...
2002-06-28  Paul Hilfinger* data/glr.c: Correct typo in Emacs-mode directive...
2002-06-28  Akim Demaille* data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type...
2002-06-28  Paul HilfingerRenamed file from bison.glr.