summaryrefslogtreecommitdiff
path: root/data
Commit message (Expand)AuthorAgeFilesLines
* maint: run "make update-copyright"Joel E. Denny2010-01-0421-41/+30
* Fix handling of yychar manipulation in user semantic actions.Joel E. Denny2009-12-221-3/+22
* YYFAIL: warn about uses and remove from lalr1.java.Joel E. Denny2009-12-211-9/+6
* YYFAIL: deprecate.Joel E. Denny2009-12-212-2/+12
* lalr1.cc: don't discard non-existent lookahead on syntax error.Joel E. Denny2009-12-181-1/+1
* Add gcc's -Wundef to test suite and fix another warning from it.Joel E. Denny2009-12-161-1/+2
* * data/yacc.c: Reformat m4 a little.Joel E. Denny2009-12-161-6/+7
* Simplify y.tab.c when location tracking is disabled.Jonathan Nieder2009-12-161-1/+7
* Avoid warnings from gcc -Wundef y.tab.c.Jonathan Nieder2009-12-163-6/+6
* * data/bison.m4: Update comments for rename to muscle-tab.h.Joel E. Denny2009-10-081-7/+7
* yysyntax_error: avoid duplicate lookahead collection.Joel E. Denny2009-10-041-67/+75
* lalr1.cc: factor the yytranslate_ invocation in make_SYMBOLS.Akim Demaille2009-09-163-12/+13
* Clean up yacc.c a little.Joel E. Denny2009-09-101-107/+115
* lalr1.cc: syntax_error as exceptions.Akim Demaille2009-09-093-2/+27
* lalr1.cc: add missing "inline".Akim Demaille2009-09-091-0/+10
* Complain about unused %define variables and %code qualifiers.Joel E. Denny2009-09-051-7/+7
* Don't suppress warnings about unused parse.error.Joel E. Denny2009-09-031-3/+3
* Actually handle the yytable zero value correctly this time.Joel E. Denny2009-08-265-9/+7
* More fixes related to last two patches.Joel E. Denny2009-08-256-29/+70
* Fix %error-verbose for conflicts resolved by %nonassoc.Joel E. Denny2009-08-254-5/+10
* Some code and documentation improvements.Joel E. Denny2009-08-255-13/+29
* variables: simplify the upgrade of namespace into api.namespace.Akim Demaille2009-08-192-32/+1
* lalr1.cc: use state_type.Akim Demaille2009-08-191-6/+6
* lalr1.cc: get rid of yyparse's yystate.Akim Demaille2009-08-192-25/+26
* lalr1.cc: destroy $$ when YYERROR is called.Akim Demaille2009-08-191-15/+14
* maint: run "make update-copyright"Joel E. Denny2009-08-0610-13/+15
* maint: automate b4_copyright updates.Joel E. Denny2009-08-041-3/+2
* parse.error: fix.Akim Demaille2009-06-291-25/+28
* variables: parse.errorAkim Demaille2009-06-291-2/+12
* variables: rename namespace as api.namespace.Akim Demaille2009-06-242-10/+57
* style changes.Akim Demaille2009-06-112-8/+8
* Update some comments to make sense for -D.Joel E. Denny2009-05-231-2/+2
* * data/c++.m4 (b4_namespace_close): Simplify slightly.Joel E. Denny2009-05-201-2/+2
* Handle a trailing `:' in a user-supplied C++ namespace better.Joel E. Denny2009-05-191-1/+1
* Rename token.prefix as api.tokens.prefix.Akim Demaille2009-05-153-6/+6
* Convert underscores to dashes in some %define variable names.Joel E. Denny2009-04-302-5/+5
* List accepted values for a %define enum variable with an invalid value.Joel E. Denny2009-04-241-1/+5
* Rename "default rule" to "default reduction".Joel E. Denny2009-04-233-8/+8
* variables: prefer error-verbose to error_verbose.Akim Demaille2009-04-201-1/+1
* variables: accept dashes.Akim Demaille2009-04-201-2/+3
* variables: use `parse.assert' instead of `assert'.Akim Demaille2009-04-143-12/+12
* variables: use `parse.assert' instead of `debug'.Akim Demaille2009-04-146-9/+10
* parser: handle %locations as %define locations.Akim Demaille2009-04-063-4/+4
* Treat %debug as %define debug.Akim Demaille2009-04-036-8/+13
* Treat %error-verbose as %define error_verbose.Akim Demaille2009-04-034-27/+32
* Fix strange %define locations for default values.Joel E. Denny2009-04-031-4/+3
* lalr1.cc: avoid GCC 4.3 warnings.Akim Demaille2009-03-271-7/+8
* Comment changes.Akim Demaille2009-03-021-3/+3
* Share b4_yytranslate_define.Akim Demaille2009-03-022-29/+28
* Dub make_TOKEN as a public type interface.Akim Demaille2009-03-023-61/+74