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