summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tests: do not depend on config.hAkim Demaille2019-10-104-11/+5
* doc: spell checkAkim Demaille2019-10-101-10/+9
* tests: style changesAkim Demaille2019-10-101-17/+17
* tests: formatting changesAkim Demaille2019-10-102-6/+6
* tests: add missing includesAkim Demaille2019-10-104-2/+9
* c: don't assume that UCHAR_MAX, etc. are definedAkim Demaille2019-10-101-6/+6
* configure: don't require FlexAkim Demaille2019-10-092-5/+6
* Move the integer-type selection into c.m4Paul Eggert2019-10-073-72/+78
* Use “least” types for integers in Yacc tablesPaul Eggert2019-10-074-29/+53
* Port better to C++ platformsPaul Eggert2019-10-062-15/+10
* Work around GCC 4.8 false alarms without castsPaul Eggert2019-10-063-10/+2
* regenAkim Demaille2019-10-062-33/+16
* tests: make recheckAkim Demaille2019-10-062-0/+10
* diagnostics: also show suggested %emptyAkim Demaille2019-10-064-0/+42
* diagnostics: sort symbols per locationAkim Demaille2019-10-064-22/+26
* diagnostics: suggest fixes for undeclared symbolsAkim Demaille2019-10-068-17/+95
* style: isolate complain_symbol_undeclaredAkim Demaille2019-10-062-10/+19
* style: simplify the handling of symbol and semantic_type tablesAkim Demaille2019-10-061-76/+44
* diagnostics: display suggested update after the caret-infoAkim Demaille2019-10-066-17/+63
* diagnostics: isolate caret_set_columnAkim Demaille2019-10-061-17/+36
* diagnostics: isolate caret_set_fileAkim Demaille2019-10-061-35/+51
* tests: use tput to get the number of columnsAkim Demaille2019-10-061-1/+1
* TODO: updateAkim Demaille2019-10-061-22/+0
* yacc.c: work around warnings from G++ 4.8Akim Demaille2019-10-062-4/+23
* yacc.c: work around warnings from Clang++ 3.3 and 3.4Akim Demaille2019-10-061-3/+4
* tests: avoid a GCC 4.8 warningAkim Demaille2019-10-051-1/+1
* * data/skeletons/glr.c (yysplitStack): Pacify Clang 8.Paul Eggert2019-10-051-1/+2
* Avoid quiet conversion of pointer to boolPaul Eggert2019-10-052-2/+2
* Port ARGMATCH_DEFINE_GROUP calls to C99Paul Eggert2019-10-052-5/+5
* Port lexcalc scan.l to Solaris 10Paul Eggert2019-10-051-0/+1
* 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
* tests: check more state numbersAkim Demaille2019-10-041-0/+3
* * doc/bison.texi (Table of Symbols): Mention memory exhaustion.Paul Eggert2019-10-031-1/+2
* Simplify mfcalc error handlingPaul Eggert2019-10-031-13/+7
* 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
* tests: be robust to -DNDEBUGAkim Demaille2019-10-032-0/+2
* CI: remove the symlink before creating itAkim Demaille2019-10-031-1/+3
* Adjust ‘Big horizontal’ test casePaul Eggert2019-10-021-1/+1
* regenPaul Eggert2019-10-022-85/+133
* Prefer signed to unsigned integersPaul Eggert2019-10-0241-299/+326
* Prefer signed types for indexes in skeletonsPaul Eggert2019-10-026-82/+112
* yacc: use the most appropriate integral type for state numbersAkim Demaille2019-09-305-25/+160
* 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-284-2/+18
|\
| * c++: add copy ctors for compatibility with the IAR compilerAkim Demaille2019-09-272-0/+16