summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* Convert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_flags().Nicholas Clark2010-02-141-3/+3
* Remove a vestigial STRLEN case and convert a label to lowercase.Nicholas Clark2010-02-141-5/+5
* Removes 32-bit limit on substr arguments. The full range of IV and UV is avai...Eric Brine2010-02-141-50/+93
* Revert "[perl #62646] Maximum string length with substr"Rafael Garcia-Suarez2010-01-181-10/+7
* A fig leaf for calling sv_pos_u2b with IV* where it expects I32*.Craig A. Berry2010-01-161-1/+4
* [perl #62646] Maximum string length with substrZefram2010-01-151-7/+7
* Another C<return NORMAL> needed post bb4c52e023e0, missed from 805bf316c58a.Nicholas Clark2009-12-031-0/+1
* Add assertions that pp_padav and pp_padhv push scalars of the correct type.Gerard Goossen2009-11-251-0/+2
* Inline PL_no_symref_sv into its users. Deprecate the visible global variable.Nicholas Clark2009-11-151-2/+5
* add code for Unicode semantics for non-utf8 latin1 charsKarl Williamson2009-11-141-104/+632
* Fix compiler warning:Jerry D. Hedden2009-11-131-1/+1
* Add ENTER_with_name and LEAVE_with_name to automaticly check for matching ENT...Gerard Goossen2009-11-121-8/+8
* Optimize reversing an array in-placeVincent Pit2009-11-101-8/+67
* SvREFCNT_dec already checks if the SV is non-NULL (continued)Vincent Pit2009-11-081-4/+2
* move JMPENV_JUMP to die_where and mark it as "noreturn"Gerard Goossen2009-11-061-0/+1
* SvREFCNT_dec already checks if the SV is non-NULLVincent Pit2009-11-051-6/+3
* [perl #69875] Slow down split in scalar context :-)Father Chrysostomos2009-10-311-1/+3
* Avoid adding magic with rvalue $#aEric Brine2009-10-281-5/+12
* add an elipses to string/ref warnings when str longer than 32 charsYves Orton2009-10-261-2/+2
* Fix built-in prototype of each, keys, and valuesRafael Garcia-Suarez2009-10-221-0/+4
* Optimise if (%foo) to be faster than if(keys %foo)demerphq2009-10-151-0/+18
* Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner().Nicholas Clark2009-10-121-16/+13
* Apply the same policy for the value returned by push() and unshift()Vincent Pit2009-10-041-9/+5
* push in Void Contextchromatic2009-09-231-1/+3
* split: Improve performance in scalar contextBo Borgerson2009-09-131-43/+119
* split: Remove implicit split to @_Bo Borgerson2009-09-131-2/+0
* Introduce "delete local"Vincent Pit2009-07-251-2/+185
* Use the new SAVEHDELETE() macro wherever possibleVincent Pit2009-07-251-11/+5
* pp.c and time64.c don't need to be executableVincent Pit2009-05-141-0/+0
* Code refs aren't lockableJerry D. Hedden2009-01-251-2/+2
* 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