summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* deprecate %defines in favor of %headerAkim Demaille2020-09-1917-135/+184
* options: rename --defines as --headerAkim Demaille2020-09-1927-63/+78
* CI: beware of time limitsAkim Demaille2020-09-172-3/+7
* glr2.cc: replace refs to parser::symbol_kind_type with yysymbol_kind_tValentin Tolmer2020-09-171-26/+26
* glr2.cc: fix container out-of-bounds accessValentin Tolmer2020-09-171-4/+5
* glr2.cc: disable GCC 4.6 warningAkim Demaille2020-09-153-2/+30
* glr2.cc: fix warning with GCC 4.7 and 4.8Akim Demaille2020-09-141-3/+5
* glr2.cc: simplify symbol kindsAkim Demaille2020-09-141-6/+6
* glr2.cc: fix warning about local variable vs. memberAkim Demaille2020-09-141-3/+3
* c++: variants: minor simplificationAkim Demaille2020-09-131-6/+6
* glr2.cc: avoid type-punning issuesAkim Demaille2020-09-131-13/+22
* glr.cc, glr2.cc: don't publish compiler pragmasAkim Demaille2020-09-133-35/+35
* glr2.cc: disable incorrect warnings from GCC6 to 9Akim Demaille2020-09-132-7/+33
* d: make enum SymbolKind idiomatic DAdela Vais2020-09-123-143/+72
* glr2.cc: address warnings with G++ 4.8Akim Demaille2020-09-121-36/+37
* glr2.cc: get rid of the C indirection for yy_symbol_printAkim Demaille2020-09-121-38/+8
* glr2.cc: formatting changesAkim Demaille2020-09-121-25/+27
* glr2.cc: fix GCC10 warningAkim Demaille2020-09-121-1/+1
* glr2.cc: coding style changesValentin Tolmer2020-09-121-273/+271
* glr2.cc: move StrongIndexAlias into the namespaceValentin Tolmer2020-09-122-18/+14
* glr2.cc: remove usage of PTRDIFF_MAXValentin Tolmer2020-09-122-20/+6
* glr2.cc: remove C-style castsValentin Tolmer2020-09-122-21/+5
* glr2.cc: add copy constructor to yyGLRStackItemValentin Tolmer2020-09-121-0/+13
* examples: d: remove unused tokenAkim Demaille2020-09-072-6/+2
* Merge branch 'maint' (i.e., Bison 3.7.2)Akim Demaille2020-09-066-4/+37
|\
| * maint: post-release administriviaAkim Demaille2020-09-052-1/+4
| * version 3.7.2v3.7.2Akim Demaille2020-09-051-1/+1
| * build: disable syntax-check warningAkim Demaille2020-09-051-0/+1
| * gnulib: updateAkim Demaille2020-09-051-0/+0
| * build: fix incorrect dependenciesAkim Demaille2020-09-052-2/+4
| * doc: updatesAkim Demaille2020-09-022-3/+27
| * gnulib: updateAkim Demaille2020-08-303-0/+2
| * tests: beware of sed portability issuesAkim Demaille2020-08-301-2/+2
* | doc: simplify the extraction of example snippetsAkim Demaille2020-09-052-60/+62
* | glr2.cc: style changesAkim Demaille2020-09-051-6/+1
* | glr2.cc: get rid of the yyerror scaffoldingAkim Demaille2020-09-052-55/+20
* | glr2.cc: avoid warnings about printf and shadowingValentin Tolmer2020-09-042-182/+155
* | examples: d: demonstrate location trackingAdela Vais2020-09-033-10/+60
* | examples: d: duplicate the example as "simple" and "calc"Adela Vais2020-09-0310-20/+296
* | examples: d: fix the handling of unary +Adela Vais2020-09-022-1/+11
* | cex: always show ε/%empty in counterexamplesAkim Demaille2020-09-026-66/+141
* | glr2.cc: avoid warnings about long longAkim Demaille2020-08-302-16/+42
* | cex: display the rule numbersAkim Demaille2020-08-3013-357/+407
* | gnulib: updateAkim Demaille2020-08-303-0/+2
* | tests: beware of sed portability issuesAkim Demaille2020-08-301-2/+2
* | glr2.cc: fix a few warningsAkim Demaille2020-08-302-13/+13
* | glr2.cc: fork glr.cc to a c++ versionValentin Tolmer2020-08-3017-11/+3344
|/
* c: always use YYMALLOC/YYFREEAkim Demaille2020-08-304-2/+12
* build: beware of POSIX modeAkim Demaille2020-08-303-3/+3
* doc: history of api.prefixAkim Demaille2020-08-301-1/+4