]> git.saurik.com Git - bison.git/history - data/glr.c
Improve error messages for `$' or `@' followed by `.' or `-'.
[bison.git] / data / glr.c
2011-01-02  Joel E. Dennymaint: run "make update-copyright".
2010-11-07  Joel E. Dennyyysyntax_error: fix for consistent error with lookahead.
2010-11-07  Joel E. Dennyyysyntax_error: more preparation for readability of...
2010-11-07  Joel E. Dennyyysyntax_error: prepare for readability of next patches.
2010-09-09  Paul HilfingerRemove compiler warnings in GLR parsers.
2010-09-08  Paul HilfingerFix some errors that were causing testsuite failures...
2010-09-01  Akim DemailleAddress GCC warnings about shadowed local variables...
2010-08-04  Paul HilfingerRemove restrictions on expanding GLR stacks in C++.
2010-07-24  Paul HilfingerAllow specification of semantic predicates.
2010-06-18  Paul EggertDo not use date ranges in copyright notices.
2010-01-04  Joel E. Dennymaint: run "make update-copyright"
2009-12-16  Joel E. DennyAdd gcc's -Wundef to test suite and fix another warning...
2009-12-16  Jonathan NiederAvoid warnings from gcc -Wundef y.tab.c.
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-19  Akim Demaillelalr1.cc: get rid of yyparse's yystate.
2009-04-23  Joel E. DennyRename "default rule" to "default reduction".
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-25  Akim DemailleRemove useless arguments.
2009-02-25  Akim DemailleCopyright years.
2009-02-19  Akim DemailleRemove trailing blanks.
2008-12-11  Akim DemailleFormatting changes.
2008-12-11  Akim DemaillePropagate i18n changes into glr.c.
2008-11-26  Akim DemailleUse b4_parser_tables_define in glr.cc.
2008-11-26  Akim DemailleUse yy* consistently.
2008-11-25  Akim DemailleGet rid of yyrhs and yyprhs in glr.c.
2008-11-19  Joel E. DennyFix unexpanded macros in GLR defines file.
2008-11-18  Akim DemailleUse b4_subtract where possible.
2008-11-04  Akim DemailleRemove spurious initial empty lines.
2008-11-03  Akim DemailleParameterize the extraction of semantic values.
2008-10-28  Akim DemailleSpace and comments changes.
2007-10-29  Joel E. DennyDeprecate %pure-parser and add `%define api.pure'....
2007-09-25  Joel E. DennyReplace `%push-parser' and `%push-pull-parser' with
2007-08-15  Paul EggertUpdate to GPLv3.
2007-07-02  Joel E. Denny* data/glr.c (yy_yypstack, yypstates, yypdumpstack...
2007-05-26  Joel E. Denny* data/glr.c (yylval): As in yacc.c, don't extern in...
2007-02-24  Joel E. DennyUse YYFPRINTF instead of fprintf where appropriate...
2007-01-18  Joel E. DennyBack out previous patch.
2007-01-18  Joel E. DennyImplement @gettext<...@> directive to call gettext...
2007-01-17  Joel E. Denny* NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel...
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 ...
2006-12-19  Paul Eggert* src/getargs.c (skeleton_arg): Last arg is now locatio...
2006-12-12  Joel E. Denny* tests/testsuite.at (AT_CHECK): When checking if ...
2006-12-10  Joel E. DennyWarn about output files that are generated by the skele...
2006-10-15  Paolo Bonzini2006-10-16 Paolo Bonzini <bonzini@gnu.org>
2006-10-13  Paul Eggert* configure.ac: Use AC_PROG_CC_STDC; this is more moder...
2006-10-06  Paul EggertFix test failure reported by Tom Lane in
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-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-30  Paul Eggert* data/glr.c (YYRECOVERING): Define to be a function...
2006-05-21  Joel E. Denny* data/yacc.c (yyparse): Wrap the final return from...
2006-05-21  Joel E. Denny* data/glr.c (yyresolveLocations): Remove bogus YYASSER...
2006-05-17  Joel E. Denny* data/glr.c (yyreportTree): Make room in yystates...
2006-05-15  Paul Eggert* data/glr.c (yyreportSyntaxError): Fix off-by-one...
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-03-07  Paul Eggert* data/glr.c (yyresolveLocations): Rename local variabl...
2006-03-06  Joel E. Denny* tests/glr-regression.at (Uninitialized location when...
2006-03-04  Joel E. Denny* tests/glr-regression.at (Leaked semantic values when...
2006-03-02  Joel E. DennyAvoid memory leaks by not invoking longjmp in yyreportA...
2006-03-02  Joel E. DennyDon't leak semantic values for parent RHS when a user...
2006-02-27  Paul Eggert* data/glr.c (yyexpandGLRStack): Catch an off-by-one...
2006-01-30  Joel E. DennyDuring deterministic GLR operation, user actions should...
2006-01-23  Paul EggertWork around a bug in bro 0.8, which underparenthesizes its
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-12  Joel E. Denny* data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
2006-01-12  Paul Hilfinger* data/glr.c (yysplitStack): A little stylistic rewrite.
2006-01-11  Paul Hilfinger * data/glr.c (yyaddDeferredAction): Flesh out the...
2006-01-06  Joel E. Denny* data/glr.c (yyGLRStateSet): Add yybool* yylookaheadSt...
2006-01-06  Joel E. Denny* data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol...
2006-01-05  Joel E. Denny* data/glr.c (yyresolveValue): When merging semantic...
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...
2006-01-02  Akim Demaille* data/glr.c: Reformat whitespace with tabs.
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
next