2005-07-21 |
Paul Eggert | * data/glr.c (yytnamerr): New function. |
blob | commitdiff | raw |
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-12 |
Paul Eggert | * bootstrap: Get runtime translations into runtime-po. |
blob | commitdiff | raw | diff to current |
2005-07-09 |
Paul Eggert | * data/yacc.c (yyparse): Undo previous patch. Instead, |
blob | commitdiff | raw | diff to current |
2005-07-09 |
Paul Eggert | * data/yacc.c (yyparse): In the initial action, set |
blob | commitdiff | raw | diff to current |
2005-06-09 |
Paul Eggert | * data/yacc.c (malloc, free) [defined __cplusplus]... |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Paul Eggert | (yyparse): strlen -> yystrlen. |
blob | commitdiff | raw | diff to current |
2005-05-27 |
Paul Eggert | Fix infringement on user name space reported by Bruno... |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Paul Eggert | Fix a destructor bug reported by Wolfgang Spraul in |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Paul Eggert | Update FSF postal mail address. |
blob | commitdiff | raw | diff to current |
2005-05-02 |
Paul Eggert | * tests/actions.at: Test that stack overflow invokes... |
blob | commitdiff | raw | diff to current |
2005-04-25 |
Paul Eggert | (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment. |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Paul Eggert | (YYSTACK_ALLOC_MAXIMUM): New macro. |
blob | commitdiff | raw | diff to current |
2005-04-14 |
Paul Eggert | * NEWS: Bison-generated C parsers now use the _ macro to |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Paul Eggert | (yyparse): Omit spaces before #line. |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Paul Eggert | (YYCOPY, yystpcpy, yyparse): Remove "register". |
blob | commitdiff | raw | diff to current |
2005-01-17 |
Paul Eggert | * data/glr.c (yyuserAction): Add "default: break;"... |
blob | commitdiff | raw | diff to current |
2005-01-08 |
Paul Eggert | (yyparse): Pacify non-GCC compilers about yyerrorlab |
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-12 |
Paul Eggert | (YYRHSLOC): New macro, taken from glr.c. |
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-27 |
Akim Demaille | * data/yacc.c (YY_LOCATION_PRINT): Fix its default... |
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 | Let the initial-action act on the look-ahead, and use... |
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-06-21 |
Paul Eggert | Use "look-ahead" instead of "lookahead", consistently. |
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 |
2003-08-25 |
Akim Demaille | When reducing initial empty rules, Bison parser read... |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Akim Demaille | * data/lalr1.cc (Parser::reduce_print_): New. |
blob | commitdiff | raw | diff to current |
2003-07-25 |
Paul Eggert | (YYFREE, YYMALLOC): 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-02 |
Paul Eggert | (YYERROR): Now just 'goto yyerrorlab', since the |
blob | commitdiff | raw | diff to current |
2003-05-25 |
Paul Eggert | (union yyalloc): Do not evaluate |
blob | commitdiff | raw | diff to current |
2003-04-29 |
Paul Eggert | (b4_lex_param): Corrected for the case where %lex-param... |
blob | commitdiff | raw | diff to current |
2003-04-28 |
Paul Eggert | Avoid gcc -Wundef warnings reported by Gerald Pfeifer in |
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 | (yyerrlab) [YYERROR_VERBOSE]: |
blob | commitdiff | raw | diff to current |
2003-01-22 |
Paul Eggert | (YYERROR): Move code from yyerrlab1 to here, so that |
blob | commitdiff | raw | diff to current |
2003-01-05 |
Paul Eggert | (yyerrlab1): Omit attribute if __cplusplus is defined, |
blob | commitdiff | raw | diff to current |
2003-01-03 |
Paul Eggert | Update copyright. |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Paul Eggert | (yyerrlab1): Append `;' after attribute, to |
blob | commitdiff | raw | diff to current |
2002-12-28 |
Paul Eggert | (yyparse): New local var yylerrsp, to record the |
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-24 |
Paul Eggert | (b4_location_type): Remove. |
blob | commitdiff | raw | diff to current |
2002-12-15 |
Paul Eggert | Undo most of the 2002-11-12 yychar -> yytoken patch... |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Paul Eggert | Fix a bad interaction with flex 2.5.23 reported by... |
blob | commitdiff | raw | diff to current |
2002-12-11 |
Paul Eggert | (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX. |
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-25 |
Paul Eggert | (yyerrlab1): Move this label down, so that the |
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-16 |
Akim Demaille | * src/getargs.h, src/getargs.c (trace_e, trace_args... |
blob | commitdiff | raw | diff to current |
2002-11-16 |
Paul Eggert | Avoid over-quoting of __line__ and __file. |
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-13 |
Akim Demaille | * data/yacc.c: Leave bigger chunks of quoted text. |
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-07 |
Akim Demaille | Let yyerror always receive the msg as last argument... |
blob | commitdiff | raw | diff to current |
2002-11-06 |
Akim Demaille | Restore --no-lines. |
blob | commitdiff | raw | diff to current |
2002-11-03 |
Akim Demaille | * data/c.m4 (b4_identification, b4_user_args, b4_parse_... |
blob | commitdiff | raw | diff to current |
2002-10-24 |
Akim Demaille | * src/output.c (output_skeleton): Don't disable M4sugar... |
blob | commitdiff | raw | diff to current |
2002-10-24 |
Akim Demaille | * data/yacc.c (m4_int_type): New. |
blob | commitdiff | raw | diff to current |
2002-10-20 |
Akim Demaille | * data/c.m4 (b4_c_ansi_args): Recognize functions with no |
blob | commitdiff | raw | diff to current |
2002-10-20 |
Akim Demaille | * src/output.c (prepare): Move the definition of `token... |
blob | commitdiff | raw | diff to current |
2002-10-20 |
Akim Demaille | * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if... |
blob | commitdiff | raw | diff to current |
2002-10-20 |
Akim Demaille | * src/output.c (prepare): Use MUSCLE_INSERT_STRING. |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Akim Demaille | * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC... |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Akim Demaille | Prototype support of %lex-param and %parse-param. |
blob | commitdiff | raw | diff to current |
2002-10-14 |
Paul Eggert | (yysigned_char): New type. |
blob | commitdiff | raw | diff to current |
2002-10-14 |
Paul Eggert | (yyparse): Rewrite to avoid "comparison is always true... |
blob | commitdiff | raw | diff to current |
2002-10-13 |
Akim Demaille | GLR parsers sometimes raise parse errors instead of... |
blob | commitdiff | raw | diff to current |
2002-10-12 |
Paul Eggert | Output token definitions before the first part of user... |
blob | commitdiff | raw | diff to current |
2002-10-11 |
Paul Eggert | (yyreport_parse_error): Remove, putting its body into... |
blob | commitdiff | raw | diff to current |
2002-09-07 |
Paul Eggert | data/yacc.c: Move the GPL exception comment from c... |
blob | commitdiff | raw | diff to current |
2002-09-04 |
Akim Demaille | * data/yacc.c: Guard the declaration of yytoknum also... |
blob | commitdiff | raw | diff to current |
2002-08-12 |
Paul Eggert | Fix comment about `$$ = $1': it can copy garbage. |
blob | commitdiff | raw | diff to current |
2002-07-30 |
Akim Demaille | In verbose parse error message, don't report `error... |
blob | commitdiff | raw | diff to current |
2002-07-26 |
Akim Demaille | * src/reader.h, src/reader.c (gram_error): ... can... |
blob | commitdiff | raw | diff to current |
2002-07-25 |
Akim Demaille | * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg) |
blob | commitdiff | raw | diff to current |
2002-07-25 |
Akim Demaille | * data/yacc.c (yyreport_parse_error): New, extracted... |
blob | commitdiff | raw | diff to current |
2002-07-25 |
Akim Demaille | * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for... |
blob | commitdiff | raw | diff to current |
2002-07-25 |
Akim Demaille | * src/gram.h (TIEM_NUMBER_MAX): New. |
blob | commitdiff | raw | diff to current |
2002-07-09 |
Akim Demaille | * data/yacc.c: Output the copyright notive in the header. |
blob | commitdiff | raw | diff to current |
2002-07-03 |
Akim Demaille | * src/output.c (froms, tos): Are state_number_t. |
blob | commitdiff | raw | diff to current |
2002-06-28 |
Akim Demaille | * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type... |
blob | commitdiff | raw | diff to current |
2002-06-28 |
Akim Demaille | * data/yacc.c (yydestruct, yysymprint): Pacify GCC... |
blob | commitdiff | raw | diff to current |
2002-06-27 |
Akim Demaille | * data/bison.simple, data/bison.c++: Rename as... |
blob | commitdiff | raw | diff to current |
|