2006-05-11 |
Akim Demaille | * data/lalr1.cc (yytranslate_): Rename token as t to... |
tree | commitdiff |
2006-05-09 |
Paul Eggert | * data/glr.c: Switch to Bison 2.2 special-exception... |
tree | commitdiff |
2006-04-27 |
Akim Demaille | * data/glr.cc: Remove dead code. |
tree | commitdiff |
2006-03-12 |
Akim Demaille | Apply --prefix to C++ skeletons too: they change the... |
tree | commitdiff |
2006-03-10 |
Akim Demaille | * data/c.m4 (b4_token_enum): Always define the enum... |
tree | commitdiff |
2006-03-07 |
Paul Eggert | * data/glr.c (yyresolveLocations): Rename local variabl... |
tree | commitdiff |
2006-03-06 |
Joel E. Denny | * tests/glr-regression.at (Uninitialized location when... |
tree | commitdiff |
2006-03-04 |
Joel E. Denny | * tests/glr-regression.at (Leaked semantic values when... |
tree | commitdiff |
2006-03-02 |
Joel E. Denny | Avoid memory leaks by not invoking longjmp in yyreportA... |
tree | commitdiff |
2006-03-02 |
Joel E. Denny | Don't leak semantic values for parent RHS when a user... |
tree | commitdiff |
2006-02-27 |
Paul Eggert | * data/glr.c (yyexpandGLRStack): Catch an off-by-one... |
tree | commitdiff |
2006-02-17 |
Paul Eggert | * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE... |
tree | commitdiff |
2006-02-02 |
Paul Eggert | * data/lalr1.cc (yytranslate_): No longer inline. |
tree | commitdiff |
2006-01-30 |
Joel E. Denny | During deterministic GLR operation, user actions should... |
tree | commitdiff |
2006-01-23 |
Paul Eggert | Work around a bug in bro 0.8, which underparenthesizes its |
tree | commitdiff |
2006-01-23 |
Paul Eggert | * data/yacc.c (b4_int_type): Use yytype_uint8, etc... |
tree | commitdiff |
2006-01-22 |
Paul Eggert | * Makefile.cfg (local-checks-to-skip): Add changelog... |
tree | commitdiff |
2006-01-20 |
Paul Eggert | Minor fixups to get 'make maintainer-check' to work. |
tree | commitdiff |
2006-01-12 |
Joel E. Denny | * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to |
tree | commitdiff |
2006-01-12 |
Paul Hilfinger | * data/glr.c (yysplitStack): A little stylistic rewrite. |
tree | commitdiff |
2006-01-11 |
Paul Hilfinger | * data/glr.c (yyaddDeferredAction): Flesh out the... |
tree | commitdiff |
2006-01-06 |
Joel E. Denny | * data/glr.c (yyGLRStateSet): Add yybool* yylookaheadSt... |
tree | commitdiff |
2006-01-06 |
Joel E. Denny | * data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol... |
tree | commitdiff |
2006-01-05 |
Joel E. Denny | * data/glr.c (yyresolveValue): When merging semantic... |
tree | commitdiff |
2006-01-04 |
Paul Eggert | Remove stray "*/". |
tree | commitdiff |
2006-01-04 |
Paul Eggert | Use ususual GNU style. |
tree | commitdiff |
2006-01-04 |
Paul Eggert | (b4_c_modern): Parenthesize. |
tree | commitdiff |
2006-01-04 |
Paul Eggert | * data/c.m4 (b4_c_modern): New macro, with a new provis... |
tree | commitdiff |
2006-01-03 |
Paul Eggert | * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c: |
tree | commitdiff |
2006-01-03 |
Paul Eggert | Update copyright year to 2006. |
tree | commitdiff |
2006-01-03 |
Akim Demaille | Have glr.cc pass (some of) the calc.at tests. |
tree | commitdiff |
2006-01-02 |
Akim Demaille | * src/output.c (output_skeleton): Don't hard wire the... |
tree | commitdiff |
2006-01-02 |
Akim Demaille | * src/output.c (output_skeleton): Don't hard wire the... |
tree | commitdiff |
2006-01-02 |
Akim Demaille | * data/glr.c: Reformat whitespace with tabs. |
tree | commitdiff |
2005-12-29 |
Akim Demaille | Let glr.cc catch up with symbol_value_print. |
tree | commitdiff |
2005-12-22 |
Akim Demaille | * data/lalr1.cc, data/yacc.c, data/glr.c, data/c.m4 |
tree | commitdiff |
2005-12-22 |
Paul Eggert | Undo 2005-12-01 tentative license wording change. |
tree | commitdiff |
2005-12-22 |
Paul Eggert | * NEWS: Reword %destructor vs YYABORT etc. |
tree | commitdiff |
2005-12-21 |
Akim Demaille | * data/glr.c (struct yyGLRStack): If pure, add yyval... |
tree | commitdiff |
2005-12-21 |
Akim Demaille | YYACCEPT, YYERROR, and YYABORT, as user actions, should not |
tree | commitdiff |
2005-12-12 |
Paul Eggert | * data/glr.c: Reorder typedef declarations for structs... |
tree | commitdiff |
2005-12-09 |
Paul Eggert | Cleanups so that Bison-generated parsers have less... |
tree | commitdiff |
2005-12-06 |
Paul Eggert | * data/glr.c (yyprocessOneStack): Synchronize the shift... |
tree | commitdiff |
2005-12-01 |
Paul Eggert | * data/yacc.c: Say "parser skeleton" rather than "file... |
tree | commitdiff |
2005-11-18 |
Paul Eggert | * data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT): |
tree | commitdiff |
2005-11-16 |
Akim Demaille | Generalize the display of semantic values and locations... |
tree | commitdiff |
2005-11-14 |
Akim Demaille | * data/glr.c (yy_reduce_print): The loop was quite... |
tree | commitdiff |
2005-11-14 |
Akim Demaille | * data/glr.c (yy_reduce_print): Fix the $ number. |
tree | commitdiff |
2005-11-14 |
Akim Demaille | Fix incorrect comment. |
tree | commitdiff |
2005-11-14 |
Akim Demaille | "Use" parse parameters. |
tree | commitdiff |
2005-11-14 |
Akim Demaille | * data/glr.c (yyexpandGLRStack): Declare only if defined. |
tree | commitdiff |
2005-11-14 |
Akim Demaille | * data/glr.cc: New. |
tree | commitdiff |
2005-11-14 |
Akim Demaille | Have glr.c include its header file when created. |
tree | commitdiff |
2005-11-12 |
Akim Demaille | Let position and location be PODs. |
tree | commitdiff |
2005-11-12 |
Akim Demaille | * data/lalr1.cc: Move the body of the ctor and dtor... |
tree | commitdiff |
2005-11-11 |
Akim Demaille | * data/glr.c: Comment changes. |
tree | commitdiff |
2005-11-11 |
Akim Demaille | When yydebug, report semantic and location values for... |
tree | commitdiff |
2005-11-11 |
Akim Demaille | * data/glr.c (yynewGLRStackItem, YY_RESERVE_GLRSTACK... |
tree | commitdiff |
2005-10-31 |
Paul Hilfinger | data/glr.c (yyfill): Adjust comment. |
tree | commitdiff |
2005-10-21 |
Akim Demaille | * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_gene... |
tree | commitdiff |
2005-10-13 |
Akim Demaille | * src/scan-skel.l: Output the base name parts of the... |
tree | commitdiff |
2005-10-13 |
Paul Eggert | * data/c.m4 (b4_c_function_def): Look at __C99_FUNC__... |
tree | commitdiff |
2005-10-11 |
Paul Eggert | * data/c.m4 (b4_c_function_def): Look at __STDC_VERSION... |
tree | commitdiff |
2005-10-11 |
Paul Eggert | Work around portability problems with Visual Age C... |
tree | commitdiff |
2005-10-06 |
Paul Eggert | * data/c.m4 (yydestruct, yysymprint): |
tree | commitdiff |
2005-10-05 |
Paul Eggert | * data/m4sugar/m4sugar.m4 (_m4_map): New macro. |
tree | commitdiff |
2005-10-05 |
Paul Eggert | Undo the parts of the unlocked-I/O change that substituted |
tree | commitdiff |
2005-10-05 |
Paul Eggert | * data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportS... |
tree | commitdiff |
2005-10-02 |
Paul Eggert | Use unlocked I/O for a minor performance improvement... |
tree | commitdiff |
2005-10-02 |
Paul Eggert | * data/lalr1.cc: Don't put an unmatched ' in a dnl... |
tree | commitdiff |
2005-10-02 |
Akim Demaille | * data/location.cc: New. |
tree | commitdiff |
2005-10-02 |
Akim Demaille | Akim Demaille <akim@epita.fr> |
tree | commitdiff |
2005-10-02 |
Akim Demaille | * data/location.cc: New, extract from... |
tree | commitdiff |
2005-09-30 |
Akim Demaille | Alexandre Duret-Lutz <adl@gnu.org> |
tree | commitdiff |
2005-09-29 |
Akim Demaille | * data/c.m4 (b4_error_verbose_if): New. |
tree | commitdiff |
2005-09-21 |
Paul Eggert | Don't rely on whether alloc is #defined; that is in... |
tree | commitdiff |
2005-09-21 |
Paul Eggert | More alloca cleanups. |
tree | commitdiff |
2005-09-20 |
Paul Eggert | Fix typo in previous patch: some operands of 'defined... |
tree | commitdiff |
2005-09-20 |
Paul Eggert | * data/yacc.c (YYSIZE_T): Reindent to make it clearer... |
tree | commitdiff |
2005-09-20 |
Akim Demaille | * data/glr.c: Use b4_token_enums, not b4_token_enums_de... |
tree | commitdiff |
2005-09-20 |
Paul Eggert | (YYSIZE_MAXIMUM): New macro. |
tree | commitdiff |
2005-09-19 |
Akim Demaille | Remove the traits, failed experiment. |
tree | commitdiff |
2005-09-19 |
Akim Demaille | * data/lalr1.cc (yyparse): Rename yylooka and yyilooka... |
tree | commitdiff |
2005-09-16 |
Paul Eggert | * NEWS: Version 2.1. |
tree | commitdiff |
2005-09-16 |
Akim Demaille | * data/c.m4 (b4_token_enums): New. |
tree | commitdiff |
2005-09-16 |
Akim Demaille | * data/c.m4 (b4_token_enums): New. |
tree | commitdiff |
2005-09-16 |
Akim Demaille | * data/lalr1.cc (yylex_): Remove, inline its code. |
tree | commitdiff |
2005-09-15 |
Paul Eggert | false -> yyfalse |
tree | commitdiff |
2005-09-15 |
Paul Eggert | * data/glr.c (yyresolveValue): Add default case to... |
tree | commitdiff |
2005-09-15 |
Paul Eggert | * NEWS: Document when yyparse started to return 2. |
tree | commitdiff |
2005-09-12 |
Paul Eggert | [defined YYSETJMP]: Don't include <setjmp.h>. |
tree | commitdiff |
2005-09-09 |
Paul Eggert | * data/c.m4 (b4_identification): Define YYBISON_VERSION. |
tree | commitdiff |
2005-09-09 |
Paul Eggert | * data/glr.c (YYCHK1): Do not assume YYE is in range. |
tree | commitdiff |
2005-09-09 |
Paul Eggert | * doc/bison.texinfo: Correct typos in previous fix. |
tree | commitdiff |
2005-08-26 |
Paul Eggert | * data/glr.c (yydestroyGLRState): Renamed from yydestro... |
tree | commitdiff |
2005-08-25 |
Paul Eggert | (yydestroyStackItem): New function. |
tree | commitdiff |
2005-08-25 |
Paul Eggert | * data/glr.c (yyrecoverSyntaxError, yyreturn): |
tree | commitdiff |
2005-08-22 |
Paul Eggert | * data/glr.c (yyreturn): Use "Cleanup:" rather than... |
tree | commitdiff |
2005-08-22 |
Paul Eggert | (YY_SYMBOL_PRINT): Append a newline, for consistency |
tree | commitdiff |
2005-08-21 |
Paul Eggert | * data/glr.c (yyresolveValue): Fix redundant parse... |
tree | commitdiff |
next |