| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-order so that the !SvOK() case is last (which should be rare) | Nicholas Clark | 2008-01-13 | 1 | -6/+4 |
* | For 5.12: saner behaviour for `length` | Nicholas Clark | 2008-01-12 | 1 | -11/+21 |
* | Fix compilation issues and warnings with exotic configuration. | Marcus Holland-Moritz | 2008-01-06 | 1 | -1/+1 |
* | Replace all reads of RXf_UTF8 with RX_UTF8(). | Nicholas Clark | 2008-01-05 | 1 | -2/+2 |
* | Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stack | Marcus Holland-Moritz | 2008-01-04 | 1 | -4/+4 |
* | Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and rework | Nicholas Clark | 2008-01-03 | 1 | -1/+1 |
* | Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set in | Nicholas Clark | 2008-01-03 | 1 | -4/+6 |
* | Possible future bugs found by the creation of newSVpvn_flags(). | 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 | -29/+10 |
* | Wrap all deferences of struct regexp* in macros RX_*() [and for | Nicholas Clark | 2008-01-02 | 1 | -26/+26 |
* | Change Perl_av_iter_p() to return IV* rather than I32* (which means | Nicholas Clark | 2007-12-29 | 1 | -1/+1 |
* | Take code that occurs in three places to take a scalar and ready it to | Nicholas Clark | 2007-12-26 | 1 | -7/+1 |
* | Eliminate SVt_RV, and use SVt_IV to store plain references. | Nicholas Clark | 2007-12-26 | 1 | -3/+3 |
* | Swap SVt_RV and SVt_NV in the SV ordering. | Nicholas Clark | 2007-12-26 | 1 | -1/+1 |
* | Implement each @array. | Nicholas Clark | 2007-12-20 | 1 | -0/+61 |
* | Re: overload64.t failures | Rick Delaney | 2007-10-21 | 1 | -9/+17 |
* | Fix overloading for 64-bit ints (revised) | Jerry D. Hedden | 2007-10-19 | 1 | -87/+87 |
* | pp_int should treat refs as UVs (not IVs) | Jerry D. Hedden | 2007-10-11 | 1 | -3/+3 |
* | Re: [perl #46011] [RESOLVED] overload "0+" doesn't handle integer results | Rick Delaney | 2007-10-08 | 1 | -0/+2 |
* | Re: [perl #46011] overload "0+" doesn't handle integer results | Rick Delaney | 2007-10-07 | 1 | -9/+25 |
* | Remove the 'err' keyword | Rafael Garcia-Suarez | 2007-09-07 | 1 | -1/+1 |
* | Make state $zok = slosh(); behave as the Perl 6 design with an implicit | Nicholas Clark | 2007-09-06 | 1 | -0/+13 |
* | Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev) | Brandon Black | 2007-08-31 | 1 | -0/+5 |
* | misc blead stuff | Jarkko Hietaniemi | 2007-08-30 | 1 | -1/+1 |
* | Re: [PATCH] Optimize split // | Ævar Arnfjörð Bjarmason | 2007-08-12 | 1 | -14/+24 |
* | Optimize split // | Ævar Arnfjörð Bjarmason | 2007-08-09 | 1 | -0/+37 |
* | Fix [perl #43207] lc() or uc() inside sort affect the return value. | Rafael Garcia-Suarez | 2007-06-14 | 1 | -3/+3 |
* | Re: mro status, etc | Brandon Black | 2007-04-30 | 1 | -0/+9 |
* | Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX, | Nicholas Clark | 2007-04-21 | 1 | -6/+6 |
* | [perl #42614] NAN_COMPARE_BROKEN.DIV_BY_NAN_BUG (with patch) | Patrick Dugnolle | 2007-04-20 | 1 | -0/+4 |
* | fix casting warning in pp_ord() | Dave Mitchell | 2007-04-15 | 1 | -1/+1 |
* | Change 18797 (Patch for [perl #9402], known also as "glibc _moddi3 bug | Nicholas Clark | 2007-04-12 | 1 | -3/+6 |
* | Turn op_pmreplroot in struct pmop into a real union. | Nicholas Clark | 2007-04-07 | 1 | -4/+6 |
* | Re: pmdynflags and thread safety | Yves Orton | 2007-04-04 | 1 | -8/+8 |
* | Back out changes 30762 and 30763 | Rafael Garcia-Suarez | 2007-03-29 | 1 | -4/+3 |
* | stop the cargo cult of (MEM_SIZE)~0 | Jarkko Hietaniemi | 2007-03-27 | 1 | -1/+1 |
* | In struct regexp replace the two arrays of I32s accessed via startp | Nicholas Clark | 2007-03-26 | 1 | -4/+4 |
* | Nit to change 30762 by Gisle. | Rafael Garcia-Suarez | 2007-03-26 | 1 | -1/+1 |
* | Re: substr($megabytes, 30) = | Yitzchak Scott-Thoennes | 2007-03-26 | 1 | -3/+4 |
* | Add a new API function newSV_type, to replace the idiom: | Nicholas Clark | 2007-02-18 | 1 | -2/+1 |
* | These casts to GV are no longer needed. | Nicholas Clark | 2007-02-10 | 1 | -3/+3 |
* | The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask | Nicholas Clark | 2007-01-25 | 1 | -1/+1 |
* | Refactor the common soft-reference code from pp_rv2sv and pp_rv2av | Nicholas Clark | 2007-01-21 | 1 | -27/+47 |
* | Re: [PATCH] fix unicode split /\s+/ | SADAHIRO Tomoyuki | 2007-01-19 | 1 | -16/+20 |
* | fix unicode split /\s+/ | Yves Orton | 2007-01-19 | 1 | -8/+33 |
* | Let the regex parser decide if we have a special pattern or not. | Yves Orton | 2007-01-09 | 1 | -1/+1 |
* | Update copyright years in .c files | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | 4th patch from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -1/+1 |
* | The first three patches from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -1/+1 |
* | Cleanup regexp flags and structure | Yves Orton | 2006-11-23 | 1 | -6/+6 |