| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge adjacent #ifndef PERL_IMPLICIT_CONTEXT blocks in embed.h | Nicholas Clark | 2010-09-30 | 1 | -6/+0 |
* | Remove empty #if/#endif pairs from embed.h | Nicholas Clark | 2010-09-30 | 1 | -52/+0 |
* | Sort embed.fnc by CPP macro and then function name, before generating files. | Nicholas Clark | 2010-09-30 | 1 | -1639/+1203 |
* | When generating embed.h, return early if an embed.fnc entry causes no output. | Nicholas Clark | 2010-09-29 | 1 | -52/+0 |
* | Normalise all the pre-processor directives in embed.h and proto.h | Nicholas Clark | 2010-09-29 | 1 | -85/+85 |
* | Skip the blank lines when processing embed.fnc | Nicholas Clark | 2010-09-29 | 1 | -10/+0 |
* | systematically provide pv/pvn/pvs/sv quartets | Zefram | 2010-09-28 | 1 | -0/+5 |
* | Remove empty preprocessor directive in embed.fnc | Andy Dougherty | 2010-09-27 | 1 | -2/+0 |
* | Move OP prototypes from pp_proto.h to proto.h | Nicholas Clark | 2010-09-27 | 1 | -41/+2 |
* | Use the same $func to Perl_$func macros independent of multiplicity. | Nicholas Clark | 2010-09-25 | 1 | -2469/+51 |
* | [perl #76814] FETCH called twice - ! | Father Chrysostomos | 2010-09-24 | 1 | -2/+2 |
* | [perl #76814] FETCH called twice - string comparison ops | Father Chrysostomos | 2010-09-24 | 1 | -4/+8 |
* | Run perl regen.pl after removing regcurly from embed.fnc. | Andy Dougherty | 2010-09-22 | 1 | -6/+0 |
* | Emit $_ to Perl_$_ for "nocontext" functions under multiplicity. | Nicholas Clark | 2010-09-22 | 1 | -0/+16 |
* | Programmatically generate the compatibility macros for "misnamed functions". | Nicholas Clark | 2010-09-22 | 1 | -4/+4 |
* | Programmatically generate embed.h's *_nocontext exception list in embed.pl. | Nicholas Clark | 2010-09-21 | 1 | -21/+21 |
* | Back out the mauve module and related changes | Florian Ragwitz | 2010-09-16 | 1 | -2/+0 |
* | add hv_copy_hints_hv and save_hints to the API | Zefram | 2010-09-16 | 1 | -6/+2 |
* | Shorten external symbol name for VMS | Florian Ragwitz | 2010-09-11 | 1 | -2/+2 |
* | Remove offer_nice_chunk(), PL_nice_chunk and PL_nice_chunk_size. | Nicholas Clark | 2010-09-08 | 1 | -6/+0 |
* | make qw(...) first-class syntax | Zefram | 2010-09-08 | 1 | -0/+4 |
* | Move magicalize_{isa,overload} out into functions | Florian Ragwitz | 2010-09-08 | 1 | -0/+4 |
* | make regen. | Ben Morrow | 2010-09-07 | 1 | -0/+10 |
* | Regenerate headers after last patch | Rafael Garcia-Suarez | 2010-09-06 | 1 | -2/+6 |
* | add sv_reftype_len() and make sv_reftype() be a wrapper for it | Yves Orton | 2010-08-30 | 1 | -0/+2 |
* | make recursive part of peephole optimiser hookable | Zefram | 2010-08-26 | 1 | -0/+2 |
* | Move the declaration for more_bodies outside of an #if defined(PERL_IN_SV_C) | Nicholas Clark | 2010-08-20 | 1 | -2/+2 |
* | Expose more_bodies(), and use it to replace S_more_he(). | Nicholas Clark | 2010-08-20 | 1 | -4/+2 |
* | In sv.c, pass in values to S_more_bodies, instead of using bodies_by_type. | Nicholas Clark | 2010-08-20 | 1 | -1/+1 |
* | Revert "Make the peep recurse via PL_peepp" | Florian Ragwitz | 2010-08-16 | 1 | -1/+1 |
* | Revert "process xhv_backreferences early in S_hfreeentries" | David Mitchell | 2010-07-29 | 1 | -0/+6 |
* | Change function signature of grok_bslash_o | Karl Williamson | 2010-07-27 | 1 | -1/+1 |
* | Make the peep recurse via PL_peepp | Florian Ragwitz | 2010-07-25 | 1 | -1/+1 |
* | Add Perl_init_dbargs(), to set up @DB::args without losing SV references. | Nicholas Clark | 2010-07-21 | 1 | -0/+2 |
* | Add \o{} escape | Karl Williamson | 2010-07-17 | 1 | -0/+2 |
* | protect CvGV weakref with backref | David Mitchell | 2010-07-14 | 1 | -2/+6 |
* | protect CvSTASH weakref with backrefs | David Mitchell | 2010-07-14 | 1 | -4/+8 |
* | process xhv_backreferences early in S_hfreeentries | David Mitchell | 2010-07-14 | 1 | -6/+0 |
* | Create S_assert_uft8_cache_coherent() with one copy of the cache panic code. | Nicholas Clark | 2010-07-12 | 1 | -0/+2 |
* | Break S_utf8_mg_len_cache_update() out from Perl_sv_len_utf8(). | Nicholas Clark | 2010-07-12 | 1 | -0/+2 |
* | Wrap PL_blockhooks in an API function. | Ben Morrow | 2010-07-12 | 1 | -0/+4 |
* | Get rid of PERL_DECL_PROT | Jan Dubois | 2010-07-07 | 1 | -110/+110 |
* | add my_[l]stat_flags(); make my_[l]stat() mathoms | David Mitchell | 2010-07-03 | 1 | -4/+12 |
* | Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify). | Nicholas Clark | 2010-06-27 | 1 | -0/+2 |
* | Change S_tied_handle_method() to varargs to allow extra SV parameters. | Nicholas Clark | 2010-06-13 | 1 | -2/+0 |
* | Merge simple tied handle method calls into S_tied_handle_method(). | Nicholas Clark | 2010-06-13 | 1 | -0/+2 |
* | Change name of ibcmp to foldEQ | Karl Williamson | 2010-06-05 | 1 | -6/+6 |
* | Make pp_reverse fetch the lexical $_ from the correct pad | Vincent Pit | 2010-06-03 | 1 | -0/+2 |
* | Convert PAD_DUP to a function Perl_padlist_dup(). | Nicholas Clark | 2010-05-24 | 1 | -0/+10 |
* | When deleting CLONE_PARAMS, push any unreferenced SVs onto the temps stack. | Nicholas Clark | 2010-05-24 | 1 | -0/+10 |