summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [perl #37725] perl segfaults on reversed array referenceDave Mitchell2005-11-223-7/+20
* [DOC PATCH] Sort subs *can* now be recursiveRobin Houston2005-11-221-2/+2
* Use the system's free to dealloc a PV allocated by the systemRafael Garcia-Suarez2005-11-221-5/+1
* Re: [PATCH] concat interacts badly with magicRobin Houston2005-11-224-5/+23
* Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)Enrico Sorcinelli2005-11-221-8/+22
* Revert change #26185, which could have some unwanted side-effects.Rafael Garcia-Suarez2005-11-222-17/+2
* RE: [perl #37708] [PATCH] wrong IP_ constants on Win32 Jan Dubois2005-11-221-1/+5
* ff_chop.patch reduxAndy Lester2005-11-221-2/+2
* patch@26180 - t/op/pat.t : Can't reset %ENV on VMSJohn E. Malmberg2005-11-221-2/+11
* patch@26180 - t/op/array.t : Can't reset %ENV on VMSJohn E. Malmberg2005-11-221-1/+1
* concat interacts badly with magicRobin Houston2005-11-212-2/+17
* Flip the sign of the value in body details offset, and change its typeNicholas Clark2005-11-211-21/+21
* Thread failures on AIX (and others) caused by interleaved outputH.Merijn Brand2005-11-211-0/+1
* Upgrade to Time::HiRes 1.83Rafael Garcia-Suarez2005-11-214-28/+56
* Eliminate two more strlen()s, by using the return value of sprintf().Nicholas Clark2005-11-201-4/+5
* Declarations must come first, or some compilers aren't happy.Rafael Garcia-Suarez2005-11-201-1/+1
* Pulling ancient RCS commentsAndy Lester2005-11-2029-58/+0
* Reworked PERL_TRACK_MEMPOOL patchJan Dubois2005-11-202-6/+50
* Down with "warning: code has no effect"Steve Peters2005-11-191-3/+4
* Cleaning up some warnings generated by "gcc -W"Steve Peters2005-11-198-3/+26
* Upgrade to PathTools-3.14Steve Peters2005-11-1910-80/+98
* Norman observed that a couple of macros could make the body defintionNicholas Clark2005-11-191-26/+46
* With -DPURFIY we change the flags so that everything is allocatedNicholas Clark2005-11-191-16/+8
* Map the HE arena onto SV type 0 (SVt_NULL).Nicholas Clark2005-11-197-30/+18
* Remove all the now unused new_XFOO()/del_XFOO() macrosNicholas Clark2005-11-181-38/+0
* sv_clear can manipulate the arena array directly too.Nicholas Clark2005-11-181-33/+12
* We only need to zero new bodies for upgrades. sv_dup doesn't need toNicholas Clark2005-11-181-3/+4
* Merge the arms of the switch. The decision about what comes from anNicholas Clark2005-11-181-16/+11
* Eliminate new_body_length from sv_dup. Replace SvTYPE(sstr) withNicholas Clark2005-11-181-16/+9
* Eliminate new_body_offset from sv_dup()Nicholas Clark2005-11-181-29/+31
* Merge the last remaining case duplication in sv_upgradeNicholas Clark2005-11-181-15/+14
* Eliminate new_body_length from sv_upgradeNicholas Clark2005-11-181-8/+4
* Eliminate new_body_offset from sv_upgradeNicholas Clark2005-11-181-22/+10
* new_body_inline doesn't need to be passed the root, as it's alreadyNicholas Clark2005-11-181-30/+9
* Tabs are still required in the MANIFESTRafael Garcia-Suarez2005-11-181-1/+1
* Add a flag to the body details of which types come from arenas.Nicholas Clark2005-11-181-26/+39
* Simplify the expression for the upgrade logic for SVt_IV.Nicholas Clark2005-11-181-7/+6
* Adding README.linux to the MANIFESTSteve Peters2005-11-181-0/+1
* const and static for the const static private table.Nicholas Clark2005-11-181-5/+4
* Rename sv_upgrade's parameter mt to new_type.Nicholas Clark2005-11-181-23/+23
* Dumpvalue doc patchAndreas König2005-11-181-1/+1
* Initial, albeit hackish, support for the alpha version of Sun StudioSteve Peters2005-11-182-0/+44
* All that can be in the first switch statement of sv_upgrade is nowNicholas Clark2005-11-171-29/+9
* "Can you see what it is yet?"Nicholas Clark2005-11-171-50/+34
* Add the size of the structure to copy as a field in the per typeNicholas Clark2005-11-171-24/+50
* Merge sizeof_body_by_svtype and offset_by_svtype into a single arrayNicholas Clark2005-11-171-61/+44
* Move the location of the definition of the arena slot used for pteNicholas Clark2005-11-172-1/+3
* Sort subs now in embed.fncAndy Lester2005-11-174-26/+93
* s/SvTYPE(sv)/old_type/ in sv_upgrade because we already have that valueNicholas Clark2005-11-171-4/+11
* It's clearer to use "morphing" than "polymorphing" whenRafael Garcia-Suarez2005-11-171-1/+1