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