summaryrefslogtreecommitdiff
path: root/data
Commit message (Expand)AuthorAgeFilesLines
* yacc.c: fix a typokaneko y2019-10-221-1/+1
* c++: port to Sun C++ 5.12Paul Eggert2019-10-171-2/+1
* c: port YY_ATTRIBUTE_UNUSED to Sun C 5.12Paul Eggert2019-10-171-11/+9
* c: improve port of stdint.h usage to pre-C99Paul Eggert2019-10-171-11/+8
* yacc: rename types for statesAkim Demaille2019-10-151-32/+33
* glr: style changesAkim Demaille2019-10-151-9/+7
* yacc: style changesAkim Demaille2019-10-151-5/+4
* d: comment changesAkim Demaille2019-10-121-2/+2
* glr: display line numbers in tracesAkim Demaille2019-10-111-4/+5
* c: improve patch for UCHAR_MAX etc. problemPaul Eggert2019-10-101-20/+22
* c: don't assume that UCHAR_MAX, etc. are definedAkim Demaille2019-10-101-6/+6
* Move the integer-type selection into c.m4Paul Eggert2019-10-073-72/+78
* Use “least” types for integers in Yacc tablesPaul Eggert2019-10-071-18/+43
* Port better to C++ platformsPaul Eggert2019-10-061-6/+6
* Work around GCC 4.8 false alarms without castsPaul Eggert2019-10-061-1/+1
* diagnostics: suggest fixes for undeclared symbolsAkim Demaille2019-10-061-1/+2
* diagnostics: display suggested update after the caret-infoAkim Demaille2019-10-061-0/+5
* yacc.c: work around warnings from G++ 4.8Akim Demaille2019-10-061-4/+4
* yacc.c: work around warnings from Clang++ 3.3 and 3.4Akim Demaille2019-10-061-3/+4
* * data/skeletons/glr.c (yysplitStack): Pacify Clang 8.Paul Eggert2019-10-051-1/+2
* 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