| Commit message (Expand) | Author | Age | Files | Lines |
* | PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memory | Salvador FandiƱo | 2005-06-05 | 1 | -8/+31 |
* | Quotes fixed, see also perl #36079 | Andy Lester | 2005-06-02 | 1 | -5/+5 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -2/+2 |
* | Add editor boilerplates to all C files | Rafael Garcia-Suarez | 2005-05-10 | 1 | -1/+1 |
* | printf.patch: Adding printf checking for gcc | Andy Lester | 2005-05-02 | 1 | -1/+1 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -2/+4 |
* | Refactoring to Sv*_set() macros - patch #4 | Steve Peters | 2005-04-18 | 1 | -2/+2 |
* | Down with C++ reserved names | Nicholas Clark | 2005-04-05 | 1 | -6/+6 |
* | Clean-up some warnings when compiling on Win32 with VC++ | Steve Hay | 2005-03-29 | 1 | -1/+1 |
* | Correct the editor block to match the perl 5 policy on tabs | Nicholas Clark | 2005-01-14 | 1 | -1/+1 |
* | replace NEWSV(), SvSetSV() with newSVsv() | Nicholas Clark | 2005-01-13 | 1 | -2/+1 |
* | Update copyright years. Add an editor block while passing by. | Nicholas Clark | 2005-01-13 | 1 | -1/+11 |
* | Silence a compilation warning | Rafael Garcia-Suarez | 2005-01-06 | 1 | -1/+1 |
* | Add comment to the top of most .c files explaining their purpose | Dave Mitchell | 2004-07-31 | 1 | -0/+11 |
* | Optimise list context reverse sort to reverse as part of the sort op | Nicholas Clark | 2004-07-13 | 1 | -18/+23 |
* | A proper, working, stable optimisation for sort {$b cmp $a} | Nicholas Clark | 2004-07-13 | 1 | -10/+83 |
* | Update copyright notices | Rafael Garcia-Suarez | 2004-03-16 | 1 | -1/+1 |
* | optimise the sorting inplace of plain arrays: @a = sort @a | Dave Mitchell | 2004-02-20 | 1 | -23/+72 |
* | second attempt to fix [perl #24914] freeing a CV reference that was | Dave Mitchell | 2004-01-20 | 1 | -2/+0 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | %_ (was Re: [PATCH] operation on `PL_na' may be undefined) | Nicholas Clark | 2003-01-07 | 1 | -2/+2 |
* | Happy chainsaw stories; The removal of the 5005 threads | H.Merijn Brand | 2002-10-19 | 1 | -10/+0 |
* | move all pad-related code to its own src file | Dave Mitchell | 2002-10-02 | 1 | -5/+4 |
* | Turn the sort RealCmp for stable quicksorts into a | Artur Bergman | 2002-05-14 | 1 | -5/+4 |
* | Fix bug id 20020427.004 on %^H. | Rafael Garcia-Suarez | 2002-04-30 | 1 | -8/+7 |
* | WinCE many fixes | Vadim Konovalov | 2002-04-28 | 1 | -0/+5 |
* | fixes for all the warnings reported by Visual C (most of this | Gurusamy Sarathy | 2002-04-21 | 1 | -1/+1 |
* | Re: lib/sort.t failure -- real PATCH enclosed | Andy Dougherty | 2002-04-08 | 1 | -9/+14 |
* | Copyright++. (Not all the toplevel *.h have one, it seems.) | Jarkko Hietaniemi | 2002-01-23 | 1 | -1/+1 |
* | Missed the =head1 additions. | Jarkko Hietaniemi | 2002-01-03 | 1 | -0/+2 |
* | Re: perl@13661 | John P. Linderman | 2001-12-17 | 1 | -163/+5 |
* | (LONG!) Sort benchmarks and patch | John P. Linderman | 2001-12-13 | 1 | -18/+298 |
* | sort tweaks from John P. Linderman. | Jarkko Hietaniemi | 2001-11-27 | 1 | -9/+11 |
* | Re: benchmarks, sorts and reproducibility | John P. Linderman | 2001-11-25 | 1 | -15/+38 |
* | Implement the sort pragma. Split sort code from pp_ctl.c | Jarkko Hietaniemi | 2001-11-21 | 1 | -0/+1637 |