summaryrefslogtreecommitdiff
path: root/t/op/sort.t
Commit message (Expand)AuthorAgeFilesLines
* Revert "Strengthen weak refs when sorting in-place"David Mitchell2018-04-261-12/+1
* fix GvSV refcounting in sortZefram2017-12-121-1/+24
* Strengthen weak refs when sorting in-placeDagfinn Ilmari Mannsåker2017-09-041-1/+12
* (perl #130335) fix numeric comparison for sort's built-in compareTony Cook2016-12-231-1/+14
* in-place sort preserved element lvalue identityDavid Mitchell2016-08-101-6/+15
* Partially pessimise in-place sortingDavid Mitchell2016-08-101-10/+10
* Tired of looking up old bug numbersFather Chrysostomos2016-07-291-1/+1
* [perl #124097] don't let the GPs be removed out from under pp_sortTony Cook2015-12-171-1/+12
* Make cmp() work on EBCDIC with both UTF-8 operandsKarl Williamson2015-09-031-1/+80
* disallow nested declarations [perl #125587] [perl #121058]Lukas Mai2015-08-181-2/+2
* re-implement OPpASSIGN_COMMON mechanismDavid Mitchell2015-08-171-7/+11
* simplify sort sub return arg processingDavid Mitchell2015-06-191-1/+27
* [perl #123410] sort CORE::fake bizarre behaviourFather Chrysostomos2014-12-111-1/+3
* Put miniperl @INC logic in test.plFather Chrysostomos2014-09-021-2/+1
* Get sort.t working under minitestFather Chrysostomos2014-09-021-2/+3
* Make PL_firstgv and PL_secondgv refcountedFather Chrysostomos2013-10-281-1/+6
* [perl #78194] Make sort copy PADTMPsFather Chrysostomos2013-07-251-1/+0
* To-do tests for perl #78194Father Chrysostomos2013-07-251-1/+6
* Put all sort arguments in list contextFather Chrysostomos2013-06-261-1/+3
* Put sort arguments in lvalue contextFather Chrysostomos2013-06-261-1/+5
* In-place sort should not leave array read-onlyFather Chrysostomos2013-06-261-1/+3
* [perl #24482] Fix sort and require to treat CORE:: as keywordFather Chrysostomos2013-06-071-1/+5
* Fix panic/crash with sort { $not_num } and fatal warningsFather Chrysostomos2012-11-201-1/+18
* add padrange opDavid Mitchell2012-11-101-1/+18
* Stop array assignment from leaking on croakFather Chrysostomos2012-09-221-1/+2
* Uncomment evals in sort.tFather Chrysostomos2012-01-061-2/+2
* [perl #90030] sort with no argumentsFather Chrysostomos2012-01-051-1/+12
* [perl #30661] autoload sort subsFather Chrysostomos2011-10-111-1/+12
* [perl #76026] match variables persist between calls to a sort subFather Chrysostomos2010-12-111-1/+31
* Add missing bug numbersFather Chrysostomos2010-09-201-1/+1
* [perl #77930] cx_stack reallocation during sortFather Chrysostomos2010-09-201-1/+19
* In pp_sort, ensure that @_ is freed correctly.Nicholas Clark2010-06-241-1/+38
* In S_sortcv_stacked(), handle @_ correctly. Fix for #72334.Gerard Goossen2010-06-231-1/+11
* RT #34604 didn't honour tied overloaded valuesDavid Mitchell2010-05-081-1/+30
* Fix a test that wasn’t testing was it purported to be testingRafael Garcia-Suarez2009-12-071-5/+5
* [perl #71076] sort with active sub (5.10 regression)Father Chrysostomos2009-12-071-3/+3
* Test for a bug in sort where the elements are freed in the sort block.Gerard Goossen2009-11-131-1/+7
* [perl #69384] numericness failure in sortingZefram2009-09-271-1/+8
* Clean up t/op/sort.t to constrain tests which use a particular package.Michael G. Schwern2009-07-131-163/+156
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Silence a warning emitted by test added by last commitRafael Garcia-Suarez2009-05-311-0/+1
* Add test case from RT#54758.George Greer2009-05-311-1/+5
* t/op/sort.t using test.plDavid Landgren2006-04-281-130/+130
* Re: A surprising segfaultSADAHIRO Tomoyuki2005-11-081-0/+3
* Re: [PATCH] sort/multicall patchRobin Houston2005-11-041-1/+11
* Remove last sort test, that was failing with and without threads.Rafael Garcia-Suarez2005-11-021-10/+9
* sort/multicall patchRobin Houston2005-11-021-10/+131
* Re: more 5.9 sort tests (second draft)david nicol2004-07-281-2/+11
* check that reverse (sort (@a), @b) etc work.Nicholas Clark2004-07-131-7/+10
* Check that non-optimimisable sort comparisons work when reversedNicholas Clark2004-07-131-2/+54