| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #37725] perl segfaults on reversed array reference | Dave Mitchell | 2005-11-22 | 3 | -7/+20 |
* | [DOC PATCH] Sort subs *can* now be recursive | Robin Houston | 2005-11-22 | 1 | -2/+2 |
* | Use the system's free to dealloc a PV allocated by the system | Rafael Garcia-Suarez | 2005-11-22 | 1 | -5/+1 |
* | Re: [PATCH] concat interacts badly with magic | Robin Houston | 2005-11-22 | 4 | -5/+23 |
* | Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10) | Enrico Sorcinelli | 2005-11-22 | 1 | -8/+22 |
* | Revert change #26185, which could have some unwanted side-effects. | Rafael Garcia-Suarez | 2005-11-22 | 2 | -17/+2 |
* | RE: [perl #37708] [PATCH] wrong IP_ constants on Win32 | Jan Dubois | 2005-11-22 | 1 | -1/+5 |
* | ff_chop.patch redux | Andy Lester | 2005-11-22 | 1 | -2/+2 |
* | patch@26180 - t/op/pat.t : Can't reset %ENV on VMS | John E. Malmberg | 2005-11-22 | 1 | -2/+11 |
* | patch@26180 - t/op/array.t : Can't reset %ENV on VMS | John E. Malmberg | 2005-11-22 | 1 | -1/+1 |
* | concat interacts badly with magic | Robin Houston | 2005-11-21 | 2 | -2/+17 |
* | Flip the sign of the value in body details offset, and change its type | Nicholas Clark | 2005-11-21 | 1 | -21/+21 |
* | Thread failures on AIX (and others) caused by interleaved output | H.Merijn Brand | 2005-11-21 | 1 | -0/+1 |
* | Upgrade to Time::HiRes 1.83 | Rafael Garcia-Suarez | 2005-11-21 | 4 | -28/+56 |
* | Eliminate two more strlen()s, by using the return value of sprintf(). | Nicholas Clark | 2005-11-20 | 1 | -4/+5 |
* | Declarations must come first, or some compilers aren't happy. | Rafael Garcia-Suarez | 2005-11-20 | 1 | -1/+1 |
* | Pulling ancient RCS comments | Andy Lester | 2005-11-20 | 29 | -58/+0 |
* | Reworked PERL_TRACK_MEMPOOL patch | Jan Dubois | 2005-11-20 | 2 | -6/+50 |
* | Down with "warning: code has no effect" | Steve Peters | 2005-11-19 | 1 | -3/+4 |
* | Cleaning up some warnings generated by "gcc -W" | Steve Peters | 2005-11-19 | 8 | -3/+26 |
* | Upgrade to PathTools-3.14 | Steve Peters | 2005-11-19 | 10 | -80/+98 |
* | Norman observed that a couple of macros could make the body defintion | Nicholas Clark | 2005-11-19 | 1 | -26/+46 |
* | With -DPURFIY we change the flags so that everything is allocated | Nicholas Clark | 2005-11-19 | 1 | -16/+8 |
* | Map the HE arena onto SV type 0 (SVt_NULL). | Nicholas Clark | 2005-11-19 | 7 | -30/+18 |
* | Remove all the now unused new_XFOO()/del_XFOO() macros | Nicholas Clark | 2005-11-18 | 1 | -38/+0 |
* | sv_clear can manipulate the arena array directly too. | Nicholas Clark | 2005-11-18 | 1 | -33/+12 |
* | We only need to zero new bodies for upgrades. sv_dup doesn't need to | Nicholas Clark | 2005-11-18 | 1 | -3/+4 |
* | Merge the arms of the switch. The decision about what comes from an | Nicholas Clark | 2005-11-18 | 1 | -16/+11 |
* | Eliminate new_body_length from sv_dup. Replace SvTYPE(sstr) with | Nicholas Clark | 2005-11-18 | 1 | -16/+9 |
* | Eliminate new_body_offset from sv_dup() | Nicholas Clark | 2005-11-18 | 1 | -29/+31 |
* | Merge the last remaining case duplication in sv_upgrade | Nicholas Clark | 2005-11-18 | 1 | -15/+14 |
* | Eliminate new_body_length from sv_upgrade | Nicholas Clark | 2005-11-18 | 1 | -8/+4 |
* | Eliminate new_body_offset from sv_upgrade | Nicholas Clark | 2005-11-18 | 1 | -22/+10 |
* | new_body_inline doesn't need to be passed the root, as it's already | Nicholas Clark | 2005-11-18 | 1 | -30/+9 |
* | Tabs are still required in the MANIFEST | Rafael Garcia-Suarez | 2005-11-18 | 1 | -1/+1 |
* | Add a flag to the body details of which types come from arenas. | Nicholas Clark | 2005-11-18 | 1 | -26/+39 |
* | Simplify the expression for the upgrade logic for SVt_IV. | Nicholas Clark | 2005-11-18 | 1 | -7/+6 |
* | Adding README.linux to the MANIFEST | Steve Peters | 2005-11-18 | 1 | -0/+1 |
* | const and static for the const static private table. | Nicholas Clark | 2005-11-18 | 1 | -5/+4 |
* | Rename sv_upgrade's parameter mt to new_type. | Nicholas Clark | 2005-11-18 | 1 | -23/+23 |
* | Dumpvalue doc patch | Andreas König | 2005-11-18 | 1 | -1/+1 |
* | Initial, albeit hackish, support for the alpha version of Sun Studio | Steve Peters | 2005-11-18 | 2 | -0/+44 |
* | All that can be in the first switch statement of sv_upgrade is now | Nicholas Clark | 2005-11-17 | 1 | -29/+9 |
* | "Can you see what it is yet?" | Nicholas Clark | 2005-11-17 | 1 | -50/+34 |
* | Add the size of the structure to copy as a field in the per type | Nicholas Clark | 2005-11-17 | 1 | -24/+50 |
* | Merge sizeof_body_by_svtype and offset_by_svtype into a single array | Nicholas Clark | 2005-11-17 | 1 | -61/+44 |
* | Move the location of the definition of the arena slot used for pte | Nicholas Clark | 2005-11-17 | 2 | -1/+3 |
* | Sort subs now in embed.fnc | Andy Lester | 2005-11-17 | 4 | -26/+93 |
* | s/SvTYPE(sv)/old_type/ in sv_upgrade because we already have that value | Nicholas Clark | 2005-11-17 | 1 | -4/+11 |
* | It's clearer to use "morphing" than "polymorphing" when | Rafael Garcia-Suarez | 2005-11-17 | 1 | -1/+1 |