summaryrefslogtreecommitdiff
path: root/regen/embed.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* regen/embed.pl: Allow inline funcs to be named Perl_fooKarl Williamson2016-08-311-7/+3
* embed.fnc: Alter 'b' flag meaningKarl Williamson2016-05-121-2/+6
* regen/embed.pl: Don't: #define FOO FOOKarl Williamson2016-05-121-1/+3
* embed.fnc: Change 'b' flag to not imply 'p' flagKarl Williamson2016-05-121-1/+1
* regen/embed.pl: Verify flags field of embed.fncKarl Williamson2016-05-121-0/+3
* No __attribute__((nonnull(...))) from NN.Jarkko Hietaniemi2015-08-141-4/+0
* silence -Wformat-nonliteral compiler warningsDavid Mitchell2013-11-281-5/+19
* mark Perl_my_strftime with format attributeDavid Mitchell2013-11-281-2/+7
* regen/embed.pl: Extract out duplicate code into a fcnKarl Williamson2013-02-081-20/+13
* regen/embed.pl: Warn if have > 1 i, p, and s flagsKarl Williamson2013-02-081-2/+7
* regen/embed.pl: Add sanity test for entriesKarl Williamson2012-12-281-0/+3
* Disable PL_sawampersandFather Chrysostomos2012-11-271-0/+6
* regen/embed.pl: flag 'i' didn't work with 'n'Karl Williamson2012-11-241-1/+1
* regen/embed.pl: Fix uninit variable warning.Karl Williamson2012-11-191-1/+1
* fix C++ builds broken by cdc4a174060Daniel Dragan2012-10-101-4/+7