| Commit message (Expand) | Author | Age | Files | Lines |
* | Quotes in pod/*.pod | Andy Lester | 2005-06-03 | 21 | -135/+134 |
* | Indent fix | Rafael Garcia-Suarez | 2005-06-03 | 1 | -8/+8 |
* | FAQ sync | Rafael Garcia-Suarez | 2005-06-03 | 9 | -232/+277 |
* | symbian/xsbuild.pl | Jarkko Hietaniemi | 2005-06-03 | 1 | -29/+32 |
* | SvPVX_const() - patch #4 | Steve Peters | 2005-06-03 | 6 | -122/+122 |
* | Re: [patch] teach B::Concise to see XS code | Jim Cromie | 2005-06-02 | 2 | -6/+30 |
* | Integrate perl587delta.pod, the changes in perlhist.pod, and update | Nicholas Clark | 2005-06-02 | 8 | -415/+1120 |
* | DynaLoader dl_unload_file for win32 ( dl_win32.xs ) | DH | 2005-06-02 | 1 | -0/+12 |
* | Dave can see a better way of doing the rounding. | Nicholas Clark | 2005-06-02 | 1 | -2/+2 |
* | 24672 is innocent. valgrind + perl's malloc considered harmful. | Nicholas Clark | 2005-06-02 | 1 | -5/+11 |
* | Changes 24660 and 24665 both introduced errors into the USEMYMALLOC | Nicholas Clark | 2005-06-02 | 3 | -12/+9 |
* | Upgrade to ExtUtils::CBuilder 0.12 and ExtUtils::ParseXS 2.10 | Rafael Garcia-Suarez | 2005-06-02 | 10 | -35/+39 |
* | CPP typo fix (by Dominic Dunlop) | Rafael Garcia-Suarez | 2005-06-02 | 1 | -1/+1 |
* | Oops. My maths was too generous (by 1). | Nicholas Clark | 2005-06-02 | 1 | -2/+2 |
* | Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive | Nicholas Clark | 2005-06-02 | 1 | -5/+7 |
* | Fix changed diagnostic | Rafael Garcia-Suarez | 2005-06-02 | 1 | -1/+1 |
* | SvPVX_const() - part 3 ... and const'ing Storable | Steve Peters | 2005-06-02 | 12 | -119/+119 |
* | use lengths in sv_setpv() calls | Andy Lester | 2005-06-02 | 3 | -12/+13 |
* | New HW model; more on threads for 10.20 | H.Merijn Brand | 2005-06-02 | 1 | -6/+8 |
* | HP-UX specific #pragma entered in #23890 is not supported | H.Merijn Brand | 2005-06-02 | 1 | -1/+1 |
* | Quotes fixed, see also perl #36079 | Andy Lester | 2005-06-02 | 16 | -71/+71 |
* | Round up all string length requests to malloc()/realloc() to the next | Nicholas Clark | 2005-06-01 | 4 | -6/+21 |
* | I think SvCUR() was intended rather than SvLEN() | Nicholas Clark | 2005-06-01 | 1 | -1/+1 |
* | We don't have XRVs any more, so remove the typedef | Nicholas Clark | 2005-06-01 | 1 | -1/+0 |
* | Zero-ing the new HV array is pointless, as we write to every element. | Nicholas Clark | 2005-06-01 | 1 | -4/+4 |
* | As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should be | Nicholas Clark | 2005-06-01 | 1 | -5/+10 |
* | Store the xhv_aux structure after the main array. | Nicholas Clark | 2005-06-01 | 5 | -93/+131 |
* | If we're building config_heavy.pl somewhere else, then we need to | Nicholas Clark | 2005-06-01 | 1 | -0/+1 |
* | Revert change #24656 | Rafael Garcia-Suarez | 2005-06-01 | 1 | -2/+1 |
* | Following the head refactoring, the Newz doesn't clear the SvPVX | Nicholas Clark | 2005-06-01 | 1 | -0/+1 |
* | eliminate always running mktables | Robin Barker | 2005-06-01 | 1 | -1/+2 |
* | Don't touch lib/ExtUtils/Miniperl.pm when rebuild identically | Rafael Garcia-Suarez | 2005-06-01 | 1 | -1/+0 |
* | Re: [patch] teach B::Concise to see XS code | Stephen McCamant | 2005-06-01 | 1 | -0/+1 |
* | Re: [patch] teach B::Concise to see XS code | Jim Cromie | 2005-06-01 | 4 | -44/+289 |
* | Speed up lib/unicore/mktables by 45% | Andy Lester | 2005-06-01 | 1 | -27/+27 |
* | Remove duplicated line | Rafael Garcia-Suarez | 2005-05-31 | 1 | -1/+0 |
* | Upgrade to Module::CoreList 2.02 | Rafael Garcia-Suarez | 2005-05-31 | 1 | -4/+360 |
* | Attempt 2 at a diet memory layout can go live. | Nicholas Clark | 2005-05-31 | 2 | -2/+2 |
* | Avoid updating a variable in a loop. | Nicholas Clark | 2005-05-31 | 1 | -15/+25 |
* | Avoid updating a variable in the loop | Nicholas Clark | 2005-05-31 | 1 | -5/+5 |
* | ByteLoader.xs cleanup | Andy Lester | 2005-05-31 | 1 | -2/+3 |
* | Add DECC to the symbol list | Yitzchak Scott-Thoennes | 2005-05-31 | 1 | -2/+2 |
* | add pointer to email explaining why eval {goto &foo} is banned | Dave Mitchell | 2005-05-30 | 1 | -0/+1 |
* | Change the logic to avoid needing to set a variable during the loop | Nicholas Clark | 2005-05-30 | 1 | -8/+13 |
* | Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get() | Nicholas Clark | 2005-05-30 | 1 | -7/+7 |
* | Upgrade to PathTools 3.08 | Rafael Garcia-Suarez | 2005-05-30 | 3 | -2/+7 |
* | gcc hints were not yet applied to gcc-4.x | H.Merijn Brand | 2005-05-30 | 1 | -11/+12 |
* | [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS | Olli Savia | 2005-05-30 | 1 | -0/+5 |
* | regen after #24627 | H.Merijn Brand | 2005-05-30 | 1 | -0/+17 |
* | Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead) | Jarkko Hietaniemi | 2005-05-30 | 4 | -4/+35 |