summaryrefslogtreecommitdiff
path: root/regen/embed.pl
Commit message (Expand)AuthorAgeFilesLines
* regen/embed.pl: don't hide mathomsTomasz Konojacki2023-04-191-1/+1
* regen/embed.pl - change _aDEPTH and _pDEPTH to not have a leading underbarYves Orton2023-03-191-2/+2
* embed.fnc - document deprecate_xxx() macros and add them to handy.hYves Orton2023-03-181-1/+1
* embed.pl - sort and dedupe flags in embef.fnc as part of tidyYves Orton2023-02-191-6/+1
* embed.pl - the 's', 'S', 'i' and 'I' flags are mutually exclusiveYves Orton2023-02-011-3/+16
* embed.pl - add a way to declare a parameter should be non-zeroYves Orton2023-01-141-1/+2
* regen/embed.pl - switch to using HeaderParser for code generation and etc.Yves Orton2022-12-241-219/+318
* Emit __VA_ARGS__-using macros into embed.h when on PERL_COREPaul "LeoNerd" Evans2022-08-031-13/+27
* Avoid some confusion in regen/embed.pl by renaming the scalar $args to $argcPaul "LeoNerd" Evans2022-08-031-9/+9
* hide private functions with __attribute__((visibility("hidden")))Tomasz Konojacki2022-06-181-0/+4
* regen/embed.pl: Add static Perl_ not_inlined capabilityKarl Williamson2022-06-141-4/+6
* regen/embed.pl: Use $var to avoid duplicate stringKarl Williamson2022-06-141-9/+11
* Change autodoc flagKarl Williamson2022-06-141-1/+1
* regen/embed.pl: Handle "literals" parametersKarl Williamson2022-05-291-3/+15
* regen/embed.pl: Allow perl_' prefix to namesKarl Williamson2022-05-181-2/+11
* replace all instances of PERL_IMPLICIT_CONTEXT with MULTIPLICITYTomasz Konojacki2021-06-091-29/+7
* regen/embed.pl: G flag mean NN, NULLOK not reqdKarl Williamson2021-04-141-1/+4
* style: Detabify regen files.Michael G. Schwern2021-01-171-240/+240
* embed.h: Add caution about PERL_NO_SHORT_NAMESKarl Williamson2020-10-261-1/+3
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-201-171/+0
* new function specifier: PERL_STATIC_FORCE_INLINETomasz Konojacki2020-03-091-13/+26
* regen/embed.pl: handle PERL_STATIC_INLINE_NO_RET properlyTomasz Konojacki2020-03-091-1/+1
* regen/embed.pl: fix error messageTomasz Konojacki2020-03-091-1/+1
* regen/embed.pl: Force F or f flags on ... fcnsKarl Williamson2020-03-011-1/+5
* regen/embed.pl: Enforce some flag restrictionsKarl Williamson2019-09-151-3/+14
* regen/embed.pl: Update a branch testKarl Williamson2019-09-151-1/+1
* embed.fnc: 'm' and 'p' flags don't make sense togetherKarl Williamson2019-09-151-1/+3
* regen/embed.pl: Generally generate an ARGS_ASSERTKarl Williamson2019-09-151-5/+7
* regen/embed.pl: Wrap #if..#endif differentlyKarl Williamson2019-09-151-4/+3
* Add 'C' flag to embed.fnc, for "core-only" fcnsKarl Williamson2019-09-151-1/+1
* embed.fnc: Add 'u' flag for unorthodox parameter macrosKarl Williamson2019-09-021-1/+3
* regen/embed.pl: Enforce 'b' without 'M' requires 'D'Karl Williamson2019-09-021-0/+2
* regen/embed.pl: Enforce mutual exclusivity of 'b', 'm'Karl Williamson2019-09-021-0/+2
* autodoc.pl: Add h flag for hidden documentationKarl Williamson2019-09-021-1/+1
* regen/embed.pl: Improve error msgKarl Williamson2019-09-021-1/+2
* regen/embed.pl: Sort accepted flags list; N n s are legalKarl Williamson2019-09-021-1/+1
* embed.fnc: Add flag for bypass macro existenceKarl Williamson2019-05-301-2/+5
* embed.fnc: Change M flag to xKarl Williamson2019-05-301-1/+1
* embed.fnc: Change x flag to eKarl Williamson2019-05-301-1/+1
* embed.fnc: Change s flag to SKarl Williamson2019-05-301-7/+7
* embed.fnc: Change n flag to TKarl Williamson2019-05-301-3/+3
* Followup on a4570f51 for t/porting/extrefs.tJarkko Hietaniemi2017-02-241-0/+4
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-1/+1
* regen/embed.pl: Enforce static fcn can't be declared pure.Karl Williamson2016-12-141-0/+1
* regen/embed.pl: Keep parsing for some fatal issuesKarl Williamson2016-12-141-10/+19
* Remove support for Splint static source code analyzerAndy Lester2016-11-301-14/+3
* Make (P)ure funcs in embed.fnc imply (R)eturn must be checkedAndy Lester2016-11-221-1/+1
* Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-111-2/+2
* Add a way to have functions with a trailing depth argument under debuggingYves Orton2016-10-191-2/+12
* Make PERLLIB_SEP dynamic on VMS.Craig A. Berry2016-09-011-0/+2