]> git.saurik.com Git - bison.git/history - data/lalr1.cc
Get rid of tabulations in the Java output.
[bison.git] / data / lalr1.cc
2008-11-10  Akim DemailleFormatting changes.
2008-11-10  Akim DemailleMore information about the symbols.
2008-11-10  Akim DemailleMake parser::yytranslate static.
2008-11-10  Akim DemailleAvoid trailing spaces.
2008-11-10  Akim DemailleUse "enum" for integral constants.
2008-11-10  Akim DemailleFormatting changes.
2008-11-10  Akim DemailleClassify symbols by type-name.
2008-11-10  Akim DemailleChange the handling of the symbols in the skeletons.
2008-11-10  Akim DemailleSupport constructor with an argument.
2008-11-09  Akim DemailleUse a static hierarchy for symbols in the C++ parser.
2008-11-09  Akim DemailleUse inline for small operations.
2008-11-09  Akim DemailleIntroduce a hierarchy for symbols.
2008-11-09  Akim DemailleRename data_type and stack_symbol_type.
2008-11-09  Akim DemailleHandle semantic value and location together.
2008-11-09  Akim DemaillePush a complete symbol, not connected parts.
2008-11-09  Akim DemailleAgregate yylval and yylloc.
2008-11-09  Akim DemailleRely on the state stack to display reduction traces.
2008-11-09  Akim DemailleFuse yyval and yyloc into yylhs.
2008-11-07  Akim DemailleMoving push traces into yypush_.
2008-11-07  Akim DemailleThe single-stack C++ parser is now the standard one.
2008-11-04  Akim DemailleRemove spurious initial empty lines.
2008-11-04  Akim DemailleFix output of copyright years.
2008-11-03  Akim DemaillePush the state, value, and location at the same time.
2008-11-03  Akim DemaillePrefer references to pointers.
2008-11-03  Akim Demaillestack::size instead of stack::height.
2008-11-03  Akim DemailleUse variants to support objects as semantic values.
2008-11-03  Akim DemaillePrepare easier M4 changes.
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.
next