| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Teeny optimization in S_hv_magic_check | Andy Lester | 2005-05-30 | 1 | -0/+1 |
* | [PATCH] More embed.fnc strictures, plus consting and localizing | Andy Lester | 2005-05-30 | 8 | -154/+196 |
* | Minor grammar fix by Uri Guttman | Rafael Garcia-Suarez | 2005-05-30 | 1 | -1/+1 |
* | perlrun.pod -w description typo | Offer Kaye | 2005-05-30 | 1 | -1/+1 |
* | [PATCH] Minor warning squashings | Andy Lester | 2005-05-30 | 9 | -89/+90 |
* | Need a cast to avoid a compiler warning. | Nicholas Clark | 2005-05-30 | 1 | -1/+1 |
* | Goodbye xav_arylen. You won't be missed that much. | Nicholas Clark | 2005-05-29 | 9 | -12/+31 |
* | compiler awareness week | Craig A. Berry | 2005-05-29 | 1 | -1/+1 |
* | Change the IV to a union. | Nicholas Clark | 2005-05-29 | 6 | -142/+118 |
* | Teach buildtoc about README.openbsd, and regenerate various makefiles. | Nicholas Clark | 2005-05-29 | 5 | -17/+25 |
* | Restort into bulidtoc's preferred order | Nicholas Clark | 2005-05-29 | 1 | -13/+13 |
* | VMS build update for blead | Craig A. Berry | 2005-05-29 | 6 | -12/+12 |
* | Re: t/uni/class.t has a lot to warn about | Jarkko Hietaniemi | 2005-05-28 | 1 | -7/+9 |
* | Re: [PATCH] Do not install change logs, READMEs, etc... | Michael G. Schwern | 2005-05-27 | 1 | -1/+1 |
* | In assert(), we mustn't stringify the message as part of the first | Nicholas Clark | 2005-05-27 | 1 | -2/+2 |
* | is() is better than ok() | Nicholas Clark | 2005-05-27 | 1 | -23/+23 |