summaryrefslogtreecommitdiff
path: root/THANKS
Commit message (Expand)AuthorAgeFilesLines
* c++: provide backward compatibility on by_typeAkim Demaille2020-05-031-0/+1
* c++: use modern idioms to make classes non-copyableAkim Demaille2020-05-011-0/+1
* Merge branch 'maint'Akim Demaille2020-04-051-0/+1
|\
| * build: fix compatibility with old compilersAkim Demaille2020-04-021-0/+1
* | examples: don't use yysyntax_error_argumentsAkim Demaille2020-03-281-0/+1
|/
* code: be robust to reference with invalid tagsAkim Demaille2020-03-061-1/+2
* examples: be more robust to spaces in pathsAkim Demaille2020-01-211-0/+1
* CI: use ICC againAkim Demaille2020-01-191-0/+2
* package: bump copyrights to 2020Akim Demaille2020-01-101-1/+1
* tests: avoid creating files whose name collide with standard headersAkim Demaille2019-11-261-1/+2
* examples: fix missing dependenciesAkim Demaille2019-10-241-0/+1
* style: update comment in reader.cYuichiro Kaneko2019-10-231-0/+1
* glr: display line numbers in tracesAkim Demaille2019-10-111-1/+2
* yacc: use the most appropriate integral type for state numbersAkim Demaille2019-09-301-0/+1
* c++: add copy ctors for compatibility with the IAR compilerAkim Demaille2019-09-271-0/+1
* quotearg: avoid leaksAkim Demaille2019-09-221-0/+1
* fix: don't die when EOF token is defined twiceAkim Demaille2019-09-081-0/+1
* check for memory exhaustionAkim Demaille2019-09-081-0/+1
* diagnostics: fix invalid error message indentationLászló Várady2019-09-081-0/+1
* thanks: fix an addressAkim Demaille2019-05-221-1/+1
* doc: avoid Texinfo portability issuesAkim Demaille2019-05-201-0/+1
* diagnostics: don't crash when libtextstyle is installedAkim Demaille2019-05-191-0/+1
* diagnostics: %pure-parser is obsoleteAkim Demaille2019-05-191-0/+1
* CI: use a pipeline: first build the tarball, then check itAkim Demaille2019-05-191-0/+1
* doc: use colors for diagnostics in TeX tooAkim Demaille2019-05-091-0/+2
* diagnostics: don't try to quote special filesAkim Demaille2019-04-231-0/+1
* lalr: fix segmentation violationAkim Demaille2019-03-301-0/+1
* examples: add an example with a reentrant parser in Flex+BisonAkim Demaille2019-02-171-0/+1
* gram: fix handling of nterms in actions when some are unusedAkim Demaille2019-02-031-0/+1
* package: bump copyrights to 2019Akim Demaille2019-01-051-1/+1
* package: make bison a relocatable packageAkim Demaille2018-12-251-0/+2
* c++: fix double free when a symbol_type was movedAkim Demaille2018-12-241-0/+1
* d: add skeleton for the D languageAkim Demaille2018-12-041-0/+1
* c++: using macros around user types breaks when they include commaAkim Demaille2018-11-201-0/+1
* build: fix issues in the generated tarballAkim Demaille2018-11-081-0/+1
* build: fix typoAkim Demaille2018-11-071-0/+1
* examples: ship themAkim Demaille2018-11-061-0/+1
* examples: #include <cstring> in calc++Adam Sampson2018-11-021-0/+1
* build: fix use of gnulib Make variablesAkim Demaille2018-10-301-0/+1
* build: add missing gnulib libsAkim Demaille2018-10-201-0/+1
* THANKS: add Josh SorefAkim Demaille2018-10-051-0/+1
* timevar: don't declare getrusage if we don't use itAkim Demaille2018-09-221-0/+1
* examples: beware of shell portability issuesAkim Demaille2018-09-021-0/+1
* lalr1.cc: support compilation with disabled support for exceptionsAkim Demaille2018-08-191-0/+1
* C++: fix portability issue with MSVC 2017Akim Demaille2018-08-181-0/+1
* build: fix concurrent build failureAkim Demaille2018-08-181-0/+2
* doc: clarify the destructor selection exampleAkim Demaille2018-08-181-0/+1
* portability: don't use _Pragma with ICCAkim Demaille2018-08-181-0/+1
* escape properly the file names in #line for printer/destructorAkim Demaille2018-08-181-0/+1
* add support for typed mid-rule actionsAkim Demaille2018-08-111-0/+1