This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change docs display for PERL_UNUSED_foo
[perl5.git] / regen / embed.pl
2020-07-20 Dagfinn Ilmari Man... Remove PERL_GLOBAL_STRUCT
2020-03-09 Tomasz Konojackinew function specifier: PERL_STATIC_FORCE_INLINE
2020-03-09 Tomasz Konojackiregen/embed.pl: handle PERL_STATIC_INLINE_NO_RET properly
2020-03-09 Tomasz Konojackiregen/embed.pl: fix error message
2020-03-01 Karl Williamsonregen/embed.pl: Force F or f flags on ... fcns
2019-09-15 Karl Williamsonregen/embed.pl: Enforce some flag restrictions
2019-09-15 Karl Williamsonregen/embed.pl: Update a branch test
2019-09-15 Karl Williamsonembed.fnc: 'm' and 'p' flags don't make sense together
2019-09-15 Karl Williamsonregen/embed.pl: Generally generate an ARGS_ASSERT
2019-09-15 Karl Williamsonregen/embed.pl: Wrap #if..#endif differently
2019-09-15 Karl WilliamsonAdd 'C' flag to embed.fnc, for "core-only" fcns
2019-09-03 Karl Williamsonembed.fnc: Add 'u' flag for unorthodox parameter macros
2019-09-03 Karl Williamsonregen/embed.pl: Enforce 'b' without 'M' requires 'D'
2019-09-03 Karl Williamsonregen/embed.pl: Enforce mutual exclusivity of 'b', 'm'
2019-09-03 Karl Williamsonautodoc.pl: Add h flag for hidden documentation
2019-09-03 Karl Williamsonregen/embed.pl: Improve error msg
2019-09-03 Karl Williamsonregen/embed.pl: Sort accepted flags list; N n s are...
2019-05-31 Karl Williamsonembed.fnc: Add flag for bypass macro existence
2019-05-31 Karl Williamsonembed.fnc: Change M flag to x
2019-05-31 Karl Williamsonembed.fnc: Change x flag to e
2019-05-31 Karl Williamsonembed.fnc: Change s flag to S
2019-05-31 Karl Williamsonembed.fnc: Change n flag to T
2017-02-24 Jarkko HietaniemiFollowup on a4570f51 for t/porting/extrefs.t
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-12-14 Karl Williamsonregen/embed.pl: Enforce static fcn can't be declared...
2016-12-14 Karl Williamsonregen/embed.pl: Keep parsing for some fatal issues
2016-11-30 Andy LesterRemove support for Splint static source code analyzer
2016-11-22 Andy LesterMake (P)ure funcs in embed.fnc imply (R)eturn must...
2016-11-11 H.Merijn BrandPatch unit tests to explicitly insert "." into @INC...
2016-10-19 Yves OrtonAdd a way to have functions with a trailing depth argum...
2016-09-01 Craig A. BerryMake PERLLIB_SEP dynamic on VMS.
2016-09-01 Karl Williamsonregen/embed.pl: Allow inline funcs to be named Perl_foo
2016-05-13 Karl Williamsonembed.fnc: Alter 'b' flag meaning
2016-05-13 Karl Williamsonregen/embed.pl: Don't: #define FOO FOO
2016-05-13 Karl Williamsonembed.fnc: Change 'b' flag to not imply 'p' flag
2016-05-13 Karl Williamsonregen/embed.pl: Verify flags field of embed.fnc
2015-08-14 Jarkko HietaniemiNo __attribute__((nonnull(...))) from NN.
2013-11-28 David Mitchellsilence -Wformat-nonliteral compiler warnings
2013-11-28 David Mitchellmark Perl_my_strftime with format attribute
2013-02-08 Karl Williamsonregen/embed.pl: Extract out duplicate code into a fcn
2013-02-08 Karl Williamsonregen/embed.pl: Warn if have > 1 i, p, and s flags
2012-12-28 Karl Williamsonregen/embed.pl: Add sanity test for entries
2012-11-27 Father ChrysostomosDisable PL_sawampersand
2012-11-24 Karl Williamsonregen/embed.pl: flag 'i' didn't work with 'n'
2012-11-20 Karl Williamsonregen/embed.pl: Fix uninit variable warning.
2012-10-10 Daniel Draganfix C++ builds broken by cdc4a174060
2012-10-09 Daniel Draganhave embed.pl add PERL_CALLCONV_NO_RET to noreturn...
2012-07-18 Jan DuboisFixup indentation
2012-07-18 Daniel DraganAdding support for Visual C's __declspec(noreturn)...
2011-08-25 Nicholas ClarkIn embed.pl, inline walk_table() into its only caller.
2011-08-25 Nicholas ClarkEliminate global.sym, as makedef.pl can generate it...
2011-08-25 Nicholas ClarkAdd regen/embed_lib.pl, for the code that processes...
2011-08-25 Nicholas ClarkIn embed.pl, move processing embed.fnc and regen/opcode...
2011-08-25 Nicholas ClarkIn embed.pl, refactor the handling of varargs *_noconte...
2011-08-25 Nicholas ClarkIn embed.pl, simplify the code that parses regen/opcodes.
2011-08-25 Nicholas Clarkembed.pl was relying on embed.fnc starting with a pre...
2011-08-11 Nicholas ClarkSimplify embedvar.h, removing a level of macro indirect...
2011-08-07 Nicholas ClarkIn embed.pl, inline hide() and bincompat_var() into...
2011-08-07 Nicholas ClarkIn embed.pl, refactor readvars() to return a sorted...
2011-08-07 Nicholas ClarkIn embed.pl, remove unused parameter $keep_pre from...
2011-06-12 Nicholas ClarkMove PL_sh_path to perl.h (except for OS/2), as it...
2011-06-12 Nicholas ClarkMove PL_{No,Yes,hexdigit} from perlvars.h to perl.h...
2011-05-19 Nicholas ClarkRename do_not_edit() to open_print_header(), and move...
2011-05-19 Nicholas ClarkAdd a 'quote' argument to read_only_top(), to pass...
2011-05-19 Nicholas ClarkRename safer_open() to open_new(), and eliminate the...
2011-01-29 Karl Williamsonembed.fnc: Add inline function capability
2011-01-23 Nicholas ClarkChange close_and_rename() to read_only_bottom_close_and...
2011-01-23 Nicholas ClarkIn regen/*.pl, refactor the repeated code for close...
2011-01-23 Nicholas ClarkMove all the generated file header printing into read_o...
2011-01-22 Nicholas ClarkIn embed.pl, move the logic for perlapi.c's Tolkien...
2011-01-09 Nicholas ClarkGenerate pp_* prototypes in pp_proto.h, and remove...
2011-01-09 Nicholas Clarkembed.pl can read the names of ck_* functions direct...
2010-10-14 Father Chrysostomosembed.pl -> regen/embed.pl
2010-10-10 Steffen MuellerMove regen scripts to regen/