Update to Scalar-List-Utils 1.04
[p5sagit/p5-mst-13.2.git] / ext / List / Util / ChangeLog
CommitLineData
c29e891d 1Change 639 on 2001/09/05 by <gbarr@pobox.com> (Graham Barr)
2
3 Fix context type (caused a core on Tru64)
4 Call pp_rand via *(PL_ppaddr[OP_RAND])
5
6Change 638 on 2001/09/05 by <gbarr@pobox.com> (Graham Barr)
7
8 Documentation updates
9
10Change 637 on 2001/09/03 by <gbarr@pobox.com> (Graham Barr)
11
12 Release 1.03
13
1bfb5477 14Change 636 on 2001/09/03 by <gbarr@pobox.com> (Graham Barr)
15
16 More changes to help merging with core dist
17
18Change 635 on 2001/09/03 by <gbarr@pobox.com> (Graham Barr)
19
20 Added List::Util::shuffle() similar to that described in
21 the perl FAQ except it returns a shuffled list instead of
22 modifying an array passed by reference
23
24Change 632 on 2001/09/03 by <gbarr@pobox.com> (Graham Barr)
25
26 Handle tied variables passed for the number to dualvar()
27 Preserve number type (IV/UV/NV) in dualvar()
28
29Change 631 on 2001/08/31 by <gbarr@pobox.com> (Graham Barr)
30
31 Handle eval{} inside of the code blocks for first and reduce
32
33Change 629 on 2001/08/22 by <gbarr@pobox.com> (Graham Barr)
34
35 perl5.004 does not like exit from within a BEGIN, it core dumps
36
37Change 628 on 2001/08/22 by <gbarr@pobox.com> (Graham Barr)
38
39 Fix stack problem in first() and reduce()
40 Align with core dist
41
42Change 483 on 2000/04/10 by <gbarr@pobox.com> (Graham Barr)
43
44 Release 1.02
45
f4a2945e 46Change 482 on 2000/04/10 by <gbarr@pobox.com> (Graham Barr)
47
48 Check for SvMAGICAL on argument for reftype and blessed
49
50Change 366 on 2000/03/03 by <gbarr@pobox.com> (Graham Barr)
51
52 Release 1.01
53
54Change 365 on 2000/03/03 by <gbarr@pobox.com> (Graham Barr)
55
56 - Added auto-detection for a compiler and install the perl version
57 if not found
58 - Better perl implemenation of reftype, should be thread-safe now
59
60Change 364 on 2000/03/03 by <gbarr@pobox.com> (Graham Barr)
61
62 - Added some examples of simple subs that have been requested
63 but not added
64 - Updated copyright dates
65
66Change 344 on 1999/11/10 by <gbarr@pobox.com> (Graham Barr)
67
68 - Better testcase for reftype
69
70Change 343 on 1999/11/10 by <gbarr@pobox.com> (Graham Barr)
71
72 - Modules are now called List::Util & Scalar::Util
73 - Supports non-XS install
74 - perl version of reftype now returns "REF" when it should
75
76Change 311 on 1999/06/01 by <gbarr@pobox.com> (Graham Barr)
77
78 Updated README
79
80Change 275 on 1999/03/22 by <gbarr@pobox.com> (Graham Barr)
81
82 Removed forall as it is very broken
83
84Change 274 on 1999/03/22 by <gbarr@pobox.com> (Graham Barr)
85
86 Added List::Util::forall
87
88Change 273 on 1999/03/21 by <gbarr@pobox.com> (Graham Barr)
89
90 Added weaken and isweak to Ref::Util
91
92Change 272 on 1999/03/21 by <gbarr@pobox.com> (Graham Barr)
93
94 Add new .pm files to repository
95
96Change 271 on 1999/03/21 by <gbarr@pobox.com> (Graham Barr)
97
98 - Split into three packages Ref::Util, List::Util and Scalar::DualVar
99 - readonly and clock were removed in favor of other modules
100
101Change 270 on 1999/03/21 by <gbarr@pobox.com> (Graham Barr)
102
103 Rename package
104
105Change 269 on 1999/03/21 by <gbarr@pobox.com> (Graham Barr)
106
107 - Added reftype
108 - improved reduce by not doing a sub call
109 - reduce now uses $a and $b
110 - now compiles with 5.005_5x
111
112Change 178 on 1998/07/26 by <gbarr@pobox.com> (Graham Barr)
113
114 Modified XS code so it will compile with 5.004 and 5.005
115
116Change 115 on 1998/02/21 by <gbarr@pobox.com> (Graham Barr)
117
118 Fri Feb 20 1998 Graham Barr <gbarr@pobox.com>
119
120 t/min.t, t/max.t
121 - Change sor to do a numerical sort
122
123 Fri Dec 19 1997 Graham Barr <gbarr@pobox.com>
124
125 - Added readonly()
126
127 Wed Nov 19 1997 Graham Barr <gbarr@pobox.com>
128
129 - Initial release
130