summaryrefslogtreecommitdiff
path: root/data/skeletons/c.m4
Commit message (Expand)AuthorAgeFilesLines
* package: bump copyrights to 2022Paul Eggert2022-01-151-1/+1
* c: fix _Noreturn support detectionAkim Demaille2021-08-111-1/+1
* style: rename b4_lex as b4_yylexAkim Demaille2021-08-091-7/+7
* yacc: comply with recent POSIX updates: declare yyerror and yylexAkim Demaille2021-08-091-2/+10
* c: rename YY_LOCATION_PRINT as YYLOCATION_PRINT and make it publicAkim Demaille2021-02-091-12/+27
* c: stop defining YY_LOCATION_PRINT when locations are not enabledAkim Demaille2021-02-021-6/+2
* yacc: remove support for YYPRINTAkim Demaille2021-02-011-7/+0
* Update URLs to prefer https: to http:Paul Eggert2021-01-291-1/+1
* Merge tag 'v3.7.5'Akim Demaille2021-01-241-0/+12
|\
| * package: bump copyrights to 2021Akim Demaille2021-01-231-1/+1
| * style: YYUSE is private, make it YY_USEAkim Demaille2021-01-231-6/+6
| * c: adjust _Noreturn to pedantic clangAkim Demaille2021-01-231-7/+9
| * c: port to HP-UX 11.23Paul Eggert2021-01-211-0/+12
* | package: bump copyrights to 2021Akim Demaille2021-01-161-1/+1
* | c: adjust _Noreturn to pedantic clangAkim Demaille2021-01-131-7/+9
* | d: add support for %printerAkim Demaille2021-01-071-3/+10
* | style: YYUSE is private, make it YY_USEAkim Demaille2021-01-031-6/+6
* | skeletons: better comments for some tablesAkim Demaille2020-12-201-1/+1
* | style: prefer b4_symbol(empty, ...) to b4_symbol(-2, ...)Akim Demaille2020-11-131-3/+3
* | Merge branch 'maint'Akim Demaille2020-11-131-7/+8
|\ \ | |/
| * yacc.c: provide the Bison version as an integral macroAkim Demaille2020-11-111-4/+4
| * yacc.c: fix #definition of YYEMPTYTodd C. Miller2020-11-111-3/+4
* | style: avoid explicit symbol numbersAkim Demaille2020-11-071-1/+1
* | options: rename --defines as --headerAkim Demaille2020-09-191-1/+1
* | glr2.cc: disable GCC 4.6 warningAkim Demaille2020-09-151-2/+8
* | glr2.cc: fix a few warningsAkim Demaille2020-08-301-1/+1
* | glr2.cc: fork glr.cc to a c++ versionValentin Tolmer2020-08-301-1/+6
|/
* all: show the rules in comments before the user actionsAkim Demaille2020-06-071-3/+3
* kinds: also define the possibly qualified symbol kindsAkim Demaille2020-05-231-2/+2
* style: rename user_token_number as codeAkim Demaille2020-05-231-1/+1
* c: more fixes for _NoreturnAkim Demaille2020-05-171-2/+3
* c: restore definition of _Noreturn as [[noreturn]] in C++Akim Demaille2020-05-161-9/+6
* don't use stdnoreturnAkim Demaille2020-05-101-3/+13
* glr.c: beware of portability issues with PTRDIFF_MAXAkim Demaille2020-05-041-1/+49
* error: rename the error token from YYERRCODE to YYerrorAkim Demaille2020-04-281-1/+1
* style: c: fix a few minor issues about indentation of cpp directivesAkim Demaille2020-04-251-10/+10
* c, c++: also define YYEMPTY in yytoken_kind_tAkim Demaille2020-04-131-0/+5
* doc: promote yytoken_kind_t, not yytokentypeAkim Demaille2020-04-121-3/+4
* tokens: properly define the YYEOF token kindAkim Demaille2020-04-121-1/+4
* tokens: define the "$undefined" token kindAkim Demaille2020-04-121-0/+6
* tokens: style: minor fixesAkim Demaille2020-04-121-6/+6
* symbols: minor fixesAkim Demaille2020-04-101-7/+7
* skeletons: introduce api.symbol.prefixAkim Demaille2020-04-071-0/+1
* c: make the symbol kind definition nicer to readAkim Demaille2020-04-061-9/+8
* c: make the token kind definition nicer to readAkim Demaille2020-04-061-4/+8
* c: make the generated YYSTYPE nicer to readAkim Demaille2020-04-061-3/+3
* skeletons: use consistently "kind" instead of "type" in the codeAkim Demaille2020-04-051-9/+9
* m4: rename b4_symbol_sid as b4_symbol_kindAkim Demaille2020-04-051-3/+3
* c, c++: rename yysymbol_type_t as yysymbol_kind_tAkim Demaille2020-04-051-5/+5
* glr.c, yacc.c: propagate yysymbol_type_tAkim Demaille2020-04-011-3/+3