summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 3.7.90v3.7.90Akim Demaille2021-08-131-1/+1
* build: ignore syntax-check's file_system check on DoxyfileAkim Demaille2021-08-131-0/+1
* tests: fix incorrect test caseAkim Demaille2021-08-121-2/+2
* gnulib: updateAkim Demaille2021-08-121-0/+0
* news: be clear that glr2.cc is C++11Akim Demaille2021-08-121-8/+7
* build: modernize to newer Autoconf releasesAkim Demaille2021-08-121-3/+3
* build: reject C++ compilers that don't support std::vector::dataAkim Demaille2021-08-122-5/+23
* build: check for C++ 20 and 2bAkim Demaille2021-08-124-18/+38
* tests: remove obsolete checksAkim Demaille2021-08-121-26/+0
* tests: be robust to old versions of xlstprocAkim Demaille2021-08-122-3/+17
* c: fix _Noreturn support detectionAkim Demaille2021-08-111-1/+1
* lalr1.cc: style changesAkim Demaille2021-08-111-8/+11
* glr.c: fix signature when using custom error messagesAkim Demaille2021-08-113-2/+6
* tests: check symbol/token renumberingAkim Demaille2021-08-112-9/+297
* style: rename b4_lex as b4_yylexAkim Demaille2021-08-096-22/+31
* yacc: comply with recent POSIX updates: declare yyerror and yylexAkim Demaille2021-08-098-30/+95
* build: enable -Wmismatched-deallocAkim Demaille2021-08-091-1/+1
* gnulib: updateAkim Demaille2021-08-091-0/+0
* bistromathic: beware of portability issues with readlineAkim Demaille2021-08-082-8/+22
* d: prepare to be able to run LAC testsAkim Demaille2021-08-073-1/+30
* tests: factor iterating over skeletonsAkim Demaille2021-08-074-5/+15
* m4: catch suspicions of unevaluated macrosAkim Demaille2021-08-077-40/+57
* style: formatting changes in scan-code.lAkim Demaille2021-08-072-3/+11
* doc: avoid #define YYDEBUG in C++Akim Demaille2021-08-072-7/+10
* tests: extract AT_LOCATION_PRINT_DECLARE and AT_LOCATION_PRINT_DEFINEAkim Demaille2021-08-061-19/+31
* tests: rename AT_YACC_IF as AT_YACC_C_IFAkim Demaille2021-08-064-7/+7
* doc: more pointers to the examplesAkim Demaille2021-08-061-7/+10
* git: add diff patterns for Autotest and TexinfoAkim Demaille2021-08-062-1/+14
* CI: fix the GCC 9 buildAkim Demaille2021-08-061-1/+5
* todo: d: push and token ctors are doneAkim Demaille2021-08-041-96/+0
* doc: refer to the examplesAkim Demaille2021-08-041-9/+25
* examples: modernize the example MakefilesAkim Demaille2021-08-0415-98/+28
* doc: glr: document typed mergersAkim Demaille2021-08-042-11/+44
* style: tests: rebox commentsAkim Demaille2021-08-041-31/+31
* news: updateAkim Demaille2021-08-041-19/+37
* doc: fix spelloAkim Demaille2021-08-031-8/+7
* scan: fix typo in UTF-8 escapeAkim Demaille2021-08-032-24/+29
* todo: POSIX yacc and prototypesAkim Demaille2021-08-031-0/+4
* doc: update Doxygen template fileAkim Demaille2021-08-031-57/+124
* doc: a bit of editingAkim Demaille2021-08-031-69/+71
* gnulib: updateAkim Demaille2021-08-033-1/+1
* getargs: don't translate first line of --versionAlyssa Ross2021-08-011-1/+1
* all: fix confusion between token ctor and symbol ctorAkim Demaille2021-08-013-13/+14
* d: minor clean upAkim Demaille2021-07-252-14/+10
* gnulib: updateAkim Demaille2021-06-234-1/+17
* d: demonstrate the token constructorsAdela Vais2021-06-061-9/+10
* d: update documentationAdela Vais2021-04-111-20/+87
* d: demonstrate the push parserAdela Vais2021-04-111-1/+5
* d: add push parser supportAdela Vais2021-04-113-48/+198
* d: add token constructors supportAdela Vais2021-03-262-16/+53