| Commit message (Expand) | Author | Age | Files | Lines |
* | In amagic_call(), offset should be strictly lesser than the SV len to be allo... | Vincent Pit | 2009-01-02 | 1 | -1/+1 |
* | Fix overload index mismatch in overloading logic. | Vincent Pit | 2009-01-02 | 1 | -1/+1 |
* | Bump copyright year after previous change d15cd8313063e574 | Rafael Garcia-Suarez | 2009-01-02 | 1 | -1/+1 |
* | Move variable declaration without initialisation at the top | Rafael Garcia-Suarez | 2009-01-02 | 1 | -1/+2 |
* | 'overloading' pragma | Yuval Kogman | 2009-01-02 | 1 | -0/+20 |
* | Merge S_is_gv_magical() into Perl_is_gv_magical_sv(). | Nicholas Clark | 2008-11-26 | 1 | -23/+6 |
* | is_gv_magical() is only called from within gv.c. | Nicholas Clark | 2008-11-26 | 1 | -1/+1 |
* | Hard-coded Perl_pp_entersub and Perl_pp_entereval should use PL_ppaddr | Tim Bunce | 2008-11-20 | 1 | -1/+1 |
* | [perl #948] [PATCH] Allow tied $, | Chip Salzenberg | 2008-11-14 | 1 | -2/+0 |
* | Fix DBM module handling broken by #34653. | Marcus Holland-Moritz | 2008-11-03 | 1 | -11/+10 |
* | Re: @{"_<$filename"} is unreasonably tied to use of DB::DB ($^P & 0x2) | Tim Bunce | 2008-11-03 | 1 | -1/+1 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -1/+3 |
* | Add MUTABLE_GV(), and eliminate (V *) casts in *.c. | Nicholas Clark | 2008-10-31 | 1 | -8/+9 |
* | Eliminate (SV *) casts from the rest of *.c, picking up one (further) | Nicholas Clark | 2008-10-30 | 1 | -26/+27 |
* | Add MUTABLE_IO(), and eliminate (IO *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -1/+1 |
* | Use pvs macros instead of pvn where possible. | Marcus Holland-Moritz | 2008-10-29 | 1 | -8/+8 |
* | Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -2/+2 |
* | Every remaining (HV *) cast in *.c | Nicholas Clark | 2008-10-28 | 1 | -2/+2 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | Run Porting/checkARGS_ASSERT.pl and fix what it picks up. (Which, | Nicholas Clark | 2008-05-10 | 1 | -1/+3 |
* | Remove a dead case from the error reporting in | Nicholas Clark | 2008-04-17 | 1 | -5/+5 |
* | Perl_gv_fetchmethod{,_autoload,_flags} are actually never* called with | Nicholas Clark | 2008-04-17 | 1 | -1/+1 |
* | %.*s mandates an "int", says the C standard | Rafael Garcia-Suarez | 2008-04-17 | 1 | -1/+1 |
* | Fix warning with int size in printf format | Rafael Garcia-Suarez | 2008-04-17 | 1 | -1/+1 |
* | /* This code tries to figure out just what went wrong with | Nicholas Clark | 2008-04-17 | 1 | -11/+41 |
* | Avoid forwards and then backwards on the :: splitting logic in | Nicholas Clark | 2008-04-16 | 1 | -7/+8 |
* | Using memEQ() rather than strnEQ() when the length is known feels | Nicholas Clark | 2008-04-16 | 1 | -3/+3 |
* | is_gv_magical correctly check "ISA" | Gerard Goossen | 2008-04-11 | 1 | -1/+1 |
* | use svtype | Robin Barker | 2008-02-14 | 1 | -4/+4 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -1/+64 |
* | Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set in | Nicholas Clark | 2008-01-03 | 1 | -2/+2 |
* | Eliminating the duplicate logic in S_method_common() and | Nicholas Clark | 2007-11-24 | 1 | -0/+11 |
* | SQL::Translator triggered a subtle piece of wrongness, whereby it | Nicholas Clark | 2007-10-22 | 1 | -2/+10 |
* | Change 32136 introduced an error - passing a const char * to | Nicholas Clark | 2007-10-18 | 1 | -1/+1 |
* | Eliminate some uses of sv_setpv() where we already know the length. | Nicholas Clark | 2007-10-18 | 1 | -2/+3 |
* | In Perl_amagic_call(), construct the SV with newSVpvn(), as we now know | Nicholas Clark | 2007-10-18 | 1 | -1/+2 |
* | No need to call strlen() on the result of CopSTASHPV() when unthreaded, | Nicholas Clark | 2007-10-18 | 1 | -0/+5 |
* | Don't call strlen() on CopFILE() for the unthreaded case, because the | Nicholas Clark | 2007-10-18 | 1 | -2/+16 |
* | Where possible, change gv_fetchfile() to gv_fetchfile_flags(), | Nicholas Clark | 2007-10-18 | 1 | -1/+2 |
* | Storing the length of all the overloading names saves a strlen() in a | Nicholas Clark | 2007-10-17 | 1 | -1/+1 |
* | PL_AMG_names is only used by gv.c (as far as Google code search can | Nicholas Clark | 2007-10-16 | 1 | -0/+1 |
* | Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook::LexWrap failure) | Brandon Black | 2007-10-08 | 1 | -2/+28 |
* | Silence a load of "value computed is not used" warnings | Rafael Garcia-Suarez | 2007-09-21 | 1 | -1/+1 |
* | Turn the "$# / $* is no longer supported" warnings into | Rafael Garcia-Suarez | 2007-07-11 | 1 | -1/+1 |
* | First patch from: | Brandon Black | 2007-06-26 | 1 | -2/+5 |
* | Re: [PATCH] Callbacks for named captures (%+ and %-) | Ævar Arnfjörð Bjarmason | 2007-06-06 | 1 | -2/+2 |
* | FETCH/STORE/LENGTH callbacks for numbered capture variables | Ævar Arnfjörð Bjarmason | 2007-05-03 | 1 | -11/+11 |
* | Re: mro status, etc | Brandon Black | 2007-04-30 | 1 | -27/+4 |
* | Put the "Can't locate package..." warnings in the "syntax" | Rafael Garcia-Suarez | 2007-04-19 | 1 | -2/+2 |
* | Re: new C3 MRO patch | Brandon Black | 2007-04-19 | 1 | -111/+139 |