| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Create a struct to use as the header with PERL_TRACK_MEMPOOL, so that | Nicholas Clark | 2005-12-23 | 1 | -4/+4 |
* | Speedup (rn|n)?instr | Andy Lester | 2005-12-23 | 1 | -6/+12 |
* | Fix compilation error when building with -DPERL_MEM_LOG_STDERR | Steve Hay | 2005-12-14 | 1 | -1/+1 |
* | Add a ; that 26281 was lacking. | Nicholas Clark | 2005-12-06 | 1 | -1/+1 |
* | More consting, and putting stuff in embed.fnc | Andy Lester | 2005-12-06 | 1 | -8/+5 |
* | Upgrade to version-0.50 | Steve Peters | 2005-12-03 | 1 | -1/+1 |
* | Reworked PERL_TRACK_MEMPOOL patch | Jan Dubois | 2005-11-20 | 1 | -3/+37 |
* | Const & local: Special Victims Unit | Andy Lester | 2005-11-11 | 1 | -2/+2 |
* | Moving the 4 writes of PL_no_mem followed by exit(1) to a static | Nicholas Clark | 2005-11-08 | 1 | -18/+14 |
* | Eliminate some unnecessary strlen()s | Nicholas Clark | 2005-11-08 | 1 | -1/+1 |
* | Consting and localizing: Part LXVIII | Andy Lester | 2005-11-07 | 1 | -11/+14 |
* | Use the return value from sprintf(). | Nicholas Clark | 2005-11-04 | 1 | -15/+18 |
* | use clearenv if available | Alan Burlison | 2005-11-04 | 1 | -0/+54 |
* | Etta James presents: More consting | Andy Lester | 2005-10-31 | 1 | -20/+18 |
* | Given that sv_nosharing performs the same function as sv_nolocking | Nicholas Clark | 2005-10-30 | 1 | -35/+3 |
* | Store the raw bytes of the pid in PL_pidstatus, rather than the | Nicholas Clark | 2005-10-26 | 1 | -10/+10 |
* | Most platforms don't actually need PL_pidstatus, or the associated | Nicholas Clark | 2005-10-26 | 1 | -2/+6 |
* | Code in wait4pid was calling hv_delete with the hash iterator | Nicholas Clark | 2005-10-25 | 1 | -0/+7 |
* | Replace all the strlen()s related to PL_pidstatus with the return | Nicholas Clark | 2005-10-25 | 1 | -5/+7 |
* | Add my_sprintf, which is usually just a macro for sprintf, for those | Nicholas Clark | 2005-10-24 | 1 | -2/+23 |