summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* doc: update Doxygen templateAkim Demaille2020-02-131-186/+368
* doc: clearly state that %yacc only makes sense with yacc.cAkim Demaille2020-02-131-9/+11
* doc: spell checkAkim Demaille2020-02-131-5/+7
* package: bump copyrights to 2020Akim Demaille2020-01-103-3/+3
* gitignore: updateAkim Demaille2020-01-101-0/+1
* doc: clean up the description of YYDEBUGAkim Demaille2019-12-291-25/+25
* doc: formatting changesAkim Demaille2019-12-141-29/+28
* doc: clearly deprecate YYPRINTAkim Demaille2019-12-071-19/+18
* doc: formatting changesAkim Demaille2019-12-071-45/+42
* glr.c: obey the parse.assert %define variableAkim Demaille2019-12-071-1/+4
* doc: don't promote dangling aliasesAkim Demaille2019-11-181-1/+15
* diagnostics: complain about undeclared string tokensAkim Demaille2019-11-171-3/+50
* doc: promote %nterm over %typeAkim Demaille2019-11-161-40/+43
* doc: formatting changesAkim Demaille2019-11-161-105/+90
* doc: work around warnings when Flex C output is compiled in C++Akim Demaille2019-11-161-9/+19
* doc: work around Texinfo 6.7 bugAkim Demaille2019-11-101-0/+17
* doc: formatting changesAkim Demaille2019-11-091-24/+22
* doc: use upper case for tokensAkim Demaille2019-11-091-1/+1
* doc: type-face fixesAkim Demaille2019-11-071-64/+64
* c++: expose the type used to store line and column numbersAkim Demaille2019-11-061-23/+27
* c++: fix old cast warningsAkim Demaille2019-11-021-1/+3
* style: pacify syntax-checkAkim Demaille2019-10-221-1/+1
* doc: spell checkAkim Demaille2019-10-101-10/+9
* Use “least” types for integers in Yacc tablesPaul Eggert2019-10-071-5/+5
* * doc/bison.texi (Table of Symbols): Mention memory exhaustion.Paul Eggert2019-10-031-1/+2
* Simplify mfcalc error handlingPaul Eggert2019-10-031-13/+7
* Prefer signed to unsigned integersPaul Eggert2019-10-021-17/+25
* git: update ignoresAkim Demaille2019-09-221-0/+2
* api.token.raw: document itAkim Demaille2019-09-141-0/+36
* lalr1.cc: add LAC supportAdrian Vogelsgesang2019-08-091-2/+2
* doc: fix inaccuracies wrt --define and --force-defineAkim Demaille2019-07-071-3/+8
* doc: put diagnostics related options togetherAkim Demaille2019-07-071-131/+148
* doc: move -y's documentation into "Tuning the Parser"Akim Demaille2019-07-071-32/+32
* doc: document colorized diagnosticsAkim Demaille2019-07-071-7/+47
* remove "experimental" warningsAkim Demaille2019-06-221-37/+18
* java: fix support for api.prefixAkim Demaille2019-06-191-1/+1
* tests: remove useless support of '.' in integersAkim Demaille2019-06-041-3/+3
* doc: clarify the purpose of symbol_type constructorsAkim Demaille2019-05-251-7/+13
* doc: avoid Texinfo portability issuesAkim Demaille2019-05-201-2/+1
* fix: copyable instead of copiableAkim Demaille2019-05-191-3/+3
* fix: use copiable, not copyableAkim Demaille2019-05-191-6/+9
* diagnostics: %pure-parser is obsoleteAkim Demaille2019-05-191-2/+2
* doc: use colors for diagnostics in TeX tooAkim Demaille2019-05-091-3/+36
* doc: use svg instead of pngAkim Demaille2019-04-292-9/+9
* doc: use colorsAkim Demaille2019-04-292-64/+81
* doc: clarify -fsyntax-errorAkim Demaille2019-04-271-1/+5
* api.location.type: support it in CAkim Demaille2019-04-251-3/+2
* diagnostics: document the change of formatAkim Demaille2019-04-231-39/+39
* doc: sort the warning categoriesAkim Demaille2019-04-191-20/+20
* doc: minor fixesAkim Demaille2019-04-071-27/+26