2009-12-21 |
Joel E. Denny | YYFAIL: deprecate. |
blob | commitdiff | raw |
2009-12-16 |
Joel E. Denny | * data/yacc.c: Reformat m4 a little. |
blob | commitdiff | raw | diff to current |
2009-12-16 |
Jonathan Nieder | Simplify y.tab.c when location tracking is disabled. |
blob | commitdiff | raw | diff to current |
2009-12-16 |
Jonathan Nieder | Avoid warnings from gcc -Wundef y.tab.c. |
blob | commitdiff | raw | diff to current |
2009-10-04 |
Joel E. Denny | yysyntax_error: avoid duplicate lookahead collection. |
blob | commitdiff | raw | diff to current |
2009-09-10 |
Joel E. Denny | Clean up yacc.c a little. |
blob | commitdiff | raw | diff to current |
2009-08-26 |
Joel E. Denny | Actually handle the yytable zero value correctly this... |
blob | commitdiff | raw | diff to current |
2009-08-26 |
Joel E. Denny | More fixes related to last two patches. |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Joel E. Denny | Fix %error-verbose for conflicts resolved by %nonassoc. |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Joel E. Denny | Some code and documentation improvements. |
blob | commitdiff | raw | diff to current |
2009-08-06 |
Joel E. Denny | maint: run "make update-copyright" |
blob | commitdiff | raw | diff to current |
2009-08-05 |
Joel E. Denny | maint: automate b4_copyright updates. |
blob | commitdiff | raw | diff to current |
2009-04-30 |
Joel E. Denny | Convert underscores to dashes in some %define variable... |
blob | commitdiff | raw | diff to current |
2009-04-14 |
Akim Demaille | variables: use `parse.assert' instead of `debug'. |
blob | commitdiff | raw | diff to current |
2009-04-03 |
Akim Demaille | Treat %debug as %define debug. |
blob | commitdiff | raw | diff to current |
2009-04-03 |
Akim Demaille | Treat %error-verbose as %define error_verbose. |
blob | commitdiff | raw | diff to current |
2009-02-19 |
Akim Demaille | Remove trailing blanks. |
blob | commitdiff | raw | diff to current |
2008-12-11 |
Akim Demaille | Pass the token type to yysyntax_error. |
blob | commitdiff | raw | diff to current |
2008-12-11 |
Akim Demaille | Simplify the i18n of the error messages. |
blob | commitdiff | raw | diff to current |
2008-11-26 |
Akim Demaille | Prepare the convergence bw C style and Java table gener... |
blob | commitdiff | raw | diff to current |
2008-11-26 |
Akim Demaille | Factor the generation of the (integral) tables bw yacc... |
blob | commitdiff | raw | diff to current |
2008-11-25 |
Akim Demaille | Get rid of yyrhs and yyprhs in yacc.c. |
blob | commitdiff | raw | diff to current |
2008-11-18 |
Akim Demaille | Use b4_subtract where possible. |
blob | commitdiff | raw | diff to current |
2008-11-13 |
Akim Demaille | Comment changes. |
blob | commitdiff | raw | diff to current |
2008-11-10 |
Akim Demaille | Use "enum" for integral constants. |
blob | commitdiff | raw | diff to current |
2008-11-04 |
Akim Demaille | Use b4_copyright_years. |
blob | commitdiff | raw | diff to current |
2008-11-04 |
Akim Demaille | Remove spurious initial empty lines. |
blob | commitdiff | raw | diff to current |
2008-11-03 |
Akim Demaille | Parameterize the extraction of semantic values. |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Joel E. Denny | * data/yacc.c: Reformat m4 a little for readability. |
blob | commitdiff | raw | diff to current |
2008-02-20 |
Joel E. Denny | Fix impure push parser compile error reported by Bob... |
blob | commitdiff | raw | diff to current |
2008-02-17 |
Joel E. Denny | * data/Makefile.am (dist_pkgdata_DATA): Remove push.c. |
blob | commitdiff | raw | diff to current |
2008-01-19 |
Joel E. Denny | * data/yacc.c: Update copyright for recent commit. |
blob | commitdiff | raw | diff to current |
2008-01-10 |
Paul Eggert | * data/yacc.c (yyparse): Correct the comment when locat... |
blob | commitdiff | raw | diff to current |
2007-10-29 |
Joel E. Denny | Deprecate %pure-parser and add `%define api.pure'.... |
blob | commitdiff | raw | diff to current |
2007-10-28 |
Joel E. Denny | %define push_pull -> %define api.push_pull. Discussed... |
blob | commitdiff | raw | diff to current |
2007-09-25 |
Joel E. Denny | Replace `%push-parser' and `%push-pull-parser' with |
blob | commitdiff | raw | diff to current |
2007-08-15 |
Paul Eggert | Update to GPLv3. |
blob | commitdiff | raw | diff to current |
2007-08-03 |
Joel E. Denny | * data/yacc.c (yyexhaustedlab): Define it when YYERROR_... |
blob | commitdiff | raw | diff to current |
2007-02-24 |
Joel E. Denny | Use YYFPRINTF instead of fprintf where appropriate... |
blob | commitdiff | raw | diff to current |
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 |
2007-01-02 |
Joel E. Denny | Add maintainer-push-check to run maintainer-check using... |
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-10-22 |
Joel E. Denny | * data/push.c, data/yacc.c: Make sure there's a newline... |
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-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-09 |
Paul Eggert | * data/yacc.c (YYID, yy_stack_print): Prefix local... |
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-27 |
Paul Eggert | * data/yacc.c (yy_reduce_print): Omit trailing white... |
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-15 |
Paul Eggert | * data/glr.c (yyreportSyntaxError): Fix off-by-one... |
blob | commitdiff | raw | diff to current |
2006-05-15 |
Paul Eggert | * data/yacc.c (yytnamerr): Fix typo: local var should... |
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-02-17 |
Paul Eggert | * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE... |
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-23 |
Paul Eggert | * data/yacc.c (b4_int_type): Use yytype_uint8, etc... |
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-04 |
Paul Eggert | * data/c.m4 (b4_c_modern): New macro, with a new provis... |
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 |
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-09 |
Paul Eggert | Cleanups so that Bison-generated parsers have less... |
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-18 |
Paul Eggert | * data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT): |
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-10-21 |
Akim Demaille | * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_gene... |
blob | commitdiff | raw | diff to current |
2005-10-13 |
Paul Eggert | * data/c.m4 (b4_c_function_def): Look at __C99_FUNC__... |
blob | commitdiff | raw | diff to current |
2005-10-11 |
Paul Eggert | * data/c.m4 (b4_c_function_def): Look at __STDC_VERSION... |
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-02 |
Paul Eggert | Use unlocked I/O for a minor performance improvement... |
blob | commitdiff | raw | diff to current |
2005-09-29 |
Akim Demaille | * data/c.m4 (b4_error_verbose_if): New. |
blob | commitdiff | raw | diff to current |
2005-09-21 |
Paul Eggert | Don't rely on whether alloc is #defined; that is in... |
blob | commitdiff | raw | diff to current |
2005-09-21 |
Paul Eggert | More alloca cleanups. |
blob | commitdiff | raw | diff to current |
2005-09-20 |
Paul Eggert | Fix typo in previous patch: some operands of 'defined... |
blob | commitdiff | raw | diff to current |
2005-09-20 |
Paul Eggert | * data/yacc.c (YYSIZE_T): Reindent to make it clearer... |
blob | commitdiff | raw | diff to current |
2005-09-20 |
Paul Eggert | (YYSIZE_MAXIMUM): New macro. |
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-09 |
Paul Eggert | * doc/bison.texinfo: Correct typos in previous fix. |
blob | commitdiff | raw | diff to current |
next |