summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | tests: run the main test suite on "make check"Akim Demaille2021-01-301-1/+3
* | d: tests: various style fixesAdela Vais2021-01-302-39/+28
* | Update URLs to prefer https: to http:Paul Eggert2021-01-29235-550/+548
* | tests: provide check-examples and check-testsAkim Demaille2021-01-274-24/+29
* | bistromathic: use gettext for all the messagesAkim Demaille2021-01-271-2/+2
* | d: tests: avoid mixing output from reportSyntaxError and getExpectedTokensAdela Vais2021-01-241-5/+9
* | glr2.cc: fix destructor supportAkim Demaille2021-01-241-2/+32
* | glr2.cc: beware of types with angle bracketsAkim Demaille2021-01-241-1/+1
* | package: fix details after merge with 3.7.5Akim Demaille2021-01-244-5/+38
* | Merge tag 'v3.7.5'Akim Demaille2021-01-245-48/+130
|\ \ | |/
| * version 3.7.5v3.7.5Akim Demaille2021-01-241-1/+1
| * tables: fix handling for useless tokensAkim Demaille2021-01-242-11/+79