2009-12-16 |
Jonathan Nieder | Avoid warnings from gcc -Wundef y.tab.c. |
blob | commitdiff | raw |
2009-08-26 |
Joel E. Denny | Actually handle the yytable zero value correctly this... |
blob | commitdiff | raw | diff to current |
2009-08-26 |
Joel E. Denny | More fixes related to last two patches. |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Joel E. Denny | Fix %error-verbose for conflicts resolved by %nonassoc. |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Joel E. Denny | Some code and documentation improvements. |
blob | commitdiff | raw | diff to current |
2009-04-23 |
Joel E. Denny | Rename "default rule" to "default reduction". |
blob | commitdiff | raw | diff to current |
2009-04-06 |
Akim Demaille | Remove spurious initial empty lines. |
blob | commitdiff | raw | diff to current |
2008-10-28 |
Akim Demaille | Space changes. |
blob | commitdiff | raw | diff to current |
2008-10-28 |
Akim Demaille | Don't define debugging functions when !YYDEBUG. |
blob | commitdiff | raw | diff to current |
2008-10-28 |
Akim Demaille | Space and comments changes. |
blob | commitdiff | raw | diff to current |
2008-10-18 |
Joel E. Denny | Fix yyerror_range for user-defined location type in... |
blob | commitdiff | raw | diff to current |
2008-08-27 |
Akim Demaille | Support yyerrok in lalr1.cc. |
blob | commitdiff | raw | diff to current |
2007-10-08 |
Joel E. Denny | Improve C++ namespace support. Discussed starting at |
blob | commitdiff | raw | diff to current |
2007-08-15 |
Paul Eggert | Update to GPLv3. |
blob | commitdiff | raw | diff to current |
2007-01-23 |
Paolo Bonzini | 2007-01-23 Paolo Bonzini <bonzini@gnu.org> |
blob | commitdiff | raw | diff to current |
2007-01-18 |
Joel E. Denny | Back out previous patch. |
blob | commitdiff | raw | diff to current |
2007-01-18 |
Joel E. Denny | Implement @gettext<...@> directive to call gettext... |
blob | commitdiff | raw | diff to current |
2007-01-17 |
Joel E. Denny | * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel... |
blob | commitdiff | raw | diff to current |
2007-01-16 |
Akim Demaille | * data/lalr1.cc (yy_reduce_print_): Add a missing end... |
blob | commitdiff | raw | diff to current |
2007-01-16 |
Joel E. Denny | Clean up %define and %code implementation in M4 some... |
blob | commitdiff | raw | diff to current |
2007-01-09 |
Joel E. Denny | Simplify union and prologue handling, and escape union... |
blob | commitdiff | raw | diff to current |
2007-01-08 |
Joel E. Denny | Instead of having skeletons declare all valid %define... |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Joel E. Denny | Check for unrecognized %define variables similar to... |
blob | commitdiff | raw | diff to current |
2007-01-06 |
Joel E. Denny | Don't use m4_divert since it makes m4_divert_push and... |
blob | commitdiff | raw | diff to current |
2007-01-05 |
Joel E. Denny | Consolidate the 4 prologue alternative directives ... |
blob | commitdiff | raw | diff to current |
2006-12-12 |
Joel E. Denny | * tests/testsuite.at (AT_CHECK): When checking if ... |
blob | commitdiff | raw | diff to current |
2006-10-15 |
Paolo Bonzini | 2006-10-16 Paolo Bonzini <bonzini@gnu.org> |
blob | commitdiff | raw | diff to current |
2006-09-13 |
Paul Eggert | Fix typo in previous patch; YYCDEBUG was defined in... |
blob | commitdiff | raw | diff to current |
2006-09-13 |
Paul Eggert | Fix glr.cc and lalr1.cc's use of YYDEBUG so that there... |
blob | commitdiff | raw | diff to current |
2006-09-11 |
Paul Eggert | * data/glr.c (b4_shared_declarations): Put start-header... |
blob | commitdiff | raw | diff to current |
2006-08-11 |
Paul Eggert | * configure.ac (AC_ARG_ENABLE): Use -Wextra -Wno-sign... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
Joel E. Denny | Suppress signed/unsigned comparison warnings for yycheck. |
blob | commitdiff | raw | diff to current |
2006-07-29 |
Joel E. Denny | Clean up handling of %destructor for the end token... |
blob | commitdiff | raw | diff to current |
2006-07-12 |
Paul Eggert | * data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdeb... |
blob | commitdiff | raw | diff to current |
2006-07-09 |
Paul Eggert | * NEWS: Instead of %union, you can define and use your... |
blob | commitdiff | raw | diff to current |
2006-07-08 |
Akim Demaille | * data/c.m4 (b4_dirname): New. |
blob | commitdiff | raw | diff to current |
2006-06-23 |
Joel E. Denny | Rename %before-definitions to %start-header and %after... |
blob | commitdiff | raw | diff to current |
2006-06-21 |
Joel E. Denny | Don't put the pre-prologue in the header file. For... |
blob | commitdiff | raw | diff to current |
2006-06-10 |
Joel E. Denny | For consistency, use `lookahead' instead of `look-ahead' or |
blob | commitdiff | raw | diff to current |
2006-05-15 |
Paul Eggert | * data/glr.c (yyreportSyntaxError): Fix off-by-one... |
blob | commitdiff | raw | diff to current |
2006-05-14 |
Akim Demaille | * data/glr.cc, data/lalr1.cc: Using %defines is mandatory. |
blob | commitdiff | raw | diff to current |
2006-05-14 |
Akim Demaille | Implement --trace=m4. |
blob | commitdiff | raw | diff to current |
2006-05-14 |
Paul Eggert | * data/c.m4 (b4_copyright): Put the special exception... |
blob | commitdiff | raw | diff to current |
2006-05-11 |
Akim Demaille | * data/lalr1.cc (yytranslate_): Rename token as t to... |
blob | commitdiff | raw | diff to current |
2006-05-09 |
Paul Eggert | * data/glr.c: Switch to Bison 2.2 special-exception... |
blob | commitdiff | raw | diff to current |
2006-03-12 |
Akim Demaille | Apply --prefix to C++ skeletons too: they change the... |
blob | commitdiff | raw | diff to current |
2006-03-10 |
Akim Demaille | * data/c.m4 (b4_token_enum): Always define the enum... |
blob | commitdiff | raw | diff to current |
2006-02-02 |
Paul Eggert | * data/lalr1.cc (yytranslate_): No longer inline. |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Paul Eggert | Work around a bug in bro 0.8, which underparenthesizes its |
blob | commitdiff | raw | diff to current |
2006-01-22 |
Paul Eggert | * Makefile.cfg (local-checks-to-skip): Add changelog... |
blob | commitdiff | raw | diff to current |
2006-01-20 |
Paul Eggert | Minor fixups to get 'make maintainer-check' to work. |
blob | commitdiff | raw | diff to current |
2006-01-03 |
Paul Eggert | * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c: |
blob | commitdiff | raw | diff to current |
2005-12-22 |
Akim Demaille | * data/lalr1.cc, data/yacc.c, data/glr.c, data/c.m4 |
blob | commitdiff | raw | diff to current |
2005-12-22 |
Paul Eggert | Undo 2005-12-01 tentative license wording change. |
blob | commitdiff | raw | diff to current |
2005-12-22 |
Paul Eggert | * NEWS: Reword %destructor vs YYABORT etc. |
blob | commitdiff | raw | diff to current |
2005-12-21 |
Akim Demaille | YYACCEPT, YYERROR, and YYABORT, as user actions, should not |
blob | commitdiff | raw | diff to current |
2005-12-09 |
Paul Eggert | Cleanups so that Bison-generated parsers have less... |
blob | commitdiff | raw | diff to current |
2005-12-01 |
Paul Eggert | * data/yacc.c: Say "parser skeleton" rather than "file... |
blob | commitdiff | raw | diff to current |
2005-11-16 |
Akim Demaille | Generalize the display of semantic values and locations... |
blob | commitdiff | raw | diff to current |
2005-11-12 |
Akim Demaille | Let position and location be PODs. |
blob | commitdiff | raw | diff to current |
2005-11-12 |
Akim Demaille | * data/lalr1.cc: Move the body of the ctor and dtor... |
blob | commitdiff | raw | diff to current |
2005-10-13 |
Akim Demaille | * src/scan-skel.l: Output the base name parts of the... |
blob | commitdiff | raw | diff to current |
2005-10-06 |
Paul Eggert | * data/c.m4 (yydestruct, yysymprint): |
blob | commitdiff | raw | diff to current |
2005-10-05 |
Paul Eggert | * data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportS... |
blob | commitdiff | raw | diff to current |
2005-10-02 |
Paul Eggert | * data/lalr1.cc: Don't put an unmatched ' in a dnl... |
blob | commitdiff | raw | diff to current |
2005-10-02 |
Akim Demaille | Akim Demaille <akim@epita.fr> |
blob | commitdiff | raw | diff to current |
2005-10-02 |
Akim Demaille | * data/location.cc: New, extract from... |
blob | commitdiff | raw | diff to current |
2005-09-30 |
Akim Demaille | Alexandre Duret-Lutz <adl@gnu.org> |
blob | commitdiff | raw | diff to current |
2005-09-29 |
Akim Demaille | * data/c.m4 (b4_error_verbose_if): New. |
blob | commitdiff | raw | diff to current |
2005-09-19 |
Akim Demaille | Remove the traits, failed experiment. |
blob | commitdiff | raw | diff to current |
2005-09-19 |
Akim Demaille | * data/lalr1.cc (yyparse): Rename yylooka and yyilooka... |
blob | commitdiff | raw | diff to current |
2005-09-16 |
Paul Eggert | * NEWS: Version 2.1. |
blob | commitdiff | raw | diff to current |
2005-09-16 |
Akim Demaille | * data/c.m4 (b4_token_enums): New. |
blob | commitdiff | raw | diff to current |
2005-09-16 |
Akim Demaille | * data/c.m4 (b4_token_enums): New. |
blob | commitdiff | raw | diff to current |
2005-09-16 |
Akim Demaille | * data/lalr1.cc (yylex_): Remove, inline its code. |
blob | commitdiff | raw | diff to current |
2005-09-15 |
Paul Eggert | * NEWS: Document when yyparse started to return 2. |
blob | commitdiff | raw | diff to current |
2005-09-09 |
Paul Eggert | * doc/bison.texinfo: Correct typos in previous fix. |
blob | commitdiff | raw | diff to current |
2005-08-22 |
Paul Eggert | * data/glr.c (yyreturn): Use "Cleanup:" rather than... |
blob | commitdiff | raw | diff to current |
2005-07-24 |
Paul Eggert | * NEWS: Version 2.0b. |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Paul Eggert | * data/glr.c (YYTOKEN_TABLE): New macro. |
blob | commitdiff | raw | diff to current |
2005-07-21 |
Paul Eggert | * data/glr.c (yytnamerr): New function. |
blob | commitdiff | raw | diff to current |
2005-07-19 |
Paul Eggert | Destructor cleanups and regularization among the three... |
blob | commitdiff | raw | diff to current |
2005-07-18 |
Paul Eggert | Add i18n support to the GLR skeleton. Partially fix... |
blob | commitdiff | raw | diff to current |
2005-06-22 |
Akim Demaille | * data/lalr1.cc (yylex_): Honor %lex-param. |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Akim Demaille | * data/lalr1.cc (_): New. |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Paul Eggert | (yy::]b4_parser_class_name[::parse): Port |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Paul Eggert | Update copyright date. |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Paul Eggert | Update FSF postal mail address. |
blob | commitdiff | raw | diff to current |
2005-01-17 |
Paul Eggert | * data/glr.c (yyuserAction): Add "default: break;"... |
blob | commitdiff | raw | diff to current |
2005-01-08 |
Paul Eggert | (yyparse): Pacify non-GCC compilers about yyerrorlab |
blob | commitdiff | raw | diff to current |
2004-12-26 |
Paul Eggert | (yydestruct_): Pacify unused variable warning for yymsg... |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Akim Demaille | * data/lalr1.cc (parser::token_number_type, parser... |
blob | commitdiff | raw | diff to current |
2004-12-21 |
Akim Demaille | * data/lalr1.cc (parser::parse): Return a bool instead... |
blob | commitdiff | raw | diff to current |
2004-12-21 |
Akim Demaille | Don't impose std::string for filenames. |
blob | commitdiff | raw | diff to current |
2004-12-21 |
Akim Demaille | Don't impose std::string for filenames. |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Akim Demaille | Use more STL like names: my_class instead of MyClass. |
blob | commitdiff | raw | diff to current |
2004-12-17 |
Akim Demaille | * data/lalr1.cc: Extensive Doxygenation. |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Paul Eggert | * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location): |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Akim Demaille | * data/lalr1.cc (yyreport_syntax_error_): Catch up... |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Akim Demaille | Use #define to handle the %name-prefix. |
blob | commitdiff | raw | diff to current |
next |