| Commit message (Expand) | Author | Age | Files | Lines |
* | Followup on a4570f51 for t/porting/extrefs.t | Jarkko Hietaniemi | 2017-02-24 | 1 | -0/+4 |
* | Switch most open() calls to three-argument form. | John Lightsey | 2016-12-23 | 1 | -1/+1 |
* | regen/embed.pl: Enforce static fcn can't be declared pure. | Karl Williamson | 2016-12-14 | 1 | -0/+1 |
* | regen/embed.pl: Keep parsing for some fatal issues | Karl Williamson | 2016-12-14 | 1 | -10/+19 |
* | Remove support for Splint static source code analyzer | Andy Lester | 2016-11-30 | 1 | -14/+3 |
* | Make (P)ure funcs in embed.fnc imply (R)eturn must be checked | Andy Lester | 2016-11-22 | 1 | -1/+1 |
* | Patch unit tests to explicitly insert "." into @INC when needed. | H.Merijn Brand | 2016-11-11 | 1 | -2/+2 |
* | Add a way to have functions with a trailing depth argument under debugging | Yves Orton | 2016-10-19 | 1 | -2/+12 |
* | Make PERLLIB_SEP dynamic on VMS. | Craig A. Berry | 2016-09-01 | 1 | -0/+2 |
* | regen/embed.pl: Allow inline funcs to be named Perl_foo | Karl Williamson | 2016-08-31 | 1 | -7/+3 |
* | embed.fnc: Alter 'b' flag meaning | Karl Williamson | 2016-05-12 | 1 | -2/+6 |
* | regen/embed.pl: Don't: #define FOO FOO | Karl Williamson | 2016-05-12 | 1 | -1/+3 |
* | embed.fnc: Change 'b' flag to not imply 'p' flag | Karl Williamson | 2016-05-12 | 1 | -1/+1 |
* | regen/embed.pl: Verify flags field of embed.fnc | Karl Williamson | 2016-05-12 | 1 | -0/+3 |
* | No __attribute__((nonnull(...))) from NN. | Jarkko Hietaniemi | 2015-08-14 | 1 | -4/+0 |
* | silence -Wformat-nonliteral compiler warnings | David Mitchell | 2013-11-28 | 1 | -5/+19 |
* | mark Perl_my_strftime with format attribute | David Mitchell | 2013-11-28 | 1 | -2/+7 |
* | regen/embed.pl: Extract out duplicate code into a fcn | Karl Williamson | 2013-02-08 | 1 | -20/+13 |
* | regen/embed.pl: Warn if have > 1 i, p, and s flags | Karl Williamson | 2013-02-08 | 1 | -2/+7 |
* | regen/embed.pl: Add sanity test for entries | Karl Williamson | 2012-12-28 | 1 | -0/+3 |
* | Disable PL_sawampersand | Father Chrysostomos | 2012-11-27 | 1 | -0/+6 |
* | regen/embed.pl: flag 'i' didn't work with 'n' | Karl Williamson | 2012-11-24 | 1 | -1/+1 |
* | regen/embed.pl: Fix uninit variable warning. | Karl Williamson | 2012-11-19 | 1 | -1/+1 |
* | fix C++ builds broken by cdc4a174060 | Daniel Dragan | 2012-10-10 | 1 | -4/+7 |
* | have embed.pl add PERL_CALLCONV_NO_RET to noreturn statics | Daniel Dragan | 2012-10-09 | 1 | -0/+3 |
* | Fixup indentation | Jan Dubois | 2012-07-18 | 1 | -6/+9 |
* | Adding support for Visual C's __declspec(noreturn) function declarations to perl | Daniel Dragan | 2012-07-18 | 1 | -2/+5 |
* | In embed.pl, inline walk_table() into its only caller. | Nicholas Clark | 2011-08-25 | 1 | -27/+6 |
* | Eliminate global.sym, as makedef.pl can generate it internally. | Nicholas Clark | 2011-08-25 | 1 | -21/+0 |
* | Add regen/embed_lib.pl, for the code that processes embed.fnc and regen/opcodes | Nicholas Clark | 2011-08-25 | 1 | -133/+1 |
* | In embed.pl, move processing embed.fnc and regen/opcodes into a function. | Nicholas Clark | 2011-08-25 | 1 | -86/+91 |
* | In embed.pl, refactor the handling of varargs *_nocontext wrappers. | Nicholas Clark | 2011-08-25 | 1 | -12/+17 |
* | In embed.pl, simplify the code that parses regen/opcodes. | Nicholas Clark | 2011-08-25 | 1 | -4/+2 |
* | embed.pl was relying on embed.fnc starting with a pre-processor directive. | Nicholas Clark | 2011-08-25 | 1 | -12/+24 |
* | Simplify embedvar.h, removing a level of macro indirection for PL_* variables. | Nicholas Clark | 2011-08-11 | 1 | -48/+15 |
* | In embed.pl, inline hide() and bincompat_var() into their only call point. | Nicholas Clark | 2011-08-07 | 1 | -12/+2 |
* | In embed.pl, refactor readvars() to return a sorted list. | Nicholas Clark | 2011-08-07 | 1 | -18/+15 |
* | In embed.pl, remove unused parameter $keep_pre from readvars(). | Nicholas Clark | 2011-08-07 | 1 | -3/+2 |
* | Move PL_sh_path to perl.h (except for OS/2), as it's const char[] | Nicholas Clark | 2011-06-12 | 1 | -0/+4 |
* | Move PL_{No,Yes,hexdigit} from perlvars.h to perl.h, as all are const char[] | Nicholas Clark | 2011-06-12 | 1 | -11/+1 |
* | Rename do_not_edit() to open_print_header(), and move open_new() into it. | Nicholas Clark | 2011-05-19 | 1 | -22/+19 |
* | Add a 'quote' argument to read_only_top(), to pass in an optional Tolkien. | Nicholas Clark | 2011-05-19 | 1 | -6/+6 |
* | Rename safer_open() to open_new(), and eliminate the first parameter. | Nicholas Clark | 2011-05-19 | 1 | -6/+6 |
* | embed.fnc: Add inline function capability | Karl Williamson | 2011-01-29 | 1 | -3/+6 |
* | Change close_and_rename() to read_only_bottom_close_and_rename() | Nicholas Clark | 2011-01-23 | 1 | -18/+9 |
* | In regen/*.pl, refactor the repeated code for close and rename if different. | Nicholas Clark | 2011-01-23 | 1 | -18/+12 |
* | Move all the generated file header printing into read_only_top() | Nicholas Clark | 2011-01-23 | 1 | -39/+7 |
* | In embed.pl, move the logic for perlapi.c's Tolkien quote out from do_not_edit() | Nicholas Clark | 2011-01-22 | 1 | -12/+13 |
* | Generate pp_* prototypes in pp_proto.h, and remove pp.sym | Nicholas Clark | 2011-01-09 | 1 | -28/+9 |
* | embed.pl can read the names of ck_* functions direct from regen/opcodes | Nicholas Clark | 2011-01-09 | 1 | -6/+20 |