summaryrefslogtreecommitdiff
path: root/data/skeletons
Commit message (Expand)AuthorAgeFilesLines
* yacc.c: use casts instead of pragmas when losing integer widthAkim Demaille2019-10-051-21/+3
* yacc.c: fix warnings about undefined macrosAkim Demaille2019-10-041-2/+2
* c++: fix comments suggesting to use %requireAkim Demaille2019-10-032-2/+2
* lalr1.cc: simplify uses of size_tAkim Demaille2019-10-031-31/+12
* c++: fixes for old compilersAkim Demaille2019-10-032-14/+14
* Prefer signed to unsigned integersPaul Eggert2019-10-027-163/+177
* Prefer signed types for indexes in skeletonsPaul Eggert2019-10-024-74/+98
* yacc: use the most appropriate integral type for state numbersAkim Demaille2019-09-301-18/+26
* yacc: introduce a type for statesAkim Demaille2019-09-301-32/+38
* style: prefer symbolic values rather than litteralsAkim Demaille2019-09-303-14/+14
* style: change misleading macro argument nameAkim Demaille2019-09-302-4/+4
* Merge remote-tracking branch 'upstream/maint'Akim Demaille2019-09-281-0/+15
|\
| * c++: add copy ctors for compatibility with the IAR compilerAkim Demaille2019-09-271-0/+15
| * yacc.c: beware of GCC's -Wmaybe-uninitializedAkim Demaille2019-09-081-0/+2
| * glr.c: initialize vector of boolsAkim Demaille2019-09-081-3/+6
| * c++: avoid duplicate definition of YYUSEAkim Demaille2019-09-081-3/+0
* | java: handle eof in yytranslateAkim Demaille2019-09-141-13/+7
* | d: handle eof in yytranslateAkim Demaille2019-09-141-12/+6
* | api.token.raw: apply to the other skeletonsAkim Demaille2019-09-144-17/+29
* | api.token.raw: implementAkim Demaille2019-09-142-3/+6
* | style: tidy yacc.cAkim Demaille2019-09-141-28/+33
* | glr.c: initialize vector of boolsAkim Demaille2019-09-061-3/+6
* | yacc.c: beware of GCC's -Wmaybe-uninitializedAkim Demaille2019-09-061-0/+2
* | lalr1.cc: fix LAC supportAkim Demaille2019-09-061-5/+7
* | c++: use resize to shrink a vectorAkim Demaille2019-08-181-2/+1
* | lalr1.cc: add LAC supportAdrian Vogelsgesang2019-08-091-17/+214
* | style: readability improvements to yacc.cAdrian Vogelsgesang2019-08-091-9/+10
* | lalr1.cc: reduce "scope"Adrian Vogelsgesang2019-08-091-1/+1
* | lalr1.cc: fix indentation of table declarations in the headerAdrian Vogelsgesang2019-08-091-2/+2
* | preserve the indentation in the ouputAkim Demaille2019-07-021-1/+1
* | c++: avoid duplicate definition of YYUSEAkim Demaille2019-06-301-3/+0
* | d: track locationsAkim Demaille2019-06-232-13/+18
* | d: style changesAkim Demaille2019-06-231-10/+10
* | d: put internal details inside the parserAkim Demaille2019-06-231-57/+59
* | d: honor %define parse.traceAkim Demaille2019-06-201-32/+36
* | d: style changesAkim Demaille2019-06-201-2/+2
* | d: prefer delegation to duplicationAkim Demaille2019-06-201-5/+3
* | d: enable #line outputAkim Demaille2019-06-201-0/+5
* | d: style changesAkim Demaille2019-06-201-9/+8
* | style: reduce scopes in glr.cAkim Demaille2019-06-201-4/+3
* | java: honor %define parse.traceAkim Demaille2019-06-201-40/+37
* | java: fix support for api.prefixAkim Demaille2019-06-191-2/+13
* | java: style changesAkim Demaille2019-06-191-88/+81
|/
* fix: copyable instead of copiableAkim Demaille2019-05-191-1/+1
* fix: use copiable, not copyableAkim Demaille2019-05-191-1/+1
* traces: use colors for the semantic valuesAkim Demaille2019-04-272-4/+6
* api.location.type: support it in CAkim Demaille2019-04-252-4/+7
* yacc.c: minor style changeAkim Demaille2019-04-121-2/+2
* no-lines: avoid leaving an empty line instead of the synclineAkim Demaille2019-04-037-31/+34
* java: use full locations for diagnostics about destructorsAkim Demaille2019-04-032-12/+3