summaryrefslogtreecommitdiff
path: root/pp_sort.c
Commit message (Expand)AuthorAgeFilesLines
...
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+9
* Update copyrights for files modified in 2006Rafael Garcia-Suarez2006-01-021-1/+1
* Making 0 pointers to NULLsAndy Lester2006-01-011-1/+1
* Re: [PATCH] Make the 'sort' pragma lexically scopedRobin Houston2005-12-191-45/+36
* s/Nullav/NULL/gNicholas Clark2005-12-161-1/+1
* Reverting change #26360 and #26361 since it appears that the bugs ISteve Peters2005-12-151-1/+0
* Again, FREETMPS not SAVETMPS!Steve Peters2005-12-151-1/+1
* Add a missing FREETMPS to match up with a SAVETMPS. This changeSteve Peters2005-12-151-0/+1
* More consting, and putting stuff in embed.fncAndy Lester2005-12-061-1/+1
* Sort subs now in embed.fncAndy Lester2005-11-171-26/+16
* Const & local: Special Victims UnitAndy Lester2005-11-111-9/+9
* Re: A surprising segfaultSADAHIRO Tomoyuki2005-11-051-0/+1
* sort/multicall patchRobin Houston2005-11-021-24/+39
* Stas' croak patch and then someAndy Lester2005-10-131-6/+9
* Typo in comment.Abigail2005-10-121-1/+1
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-2/+2
* the PAD_SET_CUR macro expanded too much for AIX compilersDave Mitchell2005-07-011-1/+2
* Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo Salvador Fandiño2005-06-231-21/+9
* More random cleanupsAndy Lester2005-06-201-83/+68
* sort optimizationSalvador Fandiño2005-06-151-5/+12
* More SvPV consting, including some code cleanup and living dangerouslyNicholas Clark2005-06-101-1/+1
* More SvPV constingNicholas Clark2005-06-071-4/+3
* PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memorySalvador Fandiño2005-06-051-8/+31
* Quotes fixed, see also perl #36079Andy Lester2005-06-021-5/+5
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-1/+1
* printf.patch: Adding printf checking for gccAndy Lester2005-05-021-1/+1
* Symbian port of PerlJarkko Hietaniemi2005-04-211-2/+4
* Refactoring to Sv*_set() macros - patch #4Steve Peters2005-04-181-2/+2
* Down with C++ reserved namesNicholas Clark2005-04-051-6/+6
* Clean-up some warnings when compiling on Win32 with VC++Steve Hay2005-03-291-1/+1
* Correct the editor block to match the perl 5 policy on tabsNicholas Clark2005-01-141-1/+1
* replace NEWSV(), SvSetSV() with newSVsv()Nicholas Clark2005-01-131-2/+1
* Update copyright years. Add an editor block while passing by.Nicholas Clark2005-01-131-1/+11
* Silence a compilation warningRafael Garcia-Suarez2005-01-061-1/+1
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+11
* Optimise list context reverse sort to reverse as part of the sort opNicholas Clark2004-07-131-18/+23
* A proper, working, stable optimisation for sort {$b cmp $a}Nicholas Clark2004-07-131-10/+83
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* optimise the sorting inplace of plain arrays: @a = sort @aDave Mitchell2004-02-201-23/+72
* second attempt to fix [perl #24914] freeing a CV reference that wasDave Mitchell2004-01-201-2/+0
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-2/+2
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-10/+0
* move all pad-related code to its own src fileDave Mitchell2002-10-021-5/+4
* Turn the sort RealCmp for stable quicksorts into aArtur Bergman2002-05-141-5/+4
* Fix bug id 20020427.004 on %^H.Rafael Garcia-Suarez2002-04-301-8/+7
* WinCE many fixesVadim Konovalov2002-04-281-0/+5
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-1/+1