2003-04-27 |
Paul Eggert | (yy::Parser::pact_ninf_, yy::Parser::table_ninf_): |
tree | commitdiff |
2003-04-21 |
Paul Eggert | (yyexpandGLRStack) [!YYSTACKEXPANDABLE]: |
tree | commitdiff |
2003-03-02 |
Akim Demaille | * data/yacc.c, data/glr.c, data/lal1.cc: Use similar... |
tree | commitdiff |
2003-02-25 |
Paul Eggert | (yy_reduce_print): yylineno -> yylno. |
tree | commitdiff |
2003-02-25 |
Paul Eggert | (yy::]b4_parser_class_name[::parse): yylineno -> yylno. |
tree | commitdiff |
2003-02-25 |
Paul Eggert | (yy_reduce_print): yylineno -> yylno, |
tree | commitdiff |
2003-02-24 |
Paul Eggert | Stick to ASCII for now. |
tree | commitdiff |
2003-02-21 |
Akim Demaille | * data/lalr1.cc: Use temporary variables instead of... |
tree | commitdiff |
2003-02-20 |
Akim Demaille | * data/lalr1.cc (position.hh): Make sure "columns"... |
tree | commitdiff |
2003-02-20 |
Akim Demaille | * data/lalr1.cc (position.hh): New subfile, including... |
tree | commitdiff |
2003-02-19 |
Akim Demaille | * data/lalr1.cc: When displaying a line number, be... |
tree | commitdiff |
2003-02-19 |
Akim Demaille | * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initd... |
tree | commitdiff |
2003-02-13 |
Paul Eggert | (yyreportSyntaxError) [YYERROR_VERBOSE]: |
tree | commitdiff |
2003-02-13 |
Paul Eggert | (yyerrlab) [YYERROR_VERBOSE]: |
tree | commitdiff |
2003-02-06 |
Akim Demaille | * configure.ac (GXX): Rename as... |
tree | commitdiff |
2003-02-04 |
Akim Demaille | * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition... |
tree | commitdiff |
2003-02-04 |
Akim Demaille | * data/lalr1.cc: If YYDEBUG is not defined, don't depen... |
tree | commitdiff |
2003-01-29 |
Paul Hilfinger | Changes in response to error report by S. Eken: GLR... |
tree | commitdiff |
2003-01-29 |
Paul Eggert | Do not use @output_header_name@ unless |
tree | commitdiff |
2003-01-22 |
Paul Eggert | (YYERROR): Move code from yyerrlab1 to here, so that |
tree | commitdiff |
2003-01-13 |
Akim Demaille | Quoc Peyrot <chojin@lrde.epita.fr>, |
tree | commitdiff |
2003-01-05 |
Paul Eggert | (yyerrlab1): Omit attribute if __cplusplus is defined, |
tree | commitdiff |
2003-01-03 |
Paul Eggert | Update copyright. |
tree | commitdiff |
2003-01-03 |
Paul Eggert | (yybool): Renamed from bool, to avoid collisions in C. |
tree | commitdiff |
2003-01-02 |
Paul Eggert | (yyerrlab1): Append `;' after attribute, to |
tree | commitdiff |
2002-12-28 |
Paul Eggert | (yyparse): New local var yylerrsp, to record the |
tree | commitdiff |
2002-12-28 |
Paul Eggert | Remove this file, since we |
tree | commitdiff |
2002-12-26 |
Paul Eggert | (dist_m4sugar_DATA): Remove m4sugar/version.m4. |
tree | commitdiff |
2002-12-26 |
Paul Eggert | Don't include m4sugar/version.m4. |
tree | commitdiff |
2002-12-26 |
Paul Eggert | Don't include c.m4, as "include" doesn't do what we... |
tree | commitdiff |
2002-12-26 |
Paul Eggert | Comment fix: don't mention obsolete bison.simple. |
tree | commitdiff |
2002-12-24 |
Paul Eggert | (b4_location_type): Remove. |
tree | commitdiff |
2002-12-24 |
Paul Eggert | (b4_location_type): Remove. |
tree | commitdiff |
2002-12-15 |
Paul Eggert | Undo most of the 2002-11-12 yychar -> yytoken patch... |
tree | commitdiff |
2002-12-13 |
Paul Eggert | Fix a bad interaction with flex 2.5.23 reported by... |
tree | commitdiff |
2002-12-11 |
Paul Eggert | (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX. |
tree | commitdiff |
2002-12-09 |
Paul Eggert | * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use... |
tree | commitdiff |
2002-12-07 |
Paul Eggert | (yy_reduce_print): Don't assume that yyrline[yyrule... |
tree | commitdiff |
2002-12-07 |
Paul Eggert | (yy_reduce_print): Don't assume that yyrline[yyrule] |
tree | commitdiff |
2002-11-27 |
Paul Eggert | (b4_yysymprint_generate): yyout -> yyoutput, |
tree | commitdiff |
2002-11-25 |
Paul Eggert | (yyerrlab1): Move this label down, so that the |
tree | commitdiff |
2002-11-21 |
Paul Eggert | Do not include <assert.h>. |
tree | commitdiff |
2002-11-19 |
Paul Eggert | (yygetLRActions): Replace `yyindex' with |
tree | commitdiff |
2002-11-18 |
Paul Eggert | (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]:... |
tree | commitdiff |
2002-11-16 |
Akim Demaille | Augment the similarity between GLR and LALR traces. |
tree | commitdiff |
2002-11-16 |
Akim Demaille | * src/getargs.h, src/getargs.c (trace_e, trace_args... |
tree | commitdiff |
2002-11-16 |
Paul Eggert | Avoid over-quoting of __line__ and __file. |
tree | commitdiff |
2002-11-15 |
Paul Eggert | * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison... |
tree | commitdiff |
2002-11-14 |
Paul Hilfinger | * data/glr.c (yyFail): Always set yyerrflag. Corrects... |
tree | commitdiff |
2002-11-13 |
Akim Demaille | * data/yacc.c: Leave bigger chunks of quoted text. |
tree | commitdiff |
2002-11-13 |
Paul Eggert | (yydoAction): Return YYRESULTTAG, not int. |
tree | commitdiff |
2002-11-13 |
Paul Eggert | (inline): Remove #define. It's the user's responsibili... |
tree | commitdiff |
2002-11-12 |
Akim Demaille | * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep... |
tree | commitdiff |
2002-11-12 |
Akim Demaille | * tests/regression.at (input.y): s/YYEOF/MYEOF/, as... |
tree | commitdiff |
2002-11-12 |
Akim Demaille | * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions... |
tree | commitdiff |
2002-11-12 |
Akim Demaille | * src/scan-gram.l, src/reader.h (scanner_last_string_free): |
tree | commitdiff |
2002-11-12 |
Paul Eggert | Use new @ escapes consistently. |
tree | commitdiff |
2002-11-12 |
Paul Eggert | Use new @ escapes consistently. |
tree | commitdiff |
2002-11-12 |
Paul Eggert | (b4_copyright): Omit file name from comment, since |
tree | commitdiff |
2002-11-10 |
Paul Eggert | Fix the test failure due to GCC warnings described in |
tree | commitdiff |
2002-11-07 |
Akim Demaille | Let yyerror always receive the msg as last argument... |
tree | commitdiff |
2002-11-06 |
Akim Demaille | Restore --no-lines. |
tree | commitdiff |
2002-11-03 |
Akim Demaille | * data/c.m4 (b4_identification, b4_user_args, b4_parse_... |
tree | commitdiff |
2002-10-30 |
Paul Eggert | (YYLEFTMOST_STATE): Remove. |
tree | commitdiff |
2002-10-24 |
Akim Demaille | * src/output.c (output_skeleton): Don't disable M4sugar... |
tree | commitdiff |
2002-10-24 |
Akim Demaille | * data/yacc.c (m4_int_type): New. |
tree | commitdiff |
2002-10-23 |
Paul Eggert | (struct yyltype): Define members even when not |
tree | commitdiff |
2002-10-22 |
Akim Demaille | * data/README: New. |
tree | commitdiff |
2002-10-20 |
Akim Demaille | * src/muscle_tab.c (muscle_grow): Remove trailing debug... |
tree | commitdiff |
2002-10-20 |
Akim Demaille | * data/c.m4 (b4_c_ansi_args): Recognize functions with no |
tree | commitdiff |
2002-10-20 |
Akim Demaille | * src/output.c (prepare): Move the definition of `token... |
tree | commitdiff |
2002-10-20 |
Akim Demaille | * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if... |
tree | commitdiff |
2002-10-20 |
Akim Demaille | * src/output.c (prepare): Use MUSCLE_INSERT_STRING. |
tree | commitdiff |
2002-10-20 |
Paul Eggert | Spell `-*- Autoconf -*-' properly; the leading `-'... |
tree | commitdiff |
2002-10-19 |
Akim Demaille | * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC... |
tree | commitdiff |
2002-10-19 |
Akim Demaille | Prototype support of %lex-param and %parse-param. |
tree | commitdiff |
2002-10-19 |
Paul Eggert | (yyreportParseError): Don't assume that sprintf |
tree | commitdiff |
2002-10-14 |
Akim Demaille | * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize... |
tree | commitdiff |
2002-10-14 |
Paul Eggert | (b4_int_type): Use yysigned_char instead of signed... |
tree | commitdiff |
2002-10-14 |
Paul Eggert | (yysigned_char): New type. |
tree | commitdiff |
2002-10-14 |
Paul Eggert | (yyparse): Rewrite to avoid "comparison is always true... |
tree | commitdiff |
2002-10-13 |
Paul Eggert | (b4_token_defines): Protect against double-inclusion |
tree | commitdiff |
2002-10-13 |
Akim Demaille | * data/glr.c (yyglrShiftDefer, yyaddDeferredAction... |
tree | commitdiff |
2002-10-13 |
Akim Demaille | Let nondeterministic skeletons be usable with deterministic |
tree | commitdiff |
2002-10-13 |
Akim Demaille | * data/glr.c: Formatting changes. |
tree | commitdiff |
2002-10-13 |
Akim Demaille | GLR parsers sometimes raise parse errors instead of... |
tree | commitdiff |
2002-10-12 |
Paul Eggert | Output token definitions before the first part of user... |
tree | commitdiff |
2002-10-12 |
Paul Eggert | (b4_token_enum): Do not define YYTOKENTYPE. |
tree | commitdiff |
2002-10-11 |
Paul Eggert | (yyreport_parse_error): Remove, putting its body into... |
tree | commitdiff |
2002-09-07 |
Paul Eggert | data/yacc.c: Move the GPL exception comment from c... |
tree | commitdiff |
2002-09-07 |
Paul Eggert | (b4_copyright): Move the GPL exception comment from... |
tree | commitdiff |
2002-09-06 |
Akim Demaille | * data/lalr1.cc (struct yyltype): Don't define it,... |
tree | commitdiff |
2002-09-04 |
Akim Demaille | * data/yacc.c: Guard the declaration of yytoknum also... |
tree | commitdiff |
2002-08-12 |
Paul Eggert | Fix comment about `$$ = $1': it can copy garbage. |
tree | commitdiff |
2002-08-12 |
Paul Eggert | Include string.h, for strlen. |
tree | commitdiff |
2002-07-30 |
Akim Demaille | In verbose parse error message, don't report `error... |
tree | commitdiff |
2002-07-26 |
Akim Demaille | * src/reader.h, src/reader.c (gram_error): ... can... |
tree | commitdiff |
2002-07-25 |
Akim Demaille | * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg) |
tree | commitdiff |
2002-07-25 |
Akim Demaille | * data/yacc.c (yyreport_parse_error): New, extracted... |
tree | commitdiff |
2002-07-25 |
Akim Demaille | * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for... |
tree | commitdiff |
next |