summaryrefslogtreecommitdiff
path: root/data
Commit message (Expand)AuthorAgeFilesLines
* 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-111-2/+2
* style: rename b4_lex as b4_yylexAkim Demaille2021-08-096-22/+31
* yacc: comply with recent POSIX updates: declare yyerror and yylexAkim Demaille2021-08-092-4/+37
* d: prepare to be able to run LAC testsAkim Demaille2021-08-071-0/+1
* tests: factor iterating over skeletonsAkim Demaille2021-08-071-0/+2
* m4: catch suspicions of unevaluated macrosAkim Demaille2021-08-074-16/+21
* all: fix confusion between token ctor and symbol ctorAkim Demaille2021-08-013-13/+14
* d: add push parser supportAdela Vais2021-04-112-47/+195
* d: add token constructors supportAdela Vais2021-03-261-0/+27
* d: add api.value.type union supportAkim Demaille2021-03-262-6/+116
* d: rewrite Symbol's constructors in M4Adela Vais2021-03-261-14/+18
* Merge 3.7.6 into masterAkim Demaille2021-03-101-5/+7
|\
| * yacc: fix push parserAkim Demaille2021-03-071-5/+7
| * Update URLs to prefer https: to http:Paul Eggert2021-01-3025-31/+31
* | doc: fix documented function nameJoshua Watt2021-02-251-1/+1
* | c: rename YY_LOCATION_PRINT as YYLOCATION_PRINT and make it publicAkim Demaille2021-02-094-16/+29
* | c: stop defining YY_LOCATION_PRINT when locations are not enabledAkim Demaille2021-02-021-6/+2
* | yacc: remove support for YYPRINTAkim Demaille2021-02-012-16/+0
* | c++: issue a compile-time warning when #define YYSTYPE is usedAkim Demaille2021-02-011-3/+6
* | c++: stop referring to YYSTYPE in yylexAkim Demaille2021-02-012-4/+4
* | glr2.cc: no longer be part of b4_glr_cc_ifAkim Demaille2021-01-311-1/+1
* | m4: provide macros for api.value.type=unionAkim Demaille2021-01-311-3/+7
* | Update URLs to prefer https: to http:Paul Eggert2021-01-2926-32/+32
* | glr2.cc: fix destructor supportAkim Demaille2021-01-241-2/+32
* | glr2.cc: beware of types with angle bracketsAkim Demaille2021-01-241-1/+1
* | Merge tag 'v3.7.5'Akim Demaille2021-01-241-0/+12
|\ \ | |/
| * 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
* | d: examples: reduce scopesAkim Demaille2021-01-171-3/+13
* | package: codespellAkim Demaille2021-01-161-4/+4
* | package: bump copyrights to 2021Akim Demaille2021-01-1627-37/+37
* | c: add support for YYNOMEMAkim Demaille2021-01-162-14/+17
* | yacc.c, glr.c: style: rename yyreturn and yyreturnlabAkim Demaille2021-01-162-11/+11
* | glr.c: style: formatting changesAkim Demaille2021-01-161-14/+9
* | glr2.cc: don't prepare for subclassingAkim Demaille2021-01-161-9/+9
* | glr2.cc: formatting changesAkim Demaille2021-01-161-21/+28
* | glr2.cc: move strong_index_alias into implementation fileAkim Demaille2021-01-161-77/+89
* | glr2.cc: remove some useless qualificationsAkim Demaille2021-01-161-14/+13
* | glr2.cc: more free functions about the automaton into glr_stackAkim Demaille2021-01-161-43/+49
* | glr2.cc: move free-functions into glr_stackAkim Demaille2021-01-161-93/+80
* | glr2.cc: make yygetToken a member of glr_stackAkim Demaille2021-01-161-56/+51