summaryrefslogtreecommitdiff
path: root/t/op/sort.t
Commit message (Expand)AuthorAgeFilesLines
* [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
* Test reverse sort as the return from a function in list and scalarNicholas Clark2004-07-131-1/+56
* Also test reverse sort in scalar contextNicholas Clark2004-07-131-1/+27
* The current optimisation for sort {$b cmp $a} is bogus now that weNicholas Clark2004-07-131-1/+132
* [perl #29790] Optimization busted: '@a = "b", sort @a' drops "b"Dave Mitchell2004-05-221-6/+34
* optimise the sorting inplace of plain arrays: @a = sort @aDave Mitchell2004-02-201-1/+45
* Integrate change #9197 from maintperl to mainline.Jarkko Hietaniemi2001-03-181-6/+0
* Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub argsSimon Cozens2000-12-281-1/+8
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
* allow sort() reentrancy (variant of patch suggested byGurusamy Sarathy2000-04-271-1/+19
* longstanding bug exposed by change#3307: sort arguments weren'tGurusamy Sarathy2000-04-271-1/+34
* fix sort optimizer to not hang inside loopsGurusamy Sarathy2000-03-191-0/+9
* lexical warnings update for docs and tests (from Paul Marquess)Gurusamy Sarathy2000-03-131-29/+38
* allow XSUBs and prototyped subroutines to be used with sort() (tweakedGurusamy Sarathy1999-12-021-40/+86
* add test for change#4417Gurusamy Sarathy1999-10-201-1/+4
* Lost arguments to simplified sortStephen McCamant1999-08-291-2/+8
* make testsuite somewhat location independentGurusamy Sarathy1999-02-121-1/+1
* From: Hans Mulder <hansm@icgroup.nl>Jarkko Hietaniemi1999-01-131-1/+41
* misc tweaksGurusamy Sarathy1998-11-291-0/+3
* integrate change#2315 from maint-5.005Gurusamy Sarathy1998-11-271-4/+10
* allow C<sort $coderef @foo>Gurusamy Sarathy1998-11-171-3/+26
* support OE/MVSJarkko Hietaniemi1998-08-021-7/+30
* [win32] Fix for C<sort 'foo'...> bug:Gurusamy Sarathy1997-11-261-1/+12
* [inseparable changes from match from perl-5.003_99 to perl-5.003_99a]Perl 5 Porters1997-05-081-1/+26
* more t/op/sort.t testsGurusamy Sarathy1996-10-091-1/+18
* LC_COLLATE.Jarkko Hietaniemi1996-10-071-3/+6
* perl 5.000perl-5.000Larry Wall1994-10-171-1/+1
* perl 5.0 alpha 4Larry Wall1993-11-101-3/+3
* perl 5.0 alpha 2perl-5a2Larry Wall1993-10-071-1/+1