| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove the "performance hack" that suppressed used only once warnings | Nicholas Clark | 2007-04-16 | 1 | -13/+0 |
* | Work round what appears to be a bug in Sun C++ 5.8 2005/10/13 | Nicholas Clark | 2007-04-11 | 1 | -1/+5 |
* | Upgrade to version.pm 0.71, by John Peacock | Rafael Garcia-Suarez | 2007-03-19 | 1 | -1/+1 |
* | use a fresh stack when loading Errno.pm etc. | Dave Mitchell | 2007-03-14 | 1 | -1/+2 |
* | Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe | Yves Orton | 2007-03-08 | 1 | -24/+9 |
* | Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe | Yves Orton | 2007-03-08 | 1 | -10/+11 |
* | Use another method to avoid the "possible interpolation" warning | Rafael Garcia-Suarez | 2007-03-07 | 1 | -1/+4 |
* | Avoid to load the *+ and *- globs too early. | Rafael Garcia-Suarez | 2007-03-07 | 1 | -8/+5 |
* | Fix error messages returned by S_require_tie_mod. Fix small leaks | Rafael Garcia-Suarez | 2007-03-06 | 1 | -19/+21 |
* | Fix a small leak on loading *+ and *- globs | Rafael Garcia-Suarez | 2007-03-06 | 1 | -0/+2 |
* | More assertion failures, found by auditing the code. | Nicholas Clark | 2007-03-02 | 1 | -1/+1 |
* | Don't crash if the symbol table entry for ISA isn't a typeglob. | Nicholas Clark | 2007-03-02 | 1 | -1/+1 |
* | Re: [perl #41546] perl 5.8.x bug: overloaded 'eq' does not work with 'nomethod' | Rick Delaney | 2007-02-23 | 1 | -0/+13 |
* | Add a new API function newSV_type, to replace the idiom: | Nicholas Clark | 2007-02-18 | 1 | -3/+1 |
* | Fix Pod errors. | Nicholas Clark | 2007-02-09 | 1 | -1/+1 |
* | Purge all references to 5005 threads variables in the code. | Nicholas Clark | 2007-02-03 | 1 | -1/+0 |
* | Stop S_incline needing to temporarily write a '\0' into its passed-in | Nicholas Clark | 2007-01-26 | 1 | -8/+16 |
* | As we're not passing over (or copying in) a NUL, don't need that extra | Nicholas Clark | 2007-01-26 | 1 | -10/+10 |
* | Convert the last remaining 256 byte "small"bufs to 128 bytes. | Nicholas Clark | 2007-01-25 | 1 | -1/+1 |