summaryrefslogtreecommitdiff
path: root/src/muscle-tab.c
Commit message (Expand)AuthorAgeFilesLines
* cex: provide the user with a means to change the timeoutAkim Demaille2022-09-161-0/+3
* muscles: fix handling of the "@'" escapeAkim Demaille2022-09-041-4/+5
* package: bump copyrights to 2022Paul Eggert2022-01-151-1/+1
* avoid using atoiAkim Demaille2021-09-251-1/+2
* output: cache the mapped file namesAkim Demaille2021-02-261-3/+1
* output: use mapped file name for symbolsJoshua Watt2021-02-261-1/+3
* Update URLs to prefer https: to http:Paul Eggert2021-01-291-1/+1
* package: bump copyrights to 2021Akim Demaille2021-01-161-1/+1
* yacc.c: provide the Bison version as an integral macroAkim Demaille2020-11-111-3/+0
* java: rename package as api.packageAkim Demaille2020-06-281-0/+1
* c++: by default, use const std::string for file namesAkim Demaille2020-06-271-0/+1
* parser: keep string aliases as the user wrote itAkim Demaille2020-06-131-2/+1
* style: use hash_xinsertAkim Demaille2020-05-221-2/+1
* merge branch 'maint'Akim Demaille2020-03-081-1/+0
|\
| * muscles: fix incorrect decoding of $Akim Demaille2020-03-071-1/+0
| * package: bump copyrights to 2020Akim Demaille2020-01-101-1/+1
* | diagnostics: modernize the display of submessagesVictor Morales Cayuela2020-02-151-13/+9
* | package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
|/
* diagnostics: add missing translationAkim Demaille2019-11-031-4/+4
* Prefer signed to unsigned integersPaul Eggert2019-10-021-2/+2
* gnulib: updateAkim Demaille2019-09-111-4/+2
* check for memory exhaustionAkim Demaille2019-09-011-0/+2
* diagnostics: give m4 precise locationsAkim Demaille2019-04-271-1/+1
* diagnostics: fix locations coming from M4Akim Demaille2019-04-271-3/+5
* no-lines: avoid leaving an empty line instead of the synclineAkim Demaille2019-04-031-2/+2
* java: use full locations for diagnostics about destructorsAkim Demaille2019-04-031-5/+1
* diagnostics: let redundant definitions be only warningsAkim Demaille2019-01-221-14/+20
* diagnostics: add fixit support for duplicate removalAkim Demaille2019-01-141-0/+2
* diagnostics: improve the accuracy for %error-verboseAkim Demaille2019-01-141-1/+5
* diagnostics: avoid duplicate warnings for deprecated directivesAkim Demaille2019-01-141-10/+16
* diagnostics: style: avoid allocating memory when not neededAkim Demaille2019-01-141-18/+26
* style: minor changesAkim Demaille2019-01-131-7/+7
* package: bump copyrights to 2019Akim Demaille2019-01-051-1/+1
* java/d: rename some %define variables for consistencyAkim Demaille2019-01-051-0/+7
* rename parser_class_name as api.parser.classAkim Demaille2019-01-021-19/+29
* style: reduce scopes in muscle-tab.cAkim Demaille2018-09-241-73/+57
* Update copyright yearsAkim Demaille2018-05-121-1/+1
* package: bump to 2015Akim Demaille2015-01-041-1/+1
* build: use abort to pacify compiler errorsAkim Demaille2014-02-031-2/+2
* package: bump to 2014Akim Demaille2014-02-031-1/+1
* aver: it is no longer "protected against NDEBUG"Akim Demaille2013-11-121-7/+8
* build: fix a warning from clangAkim Demaille2013-06-031-0/+1
* muscle: enforce definition syntax for keyword variablesAkim Demaille2013-04-151-0/+39
* muscle: minor refactoringAkim Demaille2013-04-151-9/+10
* muscle: minor simplification which uncovers a missing warningAkim Demaille2013-04-151-4/+2
* muscle: factor the field retrievalAkim Demaille2013-04-151-13/+17
* muscle: factor the handling of used variablesAkim Demaille2013-04-151-9/+12
* muscle: factor the computation of variable namesAkim Demaille2013-04-151-25/+29
* muscles: be sure that %code snippets are not glue together on a single lineAkim Demaille2013-04-111-27/+33
* grammar: record the kind of %define variable valuesAkim Demaille2013-04-041-2/+32