summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 3.5.91v3.5.91Akim Demaille2020-04-291-1/+1
* build: fix syntax-check issuesAkim Demaille2020-04-293-1/+5
* gnulib: updateAkim Demaille2020-04-293-0/+2
* doc: document YYEOF, YYUNDEF and YYerrorAkim Demaille2020-04-294-29/+72
* package: fix distcheckAkim Demaille2020-04-293-1/+36
* style: avoid gettextize warningsAkim Demaille2020-04-292-2/+2
* tests: beware of portability of readlineAkim Demaille2020-04-291-1/+2
* yacc.c: install backward compatibility for YYERRCODEAkim Demaille2020-04-283-4/+8
* style: c++: s/type/kind/ where appropriateAkim Demaille2020-04-283-44/+28
* java: clean up the definition of token kindsAkim Demaille2020-04-286-7/+16
* error: rename the error token from YYERRCODE to YYerrorAkim Demaille2020-04-2816-60/+48
* dogfooding: use YYERRCODE in our scannerAkim Demaille2020-04-273-13/+43
* scanner: avoid spurious errors about empty character literalsAkim Demaille2020-04-272-28/+22
* scanner: bad character literals are errorsAkim Demaille2020-04-272-22/+21
* regenAkim Demaille2020-04-271-1/+11
* todo: updateAkim Demaille2020-04-261-100/+23
* all: don't emit an error message when the scanner returns YYERRCODEAkim Demaille2020-04-266-76/+121
* c: don't emit an error message when the scanner returns YYERRCODEAkim Demaille2020-04-266-22/+214
* examples: bistromathic: demonstrate error recoveryAkim Demaille2020-04-264-3/+21
* examples: bistromathic: when quitting, close the current lineAkim Demaille2020-04-263-26/+45
* examples: bistromathic: comment changesAkim Demaille2020-04-261-1/+8
* doc: hacking tricksAkim Demaille2020-04-261-0/+14
* c++: make valid to print the empty symbolAkim Demaille2020-04-261-13/+11
* c++: always define symbol_nameAkim Demaille2020-04-262-32/+56
* c++: fix a few style issuesAkim Demaille2020-04-262-10/+10
* all: prefer YYERRCODE to YYERRORAkim Demaille2020-04-2611-31/+31
* style: glr.c: clarifyAkim Demaille2020-04-261-4/+5
* style: prefer b4_has_translations_ifAkim Demaille2020-04-262-2/+2
* style: glr.c: fix indentation issueAkim Demaille2020-04-261-1/+2
* style: fix a few remaining 'type' instead of 'kind'Akim Demaille2020-04-264-10/+10
* skeletons: make the warning about implementation details clearerAkim Demaille2020-04-266-9/+13
* style: c: fix a few minor issues about indentation of cpp directivesAkim Demaille2020-04-255-26/+57
* bench: store in benches/012 rather than in benches/12Akim Demaille2020-04-251-11/+18
* bench: minor improvementsAkim Demaille2020-04-251-5/+8
* style: clarify #endifAkim Demaille2020-04-252-2/+2
* style: minor fixesAkim Demaille2020-04-253-9/+8
* examples: bistromathic: shorten token descriptionAkim Demaille2020-04-244-10/+8
* examples: bistromathic: demonstrate internationalizationAkim Demaille2020-04-247-41/+122
* todo: update for YYERRCODEAkim Demaille2020-04-241-0/+112
* regenAkim Demaille2020-04-241-0/+5
* diagnostics: fix a typoAkim Demaille2020-04-241-1/+1
* c, c++: provide a default definition for N_Akim Demaille2020-04-206-2/+18
* i18n: also look in src/parse-gram.cAkim Demaille2020-04-191-0/+1
* style: fix commentsAkim Demaille2020-04-194-4/+4
* tokens: clean up the translation of special symbolsAkim Demaille2020-04-195-27/+41
* news: fix typoAkim Demaille2020-04-191-2/+2
* tests: beware of portability issues with wcAkim Demaille2020-04-192-3/+3
* maint: post-release administriviaAkim Demaille2020-04-182-1/+4
* version 3.5.90v3.5.90Akim Demaille2020-04-181-1/+1
* examples: beware of readline on macOSAkim Demaille2020-04-182-1/+31