This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Proposed doc patch for getsockopt
[perl5.git] / ext / List / Util / ChangeLog
1 Change 827 on 2003/09/25 by <gbarr@pobox.com> (Graham Barr)
2
3         Release 1.13
4
5 Change 826 on 2003/09/25 by <gbarr@pobox.com> (Graham Barr)
6
7         Fix NV casting issue with some compilers
8
9 Change 825 on 2003/08/14 by <gbarr@pobox.com> (Graham Barr)
10
11         Release 1.12
12
13 Change 824 on 2003/08/14 by <gbarr@pobox.com> (Graham Barr)
14
15         Don't directly use the SV returned as $a in the next iteration,
16         take a copy instead. Fixes problem if the code block result was from
17         an eval or sub call
18
19 Change 823 on 2003/08/14 by <gbarr@pobox.com> (Graham Barr)
20
21         Install into the 'perl' installdirs for >= 5.008
22
23 Change 822 on 2003/08/14 by <gbarr@pobox.com> (Graham Barr)
24
25         Fix test for EBCDIC portability
26
27 Change 771 on 2003/03/03 by <gbarr@pobox.com> (Graham Barr)
28
29         Get path for make from $Config
30
31 Change 770 on 2003/02/14 by <gbarr@pobox.com> (Graham Barr)
32
33         Release 1.11
34
35 Change 769 on 2003/02/14 by <gbarr@pobox.com> (Graham Barr)
36
37         Add t/proto.t to MANIFEST
38
39 Change 768 on 2003/02/14 by <gbarr@pobox.com> (Graham Barr)
40
41         Add set_prototype from Rafael Garcia-Suarez
42
43 Change 767 on 2003/02/14 by <gbarr@pobox.com> (Graham Barr)
44
45         Fix t/isvstring.t so it does not cause perl5.004 to segv
46         because of the exit from within BEGIN
47
48 Change 766 on 2003/02/14 by <gbarr@pobox.com> (Graham Barr)
49
50         Change how patchlevel.h is included and check we got what we wanted (from Jarkko)
51
52 Change 765 on 2003/02/14 by <gbarr@pobox.com> (Graham Barr)
53
54         Add -DPERL_EXT to DEFINEs, requested by Jarkko for 5.8.1
55
56 Change 764 on 2003/02/04 by <gbarr@pobox.com> (Graham Barr)
57
58         Release 1.10
59
60 Change 763 on 2003/02/04 by <gbarr@pobox.com> (Graham Barr)
61
62         Fix linking error for older perls
63
64 Change 762 on 2003/02/04 by <gbarr@pobox.com> (Graham Barr)
65
66         Make lln tests and perl implementation mimic changes to looks_like_number
67         in different perl versions
68
69 Change 761 on 2003/02/04 by <gbarr@pobox.com> (Graham Barr)
70
71         Add looks_like_number
72
73 Change 760 on 2003/02/04 by <gbarr@pobox.com> (Graham Barr)
74
75         Ensure PERL_DL_NONLAZY is false so we don't catch link errors during
76         bootstrap and then test the perl only version
77
78 Change 759 on 2002/12/12 by <gbarr@pobox.com> (Graham Barr)
79
80         Release 1.09
81
82 Change 758 on 2002/12/12 by <gbarr@pobox.com> (Graham Barr)
83
84         Use UV to return refaddr
85
86 Change 757 on 2002/11/03 by <gbarr@pobox.com> (Graham Barr)
87
88         Add XS_VERSION
89
90 Change 756 on 2002/11/03 by <gbarr@pobox.com> (Graham Barr)
91
92         Use PAD_* macros in 5.9
93         Reuse our own target when calling pp_rand in shuffle() so we dont need to create a fake pad
94
95 Change 751 on 2002/10/18 by <gbarr@pobox.com> (Graham Barr)
96
97         Fix context so that sub for reduce/first  is always in a scalar context
98         Fix sum/min/max so that they don't upgrade their arguments to NVs
99         if they are IV or UV
100
101 Change 750 on 2002/10/14 by <gbarr@pobox.com> (Graham Barr)
102
103         Add isvstring()
104
105 Change 745 on 2002/09/23 by <gbarr@pobox.com> (Graham Barr)
106
107         Scalar::Util
108         - Add refaddr()
109
110 Change 722 on 2002/04/29 by <gbarr@pobox.com> (Graham Barr)
111
112         Release 1.0701
113
114 Change 721 on 2002/04/29 by <gbarr@pobox.com> (Graham Barr)
115
116         Add comment to README about failing tests on perl5.6.0
117
118 Change 714 on 2002/03/18 by <gbarr@pobox.com> (Graham Barr)
119
120         Release 1.07
121
122 Change 713 on 2002/03/18 by <gbarr@pobox.com> (Graham Barr)
123
124         Add Scalar::Util::openhandle()
125
126 Change 647 on 2001/09/18 by <gbarr@pobox.com> (Graham Barr)
127
128         Release 1.06
129
130 Change 645 on 2001/09/07 by <gbarr@pobox.com> (Graham Barr)
131
132         Some platforms require the main executable to export symbols
133         needed by modules. In 5.7.2 and prior releases of perl
134         Perl_cxinc was not exported so we need to duplicate its
135         functionality
136
137 Change 644 on 2001/09/07 by <gbarr@pobox.com> (Graham Barr)
138
139         Generate a typemap for NV for all perl version up to and
140         including 5.006
141
142 Change 643 on 2001/09/07 by <gbarr@pobox.com> (Graham Barr)
143
144         Document problems known with specific versions of perl
145
146 Change 642 on 2001/09/05 by <gbarr@pobox.com> (Graham Barr)
147
148         Release 1.05
149
150 Change 641 on 2001/09/05 by <gbarr@pobox.com> (Graham Barr)
151
152         Fix shuffle() to compile with threaded perl
153
154 Change 640 on 2001/09/05 by <gbarr@pobox.com> (Graham Barr)
155
156         Release 1.04
157
158 Change 639 on 2001/09/05 by <gbarr@pobox.com> (Graham Barr)
159
160         Fix context type (caused a core on Tru64)
161         Call pp_rand via *(PL_ppaddr[OP_RAND])
162
163 Change 638 on 2001/09/05 by <gbarr@pobox.com> (Graham Barr)
164
165         Documentation updates
166
167 Change 637 on 2001/09/03 by <gbarr@pobox.com> (Graham Barr)
168
169         Release 1.03
170
171 Change 636 on 2001/09/03 by <gbarr@pobox.com> (Graham Barr)
172
173         More changes to help merging with core dist
174
175 Change 635 on 2001/09/03 by <gbarr@pobox.com> (Graham Barr)
176
177         Added List::Util::shuffle() similar to that described in
178         the perl FAQ except it returns a shuffled list instead of
179         modifying an array passed by reference
180
181 Change 632 on 2001/09/03 by <gbarr@pobox.com> (Graham Barr)
182
183         Handle tied variables passed for the number to dualvar()
184         Preserve number type (IV/UV/NV) in dualvar()
185
186 Change 631 on 2001/08/31 by <gbarr@pobox.com> (Graham Barr)
187
188         Handle eval{} inside of the code blocks for first and reduce
189
190 Change 629 on 2001/08/22 by <gbarr@pobox.com> (Graham Barr)
191
192         perl5.004 does not like exit from within a BEGIN, it core dumps
193
194 Change 628 on 2001/08/22 by <gbarr@pobox.com> (Graham Barr)
195
196         Fix stack problem in first() and reduce()
197         Align with core dist
198
199 Change 483 on 2000/04/10 by <gbarr@pobox.com> (Graham Barr)
200
201         Release 1.02
202
203 Change 482 on 2000/04/10 by <gbarr@pobox.com> (Graham Barr)
204
205         Check for SvMAGICAL on argument for reftype and blessed
206
207 Change 366 on 2000/03/03 by <gbarr@pobox.com> (Graham Barr)
208
209         Release 1.01
210
211 Change 365 on 2000/03/03 by <gbarr@pobox.com> (Graham Barr)
212
213         - Added auto-detection for a compiler and install the perl version
214           if not found
215         - Better perl implemenation of reftype, should be thread-safe now
216
217 Change 364 on 2000/03/03 by <gbarr@pobox.com> (Graham Barr)
218
219         - Added some examples of simple subs that have been requested
220           but not added
221         - Updated copyright dates
222
223 Change 344 on 1999/11/10 by <gbarr@pobox.com> (Graham Barr)
224
225         - Better testcase for reftype
226
227 Change 343 on 1999/11/10 by <gbarr@pobox.com> (Graham Barr)
228
229         - Modules are now called List::Util & Scalar::Util
230         - Supports non-XS install
231         - perl version of reftype now returns "REF" when it should
232
233 Change 311 on 1999/06/01 by <gbarr@pobox.com> (Graham Barr)
234
235         Updated README
236
237 Change 275 on 1999/03/22 by <gbarr@pobox.com> (Graham Barr)
238
239         Removed forall as it is very broken
240
241 Change 274 on 1999/03/22 by <gbarr@pobox.com> (Graham Barr)
242
243         Added List::Util::forall
244
245 Change 273 on 1999/03/21 by <gbarr@pobox.com> (Graham Barr)
246
247         Added weaken and isweak to Ref::Util
248
249 Change 272 on 1999/03/21 by <gbarr@pobox.com> (Graham Barr)
250
251         Add new .pm files to repository
252
253 Change 271 on 1999/03/21 by <gbarr@pobox.com> (Graham Barr)
254
255         - Split into three packages Ref::Util, List::Util and Scalar::DualVar
256         - readonly and clock were removed in favor of other modules
257
258 Change 270 on 1999/03/21 by <gbarr@pobox.com> (Graham Barr)
259
260         Rename package
261
262 Change 269 on 1999/03/21 by <gbarr@pobox.com> (Graham Barr)
263
264         - Added reftype
265         - improved reduce by not doing a sub call
266         - reduce now uses $a and $b
267         - now compiles with 5.005_5x
268
269 Change 178 on 1998/07/26 by <gbarr@pobox.com> (Graham Barr)
270
271         Modified XS code so it will compile with 5.004 and 5.005
272
273 Change 115 on 1998/02/21 by <gbarr@pobox.com> (Graham Barr)
274
275         Fri Feb 20 1998 Graham Barr <gbarr@pobox.com>
276         
277         t/min.t, t/max.t
278         - Change sor to do a numerical sort
279         
280         Fri Dec 19 1997 Graham Barr <gbarr@pobox.com>
281         
282         - Added readonly()
283         
284         Wed Nov 19 1997 Graham Barr <gbarr@pobox.com>
285         
286         - Initial release
287