| Commit message (Expand) | Author | Age | Files | Lines |
* | Symbol S_no_symref_sv should be static (local to the compilation unit). | Jan Dubois | 2010-02-23 | 1 | -1/+1 |
* | Convert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_flags(). | Nicholas Clark | 2010-02-14 | 1 | -3/+3 |
* | Remove a vestigial STRLEN case and convert a label to lowercase. | Nicholas Clark | 2010-02-14 | 1 | -5/+5 |
* | Removes 32-bit limit on substr arguments. The full range of IV and UV is avai... | Eric Brine | 2010-02-14 | 1 | -50/+93 |
* | Revert "[perl #62646] Maximum string length with substr" | Rafael Garcia-Suarez | 2010-01-18 | 1 | -10/+7 |
* | A fig leaf for calling sv_pos_u2b with IV* where it expects I32*. | Craig A. Berry | 2010-01-16 | 1 | -1/+4 |
* | [perl #62646] Maximum string length with substr | Zefram | 2010-01-15 | 1 | -7/+7 |
* | Another C<return NORMAL> needed post bb4c52e023e0, missed from 805bf316c58a. | Nicholas Clark | 2009-12-03 | 1 | -0/+1 |
* | Add assertions that pp_padav and pp_padhv push scalars of the correct type. | Gerard Goossen | 2009-11-25 | 1 | -0/+2 |
* | Inline PL_no_symref_sv into its users. Deprecate the visible global variable. | Nicholas Clark | 2009-11-15 | 1 | -2/+5 |
* | add code for Unicode semantics for non-utf8 latin1 chars | Karl Williamson | 2009-11-14 | 1 | -104/+632 |
* | Fix compiler warning: | Jerry D. Hedden | 2009-11-13 | 1 | -1/+1 |
* | Add ENTER_with_name and LEAVE_with_name to automaticly check for matching ENT... | Gerard Goossen | 2009-11-12 | 1 | -8/+8 |
* | Optimize reversing an array in-place | Vincent Pit | 2009-11-10 | 1 | -8/+67 |
* | SvREFCNT_dec already checks if the SV is non-NULL (continued) | Vincent Pit | 2009-11-08 | 1 | -4/+2 |
* | move JMPENV_JUMP to die_where and mark it as "noreturn" | Gerard Goossen | 2009-11-06 | 1 | -0/+1 |
* | SvREFCNT_dec already checks if the SV is non-NULL | Vincent Pit | 2009-11-05 | 1 | -6/+3 |
* | [perl #69875] Slow down split in scalar context :-) | Father Chrysostomos | 2009-10-31 | 1 | -1/+3 |
* | Avoid adding magic with rvalue $#a | Eric Brine | 2009-10-28 | 1 | -5/+12 |
* | add an elipses to string/ref warnings when str longer than 32 chars | Yves Orton | 2009-10-26 | 1 | -2/+2 |
* | Fix built-in prototype of each, keys, and values | Rafael Garcia-Suarez | 2009-10-22 | 1 | -0/+4 |
* | Optimise if (%foo) to be faster than if(keys %foo) | demerphq | 2009-10-15 | 1 | -0/+18 |
* | Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -16/+13 |
* | Apply the same policy for the value returned by push() and unshift() | Vincent Pit | 2009-10-04 | 1 | -9/+5 |
* | push in Void Context | chromatic | 2009-09-23 | 1 | -1/+3 |
* | split: Improve performance in scalar context | Bo Borgerson | 2009-09-13 | 1 | -43/+119 |
* | split: Remove implicit split to @_ | Bo Borgerson | 2009-09-13 | 1 | -2/+0 |
* | Introduce "delete local" | Vincent Pit | 2009-07-25 | 1 | -2/+185 |
* | Use the new SAVEHDELETE() macro wherever possible | Vincent Pit | 2009-07-25 | 1 | -11/+5 |
* | pp.c and time64.c don't need to be executable | Vincent Pit | 2009-05-14 | 1 | -0/+0 |
* | Code refs aren't lockable | Jerry D. Hedden | 2009-01-25 | 1 | -2/+2 |
* | 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 |