| Commit message (Expand) | Author | Age | Files | Lines |
* | use svtype | Robin Barker | 2008-02-14 | 1 | -1/+1 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -7/+307 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-02-08 | 1 | -10/+10 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-02-07 | 1 | -11/+11 |
* | sv.c: consting | Steven Schubiger | 2008-02-04 | 1 | -8/+8 |
* | The layout for struct block_loop under ithreads can be simplified. | Nicholas Clark | 2008-01-26 | 1 | -7/+8 |
* | Investigation reveals that the work of restoring the iterator to the | Nicholas Clark | 2008-01-26 | 1 | -4/+2 |
* | Some code can be removed following change 33070. | Nicholas Clark | 2008-01-26 | 1 | -4/+6 |
* | Re: struct context now 12.5% smaller than 5.10 | Benjamin Smith | 2008-01-26 | 1 | -7/+10 |
* | PVIOs don't need space for SvNVX allocated. | Nicholas Clark | 2008-01-25 | 1 | -2/+3 |
* | In struct block_loop, merge itermax and iterlval into a union | Nicholas Clark | 2008-01-24 | 1 | -2/+3 |
* | Merge CXt_LOOP_STACK's use of itermax for the reverse minimum with | Nicholas Clark | 2008-01-24 | 1 | -2/+2 |
* | Change the context type of for ($a .. $b) to CXt_LOOP_LAZYIV, and | Nicholas Clark | 2008-01-24 | 1 | -0/+1 |
* | Split out foreach iterations of temporary lists on the stack to | Nicholas Clark | 2008-01-24 | 1 | -0/+1 |
* | Split CXt_LOOP into CXt_LOOP_PLAIN and CXt_LOOP_FOR, eliminating the | Nicholas Clark | 2008-01-24 | 1 | -3/+4 |
* | Fix the misplaced warnings and failing tests caused by the precision | Nicholas Clark | 2008-01-23 | 1 | -6/+6 |
* | In struct block_sub and block_format, access the members hasargs and | Nicholas Clark | 2008-01-20 | 1 | -1/+1 |
* | Split struct block_sub into struct block_sub and struct block_format. | Nicholas Clark | 2008-01-20 | 1 | -3/+3 |
* | In Perl_cx_dup(), block copy the entire context stack, then walk it | Nicholas Clark | 2008-01-20 | 1 | -45/+31 |
* | Avoid an unused argument in S_sv_2iuv_non_preserve() by using | Nicholas Clark | 2008-01-18 | 1 | -2/+9 |
* | warn if ++ or -- are unable to change the value because it's beyond | Nicholas Clark | 2008-01-17 | 1 | -6/+25 |
* | A couple of POD fixes by Steven Schubiger | Rafael Garcia-Suarez | 2008-01-16 | 1 | -1/+1 |
* | For 5.12: saner behaviour for `length` | Nicholas Clark | 2008-01-12 | 1 | -4/+8 |
* | Remove the -P switch | Rafael Garcia-Suarez | 2008-01-11 | 1 | -1/+0 |
* | Ensure DEBUG_LEAKING_SCALARS_ABORT can't be circumvented by fatal | Nicholas Clark | 2008-01-10 | 1 | -5/+19 |
* | Move the reg_stringify logic to Perl_sv_2pv_flags | Ævar Arnfjörð Bjarmason | 2008-01-10 | 1 | -15/+19 |
* | Add DEBUG_LEAKING_SCALARS_ABORT, to call abort() if any scalars leak, | Nicholas Clark | 2008-01-09 | 1 | -0/+3 |
* | PL_regex_padav can simply be dup()ed. This is surprisingly satisfying. | Nicholas Clark | 2008-01-08 | 1 | -18/+5 |
* | In PL_regexp_padav, store regexps via real references, rather than | Nicholas Clark | 2008-01-08 | 1 | -8/+2 |
* | Correct a long-standing ithreads reference counting anonamly - the | Nicholas Clark | 2008-01-08 | 1 | -2/+1 |
* | Don't set the public IV or NV flags if the string converted from has | Nicholas Clark | 2008-01-07 | 1 | -4/+28 |
* | Remove FIXME that is already fixed. | Yves Orton | 2008-01-06 | 1 | -1/+1 |
* | Make new regex type be 'REGEXP' and make all core qr//'s be in class Regexp (... | Yves Orton | 2008-01-06 | 1 | -1/+1 |
* | Allow sv_setsv_flags() to copy SVt_REGEXP much like it copies | Nicholas Clark | 2008-01-06 | 1 | -0/+1 |
* | Make REGEXP a type distinct from SV. (Much like AV, CV, GV, HV). | Nicholas Clark | 2008-01-05 | 1 | -4/+4 |
* | Don't allocate the NV slot for SVt_REGEXP. | Nicholas Clark | 2008-01-05 | 1 | -2/+4 |
* | BER is all very well, but it turns out that it's better to store the | Nicholas Clark | 2008-01-05 | 1 | -56/+14 |
* | Re-implement the SvOOK() hack to store the offset as a BER encoded | Nicholas Clark | 2008-01-04 | 1 | -37/+86 |
* | Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stack | Marcus Holland-Moritz | 2008-01-04 | 1 | -4/+5 |
* | Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and rework | Nicholas Clark | 2008-01-03 | 1 | -2/+2 |
* | Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set in | Nicholas Clark | 2008-01-03 | 1 | -36/+38 |
* | Possible future bugs found by the creation of newSVpvn_flags(). | Nicholas Clark | 2008-01-03 | 1 | -1/+1 |
* | Typo spotted by Jarkko. | Nicholas Clark | 2008-01-03 | 1 | -1/+1 |
* | Add a new function newSVpvn_flags(), which takes a third parameter of | Nicholas Clark | 2008-01-02 | 1 | -2/+32 |
* | Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs, | Nicholas Clark | 2008-01-02 | 1 | -13/+21 |
* | assert() that we're not trying to free scalars a second time. | Nicholas Clark | 2007-12-31 | 1 | -0/+1 |
* | In sv_chop(), write sentinals over the part of the buffer that is | Nicholas Clark | 2007-12-29 | 1 | -0/+23 |
* | Move all code that relies on reading the to-be-thrown-away buffer ahead | Nicholas Clark | 2007-12-29 | 1 | -3/+1 |
* | Perl_sv_chop() can return early if it's being asked to do nothing. | Nicholas Clark | 2007-12-29 | 1 | -0/+4 |
* | First class regexps. | Nicholas Clark | 2007-12-28 | 1 | -15/+20 |