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