summaryrefslogtreecommitdiff
path: root/data/skeletons
Commit message (Expand)AuthorAgeFilesLines
* warnings: pacify ICC in lalr1.ccAkim Demaille2020-01-191-7/+7
* lalr1.cc: avoid static_castAkim Demaille2020-01-101-2/+2
* glr.c: add missing castAkim Demaille2020-01-101-1/+2
* package: bump copyrights to 2020Akim Demaille2020-01-1019-27/+27
* glr.cc: avoid compiler warningsAkim Demaille2019-12-291-1/+2
* warnings: pacify ‘gcc -Wchar-subscripts’ in yacc.cPaul Eggert2019-12-181-5/+5
* glr.cc: disable warnings from Clang on macOSAkim Demaille2019-12-081-0/+6
* api.token.raw: fix it in C++Akim Demaille2019-12-081-1/+1
* c++: fix comments for %code blocksAkim Demaille2019-12-081-2/+2
* c++: fix spelloAkim Demaille2019-12-081-1/+1
* d: obey parse.errorAkim Demaille2019-12-071-73/+67
* c++: also prefer YY_ASSERT to YYASSERTAkim Demaille2019-12-071-20/+20
* glr.c: obey the parse.assert %define variableAkim Demaille2019-12-071-22/+24
* c++: beware of short ranges for state numbersAkim Demaille2019-12-071-1/+2
* warnings: enable -Wuseless-cast, and eliminate warningsAkim Demaille2019-12-063-95/+130
* diagnostics: style changesAkim Demaille2019-12-021-4/+3
* glr.c: style changesAkim Demaille2019-12-021-24/+25
* c++: get rid of symbol_type::token ()Akim Demaille2019-12-011-19/+1
* c++: remove useless cast about user_token_number_max_Akim Demaille2019-12-012-4/+5
* c++: clean a few issues wrt special tokensAkim Demaille2019-12-012-7/+10
* d, java: improve yytranslate and neighborsAkim Demaille2019-12-012-22/+26
* d, java: get rid of a useless tableAkim Demaille2019-12-012-11/+0
* c++, d, java: remove yyerrcodeAkim Demaille2019-11-303-3/+0
* c++: improve typingAkim Demaille2019-11-301-1/+1
* c++: remove useless cast about yyeof_Akim Demaille2019-11-301-1/+1
* glr: style changeAkim Demaille2019-11-301-13/+7
* glr: remove useless castsAkim Demaille2019-11-301-6/+5
* yacc.c, glr.c: fix crash when reporting errors in consistent statesAkim Demaille2019-11-292-19/+27
* style: pacify syntax-checkAkim Demaille2019-11-202-6/+8
* c++: expose the type used to store line and column numbersAkim Demaille2019-11-061-27/+39
* c++: fix old cast warningsAkim Demaille2019-11-026-90/+135
* C++: finish propagating the unsigned->signed conversion in locationsAkim Demaille2019-10-291-9/+9
* style: glr.c: comment changesAkim Demaille2019-10-291-4/+4
* lalr1.cc: fix previous commit: printing of state numbersAkim Demaille2019-10-241-2/+2
* lalr1.cc: use computed state typesAkim Demaille2019-10-241-5/+4
* 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