2009-04-30 |
Joel E. Denny | Convert underscores to dashes in some %define variable... |
blob | commitdiff | raw |
2009-04-29 |
Akim Demaille | variables: accept dashes. |
blob | commitdiff | raw | diff to current |
2009-04-23 |
Joel E. Denny | Rename "default rule" to "default reduction". |
blob | commitdiff | raw | diff to current |
2008-11-07 |
Joel E. Denny | Clean up %skeleton and %language priority implementation. |
blob | commitdiff | raw | diff to current |
2008-08-26 |
Joel E. Denny | Update for recent change to gnulib. |
blob | commitdiff | raw | diff to current |
2008-05-28 |
Joel E. Denny | * NEWS (2.3b): Update release date since there has... v2.3b |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Joel E. Denny | * data/yacc.c: Reformat m4 a little for readability. |
blob | commitdiff | raw | diff to current |
2008-04-21 |
Joel E. Denny | Update to the current gnulib CVS repository, and fix... |
blob | commitdiff | raw | diff to current |
2008-02-20 |
Joel E. Denny | * src/parse-gram.c, src/parse-gram.h: Regenerate. |
blob | commitdiff | raw | diff to current |
2007-12-01 |
Joel E. Denny | Don't let --report affect XML output; always print... |
blob | commitdiff | raw | diff to current |
2007-10-29 |
Joel E. Denny | Deprecate %pure-parser and add `%define api.pure'.... |
blob | commitdiff | raw | diff to current |
2007-09-25 |
Joel E. Denny | Replace `%push-parser' and `%push-pull-parser' with |
blob | commitdiff | raw | diff to current |
2007-08-18 |
Joel E. Denny | In impure push mode, don't allow more than one yypstate... |
blob | commitdiff | raw | diff to current |
2007-08-15 |
Paul Eggert | Update to GPLv3. |
blob | commitdiff | raw | diff to current |
2007-03-01 |
Joel E. Denny | * src/print.c (lookahead_set, state_default_rule):... |
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-09 |
Joel E. Denny | Regenerate. |
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 | Clean up b4_check_percent_code_qualifiers a little. |
blob | commitdiff | raw | diff to current |
2007-01-05 |
Joel E. Denny | Consolidate the 4 prologue alternative directives ... |
blob | commitdiff | raw | diff to current |
2007-01-03 |
Joel E. Denny | Use the new code_props interface in parse-gram.y. |
blob | commitdiff | raw | diff to current |
2006-12-31 |
Joel E. Denny | For push mode, convert yyparse from a macro to a functi... |
blob | commitdiff | raw | diff to current |
2006-12-25 |
Joel E. Denny | Enable push parsers to operate in impure mode. Thus... |
blob | commitdiff | raw | diff to current |
2006-12-19 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2006-11-08 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2006-10-21 |
Joel E. Denny | Split the default %destructor/%printer into two kinds... |
blob | commitdiff | raw | diff to current |
2006-10-16 |
Joel E. Denny | Similar to the recently removed %before-header, add... |
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-15 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Joel E. Denny | Require default %destructor/%printer to be declared... |
blob | commitdiff | raw | diff to current |
2006-08-13 |
Joel E. Denny | * src/parse-gram.y: Add `%expect 0' so we don't overloo... |
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 | Enable declaration of default %printer/%destructor... |
blob | commitdiff | raw | diff to current |
2006-07-13 |
Joel E. Denny | * src/parse-gram.y (grammar_declaration): Don't confuse... |
blob | commitdiff | raw | diff to current |
2006-07-13 |
Akim Demaille | Support %define "KEY" {VALUE}. |
blob | commitdiff | raw | diff to current |
2006-07-09 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2006-07-09 |
Joel E. Denny | Change %merge result type clash warnings to errors... |
blob | commitdiff | raw | diff to current |
2006-07-09 |
Paul Eggert | Regenerate. |
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-20 |
Akim Demaille | * src/symtab.h, src/symtab.c (symbol_from_uniqstr)... |
blob | commitdiff | raw | diff to current |
2006-06-19 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2006-06-19 |
Akim Demaille | * src/scan-gram.l: No longer "parse" things after ... |
blob | commitdiff | raw | diff to current |
2006-06-06 |
Akim Demaille | Extract the parsing of user actions from the grammar... |
blob | commitdiff | raw | diff to current |
2006-05-27 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2006-05-21 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2006-05-19 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2006-05-14 |
Akim Demaille | * src/output.h, src/output.c (error_verbose): Move... |
blob | commitdiff | raw | diff to current |
2006-05-14 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2006-02-17 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Joel E. Denny | During deterministic GLR operation, user actions should... |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2006-01-04 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2006-01-03 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2005-12-27 |
Akim Demaille | * src/reader.c (grammar_current_rule_check): Also check... |
blob | commitdiff | raw | diff to current |
2005-12-23 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2005-12-09 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2005-12-09 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2005-12-01 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2005-10-21 |
Akim Demaille | * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_gene... |
blob | commitdiff | raw | diff to current |
2005-10-13 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2005-10-12 |
Akim Demaille | * src/parse-gram.y (version_check): Exit 63 to please... |
blob | commitdiff | raw | diff to current |
2005-10-11 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2005-10-06 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2005-10-05 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2005-10-02 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2005-10-02 |
Akim Demaille | * bootstrap (gnulib_modules): Add strverscmp. |
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-21 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2005-09-20 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2005-09-20 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2005-09-16 |
Paul Eggert | Regenerate. BISON-2_1 |
blob | commitdiff | raw | diff to current |
2005-08-22 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2005-07-24 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2005-07-21 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2005-07-19 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2005-07-19 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2005-07-12 |
Akim Demaille | * src/parse-gram.y: Use %printer instead of YYPRINT. |
blob | commitdiff | raw | diff to current |
2005-07-09 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2005-06-09 |
Paul Eggert | * data/yacc.c (malloc, free) [defined __cplusplus]... |
blob | commitdiff | raw | diff to current |
2005-05-27 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Paul Eggert | Update FSF postal mail address. |
blob | commitdiff | raw | diff to current |
2005-05-02 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2005-04-14 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2005-01-17 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2004-12-26 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2004-12-12 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2004-10-09 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2004-10-05 |
Akim Demaille | Regen. |
blob | commitdiff | raw | diff to current |
2004-08-18 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2004-05-27 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2004-05-21 |
Paul Eggert | Version 1.875d. |
blob | commitdiff | raw | diff to current |
2004-05-03 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
2004-03-31 |
Paul Eggert | Regenerate. |
blob | commitdiff | raw | diff to current |
next |