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