updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / perl-sort-key / Changes
blob8d8bae2dbf79873467b9efb3162250316a868e24
1 Revision history for Perl extension Sort::Key.
3 1.28  7 Apr, 2007
4         - multi test was failing in 5.6.x perl because native sort is
5           not stable
7 1.27  24 Nov 2006
8         - Updated to work in 5.9.x perls (problem reported by Stefan
9           Lidman).
10         - ppport.h regenerated with latest Devel::PPPort.
12 1.26  13 Oct 2006
13         - Use latest Devel::PPPort to regenerate ppport.h that solves
14           problems with some 5.8.x perls.
16 1.25  17 May 2006
17         - Sort::Key::Multi was not accepting 'u' as a valid type.
19 1.24  10 May 2006
20         - corrected bug: loading sort.h for version 5.x.y when y < 7
21           instead of x < 7 (bug reported by Reini Urban).
23 1.23  9 May 2006
24         - typos corrected on the docs
26 1.22  9 May 2006
27         - improved docs
29 1.21  8 May 2006
30         - critical bug corrected: reversed int was being handled as uint in
31           multikey sorting. Test case added.
33 1.20  23 Apr 2006
34         - add support for perl 5.6 porting back sorting functions from
35           perl 5.8.
37 1.19  22 Apr 2006
38         - Add support for unsigned int keys
39         - ppport.h regenerated with latest Devel::PPPort
41 1.18  21 Apr 2006
42         - some minor doc corrections
44 1.17  6 Apr 2006
45         - corrected bug requiring unexistant module in test file.
46         - Sort::Key::Natural extended with new functions natsort and
47           rnatsort.
49 1.16  6 Apr 2006
50         - added new Sort::Key::Natural module for natural sorting.
52 1.15  26 Mar 2006
53         - new interface for multikey sorting Sort::Key::Multi
54         - version number bumped to 1.xx to reflect stability
56 0.14  22 Sep 2005
57         - corrected some pod errors an now using Test::Pod to catch
58           those.
60 0.13  Sep 14 2005
61         - corrected some bugs on multikey sorting that could cause the
62           program to crash
64 0.12  Jul 27 2005
65         - some typos corrected on the docs
67 0.11  Jun 21 2005
68         - work around bug in perl native sort
69         - doc errors (patch submited by Mike Castle).
71 0.10  Jun 2 2005
72         - force stable sort on tests
74 0.09  May 30 2005
75         - add support for nsort and friends.
77 0.08  May 20 2005
78         - optimized first key comparison for multikey sort
79         - dead code removed: old comparison functions
80         - generate closures as XSUBs
82 0.07  May 19 2005
83         - some compilers don't like arithmetic with void pointers,
84           some castings to (char*) added.
85         - some errors in the docs corrected
87 0.06  May 17 2005
88         - removed dummy 'foo' function
89         - multikey support added
90         - companion modules Sort::Key::Register and Sort::Key::Maker
91           added.
93 0.05  May 16 2005
94         - everything rewritten in pure C
95         - ikeysort and lkeysort reimplemented
96         - keysort_inplace function family implemented
98 0.04  May 12 2005
99         - INCOMPATIBLE CHANGE: ikeysort and lkeysort removed, they are
100           not needed anymore
101         - nkeysort honours "use integer" pragma
102         - keysort honours "use locale" pragma
103         - use PERL_NO_GET_CONTEXT on XS code
104         - use constants instead of hard coded numbers internally
106 0.03  May 10 2005
107         - INCOMPATIBLE CHANGE: do not export anything by default.
109 0.02  Apr 27 2005
110         - minor corrections to the module documentation.
111         - Makefile.PL clean up, required modules added.
113 0.01  Fri Mar 25 13:30:31 2005
114         - original version; created by h2xs 1.23 with options
115                 -A -n Sort::Key