| Commit message (Expand) | Author | Age | Files | Lines |
* | On scope end, delete localized array elements that should not exist anymore, ... | Vincent Pit | 2008-12-28 | 1 | -3/+27 |
* | Introduce SvCANEXISTDELETE in pp.h, which simplify the logic in pp_helem and ... | Vincent Pit | 2008-12-28 | 1 | -14/+11 |
* | Re: [perl #59280] perlbug AutoReply: PUSH on tied array gives incorrect conte... | Luke Ross | 2008-11-25 | 1 | -2/+6 |
* | Re: [perl #59998] [PATCH] crypt() returns tainted data even when input string... | Chip Salzenberg | 2008-11-17 | 1 | -7/+4 |
* | Re: [perl #60360] [PATCH] UPDATED: local $SIG{FOO} = sub {...}; sets signal h... | Chip Salzenberg | 2008-11-13 | 1 | -1/+2 |
* | Re: [perl #60360] [PATCH] local $SIG{FOO} = sub {...}; sets signal | Chip Salzenberg | 2008-11-12 | 1 | -1/+1 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -2/+5 |
* | Explicitly specify some printf formats for constant strings. | Rafael Garcia-Suarez | 2008-11-02 | 1 | -5/+5 |
* | Add MUTABLE_GV(), and eliminate (V *) casts in *.c. | Nicholas Clark | 2008-10-31 | 1 | -12/+13 |
* | Eliminate (SV *) casts from the rest of *.c, picking up one (further) | Nicholas Clark | 2008-10-30 | 1 | -33/+34 |
* | Add MUTABLE_IO(), and eliminate (IO *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -1/+1 |
* | Use pvs macros instead of pvn where possible. | Marcus Holland-Moritz | 2008-10-29 | 1 | -2/+2 |
* | Eliminate (AV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -19/+19 |
* | Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -9/+10 |
* | As Perl_cv_const_sv() now takes a const CV *, use that as the cast for | Nicholas Clark | 2008-10-29 | 1 | -1/+1 |
* | Every remaining (HV *) cast in *.c | Nicholas Clark | 2008-10-28 | 1 | -7/+7 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | Some more missing isGV_with_GP()s | Ben Morrow | 2008-06-28 | 1 | -9/+12 |
* | [perl #36875] [PATCH] scalar reverse undef does not warn (was: Certain string... | Bram | 2008-06-01 | 1 | -1/+6 |
* | Revert change #33676, likely to break atan(-0,0) on some platforms | Rafael Garcia-Suarez | 2008-04-14 | 1 | -4/+1 |
* | Make atan2(0,0) return undef | Rafael Garcia-Suarez | 2008-04-14 | 1 | -1/+4 |
* | Double magic with substr | Vincent Pit | 2008-03-31 | 1 | -1/+1 |
* | Use sv_setpvs() like a few lines before since change #33557 | Rafael Garcia-Suarez | 2008-03-25 | 1 | -1/+1 |
* | Re: [PATCH] Double warning with perl -we 'my $a; substr $a, 0, 10, | Vincent Pit | 2008-03-25 | 1 | -0/+2 |
* | use svtype | Robin Barker | 2008-02-14 | 1 | -2/+2 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -0/+4 |
* | In pp_split(), eliminate most (all?) of the conditional calls to | Nicholas Clark | 2008-02-01 | 1 | -26/+16 |
* | Make lc/uc/lcfirst/ucfirst warn when passed undef. | Rafael Garcia-Suarez | 2008-01-28 | 1 | -0/+6 |
* | 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 |