2007-01-17 |
Joel E. Denny | * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel... |
blob | commitdiff | raw |
2007-01-16 |
Joel E. Denny | Clean up %define and %code implementation in M4 some... |
blob | commitdiff | raw | diff to current |
2007-01-09 |
Joel E. Denny | Simplify union and prologue handling, and escape union... |
blob | commitdiff | raw | diff to current |
2007-01-08 |
Joel E. Denny | Instead of having skeletons declare all valid %define... |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Joel E. Denny | Check for unrecognized %define variables similar to... |
blob | commitdiff | raw | diff to current |
2007-01-06 |
Joel E. Denny | Don't use m4_divert since it makes m4_divert_push and... |
blob | commitdiff | raw | diff to current |
2007-01-05 |
Joel E. Denny | Consolidate the 4 prologue alternative directives ... |
blob | commitdiff | raw | diff to current |
2006-12-19 |
Paul Eggert | * src/getargs.c (skeleton_arg): Last arg is now locatio... |
blob | commitdiff | raw | diff to current |
2006-12-12 |
Joel E. Denny | * tests/testsuite.at (AT_CHECK): When checking if ... |
blob | commitdiff | raw | diff to current |
2006-12-10 |
Joel E. Denny | Warn about output files that are generated by the skele... |
blob | commitdiff | raw | diff to current |
2006-10-15 |
Paolo Bonzini | 2006-10-16 Paolo Bonzini <bonzini@gnu.org> |
blob | commitdiff | raw | diff to current |
2006-10-13 |
Paul Eggert | * configure.ac: Use AC_PROG_CC_STDC; this is more moder... |
blob | commitdiff | raw | diff to current |
2006-10-06 |
Paul Eggert | Fix test failure reported by Tom Lane in |
blob | commitdiff | raw | diff to current |
2006-08-11 |
Paul Eggert | * configure.ac (AC_ARG_ENABLE): Use -Wextra -Wno-sign... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
Joel E. Denny | Suppress signed/unsigned comparison warnings for yycheck. |
blob | commitdiff | raw | diff to current |
2006-07-29 |
Joel E. Denny | Clean up handling of %destructor for the end token... |
blob | commitdiff | raw | diff to current |
2006-07-09 |
Paul Eggert | * NEWS: Instead of %union, you can define and use your... |
blob | commitdiff | raw | diff to current |
2006-07-08 |
Akim Demaille | * data/c.m4 (b4_location_initial_column, b4_location_in... |
blob | commitdiff | raw | diff to current |
2006-07-08 |
Akim Demaille | * data/c.m4 (b4_dirname): New. |
blob | commitdiff | raw | diff to current |
2006-06-23 |
Joel E. Denny | Rename %before-definitions to %start-header and %after... |
blob | commitdiff | raw | diff to current |
2006-06-21 |
Joel E. Denny | Don't put the pre-prologue in the header file. For... |
blob | commitdiff | raw | diff to current |
2006-06-20 |
Akim Demaille | Install these changes: |
blob | commitdiff | raw | diff to current |
2006-06-10 |
Joel E. Denny | For consistency, use `lookahead' instead of `look-ahead' or |
blob | commitdiff | raw | diff to current |
2006-05-30 |
Paul Eggert | * data/glr.c (YYRECOVERING): Define to be a function... |
blob | commitdiff | raw | diff to current |
2006-05-21 |
Joel E. Denny | * data/yacc.c (yyparse): Wrap the final return from... |
blob | commitdiff | raw | diff to current |
2006-05-21 |
Joel E. Denny | * data/glr.c (yyresolveLocations): Remove bogus YYASSER... |
blob | commitdiff | raw | diff to current |
2006-05-17 |
Joel E. Denny | * data/glr.c (yyreportTree): Make room in yystates... |
blob | commitdiff | raw | diff to current |
2006-05-15 |
Paul Eggert | * data/glr.c (yyreportSyntaxError): Fix off-by-one... |
blob | commitdiff | raw | diff to current |
2006-05-14 |
Akim Demaille | Implement --trace=m4. |
blob | commitdiff | raw | diff to current |
2006-05-14 |
Paul Eggert | * data/c.m4 (b4_copyright): Put the special exception... |
blob | commitdiff | raw | diff to current |
2006-05-09 |
Paul Eggert | * data/glr.c: Switch to Bison 2.2 special-exception... |
blob | commitdiff | raw | diff to current |
2006-03-12 |
Akim Demaille | Apply --prefix to C++ skeletons too: they change the... |
blob | commitdiff | raw | diff to current |
2006-03-07 |
Paul Eggert | * data/glr.c (yyresolveLocations): Rename local variabl... |
blob | commitdiff | raw | diff to current |
2006-03-06 |
Joel E. Denny | * tests/glr-regression.at (Uninitialized location when... |
blob | commitdiff | raw | diff to current |
2006-03-04 |
Joel E. Denny | * tests/glr-regression.at (Leaked semantic values when... |
blob | commitdiff | raw | diff to current |
2006-03-02 |
Joel E. Denny | Avoid memory leaks by not invoking longjmp in yyreportA... |
blob | commitdiff | raw | diff to current |
2006-03-02 |
Joel E. Denny | Don't leak semantic values for parent RHS when a user... |
blob | commitdiff | raw | diff to current |
2006-02-27 |
Paul Eggert | * data/glr.c (yyexpandGLRStack): Catch an off-by-one... |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Joel E. Denny | During deterministic GLR operation, user actions should... |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Paul Eggert | Work around a bug in bro 0.8, which underparenthesizes its |
blob | commitdiff | raw | diff to current |
2006-01-22 |
Paul Eggert | * Makefile.cfg (local-checks-to-skip): Add changelog... |
blob | commitdiff | raw | diff to current |
2006-01-20 |
Paul Eggert | Minor fixups to get 'make maintainer-check' to work. |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Joel E. Denny | * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Paul Hilfinger | * data/glr.c (yysplitStack): A little stylistic rewrite. |
blob | commitdiff | raw | diff to current |
2006-01-11 |
Paul Hilfinger | * data/glr.c (yyaddDeferredAction): Flesh out the... |
blob | commitdiff | raw | diff to current |
2006-01-06 |
Joel E. Denny | * data/glr.c (yyGLRStateSet): Add yybool* yylookaheadSt... |
blob | commitdiff | raw | diff to current |
2006-01-06 |
Joel E. Denny | * data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol... |
blob | commitdiff | raw | diff to current |
2006-01-05 |
Joel E. Denny | * data/glr.c (yyresolveValue): When merging semantic... |
blob | commitdiff | raw | diff to current |
2006-01-03 |
Paul Eggert | * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c: |
blob | commitdiff | raw | diff to current |
2006-01-03 |
Paul Eggert | Update copyright year to 2006. |
blob | commitdiff | raw | diff to current |
2006-01-02 |
Akim Demaille | * src/output.c (output_skeleton): Don't hard wire the... |
blob | commitdiff | raw | diff to current |
2006-01-02 |
Akim Demaille | * data/glr.c: Reformat whitespace with tabs. |
blob | commitdiff | raw | diff to current |
2005-12-22 |
Akim Demaille | * data/lalr1.cc, data/yacc.c, data/glr.c, data/c.m4 |
blob | commitdiff | raw | diff to current |
2005-12-22 |
Paul Eggert | Undo 2005-12-01 tentative license wording change. |
blob | commitdiff | raw | diff to current |
2005-12-22 |
Paul Eggert | * NEWS: Reword %destructor vs YYABORT etc. |
blob | commitdiff | raw | diff to current |
2005-12-21 |
Akim Demaille | * data/glr.c (struct yyGLRStack): If pure, add yyval... |
blob | commitdiff | raw | diff to current |
2005-12-21 |
Akim Demaille | YYACCEPT, YYERROR, and YYABORT, as user actions, should not |
blob | commitdiff | raw | diff to current |
2005-12-12 |
Paul Eggert | * data/glr.c: Reorder typedef declarations for structs... |
blob | commitdiff | raw | diff to current |
2005-12-09 |
Paul Eggert | Cleanups so that Bison-generated parsers have less... |
blob | commitdiff | raw | diff to current |
2005-12-06 |
Paul Eggert | * data/glr.c (yyprocessOneStack): Synchronize the shift... |
blob | commitdiff | raw | diff to current |
2005-12-01 |
Paul Eggert | * data/yacc.c: Say "parser skeleton" rather than "file... |
blob | commitdiff | raw | diff to current |
2005-11-16 |
Akim Demaille | Generalize the display of semantic values and locations... |
blob | commitdiff | raw | diff to current |
2005-11-14 |
Akim Demaille | * data/glr.c (yy_reduce_print): The loop was quite... |
blob | commitdiff | raw | diff to current |
2005-11-14 |
Akim Demaille | * data/glr.c (yy_reduce_print): Fix the $ number. |
blob | commitdiff | raw | diff to current |
2005-11-14 |
Akim Demaille | "Use" parse parameters. |
blob | commitdiff | raw | diff to current |
2005-11-14 |
Akim Demaille | * data/glr.c (yyexpandGLRStack): Declare only if defined. |
blob | commitdiff | raw | diff to current |
2005-11-14 |
Akim Demaille | Have glr.c include its header file when created. |
blob | commitdiff | raw | diff to current |
2005-11-11 |
Akim Demaille | * data/glr.c: Comment changes. |
blob | commitdiff | raw | diff to current |
2005-11-11 |
Akim Demaille | When yydebug, report semantic and location values for... |
blob | commitdiff | raw | diff to current |
2005-11-11 |
Akim Demaille | * data/glr.c (yynewGLRStackItem, YY_RESERVE_GLRSTACK... |
blob | commitdiff | raw | diff to current |
2005-10-31 |
Paul Hilfinger | data/glr.c (yyfill): Adjust comment. |
blob | commitdiff | raw | diff to current |
2005-10-21 |
Akim Demaille | * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_gene... |
blob | commitdiff | raw | diff to current |
2005-10-06 |
Paul Eggert | * data/c.m4 (yydestruct, yysymprint): |
blob | commitdiff | raw | diff to current |
2005-10-05 |
Paul Eggert | Undo the parts of the unlocked-I/O change that substituted |
blob | commitdiff | raw | diff to current |
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 |
next |