| Commit message (Expand) | Author | Age | Files | Lines |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | Fix for [perl #9423] vec assignments generate 2 warnings | Brian Fraser | 2012-05-26 | 1 | -2/+9 |
* | Fix for [perl #8931], call magic only once for join's first arg. | Brian Fraser | 2012-05-25 | 1 | -1/+1 |
* | [rt #111730] don't use I32 for offsets in vec() | Tony Cook | 2012-05-21 | 1 | -3/+3 |
* | [perl #44895] += warning on uninit magic var | Father Chrysostomos | 2012-01-09 | 1 | -1/+1 |
* | Call FETCH once for $tied_ref =~ y/a/b/ | Father Chrysostomos | 2011-11-24 | 1 | -1/+1 |
* | Trim dead code in do_kv. | Eric Brine | 2011-08-24 | 1 | -14/+2 |
* | Clean: Actually use HvUSEDKEYS() instead of HvKEYS() | Michael Witten | 2011-05-18 | 1 | -2/+2 |
* | [perl #82250] fix tainted (s)print format | David Mitchell | 2011-03-14 | 1 | -0/+8 |
* | Move do_chomp() from pp.c to doop.c, and make it static. | Nicholas Clark | 2010-12-27 | 1 | -167/+0 |
* | Merge Perl_do_chop() and Perl_do_chomp(). | Nicholas Clark | 2010-12-27 | 1 | -90/+45 |
* | Convert Perl_do_chomp() to the same prototype as Perl_do_chop(). | Nicholas Clark | 2010-12-27 | 1 | -15/+12 |
* | Allow push/pop/keys/etc to act on references | David Golden | 2010-10-31 | 1 | -2/+3 |
* | [perl #76814] FETCH called twice - y | Father Chrysostomos | 2010-09-24 | 1 | -6/+6 |
* | Fix untimely destruction introduced by lvalue ops [RT#67838] by returning a T... | Eric Brine | 2010-08-13 | 1 | -22/+16 |
* | Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify). | Nicholas Clark | 2010-06-27 | 1 | -3/+3 |
* | SvREFCNT_dec already checks if the SV is non-NULL (continued) | Vincent Pit | 2009-11-08 | 1 | -2/+1 |
* | SvREFCNT_dec already checks if the SV is non-NULL | Vincent Pit | 2009-11-05 | 1 | -2/+1 |
* | Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -9/+6 |
* | Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code. | Nicholas Clark | 2009-04-27 | 1 | -4/+0 |
* | Bump copyright year after previous change | Rafael Garcia-Suarez | 2009-01-02 | 1 | -1/+1 |
* | [perl #54956] crash on binary-or lvalue operation on qr// | Ben Morrow | 2009-01-02 | 1 | -1/+7 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -1/+3 |
* | Explicitly specify some printf formats for constant strings. | Rafael Garcia-Suarez | 2008-11-02 | 1 | -3/+3 |
* | Eliminate (SV *) casts from the rest of *.c, picking up one (further) | Nicholas Clark | 2008-10-30 | 1 | -7/+7 |
* | Use pvs macros instead of pvn where possible. | Marcus Holland-Moritz | 2008-10-29 | 1 | -4/+4 |
* | Eliminate (AV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -2/+2 |
* | Every remaining (HV *) cast in *.c | Nicholas Clark | 2008-10-28 | 1 | -6/+6 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | Re: [PATCH] Double magic with chop | Vincent Pit | 2008-05-15 | 1 | -1/+1 |
* | count-only transliteration needlessly makes copy-on-write | Yitzchak Scott-Thoennes | 2008-03-10 | 1 | -2/+2 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -6/+31 |
* | Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set in | Nicholas Clark | 2008-01-03 | 1 | -2/+2 |
* | Consting dump.c | Andy Lester | 2007-05-25 | 1 | -1/+1 |
* | make tr/// threadsafe by moving swash into pad | Dave Mitchell | 2007-01-12 | 1 | -3/+18 |
* | Update copyright years in .c files | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a... | Yves Orton | 2007-01-04 | 1 | -2/+1 |
* | Re: [perl #41065] Out of memory!, while extending scalar | Marcus Holland-Moritz | 2006-12-11 | 1 | -14/+23 |
* | Re: [PATCH] Initial attempt at named captures for perls regexp engine | Yves Orton | 2006-10-07 | 1 | -1/+4 |
* | dump.c patches | Andy Lester | 2006-06-07 | 1 | -3/+3 |
* | do_vop() couldn't correctly handle surprises from UTF-8 overloading. | Nicholas Clark | 2006-04-30 | 1 | -6/+25 |
* | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 | Marcus Holland-Moritz | 2006-04-26 | 1 | -80/+80 |
* | doop.c consting, take 2 | Andy Lester | 2006-04-24 | 1 | -73/+64 |
* | Replace some Copy() by Move() calls, because valgrind reports | Rafael Garcia-Suarez | 2006-04-19 | 1 | -3/+3 |
* | Coverity still thinks that there is a route through do_vop that can | Nicholas Clark | 2006-04-18 | 1 | -0/+5 |
* | dooop.c: the strong asserts in Sv* macros could cause memory leakage -- move ... | Jarkko Hietaniemi | 2006-04-17 | 1 | -2/+2 |
* | Revert 27856. | Nicholas Clark | 2006-04-17 | 1 | -14/+5 |
* | The danger of piping an mbox to patch is that it contains more than | Jarkko Hietaniemi | 2006-04-17 | 1 | -5/+14 |
* | Perl_do_vop can profitably use Perl_sv_usepvn_flags, as it has | Nicholas Clark | 2006-04-16 | 1 | -1/+1 |
* | doop.c: (Coverity) found a bug but not quite what Coverity thought it did (tr... | Jarkko Hietaniemi | 2006-04-14 | 1 | -7/+13 |