2009-06-27 |
Alex Rozenman | Named symbol references. |
blob | commitdiff | raw |
2009-05-23 |
Joel E. Denny | -F/--force-define and relative %define/-D/--define... |
blob | commitdiff | raw | diff to current |
2009-04-30 |
Joel E. Denny | Document how `%define "var" "value"' is not M4-friendly. |
blob | commitdiff | raw | diff to current |
2009-04-20 |
Akim Demaille | variables: accept dashes. |
blob | commitdiff | raw | diff to current |
2009-04-06 |
Akim Demaille | rename muscle_tab.* as muscle-tab.* for consistency. |
blob | commitdiff | raw | diff to current |
2009-04-06 |
Akim Demaille | parser: handle %locations as %define locations. |
blob | commitdiff | raw | diff to current |
2009-04-06 |
Akim Demaille | muscle: factor the handling of obsolete of obsolete... |
blob | commitdiff | raw | diff to current |
2009-04-03 |
Akim Demaille | Factor %FLAG at scan level. |
blob | commitdiff | raw | diff to current |
2009-04-03 |
Akim Demaille | Treat %debug as %define debug. |
blob | commitdiff | raw | diff to current |
2009-04-03 |
Akim Demaille | Treat %error-verbose as %define error_verbose. |
blob | commitdiff | raw | diff to current |
2008-11-15 |
Akim Demaille | Support parametric types. |
blob | commitdiff | raw | diff to current |
2008-11-10 |
Akim Demaille | Add %precedence support. |
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-11-07 |
Akim Demaille | Pass command line location to skeleton_arg and language... |
blob | commitdiff | raw | diff to current |
2008-11-04 |
Akim Demaille | Formatting changes. |
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-02-17 |
Joel E. Denny | Accept a token number in a %left, %right, or %nonassoc... |
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-15 |
Paul Eggert | Update to GPLv3. |
blob | commitdiff | raw | diff to current |
2007-03-02 |
Joel E. Denny | Miscellaneous %define and %code cleanup. |
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 | Implement support for relative and absolute skeleton... |
blob | commitdiff | raw | diff to current |
2007-01-17 |
Joel E. Denny | Back out previous commit, which was unintended. |
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 |
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-09 |
Joel E. Denny | Remove quotes from variables names in %define directive... |
blob | commitdiff | raw | diff to current |
2007-01-08 |
Joel E. Denny | * src/parse-gram.y (prologue_declaration): Use MUSCLE_I... |
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-07 |
Joel E. Denny | Provide warn_at, complain_at, and fatal_at function... |
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 | * src/getargs.c (skeleton_arg): Last arg is now locatio... |
blob | commitdiff | raw | diff to current |
2006-12-17 |
Joel E. Denny | Make %push-parser imply %pure-parser. This fixes sever... |
blob | commitdiff | raw | diff to current |
2006-12-02 |
Joel E. Denny | Support a file name argument to %defines. Deprecate... |
blob | commitdiff | raw | diff to current |
2006-11-21 |
Joel E. Denny | Rename <!> to <>. Discussed starting at |
blob | commitdiff | raw | diff to current |
2006-11-12 |
Joel E. Denny | Remove last commit at the request of Paul Eggert. |
blob | commitdiff | raw | diff to current |
2006-11-11 |
Joel E. Denny | Encapsulate code properties and related functionality... |
blob | commitdiff | raw | diff to current |
2006-11-08 |
Paul Eggert | Don't let Bison leak memory except when it complains. |
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 | Port to GCC 2.95. First two problems reported by Micha... |
blob | commitdiff | raw | diff to current |
2006-09-15 |
Paul Eggert | * data/Makefile.am (dist_pkgdata_DATA): Add push.c. |
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-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 | * NEWS: Instead of %union, you can define and use your... |
blob | commitdiff | raw | diff to current |
2006-07-09 |
Paul Eggert | Adjust to Autoconf 2.60 and today's gnulib. |
blob | commitdiff | raw | diff to current |
2006-07-08 |
Joel E. Denny | In the grammar file, the first column is 1 not 0 on... |
blob | commitdiff | raw | diff to current |
2006-06-25 |
Joel E. Denny | Clean up yesterday's patch. |
blob | commitdiff | raw | diff to current |
2006-06-24 |
Joel E. Denny | Fix bug that mistakes braced code in a declaration... |
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 | * src/parse-gram.y (char_name): New function. |
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-14 |
Akim Demaille | * src/output.h, src/output.c (error_verbose): Move... |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Paul Eggert | * src/parse-gram.y (grammar_declaration): Location... |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Paul Eggert | Fix a longstanding bug uncovered by bro-0.9a9/src/parse... |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Paul Eggert | * data/yacc.c (b4_int_type): Use yytype_uint8, etc... |
blob | commitdiff | raw | diff to current |
2006-01-22 |
Paul Eggert | Fix white space glitches. |
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 | * doc/bison.texinfo (Bison Options): Say more accuratel... |
blob | commitdiff | raw | diff to current |
2006-01-03 |
Paul Eggert | Warn about dubious constructions like "%token T T". |
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-27 |
Akim Demaille | * src/reader.c (grammar_current_rule_check): Also check... |
blob | commitdiff | raw | diff to current |
2005-12-09 |
Paul Eggert | Work around portability problem on Solaris 10: flex... |
blob | commitdiff | raw | diff to current |
2005-12-09 |
Paul Eggert | * src/parse-gram.y: Fix minor problems uncovered by... |
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-05 |
Paul Eggert | Undo the parts of the unlocked-I/O change that substituted |
blob | commitdiff | raw | diff to current |
2005-10-02 |
Paul Eggert | Use unlocked I/O for a minor performance improvement... |
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-07-25 |
Paul Eggert | Fix core dump reported by Pablo De Napoli in |
blob | commitdiff | raw | diff to current |
2005-07-24 |
Paul Eggert | * NEWS: Version 2.0b. |
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-05-14 |
Paul Eggert | Update FSF postal mail address. |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Paul Eggert | * src/parse-gram.y: Include quotearg.h. |
blob | commitdiff | raw | diff to current |
2004-10-06 |
Akim Demaille | * src/parse-gram.y (add_param): Fix the truncation... |
blob | commitdiff | raw | diff to current |
2004-09-27 |
Paul Eggert | (add_param): Fix bug where NUL was mishandled. |
blob | commitdiff | raw | diff to current |
2004-09-27 |
Akim Demaille | * src/parse-gram.y (add_param): Strip the leading and... |
blob | commitdiff | raw | diff to current |
2004-05-27 |
Paul Eggert | * src/parse-gram.y (lloc_default): Rewrite to avoid... |
blob | commitdiff | raw | diff to current |
2004-05-03 |
Paul Eggert | * src/parse-gram.y: Put copyright notice inside %{... |
blob | commitdiff | raw | diff to current |
2004-04-13 |
Paul Eggert | Update copyright to 2004. |
blob | commitdiff | raw | diff to current |
2004-03-26 |
Paul Hilfinger | * src/parse-gram.y: Define PERCENT_EXPECT_RR. |
blob | commitdiff | raw | diff to current |
2003-10-01 |
Paul Eggert | Use "%no-default-prec" instead of "%default-prec 0". |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Paul Eggert | Add %default-prec. |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Akim Demaille | When reducing initial empty rules, Bison parser read... |
blob | commitdiff | raw | diff to current |
2003-05-24 |
Paul Eggert | Switch from 'int' to 'bool' where that makes sense. |
blob | commitdiff | raw | diff to current |
2003-05-14 |
Paul Eggert | (rules_or_grammar_declaration): Require a |
blob | commitdiff | raw | diff to current |
next |