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