summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* d: add api.value.type union supportAkim Demaille2021-03-264-11/+124
* d: rewrite Symbol's constructors in M4Adela Vais2021-03-261-14/+18
* gnulib: updateAkim Demaille2021-03-261-0/+0
* files: please syntax-checkAkim Demaille2021-03-101-2/+3
* Merge 3.7.6 into masterAkim Demaille2021-03-105-14/+159
|\
| * maint: post-release administriviaAkim Demaille2021-03-082-1/+4
| * version 3.7.6v3.7.6Akim Demaille2021-03-081-1/+1
| * doc: don't mention YY_LOCATION_PRINTAkim Demaille2021-03-071-1/+1
| * yacc: fix push parserAkim Demaille2021-03-073-8/+139
| * tables: fix again the handling of useless tokensAkim Demaille2021-03-072-5/+16
| * Update URLs to prefer https: to http:Paul Eggert2021-01-30222-535/+533
| * doc: fix typoAkim Demaille2021-01-241-3/+4
| * doc: document best deployment practices.Kaz Kylheku2021-01-241-0/+66
| * maint: post-release administriviaAkim Demaille2021-01-242-1/+4
* | html: fix memory leakAkim Demaille2021-02-261-2/+3
* | output: cache the mapped file namesAkim Demaille2021-02-267-48/+94
* | output: use mapped file name for symbolsJoshua Watt2021-02-262-3/+9
* | style: formatting changesAkim Demaille2021-02-262-10/+12
* | gnulib: updateAkim Demaille2021-02-262-0/+5
* | doc: fix documented function nameJoshua Watt2021-02-252-2/+3
* | regenAkim Demaille2021-02-251-8/+23
* | doc: printing locationsAkim Demaille2021-02-093-20/+63
* | examples: improve some function prototypesAkim Demaille2021-02-093-12/+12
* | examples: use YYLOCATION_PRINTAkim Demaille2021-02-093-8/+8
* | c: rename YY_LOCATION_PRINT as YYLOCATION_PRINT and make it publicAkim Demaille2021-02-094-16/+29
* | examples: do not rely on YY_LOCATION_PRINTAkim Demaille2021-02-091-0/+24
* | c: stop defining YY_LOCATION_PRINT when locations are not enabledAkim Demaille2021-02-021-6/+2
* | graph: output foo.gv by default, instead of *.dotAkim Demaille2021-02-025-19/+18
* | tests: adjust to the removal of YYPRINTAkim Demaille2021-02-011-4/+0
* | yacc: remove support for YYPRINTAkim Demaille2021-02-017-116/+34
* | c++: issue a compile-time warning when #define YYSTYPE is usedAkim Demaille2021-02-013-12/+18
* | c++: make it clear that #define YYSTYPE is not supportedAkim Demaille2021-02-013-36/+32
* | c++: stop referring to YYSTYPE in yylexAkim Demaille2021-02-012-4/+4
* | CI: try GCC 11 and Clang 11Akim Demaille2021-02-011-37/+69
* | gnulib: updateAkim Demaille2021-02-011-0/+0
* | 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-312-3/+10
* | traces: display the Bison versionAkim Demaille2021-01-305-24/+27