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