]> git.saurik.com Git - bison.git/history - data
Finish implementing --warnings=error, which should not be implied by
[bison.git] / data /
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-10-13  Paul Eggert* configure.ac: Use AC_PROG_CC_STDC; this is more moder...
2006-10-12  Paul Eggert* data/Makefile.am (dist_pkgdata_DATA): Add bison.m4...
2006-10-12  Paul Eggert* data/push.c (yypushparse, yypvarsinit, yypvars):...
2006-10-11  Paul EggertFix missing bracket.
2006-10-11  Paul Eggert* data/push.c (yypushparse): Fix memory leak if yymsg...
2006-10-08  Paolo Bonzini2006-10-08 Paolo Bonzini <bonzini@gnu.org>
2006-10-06  Paul EggertFix test failure reported by Tom Lane in
2006-09-21  Paul Eggert* data/push.c (YYPUSH_MORE): Make it an enum instead.
2006-09-21  Paul Eggert* data/push.c (yyresult_get): Remove function.
2006-09-15  Paul Eggert* data/Makefile.am (dist_pkgdata_DATA): Add push.c.
2006-09-13  Paul EggertFix typo in previous patch; YYCDEBUG was defined in...
2006-09-13  Paul EggertFix glr.cc and lalr1.cc's use of YYDEBUG so that there...
2006-09-12  Paul Eggert* data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.
2006-09-12  Paul Eggert* data/c.m4 (b4_null, b4_case): Define.
2006-09-11  Paul Eggert* data/glr.c (b4_shared_declarations): Put start-header...
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-12  Paul Eggert* data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdeb...
2006-07-12  Akim Demaille* data/c.m4: Comment changes.
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-09  Paul Eggert* data/c.m4 (b4_basename): Simplify a bit, since we...
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-22  Joel E. DennyAdd comparison operators for C++ location classes....
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-11  Joel E. DennyFor associating token numbers with token names for...
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-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-21  Joel E. Denny* data/glr.c (yyresolveLocations): Remove bogus YYASSER...
2006-05-21  Paul Eggert* data/c.m4 (b4_yy_symbol_print_generate):
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-15  Paul Eggert* data/yacc.c (yytnamerr): Fix typo: local var should...
2006-05-14  Akim Demaille* data/glr.cc, data/lalr1.cc: Using %defines is mandatory.
2006-05-14  Akim DemailleImplement --trace=m4.
2006-05-14  Paul Eggert* data/c.m4 (b4_copyright): Put the special exception...
2006-05-11  Akim Demaille* data/lalr1.cc (yytranslate_): Rename token as t to...
2006-05-09  Paul Eggert* data/glr.c: Switch to Bison 2.2 special-exception...
2006-04-27  Akim Demaille* data/glr.cc: Remove dead code.
2006-03-12  Akim DemailleApply --prefix to C++ skeletons too: they change the...
2006-03-10  Akim Demaille* data/c.m4 (b4_token_enum): Always define the enum...
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-02-17  Paul Eggert* data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE...
2006-02-02  Paul Eggert* data/lalr1.cc (yytranslate_): No longer inline.
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-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-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-04  Paul EggertRemove stray "*/".
2006-01-04  Paul EggertUse ususual GNU style.
2006-01-04  Paul Eggert(b4_c_modern): Parenthesize.
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-03  Akim DemailleHave glr.cc pass (some of) the calc.at tests.
2006-01-02  Akim Demaille* src/output.c (output_skeleton): Don't hard wire the...
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-29  Akim DemailleLet glr.cc catch up with symbol_value_print.
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-12  Paul Eggert* data/glr.c: Reorder typedef declarations for structs...
2005-12-09  Paul EggertCleanups so that Bison-generated parsers have less...
2005-12-06  Paul Eggert* data/glr.c (yyprocessOneStack): Synchronize the shift...
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-11-14  Akim Demaille* data/glr.c (yy_reduce_print): The loop was quite...
2005-11-14  Akim Demaille* data/glr.c (yy_reduce_print): Fix the $ number.
2005-11-14  Akim DemailleFix incorrect comment.
2005-11-14  Akim Demaille"Use" parse parameters.
2005-11-14  Akim Demaille* data/glr.c (yyexpandGLRStack): Declare only if defined.
2005-11-14  Akim Demaille* data/glr.cc: New.
2005-11-14  Akim DemailleHave glr.c include its header file when created.
2005-11-12  Akim DemailleLet position and location be PODs.
2005-11-12  Akim Demaille* data/lalr1.cc: Move the body of the ctor and dtor...
2005-11-11  Akim Demaille* data/glr.c: Comment changes.
next