summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change gitmodules to use the upstream aliasbaserock/v3.0.2baserock/pedroalvarez/v3.0.2Pedro Alvarez2014-10-191-2/+2
* version 3.0.2v3.0.2Akim Demaille2013-12-051-1/+1
* gnulib: updateAkim Demaille2013-12-053-0/+5
* output: do not generate source files when late errors are caughtAkim Demaille2013-12-045-2/+29
* output: record what generated files are source or report filesAkim Demaille2013-12-043-17/+32
* output: do not generate source files when early errors are caughtAkim Demaille2013-12-043-13/+35
* xml: also use "%empty" with html outputAkim Demaille2013-11-262-7/+7
* style: formatting changesAkim Demaille2013-11-261-33/+33
* xml: also display %empty for empty right-hand sidesAkim Demaille2013-11-262-7/+6
* reports: display %empty in the generated pointed-rulesAkim Demaille2013-11-265-27/+33
* news: YYERROR vs variantsAkim Demaille2013-11-261-0/+6
* style: scope reduction in lalr.ccAkim Demaille2013-11-181-23/+19
* lalr1.cc: formatting changesAkim Demaille2013-11-151-41/+41
* lalr1.cc: fix the support of YYERROR with variantsAkim Demaille2013-11-152-10/+5
* tests: check $$'s destruction with variant, YYERROR, and no error recoveryAkim Demaille2013-11-152-21/+38
* tests: simplify useless obfuscationAkim Demaille2013-11-151-14/+14
* skeletons: use better names when computing a "goto"Akim Demaille2013-11-143-16/+26
* maint: post-release administriviaAkim Demaille2013-11-122-1/+4
* version 3.0.1v3.0.1Akim Demaille2013-11-121-1/+1
* aver: it is no longer "protected against NDEBUG"Akim Demaille2013-11-122-10/+15
* parsers: rename YY_NULL as YY_NULLPTR to avoid conflicts with FlexAkim Demaille2013-11-0814-105/+105
* build: use Automake 1.14's non-recursive Makefile featuresAkim Demaille2013-11-056-65/+54
* build: restore maintainer-push-checkAkim Demaille2013-11-051-0/+3
* c++: use __attribute__((__pure__)) to avoid warningsAkim Demaille2013-11-052-3/+8
* skeletons: update the handling of compiler attributesAkim Demaille2013-11-052-19/+33
* gnulib: updateAkim Demaille2013-11-052-26/+28
* style: use /* ... */ commentsAkim Demaille2013-10-241-3/+3
* tests: skip C++ tests that are too demanding for some compilersAkim Demaille2013-10-242-0/+45
* install: do not install yacc.1 when --disable-yaccAkim Demaille2013-10-225-12/+14
* style: avoid tabsAkim Demaille2013-10-221-8/+8
* c++: fix generated doxygen commentsAkim Demaille2013-10-222-6/+6
* fix: uniqstr are already pointersAkim Demaille2013-10-221-2/+2
* bison: pacify Sun C 5.12Paul Eggert2013-10-212-6/+16
* maint: git now ignores rpcalcPaul Eggert2013-10-211-0/+1
* build: examples/calc++/calc++ requires flexPaul Eggert2013-10-212-1/+3
* maint: mention help2man, texinfo, apt-getPaul Eggert2013-10-211-0/+9
* maint: git now ignores .log and .trs filesPaul Eggert2013-10-211-0/+2
* tests: fix incorrect object constructionAkim Demaille2013-10-213-2/+11
* glr: allow spaces between "%?" and "{" in predicatesAkim Demaille2013-10-164-1/+37
* diagnostics: "-Werror -Wno-error=foo" must not emit errorsAkim Demaille2013-10-165-57/+102
* comment changesAkim Demaille2013-10-162-11/+14
* location: fix EOF checkAndreas Schwab2013-10-041-1/+1
* style: variant: remove empty lineAkim Demaille2013-09-191-1/+0
* glr: more assertionsAkim Demaille2013-09-191-0/+6
* glr: shorten scopesAkim Demaille2013-09-191-4/+3
* glr: formatting changesAkim Demaille2013-09-191-1/+1
* glr: better use of tracing macrosAkim Demaille2013-09-191-5/+3
* examples: improve the output of the "variant" exampleAkim Demaille2013-09-191-5/+11
* variant: remove useless assertionAkim Demaille2013-09-191-2/+1
* tests: remove stray debugging tracesAkim Demaille2013-09-191-2/+1