]> git.saurik.com Git - bison.git/history - data/lalr1.cc
Avoid warnings from gcc -Wundef y.tab.c.
[bison.git] / data / lalr1.cc
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-04-23  Joel E. DennyRename "default rule" to "default reduction".
2009-04-06  Akim DemailleRemove spurious initial empty lines.
2008-10-28  Akim DemailleSpace changes.
2008-10-28  Akim DemailleDon't define debugging functions when !YYDEBUG.
2008-10-28  Akim DemailleSpace and comments changes.
2008-10-18  Joel E. DennyFix yyerror_range for user-defined location type in...
2008-08-27  Akim DemailleSupport yyerrok in lalr1.cc.
2007-10-08  Joel E. DennyImprove C++ namespace support. Discussed starting at
2007-08-15  Paul EggertUpdate to GPLv3.
2007-01-23  Paolo Bonzini2007-01-23 Paolo Bonzini <bonzini@gnu.org>
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  Akim Demaille* data/lalr1.cc (yy_reduce_print_): Add a missing end...
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-12  Joel E. Denny* tests/testsuite.at (AT_CHECK): When checking if ...
2006-10-15  Paolo Bonzini2006-10-16 Paolo Bonzini <bonzini@gnu.org>
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-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-09  Paul Eggert* NEWS: Instead of %union, you can define and use your...
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-10  Joel E. DennyFor consistency, use `lookahead' instead of `look-ahead' or
2006-05-15  Paul Eggert* data/glr.c (yyreportSyntaxError): Fix off-by-one...
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-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-02-02  Paul Eggert* data/lalr1.cc (yytranslate_): No longer inline.
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-03  Paul Eggert* data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:
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 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-16  Akim DemailleGeneralize the display of semantic values and locations...
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-10-13  Akim Demaille* src/scan-skel.l: Output the base name parts of the...
2005-10-06  Paul Eggert* data/c.m4 (yydestruct, yysymprint):
2005-10-05  Paul Eggert* data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportS...
2005-10-02  Paul Eggert* data/lalr1.cc: Don't put an unmatched ' in a dnl...
2005-10-02  Akim Demaille Akim Demaille <akim@epita.fr>
2005-10-02  Akim Demaille* data/location.cc: New, extract from...
2005-09-30  Akim Demaille Alexandre Duret-Lutz <adl@gnu.org>
2005-09-29  Akim Demaille* data/c.m4 (b4_error_verbose_if): New.
2005-09-19  Akim DemailleRemove the traits, failed experiment.
2005-09-19  Akim Demaille* data/lalr1.cc (yyparse): Rename yylooka and yyilooka...
2005-09-16  Paul Eggert* NEWS: Version 2.1.
2005-09-16  Akim Demaille* data/c.m4 (b4_token_enums): New.
2005-09-16  Akim Demaille* data/c.m4 (b4_token_enums): New.
2005-09-16  Akim Demaille* data/lalr1.cc (yylex_): Remove, inline its code.
2005-09-15  Paul Eggert* NEWS: Document when yyparse started to return 2.
2005-09-09  Paul Eggert* doc/bison.texinfo: Correct typos in previous fix.
2005-08-22  Paul Eggert* data/glr.c (yyreturn): Use "Cleanup:" rather than...
2005-07-24  Paul Eggert* NEWS: Version 2.0b.
2005-07-22  Paul Eggert* data/glr.c (YYTOKEN_TABLE): New macro.
2005-07-21  Paul Eggert* data/glr.c (yytnamerr): New function.
2005-07-19  Paul EggertDestructor cleanups and regularization among the three...
2005-07-18  Paul EggertAdd i18n support to the GLR skeleton. Partially fix...
2005-06-22  Akim Demaille* data/lalr1.cc (yylex_): Honor %lex-param.
2005-05-30  Akim Demaille* data/lalr1.cc (_): New.
2005-05-22  Paul Eggert(yy::]b4_parser_class_name[::parse): Port
2005-05-22  Paul EggertUpdate copyright date.
2005-05-14  Paul EggertUpdate FSF postal mail address.
2005-01-17  Paul Eggert* data/glr.c (yyuserAction): Add "default: break;"...
2005-01-08  Paul Eggert(yyparse): Pacify non-GCC compilers about yyerrorlab
2004-12-26  Paul Eggert(yydestruct_): Pacify unused variable warning for yymsg...
2004-12-22  Akim Demaille* data/lalr1.cc (parser::token_number_type, parser...
2004-12-21  Akim Demaille* data/lalr1.cc (parser::parse): Return a bool instead...
2004-12-21  Akim DemailleDon't impose std::string for filenames.
2004-12-21  Akim DemailleDon't impose std::string for filenames.
2004-12-20  Akim DemailleUse more STL like names: my_class instead of MyClass.
2004-12-17  Akim Demaille* data/lalr1.cc: Extensive Doxygenation.
2004-12-16  Paul Eggert* data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
2004-12-16  Akim Demaille* data/lalr1.cc (yyreport_syntax_error_): Catch up...
2004-12-16  Akim DemailleUse #define to handle the %name-prefix.
next