]> git.saurik.com Git - bison.git/history - data/yacc.c
portability: fix pointer arithmetic to conform to C standard.
[bison.git] / data / yacc.c
2010-04-10  Joel E. Dennyportability: fix pointer arithmetic to conform to C...
2010-01-04  Joel E. Dennymaint: run "make update-copyright"
2009-12-22  Joel E. DennyFix handling of yychar manipulation in user semantic...
2009-12-21  Joel E. DennyYYFAIL: deprecate.
2009-12-16  Joel E. Denny* data/yacc.c: Reformat m4 a little.
2009-12-16  Jonathan NiederSimplify y.tab.c when location tracking is disabled.
2009-12-16  Jonathan NiederAvoid warnings from gcc -Wundef y.tab.c.
2009-10-04  Joel E. Dennyyysyntax_error: avoid duplicate lookahead collection.
2009-09-10  Joel E. DennyClean up yacc.c a little.
2009-08-26  Joel E. DennyActually handle the yytable zero value correctly this...
2009-08-26  Joel E. DennyMore fixes related to last two patches.
2009-08-25  Joel E. DennyFix %error-verbose for conflicts resolved by %nonassoc.
2009-08-25  Joel E. DennySome code and documentation improvements.
2009-08-06  Joel E. Dennymaint: run "make update-copyright"
2009-08-05  Joel E. Dennymaint: automate b4_copyright updates.
2009-04-30  Joel E. DennyConvert underscores to dashes in some %define variable...
2009-04-14  Akim Demaillevariables: use `parse.assert' instead of `debug'.
2009-04-03  Akim DemailleTreat %debug as %define debug.
2009-04-03  Akim DemailleTreat %error-verbose as %define error_verbose.
2009-02-19  Akim DemailleRemove trailing blanks.
2008-12-11  Akim DemaillePass the token type to yysyntax_error.
2008-12-11  Akim DemailleSimplify the i18n of the error messages.
2008-11-26  Akim DemaillePrepare the convergence bw C style and Java table gener...
2008-11-26  Akim DemailleFactor the generation of the (integral) tables bw yacc...
2008-11-25  Akim DemailleGet rid of yyrhs and yyprhs in yacc.c.
2008-11-18  Akim DemailleUse b4_subtract where possible.
2008-11-13  Akim DemailleComment changes.
2008-11-10  Akim DemailleUse "enum" for integral constants.
2008-11-04  Akim DemailleUse b4_copyright_years.
2008-11-04  Akim DemailleRemove spurious initial empty lines.
2008-11-03  Akim DemailleParameterize the extraction of semantic values.
2008-05-13  Joel E. Denny* data/yacc.c: Reformat m4 a little for readability.
2008-02-20  Joel E. DennyFix impure push parser compile error reported by Bob...
2008-02-17  Joel E. Denny* data/Makefile.am (dist_pkgdata_DATA): Remove push.c.
2008-01-19  Joel E. Denny* data/yacc.c: Update copyright for recent commit.
2008-01-10  Paul Eggert* data/yacc.c (yyparse): Correct the comment when locat...
2007-10-29  Joel E. DennyDeprecate %pure-parser and add `%define api.pure'....
2007-10-28  Joel E. Denny%define push_pull -> %define api.push_pull. Discussed...
2007-09-25  Joel E. DennyReplace `%push-parser' and `%push-pull-parser' with
2007-08-15  Paul EggertUpdate to GPLv3.
2007-08-03  Joel E. Denny* data/yacc.c (yyexhaustedlab): Define it when YYERROR_...
2007-02-24  Joel E. DennyUse YYFPRINTF instead of fprintf where appropriate...
2007-01-16  Joel E. DennyClean up %define and %code implementation in M4 some...
2007-01-09  Joel E. DennySimplify union and prologue handling, and escape union...
2007-01-08  Joel E. DennyInstead of having skeletons declare all valid %define...
2007-01-07  Joel E. DennyCheck for unrecognized %define variables similar to...
2007-01-06  Joel E. DennyDon't use m4_divert since it makes m4_divert_push and...
2007-01-05  Joel E. DennyConsolidate the 4 prologue alternative directives ...
2007-01-02  Joel E. DennyAdd maintainer-push-check to run maintainer-check using...
2006-12-12  Joel E. Denny* tests/testsuite.at (AT_CHECK): When checking if ...
2006-10-22  Joel E. Denny* data/push.c, data/yacc.c: Make sure there's a newline...
2006-10-15  Paolo Bonzini2006-10-16 Paolo Bonzini <bonzini@gnu.org>
2006-08-11  Paul Eggert* configure.ac (AC_ARG_ENABLE): Use -Wextra -Wno-sign...
2006-08-10  Joel E. DennySuppress signed/unsigned comparison warnings for yycheck.
2006-07-29  Joel E. DennyClean up handling of %destructor for the end token...
2006-07-09  Paul Eggert* NEWS: Instead of %union, you can define and use your...
2006-07-09  Paul Eggert* data/yacc.c (YYID, yy_stack_print): Prefix local...
2006-07-08  Akim Demaille* data/c.m4 (b4_location_initial_column, b4_location_in...
2006-07-08  Akim Demaille* data/c.m4 (b4_dirname): New.
2006-06-23  Joel E. DennyRename %before-definitions to %start-header and %after...
2006-06-21  Joel E. DennyDon't put the pre-prologue in the header file. For...
2006-06-20  Akim DemailleInstall these changes:
2006-06-10  Joel E. DennyFor consistency, use `lookahead' instead of `look-ahead' or
2006-05-27  Paul Eggert* data/yacc.c (yy_reduce_print): Omit trailing white...
2006-05-21  Joel E. Denny* data/yacc.c (yyparse): Wrap the final return from...
2006-05-15  Paul Eggert* data/glr.c (yyreportSyntaxError): Fix off-by-one...
2006-05-15  Paul Eggert* data/yacc.c (yytnamerr): Fix typo: local var should...
2006-05-14  Akim DemailleImplement --trace=m4.
2006-05-14  Paul Eggert* data/c.m4 (b4_copyright): Put the special exception...
2006-05-09  Paul Eggert* data/glr.c: Switch to Bison 2.2 special-exception...
2006-03-12  Akim DemailleApply --prefix to C++ skeletons too: they change the...
2006-02-17  Paul Eggert* data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE...
2006-01-23  Paul EggertWork around a bug in bro 0.8, which underparenthesizes its
2006-01-23  Paul Eggert* data/yacc.c (b4_int_type): Use yytype_uint8, etc...
2006-01-22  Paul Eggert* Makefile.cfg (local-checks-to-skip): Add changelog...
2006-01-20  Paul EggertMinor fixups to get 'make maintainer-check' to work.
2006-01-04  Paul Eggert* data/c.m4 (b4_c_modern): New macro, with a new provis...
2006-01-03  Paul Eggert* data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:
2006-01-03  Paul EggertUpdate copyright year to 2006.
2006-01-02  Akim Demaille* src/output.c (output_skeleton): Don't hard wire the...
2005-12-22  Akim Demaille* data/lalr1.cc, data/yacc.c, data/glr.c, data/c.m4
2005-12-22  Paul EggertUndo 2005-12-01 tentative license wording change.
2005-12-22  Paul Eggert* NEWS: Reword %destructor vs YYABORT etc.
2005-12-21  Akim Demaille* data/glr.c (struct yyGLRStack): If pure, add yyval...
2005-12-21  Akim DemailleYYACCEPT, YYERROR, and YYABORT, as user actions, should not
2005-12-09  Paul EggertCleanups so that Bison-generated parsers have less...
2005-12-01  Paul Eggert* data/yacc.c: Say "parser skeleton" rather than "file...
2005-11-18  Paul Eggert* data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
2005-11-16  Akim DemailleGeneralize the display of semantic values and locations...
2005-10-21  Akim Demaille* data/c.m4 (b4_yydestruct_generate, b4_yysymprint_gene...
2005-10-13  Paul Eggert* data/c.m4 (b4_c_function_def): Look at __C99_FUNC__...
2005-10-11  Paul Eggert* data/c.m4 (b4_c_function_def): Look at __STDC_VERSION...
2005-10-06  Paul Eggert* data/c.m4 (yydestruct, yysymprint):
2005-10-05  Paul EggertUndo the parts of the unlocked-I/O change that substituted
2005-10-02  Paul EggertUse unlocked I/O for a minor performance improvement...
2005-09-29  Akim Demaille* data/c.m4 (b4_error_verbose_if): New.
2005-09-21  Paul EggertDon't rely on whether alloc is #defined; that is in...
2005-09-21  Paul EggertMore alloca cleanups.
2005-09-20  Paul EggertFix typo in previous patch: some operands of 'defined...
2005-09-20  Paul Eggert* data/yacc.c (YYSIZE_T): Reindent to make it clearer...
next