| Commit message (Expand) | Author | Age | Files | Lines |
* | Upgrade to version.pm 0.60 | Rafael Garcia-Suarez | 2006-05-22 | 1 | -2/+3 |
* | Re: [PATCH] Re: Change 28183 has broken 64-bit builds? | Jarkko Hietaniemi | 2006-05-19 | 1 | -2/+4 |
* | Adjust calling of Perl_va_copy(), noticed by Jarkko | Rafael Garcia-Suarez | 2006-05-18 | 1 | -1/+1 |
* | Another SvVOK(). I believe that this is the last. | Nicholas Clark | 2006-05-17 | 1 | -1/+1 |
* | Oops, missed a SvVOK. | Rafael Garcia-Suarez | 2006-05-17 | 1 | -1/+1 |
* | Re: Change 28183 has broken 64-bit builds? | Jarkko Hietaniemi | 2006-05-17 | 1 | -49/+47 |
* | Re: [PATCH] my_snprintf | Jarkko Hietaniemi | 2006-05-12 | 1 | -83/+101 |
* | disable WARN and DIE hooks during constant folding | Dave Mitchell | 2006-05-10 | 1 | -1/+1 |
* | PERL_MEM_LOG enhancements | Jarkko Hietaniemi | 2006-05-09 | 1 | -22/+186 |
* | Re: [PATCH] use snprintf/strlcpy/strlcat when useful | Jarkko Hietaniemi | 2006-04-28 | 1 | -1/+9 |
* | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 | Marcus Holland-Moritz | 2006-04-26 | 1 | -10/+12 |
* | Localizing vars | Andy Lester | 2006-04-20 | 1 | -9/+9 |
* | Calling cv_undef() on the CV created by newCONSTSUB() would leak like | Nicholas Clark | 2006-04-19 | 1 | -2/+2 |
* | Support compiling for RISC OS | Alex Waugh | 2006-04-18 | 1 | -6/+6 |
* | Turn on UTF8 cache assertions with -Ca | Nicholas Clark | 2006-04-17 | 1 | -0/+2 |
* | Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield() | Steve Hay | 2006-04-13 | 1 | -1/+1 |
* | Change cop_warnings from an SV holding the warnings bitmask to a | Nicholas Clark | 2006-04-12 | 1 | -1/+12 |
* | Try not to use negative values when accessing arrays in C. Yet another | Steve Peters | 2006-04-05 | 1 | -0/+1 |
* | re-[PATCH] Re: [PATCH] Poison now in two different flavours! | Jarkko Hietaniemi | 2006-03-29 | 1 | -4/+4 |
* | unused context warnings | Andy Lester | 2006-02-24 | 1 | -7/+29 |
* | Remove set magic from typeglobs. Remove typeglob magic entirely. | Nicholas Clark | 2006-02-23 | 1 | -3/+0 |
* | More NullXXX macro removal from Andy Lester | Rafael Garcia-Suarez | 2006-02-20 | 1 | -10/+10 |
* | With PERL_POISON defined, ensure freshly malloc()ed memory isn't zeros, | Nicholas Clark | 2006-02-10 | 1 | -0/+14 |
* | Trying my "remove the pTHXes" patch again | Andy Lester | 2006-02-09 | 1 | -13/+13 |
* | Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHost | Nicholas Clark | 2006-02-04 | 1 | -30/+63 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -3/+3 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -38/+38 |
* | gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning | Nicholas Clark | 2006-02-02 | 1 | -1/+1 |
* | Yet more instances of gv_fetchpv... that should be GV_ADD rather than | Nicholas Clark | 2006-02-02 | 1 | -1/+1 |
* | Silence a warning from the MS compiler about signed/unsigned mismatch. | Nicholas Clark | 2006-01-31 | 1 | -2/+2 |
* | Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags. | Nicholas Clark | 2006-01-28 | 1 | -1/+1 |
* | By changing SvVOK() from returning 0/1 to 0/pointer-to-magic we can | Nicholas Clark | 2006-01-28 | 1 | -11/+15 |
* | Remove wrong cast to (void *), which fixes a gcc warning, and use | Marcus Holland-Moritz | 2006-01-21 | 1 | -2/+1 |
* | A few more places that can use hv_fetchs(). | Gisle Aas | 2006-01-11 | 1 | -8/+8 |
* | Refactor S_vdie_common so that Perl_vwarn can use it too. | Nicholas Clark | 2006-01-11 | 1 | -45/+22 |
* | Fix the new warning created with version-0.53 | Steve Peters | 2006-01-11 | 1 | -3/+5 |
* | Upgrade to version-0.53 | Steve Peters | 2006-01-11 | 1 | -2/+5 |
* | It's the Barbie bus patch | Andy Lester | 2006-01-10 | 1 | -1/+1 |
* | Upgrade to version-0.52 | Steve Peters | 2006-01-06 | 1 | -0/+3 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -2/+23 |
* | Introduce the macros newSVpvs(str) and sv_catpvs(sv, str). | Gisle Aas | 2006-01-04 | 1 | -8/+8 |
* | Update copyrights for files modified in 2006 | Rafael Garcia-Suarez | 2006-01-02 | 1 | -1/+1 |
* | Making 0 pointers to NULLs | Andy Lester | 2006-01-01 | 1 | -2/+0 |
* | tidy index arrangements in new MY_CXT code | Dave Mitchell | 2005-12-31 | 1 | -3/+3 |
* | re-implement MY_CXT API more efficiently, and add explicit | Dave Mitchell | 2005-12-29 | 1 | -0/+40 |
* | Leaner ninstr(). | Gisle Aas | 2005-12-28 | 1 | -23/+17 |
* | Remove test for NUL ending in r?instr(). | Gisle Aas | 2005-12-28 | 1 | -2/+2 |
* | pre-likely cleanup | Andy Lester | 2005-12-27 | 1 | -6/+6 |
* | For PERL_TRACK_MEMPOOL with PERL_POISON, Poison the end of any block | Nicholas Clark | 2005-12-23 | 1 | -1/+6 |
* | If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then scribble all | Nicholas Clark | 2005-12-23 | 1 | -0/+27 |