summaryrefslogtreecommitdiff
path: root/data/bison.m4
Commit message (Expand)AuthorAgeFilesLines
* Do not use date ranges in copyright notices.Paul Eggert2010-06-231-1/+3
* lalr1.cc: don't generate location.hh when location_type is definedAkim Demaille2010-05-091-5/+24
* maint: run "make update-copyright"Joel E. Denny2010-01-041-2/+1
* * data/bison.m4: Update comments for rename to muscle-tab.h.Joel E. Denny2009-10-081-7/+7
* Complain about unused %define variables and %code qualifiers.Joel E. Denny2009-09-051-7/+7
* Update some comments to make sense for -D.Joel E. Denny2009-05-221-2/+2
* List accepted values for a %define enum variable with an invalid value.Joel E. Denny2009-04-241-1/+5
* Fix strange %define locations for default values.Joel E. Denny2009-04-031-6/+5
* Partial m4sugar merge from autoconf: m4_wrap vs. m4 1.6.Eric Blake2008-08-061-1/+1
* * data/bison.m4 (b4_percent_code_get): Output %code block comments likeJoel E. Denny2008-02-171-2/+3
* * data/bison.m4 (b4_cat): Put a newline after the end delimiter of theJoel E. Denny2007-11-101-1/+2
* Deprecate %pure-parser and add `%define api.pure'. Discussed startingJoel E. Denny2007-10-291-1/+0
* Add syncline support and location accessor to internal %defineJoel E. Denny2007-10-081-12/+46
* Fix some error-reporting macro bugs.Joel E. Denny2007-10-081-28/+63
* Replace `%push-parser' and `%push-pull-parser' withJoel E. Denny2007-09-251-6/+37
* Spell "boolean" as "Boolean". Reported by Akim Demaille.Joel E. Denny2007-08-281-1/+1
* Update to GPLv3.Paul Eggert2007-08-151-13/+9
* Extend the front-end API for %define variables to more completelyJoel E. Denny2007-05-201-2/+4
* Miscellaneous %define and %code cleanup.Joel E. Denny2007-03-021-43/+62
* 2007-01-30 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2007-01-301-3/+5
* 2007-01-23 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2007-01-231-6/+40
* Back out previous patch.Joel E. Denny2007-01-181-1/+1
* Implement @gettext<...@> directive to call gettext from skeletons. ItJoel E. Denny2007-01-181-1/+1
* Clean up %define and %code implementation in M4 some. MostJoel E. Denny2007-01-161-58/+69
* Simplify union and prologue handling, and escape union and lex/parseJoel E. Denny2007-01-091-0/+2
* Instead of having skeletons declare all valid %define variables andJoel E. Denny2007-01-081-66/+92
* Check for unrecognized %define variables similar to checking forJoel E. Denny2007-01-071-54/+78
* Provide warn_at, complain_at, and fatal_at function callbacks to theJoel E. Denny2007-01-071-19/+54
* Clean up b4_check_percent_code_qualifiers a little.Joel E. Denny2007-01-061-21/+30
* Don't use m4_divert since it makes m4_divert_push and m4_divert_popJoel E. Denny2007-01-061-2/+69
* Consolidate the 4 prologue alternative directives (%code, %requires,Joel E. Denny2007-01-051-5/+33
* Add maintainer-push-check to run maintainer-check using push parsing inJoel E. Denny2007-01-021-1/+5
* For push mode, convert yyparse from a macro to a function, invoke yylexJoel E. Denny2006-12-311-1/+2
* 2006-10-16 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2006-10-151-2/+6
* 2006-10-08 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2006-10-081-0/+191