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