| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #76026] match variables persist between calls to a sort sub | Father Chrysostomos | 2010-12-11 | 1 | -0/+6 |
* | [perl #77930] cx_stack reallocation during sort | Father Chrysostomos | 2010-09-20 | 1 | -0/+3 |
* | PL_amagic_generation doesn't show overload loaded | David Mitchell | 2010-07-03 | 1 | -1/+1 |
* | Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify). | Nicholas Clark | 2010-06-27 | 1 | -1/+1 |
* | In pp_sort, ensure that @_ is freed correctly. | Nicholas Clark | 2010-06-24 | 1 | -3/+3 |
* | In S_sortcv_stacked(), handle @_ correctly. Fix for #72334. | Gerard Goossen | 2010-06-23 | 1 | -1/+7 |
* | RT #34604 didn't honour tied overloaded values | David Mitchell | 2010-05-08 | 1 | -19/+9 |
* | [perl #71076] sort with active sub (5.10 regression) | Father Chrysostomos | 2009-12-07 | 1 | -0/+5 |
* | pp_sort.c typo: stabilty | Reini Urban | 2009-12-03 | 1 | -1/+1 |
* | [perl #69384] numericness failure in sorting | Zefram | 2009-09-27 | 1 | -6/+0 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -2/+4 |
* | explicit empty while loops | Robin Barker | 2008-11-02 | 1 | -1/+1 |
* | Explicitly specify some printf formats for constant strings. | Rafael Garcia-Suarez | 2008-11-02 | 1 | -1/+1 |
* | Eliminate (SV *) casts from the rest of *.c, picking up one (further) | Nicholas Clark | 2008-10-30 | 1 | -1/+1 |
* | Eliminate (AV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -3/+3 |
* | Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -1/+1 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | [perl #54758] Perl 5.10 memory corruption | Dave Mitchell | 2008-05-27 | 1 | -2/+3 |
* | Silence some warnings on Win32 with VC6 | Steve Hay | 2008-03-06 | 1 | -12/+12 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -2/+31 |
* | Update copyright years in .c files | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | 4th patch from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -1/+1 |
* | assert() that SvPV_set() isn't used on arrays. | Nicholas Clark | 2006-11-06 | 1 | -2/+2 |
* | A couple const's and a cast to get Sun CC to compile these files. | Steve Peters | 2006-08-09 | 1 | -3/+3 |
* | Add a macro to remove duplicated code | SADAHIRO Tomoyuki | 2006-07-10 | 1 | -24/+10 |
* | Static cleanup in pp_sort.c | Andy Lester | 2006-06-12 | 1 | -4/+6 |
* | reduce gcc -ansi -pedantic noise plus a suggestion | Jarkko Hietaniemi | 2006-04-28 | 1 | -1/+1 |
* | Prevent "use sort 'stable'" from reversing the order | Robin Houston | 2006-04-02 | 1 | -1/+1 |
* | Random accumulated patches | Andy Lester | 2006-03-31 | 1 | -16/+17 |
* | Speedups and shrinkages of SvREFCNT_inc | Andy Lester | 2006-02-27 | 1 | -2/+2 |
* | Add a new CvISXSUB() macro, for abstracting the test as to whether a | Nicholas Clark | 2006-02-20 | 1 | -1/+1 |
* | Trying my "remove the pTHXes" patch again | Andy Lester | 2006-02-09 | 1 | -1/+1 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -2/+2 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -1/+1 |
* | gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning | Nicholas Clark | 2006-02-02 | 1 | -2/+2 |
* | Yet more instances of gv_fetchpv... that should be GV_ADD rather than | Nicholas Clark | 2006-02-02 | 1 | -2/+2 |
* | Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags. | Nicholas Clark | 2006-01-28 | 1 | -2/+2 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -0/+9 |
* | Update copyrights for files modified in 2006 | Rafael Garcia-Suarez | 2006-01-02 | 1 | -1/+1 |
* | Making 0 pointers to NULLs | Andy Lester | 2006-01-01 | 1 | -1/+1 |
* | Re: [PATCH] Make the 'sort' pragma lexically scoped | Robin Houston | 2005-12-19 | 1 | -45/+36 |
* | s/Nullav/NULL/g | Nicholas Clark | 2005-12-16 | 1 | -1/+1 |
* | Reverting change #26360 and #26361 since it appears that the bugs I | Steve Peters | 2005-12-15 | 1 | -1/+0 |
* | Again, FREETMPS not SAVETMPS! | Steve Peters | 2005-12-15 | 1 | -1/+1 |
* | Add a missing FREETMPS to match up with a SAVETMPS. This change | Steve Peters | 2005-12-15 | 1 | -0/+1 |
* | More consting, and putting stuff in embed.fnc | Andy Lester | 2005-12-06 | 1 | -1/+1 |
* | Sort subs now in embed.fnc | Andy Lester | 2005-11-17 | 1 | -26/+16 |
* | Const & local: Special Victims Unit | Andy Lester | 2005-11-11 | 1 | -9/+9 |
* | Re: A surprising segfault | SADAHIRO Tomoyuki | 2005-11-05 | 1 | -0/+1 |
* | sort/multicall patch | Robin Houston | 2005-11-02 | 1 | -24/+39 |