summaryrefslogtreecommitdiff
path: root/data
Commit message (Expand)AuthorAgeFilesLines
* package: bump copyrights to 2021Akim Demaille2021-01-2326-34/+34
* %merge: fix compatibility with api.value.type=unionAkim Demaille2021-01-231-1/+1
* %merge: delegate the generation of calls to mergers to m4Akim Demaille2021-01-231-1/+10
* skeletons: introduce "slot"s for symbolsAkim Demaille2021-01-232-1/+21
* style: YYUSE is private, make it YY_USEAkim Demaille2021-01-235-19/+19
* glr.cc: don't "leak" yyparseAkim Demaille2021-01-232-3/+3
* c++: use noexcept where appropriateAkim Demaille2021-01-232-6/+6
* c: adjust _Noreturn to pedantic clangAkim Demaille2021-01-231-7/+9
* c: port to HP-UX 11.23Paul Eggert2021-01-211-0/+12
* c++: shorten the assertions that check whether tokens are correctAkim Demaille2020-11-131-6/+62
* c++: don't glue functions togetherAkim Demaille2020-11-132-5/+6
* lalr1.cc: YY_ASSERT should use api.prefixAkim Demaille2020-11-131-19/+26
* c++: don't use YY_ASSERT at all if parse.assert is disabledAkim Demaille2020-11-131-10/+7
* c++: style: follow the Bison m4 quoting patternAkim Demaille2020-11-131-12/+12
* yacc.c: provide the Bison version as an integral macroAkim Demaille2020-11-114-13/+13
* %require: accept version numbers with three parts ("3.7.4")Akim Demaille2020-11-112-2/+2
* yacc.c: fix #definition of YYEMPTYTodd C. Miller2020-11-111-3/+4
* glr.cc: fix: use symbol_nameAkim Demaille2020-09-271-1/+1
* c: always use YYMALLOC/YYFREEAkim Demaille2020-08-301-2/+2
* cex: more colorsAkim Demaille2020-07-151-0/+4
* html: capitalize titlesAkim Demaille2020-07-111-1/+1
* html: don't define several times the same anchorsAkim Demaille2020-07-111-14/+20
* html: simplifyAkim Demaille2020-07-111-7/+1
* reports: let html reports catch up with --report and --graphAkim Demaille2020-07-111-0/+6
* reports: let xml reports catch up with --report and --graphAkim Demaille2020-07-111-6/+14
* reports: update html ouputAkim Demaille2020-07-111-27/+45
* style: update commentsAkim Demaille2020-07-051-0/+4
* style: update comments in the skeletonsAkim Demaille2020-07-055-12/+18
* doc: more details about symbols in m4Akim Demaille2020-07-051-3/+3
* cex: give more details about -Wcex and -rcexAkim Demaille2020-07-041-1/+1
* yacc.c: push: don't clear the parser state when accepting/rejectingAkim Demaille2020-06-291-24/+33
* yacc.c: simplify initialization of push parsersAkim Demaille2020-06-291-21/+13
* yacc.c: declare and initialize and the same timeAkim Demaille2020-06-291-28/+26
* yacc.c: style changes in push modeAkim Demaille2020-06-291-7/+8
* yacc.c: simplify yypull_parseAkim Demaille2020-06-291-19/+16
* doc: overhaul of the readmesAkim Demaille2020-06-281-3/+5
* java: rename package as api.packageAkim Demaille2020-06-281-1/+1
* c++: by default, use const std::string for file namesAkim Demaille2020-06-272-6/+10
* doc: use dot/'•' rather than point/'.'Akim Demaille2020-06-233-15/+15
* cex: use the bullet in HTMLAkim Demaille2020-06-221-2/+2
* c++: get rid of global_tokens_and_yystypeAkim Demaille2020-06-162-17/+0
* Merge 'maint'Akim Demaille2020-06-162-39/+66
|\
| * glr.cc: don't leak glr.c/glr.cc scaffolding to the userAkim Demaille2020-06-152-33/+54
* | api.header.include: document it, and fix its default valueAkim Demaille2020-06-091-1/+1
* | cex: color the counterexamplesAkim Demaille2020-06-071-0/+23
* | all: show the rules in comments before the user actionsAkim Demaille2020-06-073-9/+9
* | Merge maint into HEADAkim Demaille2020-06-031-1/+1
|\ \ | |/
| * build: check -Wmissing-prototypesAkim Demaille2020-06-011-1/+1
| * c++: fix printing of state number on streamsAkim Demaille2020-05-231-1/+1
* | bison: add command line option to map file prefixesJoshua Watt2020-05-245-10/+10