summaryrefslogtreecommitdiff
path: root/data
Commit message (Expand)AuthorAgeFilesLines
* Do not use date ranges in copyright notices.Paul Eggert2010-06-2319-31/+46
* lalrl1.cc: give a chance to user defined YYLLOC_DEFAULT.Akim Demaille2010-05-121-20/+20
* c++: use YYRHSLOC.Akim Demaille2010-05-122-13/+15
* lalr1.cc: don't generate location.hh when location_type is definedAkim Demaille2010-05-094-13/+42
* tests: fix maintainer-xml-check.Joel E. Denny2010-05-011-2/+18
* lalr1.cc: remove useless forward declaration.Akim Demaille2010-04-142-14/+2
* portability: fix pointer arithmetic to conform to C standard.Joel E. Denny2010-04-092-12/+12
* maint: run "make update-copyright"Joel E. Denny2010-01-0419-41/+31
* Propagate i18n changes into glr.c.Akim Demaille2009-12-292-24/+29
* Port small part of master's 11707b2b so future ports are easier.Joel E. Denny2009-12-291-32/+32
* Simplify the i18n of the error messages.Akim Demaille2009-12-291-1/+2
* Prefer M4 to CPP.Akim Demaille2009-12-291-15/+10
* Support i18n of the parse error messages.Akim Demaille2009-12-291-31/+49
* Port small part of master's 8901f32e so future ports are easier.Joel E. Denny2009-12-291-6/+4
* 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-221-9/+6
* YYFAIL: deprecate.Joel E. Denny2009-12-222-2/+12
* 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
* Pass the token type to yysyntax_error.Akim Demaille2009-10-041-7/+6
* Simplify the i18n of the error messages.Akim Demaille2009-10-041-42/+34
* Clean up yacc.c a little.Joel E. Denny2009-09-101-107/+115
* Complain about unused %define variables and %code qualifiers.Joel E. Denny2009-09-051-7/+7
* Actually handle the yytable zero value correctly this time.Joel E. Denny2009-08-264-13/+10
* More fixes related to last two patches.Joel E. Denny2009-08-255-35/+75
* Fix %error-verbose for conflicts resolved by %nonassoc.Joel E. Denny2009-08-254-6/+12
* Some code and documentation improvements.Joel E. Denny2009-08-255-13/+29
* maint: run "make update-copyright"Joel E. Denny2009-08-0611-16/+17
* maint: automate b4_copyright updates.Joel E. Denny2009-08-041-2/+2
* style changes.Akim Demaille2009-06-112-8/+8
* Update some comments to make sense for -D.Joel E. Denny2009-05-221-2/+2
* * data/c++.m4: Update copyright year.Joel E. Denny2009-05-221-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
* Convert underscores to dashes in some %define variable names.Joel E. Denny2009-04-302-6/+6
* 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-234-25/+27
* Copyright years.Akim Demaille2009-04-061-2/+2
* Install autoconf as a submodule to get m4sugar.Akim Demaille2009-04-062-3189/+2
* Remove spurious initial empty lines.Joel E. Denny2009-04-061-2/+2
* Remove spurious initial empty lines.Akim Demaille2009-04-065-48/+48
* Fix strange %define locations for default values.Joel E. Denny2009-04-031-6/+5
* lalr1.cc: avoid GCC 4.3 warnings.Akim Demaille2009-03-261-8/+9
* Update data/README.Akim Demaille2008-12-091-7/+34
* Fix unexpanded macros in GLR defines file.Joel E. Denny2008-11-191-4/+4
* Java parser improvementsDi-an Jan2008-11-012-13/+48