initial commit
[urisagit/Sort-Maker.git] / Changes
CommitLineData
7468c584 1Revision history for Perl extension Sort::Maker.
2
30.06 Fri Dec 29 00:47:00 EST 2006
4 - renamed t/common.pl to t/common.pm
5 - added support for error tests in t/common.pm
6 - rewrote t/error.t to use test table and common.pm
7 - created proper README file
8 - fixed doc bug (removed 'style =>')
9 -from Mumia W.. <paduille.4060.mumia.w@earthlink.net>
10 - added t/closure.t
11 -initial code from Mumia W..
12 <paduille.4060.mumia.w@earthlink.net>
13 - added support for closures for key extraction
14 -idea and initial code and pod from Mumia W..
15 <paduille.4060.mumia.w@earthlink.net>
16
170.05 Thu Apr 6 03:15:09 EDT 2006
18 - fixed parsing array ref key description
19 - added 2 tests to t/error.t
20 -from John Kent <john.kent@nrlmry.navy.mil>
21 - reordered Changes to be newer to older
22
230.04 Wed Apr 27 01:37:00 EDT 2005
24 - fixed many doc typos and mistakes
25 -from Brad Baxter <bmb@Mail.Libs.UGA.EDU>
26 - fixed 'name' option bug, added test and docs
27 -from Damian Conway <damian@conway.org>
28 - added support for code refs as extraction code
29 cleaned up the extraction code documentation
30 -from Damian Conway <damian@conway.org>
31
320.03 Tue Feb 8 03:45:32 EST 2005
33 - fixed bug when using GRT and varying strings and ref_in.
34 new test - ref_in_varying.t
35 -from Brad Baxter <bmb@Mail.Libs.UGA.EDU>
36 - fixed bug when using GRT and descending string sort with
37 numeric data.
38 new test - descending_grt_string.t
39 -from Brad Baxter <bmb@Mail.Libs.UGA.EDU>
40
410.02 Fri Aug 27 00:43:25 EDT 2004
42 - fixed bug in decending integer/float GRT sorts (tests included)
43 -from Marc Prewitt <mprewitt@dmja.com>
44 - cleaned up pod regarding 'fixed' and other attributes
45 -from Marc Prewitt <mprewitt@dmja.com>
46 - fixed and cleaned up docs for init_code feature. now it is
47 documented to work only with ST and GRT
48 - the string_data attribute for GRT now works and there is the
49 string_data.t test for it.
50 - fixed bug with string_data mode for GRT with descending string sorts
51 added tests for this
52 -from Marc Prewitt <mprewitt@dmja.com>
53 - made all appropriate tests support the -bench option
54
550.01 Wed Mar 24 23:47:32 2004
56 - original version; created by h2xs 1.21 with options
57 -AX -n Sort::Maker
58