This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update File-Temp to CPAN version 0.2302
[perl5.git] / regen / embed.pl
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/