Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase $sort::VERSION to 2.02 | Father Chrysostomos | 2012-11-30 | 1 | -1/+1 |
| | |||||
* | fixed typos in sample code in sort.pm documentation | Martin Becker | 2012-11-30 | 1 | -2/+2 |
| | |||||
* | Remove dead code from sort.pm | Rafael Garcia-Suarez | 2006-09-03 | 1 | -3/+1 |
| | | | p4raw-id: //depot/perl@28776 | ||||
* | Automatically set HINT_LOCALIZE_HH whenever %^H is modified. | Nicholas Clark | 2006-04-01 | 1 | -2/+0 |
| | | | p4raw-id: //depot/perl@27666 | ||||
* | eliminate HINT_HH_FOR_EVAL | Robin Houston | 2005-12-22 | 1 | -1/+1 |
| | | | | | Message-ID: <20051222115455.GB30301@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26447 | ||||
* | sort.pm deserves a new version number | Rafael Garcia-Suarez | 2005-12-19 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@26403 | ||||
* | Re: [PATCH] Make the 'sort' pragma lexically scoped | Robin Houston | 2005-12-19 | 1 | -49/+48 |
| | | | | | Message-ID: <20051219174620.GA17940@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26402 | ||||
* | Re: mention of "use sort" botched in perlfunc? + PATCH | John P. Linderman | 2002-08-05 | 1 | -9/+97 |
| | | | | | | From: "John P. Linderman" <jpl@research.att.com> Message-id: <200207211613.MAA69505@raptor.research.att.com> p4raw-id: //depot/perl@17685 | ||||
* | Fix bug id 20020427.004 on %^H. | Rafael Garcia-Suarez | 2002-04-30 | 1 | -13/+17 |
| | | | | | | | Add a regression test for %^H. Change the sort pragma implementation to use a global variable instead of %^H. p4raw-id: //depot/perl@16286 | ||||
* | [DOC PATCH] Re: [BUG] sort pragma not working ? | Rafael Garcia-Suarez | 2002-03-29 | 1 | -0/+5 |
| | | | | | Message-ID: <20020330002039.A716@rafael> p4raw-id: //depot/perl@15620 | ||||
* | capitalize correctly, noticed by David Dyck. | Jarkko Hietaniemi | 2002-01-07 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@14111 | ||||
* | No need to overqualify. | Jarkko Hietaniemi | 2002-01-06 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@14109 | ||||
* | Tiny fix from John P. Linderman. | Jarkko Hietaniemi | 2001-11-27 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@13320 | ||||
* | sort tweaks from John P. Linderman. | Jarkko Hietaniemi | 2001-11-27 | 1 | -47/+39 |
| | | | p4raw-id: //depot/perl@13292 | ||||
* | sort pragma tweaks. | Jarkko Hietaniemi | 2001-11-25 | 1 | -1/+2 |
| | | | p4raw-id: //depot/perl@13263 | ||||
* | Implement the sort pragma. Split sort code from pp_ctl.c | Jarkko Hietaniemi | 2001-11-21 | 1 | -0/+111 |
to pp_sort.c. Includes the quicksort stabilizing layer from John P. Linderman. -Msort=qsort or -Msort=fast is faster than without (or with -Msort=mergesort or -Msort=safe) for short random inputs, but for some reason not quite as fast as 5.6.1 qsort. More benchmarking, profiling, tuning, and optimizing definitely needed. p4raw-id: //depot/perl@13179 |