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