summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* On scope end, delete localized array elements that should not exist anymore, ...Vincent Pit2008-12-281-3/+27
* Introduce SvCANEXISTDELETE in pp.h, which simplify the logic in pp_helem and ...Vincent Pit2008-12-281-14/+11
* Re: [perl #59280] perlbug AutoReply: PUSH on tied array gives incorrect conte...Luke Ross2008-11-251-2/+6
* Re: [perl #59998] [PATCH] crypt() returns tainted data even when input string...Chip Salzenberg2008-11-171-7/+4
* Re: [perl #60360] [PATCH] UPDATED: local $SIG{FOO} = sub {...}; sets signal h...Chip Salzenberg2008-11-131-1/+2
* Re: [perl #60360] [PATCH] local $SIG{FOO} = sub {...}; sets signalChip Salzenberg2008-11-121-1/+1
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-2/+5
* Explicitly specify some printf formats for constant strings.Rafael Garcia-Suarez2008-11-021-5/+5
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2008-10-311-12/+13
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2008-10-301-33/+34
* Add MUTABLE_IO(), and eliminate (IO *) casts in *.c.Nicholas Clark2008-10-291-1/+1
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2008-10-291-2/+2
* Eliminate (AV *) casts in *.c.Nicholas Clark2008-10-291-19/+19
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2008-10-291-9/+10
* As Perl_cv_const_sv() now takes a const CV *, use that as the cast forNicholas Clark2008-10-291-1/+1
* Every remaining (HV *) cast in *.cNicholas Clark2008-10-281-7/+7
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* Some more missing isGV_with_GP()sBen Morrow2008-06-281-9/+12
* [perl #36875] [PATCH] scalar reverse undef does not warn (was: Certain string...Bram2008-06-011-1/+6
* Revert change #33676, likely to break atan(-0,0) on some platformsRafael Garcia-Suarez2008-04-141-4/+1
* Make atan2(0,0) return undefRafael Garcia-Suarez2008-04-141-1/+4
* Double magic with substrVincent Pit2008-03-311-1/+1
* Use sv_setpvs() like a few lines before since change #33557Rafael Garcia-Suarez2008-03-251-1/+1
* Re: [PATCH] Double warning with perl -we 'my $a; substr $a, 0, 10,Vincent Pit2008-03-251-0/+2
* use svtypeRobin Barker2008-02-141-2/+2
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-0/+4
* In pp_split(), eliminate most (all?) of the conditional calls toNicholas Clark2008-02-011-26/+16
* Make lc/uc/lcfirst/ucfirst warn when passed undef.Rafael Garcia-Suarez2008-01-281-0/+6
* Re-order so that the !SvOK() case is last (which should be rare)Nicholas Clark2008-01-131-6/+4
* For 5.12: saner behaviour for `length`Nicholas Clark2008-01-121-11/+21
* Fix compilation issues and warnings with exotic configuration.Marcus Holland-Moritz2008-01-061-1/+1
* Replace all reads of RXf_UTF8 with RX_UTF8().Nicholas Clark2008-01-051-2/+2
* Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stackMarcus Holland-Moritz2008-01-041-4/+4
* Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and reworkNicholas Clark2008-01-031-1/+1
* Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set inNicholas Clark2008-01-031-4/+6
* Possible future bugs found by the creation of newSVpvn_flags().Nicholas Clark2008-01-031-1/+1
* Add a new function newSVpvn_flags(), which takes a third parameter ofNicholas Clark2008-01-021-29/+10
* Wrap all deferences of struct regexp* in macros RX_*() [and forNicholas Clark2008-01-021-26/+26
* Change Perl_av_iter_p() to return IV* rather than I32* (which meansNicholas Clark2007-12-291-1/+1
* Take code that occurs in three places to take a scalar and ready it toNicholas Clark2007-12-261-7/+1
* Eliminate SVt_RV, and use SVt_IV to store plain references.Nicholas Clark2007-12-261-3/+3
* Swap SVt_RV and SVt_NV in the SV ordering.Nicholas Clark2007-12-261-1/+1
* Implement each @array.Nicholas Clark2007-12-201-0/+61
* Re: overload64.t failuresRick Delaney2007-10-211-9/+17
* Fix overloading for 64-bit ints (revised)Jerry D. Hedden2007-10-191-87/+87
* pp_int should treat refs as UVs (not IVs)Jerry D. Hedden2007-10-111-3/+3
* Re: [perl #46011] [RESOLVED] overload "0+" doesn't handle integer resultsRick Delaney2007-10-081-0/+2
* Re: [perl #46011] overload "0+" doesn't handle integer resultsRick Delaney2007-10-071-9/+25
* Remove the 'err' keywordRafael Garcia-Suarez2007-09-071-1/+1
* Make state $zok = slosh(); behave as the Perl 6 design with an implicitNicholas Clark2007-09-061-0/+13