| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | another Symbian update: Alan's fault :-) | Jarkko Hietaniemi | 2005-10-17 | 1 | -1/+1 |
* | gcc complains when it sees variables declared | Steve Peters | 2005-10-14 | 1 | -7/+7 |
* | environ fixup | Alan Burlison | 2005-10-11 | 1 | -12/+32 |
* | const sausage const const bacon const tomato and const | Nicholas Clark | 2005-09-26 | 1 | -3/+4 |
* | Upgrade to version.pm 0.48 | Rafael Garcia-Suarez | 2005-09-15 | 1 | -25/+22 |
* | The return of the consting | Andy Lester | 2005-09-13 | 1 | -1/+1 |
* | Fix miniperl build with threaded perl | Rafael Garcia-Suarez | 2005-08-25 | 1 | -10/+10 |
* | [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz] | John Peacock | 2005-08-24 | 1 | -25/+84 |
* | conflicting types for 'Perl_my_popen' | Alexey Tourbin | 2005-08-10 | 1 | -1/+1 |
* | Re: blead@25210 on OpenVMS (not good) | John E. Malmberg | 2005-08-01 | 1 | -1/+1 |
* | More embed.fnc goodness | Andy Lester | 2005-07-29 | 1 | -14/+8 |
* | support POSIX SA_SIGINFO | Jarkko Hietaniemi | 2005-07-20 | 1 | -16/+16 |
* | $SIG{__WARN__} = sub { goto &foo } could recurse infinitely | Dave Mitchell | 2005-07-17 | 1 | -0/+2 |
* | Make PERL_MEM_LOG more portable. | Jarkko Hietaniemi | 2005-07-12 | 1 | -9/+11 |
* | yet another way of debugging memory allocations | Jarkko Hietaniemi | 2005-07-10 | 1 | -10/+11 |