| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Test that we can clone regexps into new threads, and fix the bug in | Nicholas Clark | 2007-12-27 | 1 | -0/+3 |
* | You can't coerce a typeglob to a string. (Restore the error message - | Nicholas Clark | 2007-12-27 | 1 | -1/+2 |
* | Regexps are now orange. | Nicholas Clark | 2007-12-27 | 1 | -3/+6 |
* | Tweak Perl_sv_upgrade() so that references can upgrade to SVt_PV | Nicholas Clark | 2007-12-26 | 1 | -6/+7 |
* | Take code that occurs in three places to take a scalar and ready it to | Nicholas Clark | 2007-12-26 | 1 | -6/+2 |
* | Eliminate SVt_RV, and use SVt_IV to store plain references. | Nicholas Clark | 2007-12-26 | 1 | -57/+51 |
* | Swap SVt_RV and SVt_NV in the SV ordering. | Nicholas Clark | 2007-12-26 | 1 | -8/+12 |
* | Add an assert() to verify my assumption that no-one upgrades a scalar | Nicholas Clark | 2007-12-23 | 1 | -0/+6 |
* | Remove the definitions of Null(), Nullch, Nullfp, Nullsv and PL_na | Nicholas Clark | 2007-12-22 | 1 | -1/+1 |
* | By moving the "can't upgrade downwards" croak() in Perl_sv_upgrade() | Nicholas Clark | 2007-12-22 | 1 | -8/+6 |
* | Correct the minor mistake of changes 32675 and 32676 - the check should | Nicholas Clark | 2007-12-22 | 1 | -2/+2 |
* | Similiarly Perl_newHV() can become a mathom by making newHV() a | Nicholas Clark | 2007-12-20 | 1 | -0/+14 |
* | Perl_newAV() can become a mathom by making newAV() a wrapper around | Nicholas Clark | 2007-12-20 | 1 | -0/+7 |
* | Fix bless/readonly failure spotted by Jerry Hedden. | Nicholas Clark | 2007-11-28 | 1 | -0/+2 |
* | rc1 patch - delta, comment nits | Jim Cromie | 2007-11-19 | 1 | -2/+3 |
* | Must remember to proof-read my comments before committing... | Dave Mitchell | 2007-11-09 | 1 | -4/+4 |
* | [perl #47233] Core dump caused by goto | Dave Mitchell | 2007-11-09 | 1 | -1/+9 |
* | Bug fix for storing shared objects in shared structures | Jerry D. Hedden | 2007-11-08 | 1 | -1/+4 |
* | [perl #47045] CLONE_SKIP doesn't result in undef copies | Dave Mitchell | 2007-11-02 | 1 | -2/+1 |
* | VDf no longer in PERL_CORE | Robin Barker | 2007-10-20 | 1 | -8/+2 |
* | Revert code change from #32148 | Rafael Garcia-Suarez | 2007-10-20 | 1 | -0/+2 |
* | Re: [PATCH] Fix overloading for 64-bit ints (revised) | Jerry D. Hedden | 2007-10-20 | 1 | -4/+2 |
* | Fix overloading for 64-bit ints (revised) | Jerry D. Hedden | 2007-10-19 | 1 | -0/+23 |
* | Where possible, change gv_fetchfile() to gv_fetchfile_flags(), | Nicholas Clark | 2007-10-18 | 1 | -2/+2 |
* | Another ex-PVBM assert | Ben Morrow | 2007-10-17 | 1 | -1/+1 |
* | Replace my_strlcpy() with a pair of byte writes. | Nicholas Clark | 2007-10-16 | 1 | -2/+4 |
* | Propagate the perlapi.pod part of change 32026 back to the source POD. | Nicholas Clark | 2007-10-06 | 1 | -1/+1 |
* | PL_cshname is actually a constant value known at compile time. | Nicholas Clark | 2007-10-05 | 1 | -5/+0 |
* | Reverse change #31978 | Rafael Garcia-Suarez | 2007-10-03 | 1 | -2/+0 |
* | [patch] s/thinngy/thingy/ | Jim Cromie | 2007-09-28 | 1 | -1/+1 |
* | RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns | Robin Barker | 2007-09-26 | 1 | -0/+2 |
* | a spelling nit | Jim Cromie | 2007-09-14 | 1 | -1/+1 |
* | Don't call frexp() on +Inf or -Inf either. (It's not just NaN it might | Nicholas Clark | 2007-09-12 | 1 | -6/+3 |
* | Amend change 31854 for when NAN_COMPARE_BROKEN | Rafael Garcia-Suarez | 2007-09-12 | 1 | -1/+6 |
* | [perl #45383] sprintf %f panics with NaN | Zefram | 2007-09-12 | 1 | -1/+1 |
* | ununit pos value warning identified the wrong variable name | Dave Mitchell | 2007-09-09 | 1 | -0/+5 |
* | Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev) | Brandon Black | 2007-08-31 | 1 | -1/+0 |
* | misc blead stuff | Jarkko Hietaniemi | 2007-08-30 | 1 | -1/+1 |
* | Document SvSHARED_HASH. | Vincent Pit | 2007-08-15 | 1 | -5/+5 |