summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* [perl #37694] segfault with PerlIO::get_layers()Peter Dintelmann2005-11-171-1/+1
* Oi gcc, No! sizeof(void) is an error. *Not* 1.Nicholas Clark2005-11-161-4/+4
* PL_pte_root and PL_pte_arenaroot can be exterminated. Which revealsNicholas Clark2005-11-164-23/+1
* Re: eliminate discreet arenarootsJim Cromie2005-11-165-330/+272
* for winceVadim Konovalov2005-11-165-140/+396
* Re: [perl #37688] Unexpected regex failure. Hugo van der Sanden2005-11-162-0/+2
* Re: [perl #37616] Bug in &= (string) and/or m//SADAHIRO Tomoyuki2005-11-152-2/+14
* Re: Cygwin status, maint and bleadYitzchak Scott-Thoennes2005-11-151-4/+5
* Remove the two register keywords from auto variables that PERL_POSIONNicholas Clark2005-11-142-2/+2
* More PERL_POISON - poison SvANY() and SvREFCNT() in freed SV heads.Nicholas Clark2005-11-141-4/+18
* Mark all places where perl needs to look at a possibly-freed scalarNicholas Clark2005-11-146-5/+12
* Removed reference to the non-existent C<Opcode::Custom>.Steve Peters2005-11-141-3/+1
* The warning "Field too wide in 'u' format in pack" was emitted evenRafael Garcia-Suarez2005-11-141-1/+2
* Provide a crude way for specifying the command line forNicholas Clark2005-11-142-5/+10
* A better fix for [perl #35847] File::Find not performing as documented,Rafael Garcia-Suarez2005-11-142-8/+9
* Don't warn about lack of docs for functions that appear twice in embed.fnc.Rafael Garcia-Suarez2005-11-141-6/+8