| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug fix for storing shared objects in shared structures | Jerry D. Hedden | 2007-11-08 | 1 | -0/+2 |
* | Fix overloading for 64-bit ints (revised) | Jerry D. Hedden | 2007-10-19 | 1 | -0/+6 |
* | Inline and eliminate S_incl_perldb(), as it's only called on one place. | Nicholas Clark | 2007-10-18 | 1 | -2/+0 |
* | Pass in explicit lengths for the key and type arguments to | Nicholas Clark | 2007-10-16 | 1 | -2/+2 |
* | If PERL_DISABLE_PMC is defined, doopen_pm() is just a direct call to | Nicholas Clark | 2007-10-09 | 1 | -0/+12 |
* | Remove the strlen in doopen_pm() by passing in the length. (As we know | Nicholas Clark | 2007-10-09 | 1 | -1/+1 |
* | Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook::LexWrap failure) | Brandon Black | 2007-10-08 | 1 | -0/+2 |
* | PL_cshname is actually a constant value known at compile time. | Nicholas Clark | 2007-10-05 | 1 | -2/+0 |
* | With the demise of PERL_FLEXIBLE_EXCEPTIONS, S_docatch_body() can be | Nicholas Clark | 2007-10-05 | 1 | -2/+0 |
* | S_dopoptosub() is just a wrapper for S_dopoptosub_at(), so make it a | Nicholas Clark | 2007-10-04 | 1 | -2/+0 |
* | [perl #45513] Test failures on amd64-freebsd 6.2 | Slaven Rezic | 2007-10-03 | 1 | -0/+2 |
* | fifth attempt to silence S_emulate_eaccess compiler warning | Dave Mitchell | 2007-09-24 | 1 | -2/+0 |
* | Add a new function Perl_hv_common_key_len(), which contains the | Nicholas Clark | 2007-09-20 | 1 | -10/+2 |
* | Convert hv_delete_ent(), hv_exists_ent(), hv_fetch_ent() and | Nicholas Clark | 2007-09-20 | 1 | -8/+0 |
* | Make hv_fetch_common() non-static, and change its name to hv_common(), | Nicholas Clark | 2007-09-20 | 1 | -2/+2 |
* | Inline and abolish S_hv_magic_uvar_xkey(). | Nicholas Clark | 2007-09-19 | 1 | -2/+0 |
* | Call the key transformation function for hv_delete(). | Nicholas Clark | 2007-09-19 | 1 | -1/+1 |
* | Remove dead functions: | Nicholas Clark | 2007-09-17 | 1 | -4/+0 |
* | mro_get_linear_isa_dfs and mro_get_linear_isa_c3 can have static | Nicholas Clark | 2007-09-12 | 1 | -4/+12 |
* | Remove the 'err' keyword | Rafael Garcia-Suarez | 2007-09-07 | 1 | -0/+2 |
* | fourth attempt to silence S_emulate_eaccess compiler warning | Dave Mitchell | 2007-07-16 | 1 | -8/+0 |
* | really really fix S_emulate_eaccess compiler warning (#31536 didn't) | Dave Mitchell | 2007-07-12 | 1 | -2/+2 |
* | Make Perl_find_runcv a member of the public API | Rafael Garcia-Suarez | 2007-07-07 | 1 | -2/+2 |
* | Fix commented out function names in proto.h | Jan Dubois | 2007-07-07 | 1 | -2/+2 |
* | /p vs (?p) | Abigail | 2007-06-30 | 1 | -0/+4 |
* | Revert change #31489. | Rafael Garcia-Suarez | 2007-06-29 | 1 | -2/+0 |
* | Re: [perl #43357] *DESTROY = sub {} at runtime | Brandon Black | 2007-06-28 | 1 | -0/+2 |
* | fix S_emulate_eaccess compiler warning | Dave Mitchell | 2007-06-18 | 1 | -0/+8 |
* | Re: [PATCH] Callbacks for named captures (%+ and %-) | Ævar Arnfjörð Bjarmason | 2007-06-06 | 1 | -2/+16 |
* | delete thrdvar.h and move its contents to intrpvar.h | Dave Mitchell | 2007-05-20 | 1 | -1/+1 |
* | move PL_rsfp_filters into the parser struct | Dave Mitchell | 2007-05-12 | 1 | -1/+1 |
* | move PL_rsfp into the PL_parser struct | Dave Mitchell | 2007-05-11 | 1 | -4/+4 |
* | Remove unused parms in S_isa_lookup | Andy Lester | 2007-05-09 | 1 | -1/+1 |
* | Fix breakages caused by #31130: | Steve Hay | 2007-05-03 | 1 | -0/+4 |
* | FETCH/STORE/LENGTH callbacks for numbered capture variables | Ævar Arnfjörð Bjarmason | 2007-05-03 | 1 | -4/+16 |
* | Fix threaded builds (broken by change #31112) | Steve Hay | 2007-05-02 | 1 | -1/+1 |
* | Add Perl_my_dirfd() to util.c | Steve Peters | 2007-05-01 | 1 | -0/+2 |
* | Re: [PATCH] Cleanup of the regexp API | Ævar Arnfjörð Bjarmason | 2007-04-30 | 1 | -2/+2 |
* | Fix mro docs. | Brandon Black | 2007-04-26 | 1 | -20/+36 |
* | eliminate some uses of PL_linestr in perl.c | Dave Mitchell | 2007-04-23 | 1 | -2/+2 |
* | inline S_init_lexer() and regen | Dave Mitchell | 2007-04-23 | 1 | -2/+0 |
* | Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char*... | Ævar Arnfjörð Bjarmason | 2007-04-23 | 1 | -2/+2 |
* | Re: new C3 MRO patch | Brandon Black | 2007-04-19 | 1 | -0/+20 |
* | S_forget_pmop() only needs a flags argument for the ithreads case, | Nicholas Clark | 2007-04-10 | 1 | -2/+14 |
* | Avoid accessing free()d memory when calling reset in one thread, after | Nicholas Clark | 2007-04-06 | 1 | -0/+2 |
* | Remove op_pmnext from PMOPs, and instead store the list for reset as | Nicholas Clark | 2007-04-06 | 1 | -0/+2 |
* | Re: Proposed changes and to regular expression interfaces in core | Ævar Arnfjörð Bjarmason | 2007-04-06 | 1 | -0/+2 |
* | For Perl_Slab_Alloc(), eliminate the unused parameter 'm'. | Nicholas Clark | 2007-04-02 | 1 | -1/+1 |
* | Add a new compile option PERL_DEBUG_READONLY_OPS which marks the optree | Nicholas Clark | 2007-04-02 | 1 | -0/+16 |
* | Eliminate the use of PL_bufend outside of toke.c: | Dave Mitchell | 2007-04-01 | 1 | -1/+1 |