Update to Scalar-List-Utils 1.13
[p5sagit/p5-mst-13.2.git] / ext / List / Util / ChangeLog
CommitLineData
aaaf1885 1Change 827 on 2003/09/25 by <gbarr@pobox.com> (Graham Barr)
2
3 Release 1.13
4
5Change 826 on 2003/09/25 by <gbarr@pobox.com> (Graham Barr)
6
7 Fix NV casting issue with some compilers
8
09c2a9b8 9Change 825 on 2003/08/14 by <gbarr@pobox.com> (Graham Barr)
10
11 Release 1.12
12
13Change 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
19Change 823 on 2003/08/14 by <gbarr@pobox.com> (Graham Barr)
20
21 Install into the 'perl' installdirs for >= 5.008
22
23Change 822 on 2003/08/14 by <gbarr@pobox.com> (Graham Barr)
24
25 Fix test for EBCDIC portability
26
27Change 771 on 2003/03/03 by <gbarr@pobox.com> (Graham Barr)
28
29 Get path for make from $Config
30
97605c51 31Change 770 on 2003/02/14 by <gbarr@pobox.com> (Graham Barr)
32
33 Release 1.11
34
35Change 769 on 2003/02/14 by <gbarr@pobox.com> (Graham Barr)
36
37 Add t/proto.t to MANIFEST
38
39Change 768 on 2003/02/14 by <gbarr@pobox.com> (Graham Barr)
40
41 Add set_prototype from Rafael Garcia-Suarez
42
43Change 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
48Change 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
52Change 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
56Change 764 on 2003/02/04 by <gbarr@pobox.com> (Graham Barr)
57
58 Release 1.10
59
9e7deb6c 60Change 763 on 2003/02/04 by <gbarr@pobox.com> (Graham Barr)
61
62 Fix linking error for older perls
63
64Change 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
69Change 761 on 2003/02/04 by <gbarr@pobox.com> (Graham Barr)
70
71 Add looks_like_number
72
73Change 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
bd1e762a 78Change 759 on 2002/12/12 by <gbarr@pobox.com> (Graham Barr)
79
80 Release 1.09
81
82Change 758 on 2002/12/12 by <gbarr@pobox.com> (Graham Barr)
83
84 Use UV to return refaddr
85
60f3865b 86Change 757 on 2002/11/03 by <gbarr@pobox.com> (Graham Barr)
87
88 Add XS_VERSION
89
90Change 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
95Change 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
97605c51 98 Fix sum/min/max so that they don't upgrade their arguments to NVs
60f3865b 99 if they are IV or UV
100
101Change 750 on 2002/10/14 by <gbarr@pobox.com> (Graham Barr)
102
103 Add isvstring()
104
105Change 745 on 2002/09/23 by <gbarr@pobox.com> (Graham Barr)
106
107 Scalar::Util
108 - Add refaddr()
109
110Change 722 on 2002/04/29 by <gbarr@pobox.com> (Graham Barr)
111
112 Release 1.0701
113
114Change 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
118Change 714 on 2002/03/18 by <gbarr@pobox.com> (Graham Barr)
119
120 Release 1.07
121
c0f790df 122Change 713 on 2002/03/18 by <gbarr@pobox.com> (Graham Barr)
123
124 Add Scalar::Util::openhandle()
125
126Change 647 on 2001/09/18 by <gbarr@pobox.com> (Graham Barr)
127
128 Release 1.06
129
9c3c560b 130Change 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
137Change 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
142Change 643 on 2001/09/07 by <gbarr@pobox.com> (Graham Barr)
143
144 Document problems known with specific versions of perl
145
146Change 642 on 2001/09/05 by <gbarr@pobox.com> (Graham Barr)
147
148 Release 1.05
149
163827e7 150Change 641 on 2001/09/05 by <gbarr@pobox.com> (Graham Barr)
151
152 Fix shuffle() to compile with threaded perl
153
154Change 640 on 2001/09/05 by <gbarr@pobox.com> (Graham Barr)
155
156 Release 1.04
157
c29e891d 158Change 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
163Change 638 on 2001/09/05 by <gbarr@pobox.com> (Graham Barr)
164
165 Documentation updates
166
167Change 637 on 2001/09/03 by <gbarr@pobox.com> (Graham Barr)
168
169 Release 1.03
170
1bfb5477 171Change 636 on 2001/09/03 by <gbarr@pobox.com> (Graham Barr)
172
173 More changes to help merging with core dist
174
175Change 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
181Change 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
186Change 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
190Change 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
194Change 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
199Change 483 on 2000/04/10 by <gbarr@pobox.com> (Graham Barr)
200
201 Release 1.02
202
f4a2945e 203Change 482 on 2000/04/10 by <gbarr@pobox.com> (Graham Barr)
204
205 Check for SvMAGICAL on argument for reftype and blessed
206
207Change 366 on 2000/03/03 by <gbarr@pobox.com> (Graham Barr)
208
209 Release 1.01
210
211Change 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
217Change 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
223Change 344 on 1999/11/10 by <gbarr@pobox.com> (Graham Barr)
224
225 - Better testcase for reftype
226
227Change 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
233Change 311 on 1999/06/01 by <gbarr@pobox.com> (Graham Barr)
234
235 Updated README
236
237Change 275 on 1999/03/22 by <gbarr@pobox.com> (Graham Barr)
238
239 Removed forall as it is very broken
240
241Change 274 on 1999/03/22 by <gbarr@pobox.com> (Graham Barr)
242
243 Added List::Util::forall
244
245Change 273 on 1999/03/21 by <gbarr@pobox.com> (Graham Barr)
246
247 Added weaken and isweak to Ref::Util
248
249Change 272 on 1999/03/21 by <gbarr@pobox.com> (Graham Barr)
250
251 Add new .pm files to repository
252
253Change 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
258Change 270 on 1999/03/21 by <gbarr@pobox.com> (Graham Barr)
259
260 Rename package
261
262Change 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
269Change 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
273Change 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