summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bench: calc: work on a string instead of a fileAkim Demaille2020-03-221-107/+51
* bench: add a "latest" symlinkAkim Demaille2020-03-221-0/+5
* bench: use the same prefix in both bench methodsAkim Demaille2020-03-221-7/+5
* bench: use a C++-11 compilerAkim Demaille2020-03-221-3/+3
* bench: create a README file with benchesAkim Demaille2020-03-221-2/+5
* bench: calc: add support for google benchmarkAkim Demaille2020-03-211-17/+143
* bench: better error messages on invalid inputAkim Demaille2020-03-211-13/+9
* bench: simplify the calc grammarAkim Demaille2020-03-211-14/+1
* bench: die clearly on incorrect --grammar argumentsAkim Demaille2020-03-211-0/+3
* regenAkim Demaille2020-03-172-52/+64
* yacc.c: style: prefer switch to ifAkim Demaille2020-03-171-33/+30
* yacc.c: yypstate_expected_tokensAkim Demaille2020-03-173-34/+61
* examples: bistromathic: simplifyAkim Demaille2020-03-091-2/+0
* merge branch 'maint'Akim Demaille2020-03-0813-39/+188
|\
| * maint: post-release administriviaAkim Demaille2020-03-082-1/+4
| * version 3.5.3v3.5.3Akim Demaille2020-03-081-1/+1
| * news: update for 3.5.3Akim Demaille2020-03-081-0/+7
| * yacc.c: make sure we properly propagated the user's number for errorAkim Demaille2020-03-083-8/+18
| * diagnostics: don't crash because of repeated definitions of errorAkim Demaille2020-03-083-1/+37
| * style: initialize some struct membersAkim Demaille2020-03-081-0/+2
| * diagnostics: beware of zero-width charactersAkim Demaille2020-03-083-23/+45
| * diagnostics: be sure to close the styling when lines are too shortAkim Demaille2020-03-072-1/+48
| * muscles: fix incorrect decoding of $Akim Demaille2020-03-073-4/+22
| * code: be robust to reference with invalid tagsAkim Demaille2020-03-063-3/+7
| * build: fix typoAkimn Demaille2020-03-061-1/+1
| * doc: update recommandation for libtextstyleAkim Demaille2020-03-061-1/+1
| * style: comment changesAkim Demaille2020-03-064-15/+16
| * examples: use consistently the GFDL header for readmesAkim Demaille2020-03-067-65/+35
| * style: remove useless declarationsAkim Demaille2020-03-062-8/+0
| * typo: succesful -> successfulAdrian Vogelsgesang2020-03-063-3/+3
| * README: point to tests/bison, and document --traceAkim Demaille2020-03-062-1/+21
| * gnulib: updateAkim Demaille2020-03-061-0/+0
| * maint: post-release administriviaAkim Demaille2020-02-132-1/+4
* | README: point to tests/bison, and document --traceAkim Demaille2020-03-052-1/+21
* | yacc.c: simplify yyparse_context_t member namesAkim Demaille2020-03-051-3/+3
* | yacc.c: yyerror_range does not need to be preserved accross callsAkim Demaille2020-03-052-10/+6
* | yacc.c: push: undefine the pstate macros for the epilogueAkim Demaille2020-03-052-22/+34
* | yacc.c: push: initialize the pstate variables in pstate_newAkim Demaille2020-03-054-44/+79
* | style: formatting changesAkim Demaille2020-03-042-8/+7
* | bistromathic: properly compute the lcp, as expected by readlineAkim Demaille2020-03-042-2/+23
* | bistromathic: don't require spaces after operators for completionAkim Demaille2020-03-042-7/+11
* | bistromathic: check completionAkim Demaille2020-03-022-1/+18
* | m4: remove b4_function_define and b4_function_declareAkim Demaille2020-03-021-24/+0
* | m4: decommission b4_function_declareAkim Demaille2020-03-023-28/+18
* | m4: decommission function generating macroAkim Demaille2020-03-025-87/+62
* | examples: bistromathic: demonstrate the use of yyexpected_tokensAkim Demaille2020-03-016-60/+238
* | examples: use consistently the GFDL header for readmesAkim Demaille2020-03-018-78/+41
* | gnulib: use readlineAkim Demaille2020-03-014-0/+8
* | examples: bistromathic: don't use FlexAkim Demaille2020-02-295-91/+100
* | examples: bistromathic: strengthen testsAkim Demaille2020-02-294-7/+21