| Commit message (Expand) | Author | Age | Files | Lines |
* | embed.pl -> regen/embed.pl | Father Chrysostomos | 2010-10-13 | 1 | -2/+2 |
* | [perl #78362] Make mro_package_moved check for recursion | Father Chrysostomos | 2010-10-12 | 1 | -1/+1 |
* | Add LINKLIST to the API. | Ben Morrow | 2010-10-12 | 1 | -5/+5 |
* | APIify op list constructors | Zefram | 2010-10-12 | 1 | -3/+3 |
* | Reset isa caches on nonexistent substashes when stash trees are moved | Father Chrysostomos | 2010-10-12 | 1 | -5/+1 |
* | Allow mro_isa_changed_in to be called on nonexistent packages | Father Chrysostomos | 2010-10-11 | 1 | -4/+3 |
* | plugin mechanism to rewrite calls to a subroutine | Zefram | 2010-10-10 | 1 | -0/+48 |
* | make sv_clear() iterate over AVs | David Mitchell | 2010-10-11 | 1 | -2/+2 |
* | Reset isa on stash manipulation | Father Chrysostomos | 2010-10-09 | 1 | -0/+5 |
* | Create populate_isa() to de-duplicate logic to populate @ISA. | Nicholas Clark | 2010-10-09 | 1 | -0/+5 |
* | Remove now-unused parameters from S_gv_magicalize_isa(). | Nicholas Clark | 2010-10-09 | 1 | -4/+3 |
* | Convert the implementation of XS_APIVERSION_BOOTCHECK to a function. | Nicholas Clark | 2010-10-08 | 1 | -0/+6 |
* | Change vverify() to return HV or NULL (RT#78286) | David Golden | 2010-10-08 | 1 | -1/+1 |
* | Convert the implementation of XS_VERSION_BOOTCHECK to a function from a macro. | Nicholas Clark | 2010-10-07 | 1 | -0/+5 |
* | [PATCH] function to parse Perl statement sequence | Zefram | 2010-10-04 | 1 | -0/+1 |
* | Sort embed.fnc by CPP macro and then function name, before generating files. | Nicholas Clark | 2010-09-30 | 1 | -3901/+3855 |
* | 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 | -77/+0 |
* | Change embed.fnc's vi modeline comment from /* */ to : | Nicholas Clark | 2010-09-29 | 1 | -3/+0 |
* | Remove the {START,END}_EXTERN_C macros from within embed.fnc | Nicholas Clark | 2010-09-29 | 1 | -8/+0 |
* | systematically provide pv/pvn/pvs/sv quartets | Zefram | 2010-09-28 | 1 | -0/+32 |
* | Remove empty preprocessor directive in embed.fnc | Andy Dougherty | 2010-09-27 | 1 | -1/+0 |
* | Move OP prototypes from pp_proto.h to proto.h | Nicholas Clark | 2010-09-27 | 1 | -247/+619 |
* | Move the generation of {START,END}_EXTERN_C from embed.fnc to embed.pl | Nicholas Clark | 2010-09-27 | 1 | -1/+1 |
* | [perl #76814] FETCH called twice - ! | Father Chrysostomos | 2010-09-24 | 1 | -2/+5 |
* | [perl #76814] FETCH called twice - string comparison ops | Father Chrysostomos | 2010-09-24 | 1 | -3/+10 |
* | Run perl regen.pl after removing regcurly from embed.fnc. | Andy Dougherty | 2010-09-22 | 1 | -7/+0 |
* | Silence compiler warnings | Steve Hay | 2010-09-18 | 1 | -1/+1 |
* | Back out the mauve module and related changes | Florian Ragwitz | 2010-09-16 | 1 | -7/+0 |
* | add hv_copy_hints_hv and save_hints to the API | Zefram | 2010-09-16 | 1 | -1/+3 |
* | 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/+5 |
* | Move magicalize_{isa,overload} out into functions | Florian Ragwitz | 2010-09-08 | 1 | -0/+11 |
* | make regen. | Ben Morrow | 2010-09-07 | 1 | -0/+20 |
* | Regenerate headers after last patch | Rafael Garcia-Suarez | 2010-09-06 | 1 | -2/+4 |
* | Change the first argument of Perl_fetch_cop_label() to COP * | Nicholas Clark | 2010-09-02 | 1 | -1/+5 |
* | Refactor Perl_store_cop_label() to avoid exposing struct refcounted_he *. | Nicholas Clark | 2010-09-01 | 1 | -2/+3 |
* | add sv_reftype_len() and make sv_reftype() be a wrapper for it | Yves Orton | 2010-08-30 | 1 | -0/+7 |
* | make recursive part of peephole optimiser hookable | Zefram | 2010-08-26 | 1 | -0/+1 |
* | Move the declaration for more_bodies outside of an #if defined(PERL_IN_SV_C) | Nicholas Clark | 2010-08-20 | 1 | -1/+2 |
* | Expose more_bodies(), and use it to replace S_more_he(). | Nicholas Clark | 2010-08-20 | 1 | -6/+1 |
* | 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 | -5/+1 |
* | optimise single backreferences | David Mitchell | 2010-08-01 | 1 | -4/+3 |
* | Revert "process xhv_backreferences early in S_hfreeentries" | David Mitchell | 2010-07-29 | 1 | -0/+7 |
* | Change function signature of grok_bslash_o | Karl Williamson | 2010-07-27 | 1 | -3/+4 |
* | Make the peep recurse via PL_peepp | Florian Ragwitz | 2010-07-25 | 1 | -1/+5 |
* | Fix error in 5b235299a82969c3, which gcc didn't spot, but g++ did. | Nicholas Clark | 2010-07-21 | 1 | -1/+1 |
* | Add Perl_init_dbargs(), to set up @DB::args without losing SV references. | Nicholas Clark | 2010-07-21 | 1 | -0/+1 |