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