summaryrefslogtreecommitdiff
path: root/src/muscle-tab.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* style: fix commentsAkim Demaille2013-04-041-7/+3
* muscle: refactorAkim Demaille2013-04-041-48/+45
* style: comment changesAkim Demaille2013-04-031-31/+0
* style: no longer use backquotesAkim Demaille2013-02-181-4/+4
* diagnostics: factor the list of warning namesAkim Demaille2013-02-141-1/+1
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* java: stype is obsoleted by api.value.typeAkim Demaille2012-12-311-0/+1
* %define variables: support value changes in deprecationAkim Demaille2012-12-231-15/+54
* diagnostics: treat obsolete %define variable names as obsolete directivesAkim Demaille2012-12-231-10/+25