This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
lib/locale.t: White-space only
[perl5.git] / cpan / List-Util / Changes
1 1.31 -- Wed Aug 14 20:38 UTC 2013
2
3   * Bugfix pairmap to return list length in scalar context
4   * Added "Odd number of elements" warnings to all pair* functions
5
6 1.30 -- Mon Aug 05 13:09 UTC 2013
7
8   * Added pairfirst
9   * Added MULTICALL implementations to pairmap/pairgrep/pairfirst
10   * Fix declaration-after-code for C99-challenged compilers
11   * Documentation updates to List::Util
12
13 1.29 -- Thu Aug 01 13:40 UTC 2013
14
15   * Bugfix to pairmap/pairgrep when stack moves beneath them during operation
16
17 1.28 -- Thu Aug 01 12:19 UTC 2013
18   -- BROKEN; do not use. See 1.29
19
20   * Added pairgrep, pairmap, pairs (inspired by List::Pairwise)
21   * Added pairkeys and pairvalues
22
23 1.26_001 -- Sun Dec 23 15:58
24
25   * Fix multicall refcount bug RT#80646
26
27 1.26 -- Sun Dec 16 19:39
28
29   * Merge patch from JDHEDDEN - Add Scalar::Util::isdual() RT#76150
30
31 1.25_01 -- Wed Nov 21 09:47
32
33   * Fix a hash order dependency bug t/tainted.t
34     (Currently this is a core only version to fix perl5 smokes)
35
36 1.25 -- Sat Mar 24 13:10:13 UTC 2012
37
38   * Restore back-compat. to perl 5.6 (thanks to Zefram)
39
40 1.24 -- Thu Mar 22 18:10:10 UTC 2012
41
42   * Update to 1.24 release version (no other changes since 1.23_04).
43
44 1.23_04 -- Sat Mar 10 00:16:16 UTC 2012
45
46   * RT#72700 Fix off-by-two on string literal length
47
48 1.23_03 -- Tue Sep 14 10:09:59 CDT 2010
49
50   * Min perl version supported for build is not 5.008
51   * Dropped the pure-Perl implementation of both Scalar::- and List::Util.
52   * RT#61118 Fix assumption in sum() that once magic, always magic
53
54 1.23_02 -- Tue Mar 30 11:09:15 CDT 2010
55
56   * Fix first() and reduce() to check the callback first; &first(1) is now illigal. [gfx]
57   * Fix reduce() to allow XSUB callbacks [gfx]
58   * Fix first() to allow XSUB callbacks [gfx]
59   * Resolve RT #55763: tainted() doesn't do SvGETMAGIC(sv) [gfx]
60   * define CvISXSUB so older perl versions will still compile
61
62 1.23_01 -- Mon Mar 22 08:24:11 CDT 2010
63
64   * Add failing tests; SVt_RV is not directly SvROK [gfx]
65   * Implement openhandle() in XS (with extra tests) [gfx]
66   * Modernize *.pm [gfx]
67   * Modernize ListUtil.xs [gfx]
68   * Add ppport.h [gfx]
69   * Fix an overloading issue on sum(), and add tests for overloading [gfx]
70   * Small tweaks for minstr()/maxstr() [gfx]
71   * Optimize dualvar() [gfx]
72   * Use sv_copypv() instead of SvPV() and sv_setpv() [gfx]
73   * avoid non-portable warnings
74
75 1.23 -- Wed Mar 10 20:50:00 CST 2010
76
77   * Add a test file to ensure 'GETMAGIC' called once [gfx]
78   * "GETMAGIC" should be called only once [gfx]
79   * Use PERL_NO_GET_CONTEXT for efficiency (see perlguts) [gfx]
80   * Don't care about dVAR. ExtUtils::ParseXS deals with it. [gfx]
81   * t/p_max.t, t/p_min.t fail on perl5.8.1.  [tokuhirom]
82   * avoid non-portable warnings
83   * Fix PP::reftype in edge cases [gfx]
84
85 1.22 -- Sat Nov 14 09:26:15 CST 2009
86
87   * silence a compiler warning about an unreferenced local variable [Steve Hay]
88   * RT#51484 Preserve utf8 flag of string passed to dualvar()
89   * RT#51454 Check first argument to first/reduce is a code reference
90   * RT#50528 [PATCH] p_tainted.t fix for VMS [Craig A. Berry]
91   * RT#48550 fix pure perl looks_like_number not to match non-ascii digits
92
93 1.21 -- Mon May 18 10:32:14 CDT 2009
94
95   * Change build system for perl-only install not to need to modify blib
96   * When building inside perl, tests for weaken should be always run (Alexandr Ciornii)
97
98 1.20 -- Wed May 13 16:42:53 CDT 2009
99
100 *** NOTE***
101 This distribution now requires perl 5.6 or greater
102
103 Bug Fixes
104   * Fixed stack pop issue in POP_MULTICALL
105   * Fixed error reporting in import when XS not compiled
106   * Check first argument to reduce is a CODE reference to avoid segfault
107   * Handle overloaded and tied values
108   * Fix tainted test to run on Win32
109
110 Enhancements
111   * Added List::Util::XS so authors can depend on XS version
112   * Removed need for dummy methods in UNIVERSAL for perl-only code
113
114
115 1.19 -- Sun Dec 10 09:58:03 CST 2006
116
117 Bug Fixes
118   * Fix invalid conversion from `const char*' to `char*' warnings
119   * Avoid Makefile error when building on Win32
120   * Fix undefined symbol error for perl < 5.9.0
121   * Fix hardcoded "/" in a filepath that causes p_tainted.t to fail on VMS
122
123 Documentation
124   * Document that reduce calls BLOCK in a scalar context
125   * Add SEE ALSO sections to docs
126
127 Enhancements
128   * A new regression test for readonly, taking a reference to a constant passed to a sub
129
130 1.18 -- Fri Nov 25 09:30:29 CST 2005
131
132 Bug Fixes
133   * Fix pure-perl version of refaddr to avoid blessing an un-blessed reference
134   * Fix memory leak in first() and reduce()
135   * Pure perl version of looks_like_number now matches XS version for
136     references and undef. It will now return undef
137
138 Enhancements
139   * Support for using XSLoader instead of DynaLoader
140   * Use new multicall API
141
142 1.17 -- Mon May 23 08:55:26 CDT 2005
143
144 Bug Fixes
145   * Update XS code to declare PERL_UNUSED_DECL conditionally
146
147 1.16 -- Fri May 20 10:22:49 CDT 2005
148
149 Bug Fixes
150   * Change to refaddr.t test to avoid false errors on some 64 bit platforms
151   * Fix all perl only tests to work when in the core build environment
152   * Fix looks like number test to work for 5.8.5 and above
153  
154 1.15 -- Fri May 13 11:01:15 CDT 2005
155
156 Bug Fixes
157   * Fixed memory leak in first()
158
159 Enhancements
160   * Converted tests to use Test::More
161   * Improved test coverage
162   * Changed Makefile.PL to use Module::Install
163   * Refactor use of Sv..X() macros to be Sv.._set()
164   * Changes from Jarkko for Symbian port of Perl
165   * Documentation updates to weaken()
166
167 1.14 -- Sat May 22 08:01:19 BST 2004
168
169 Bug Fixes
170   * Fixed memory leak in reduce()
171   * Added tests to check passing a reference to a constant to weaken() in perl >= 5.008003
172   * Fixed looks_like_number(undef) to return false for perl >= 5.009002
173   * Fixed bug in refaddr() when passed a tied variable
174
175 Switch to svn repository at http://svn.mutatus.co.uk/wsvn/Scalar-List-Utils/trunk/
176 Old perforce revision log below
177
178 Change 827 on 2003/09/25 by <gbarr@pobox.com> (Graham Barr)
179
180         Release 1.13
181
182 Change 826 on 2003/09/25 by <gbarr@pobox.com> (Graham Barr)
183
184         Fix NV casting issue with some compilers
185
186 Change 825 on 2003/08/14 by <gbarr@pobox.com> (Graham Barr)
187
188         Release 1.12
189
190 Change 824 on 2003/08/14 by <gbarr@pobox.com> (Graham Barr)
191
192         Don't directly use the SV returned as $a in the next iteration,
193         take a copy instead. Fixes problem if the code block result was from
194         an eval or sub call
195
196 Change 823 on 2003/08/14 by <gbarr@pobox.com> (Graham Barr)
197
198         Install into the 'perl' installdirs for >= 5.008
199
200 Change 822 on 2003/08/14 by <gbarr@pobox.com> (Graham Barr)
201
202         Fix test for EBCDIC portability
203
204 Change 771 on 2003/03/03 by <gbarr@pobox.com> (Graham Barr)
205
206         Get path for make from $Config
207
208 Change 770 on 2003/02/14 by <gbarr@pobox.com> (Graham Barr)
209
210         Release 1.11
211
212 Change 769 on 2003/02/14 by <gbarr@pobox.com> (Graham Barr)
213
214         Add t/proto.t to MANIFEST
215
216 Change 768 on 2003/02/14 by <gbarr@pobox.com> (Graham Barr)
217
218         Add set_prototype from Rafael Garcia-Suarez
219
220 Change 767 on 2003/02/14 by <gbarr@pobox.com> (Graham Barr)
221
222         Fix t/isvstring.t so it does not cause perl5.004 to segv
223         because of the exit from within BEGIN
224
225 Change 766 on 2003/02/14 by <gbarr@pobox.com> (Graham Barr)
226
227         Change how patchlevel.h is included and check we got what we wanted (from Jarkko)
228
229 Change 765 on 2003/02/14 by <gbarr@pobox.com> (Graham Barr)
230
231         Add -DPERL_EXT to DEFINEs, requested by Jarkko for 5.8.1
232
233 Change 764 on 2003/02/04 by <gbarr@pobox.com> (Graham Barr)
234
235         Release 1.10
236
237 Change 763 on 2003/02/04 by <gbarr@pobox.com> (Graham Barr)
238
239         Fix linking error for older perls
240
241 Change 762 on 2003/02/04 by <gbarr@pobox.com> (Graham Barr)
242
243         Make lln tests and perl implementation mimic changes to looks_like_number
244         in different perl versions
245
246 Change 761 on 2003/02/04 by <gbarr@pobox.com> (Graham Barr)
247
248         Add looks_like_number
249
250 Change 760 on 2003/02/04 by <gbarr@pobox.com> (Graham Barr)
251
252         Ensure PERL_DL_NONLAZY is false so we don't catch link errors during
253         bootstrap and then test the perl only version
254
255 Change 759 on 2002/12/12 by <gbarr@pobox.com> (Graham Barr)
256
257         Release 1.09
258
259 Change 758 on 2002/12/12 by <gbarr@pobox.com> (Graham Barr)
260
261         Use UV to return refaddr
262
263 Change 757 on 2002/11/03 by <gbarr@pobox.com> (Graham Barr)
264
265         Add XS_VERSION
266
267 Change 756 on 2002/11/03 by <gbarr@pobox.com> (Graham Barr)
268
269         Use PAD_* macros in 5.9
270         Reuse our own target when calling pp_rand in shuffle() so we dont need to create a fake pad
271
272 Change 751 on 2002/10/18 by <gbarr@pobox.com> (Graham Barr)
273
274         Fix context so that sub for reduce/first  is always in a scalar context
275         Fix sum/min/max so that they don't upgrade their arguments to NVs
276         if they are IV or UV
277
278 Change 750 on 2002/10/14 by <gbarr@pobox.com> (Graham Barr)
279
280         Add isvstring()
281
282 Change 745 on 2002/09/23 by <gbarr@pobox.com> (Graham Barr)
283
284         Scalar::Util
285         - Add refaddr()
286
287 Change 722 on 2002/04/29 by <gbarr@pobox.com> (Graham Barr)
288
289         Release 1.0701
290
291 Change 721 on 2002/04/29 by <gbarr@pobox.com> (Graham Barr)
292
293         Add comment to README about failing tests on perl5.6.0
294
295 Change 714 on 2002/03/18 by <gbarr@pobox.com> (Graham Barr)
296
297         Release 1.07
298
299 Change 713 on 2002/03/18 by <gbarr@pobox.com> (Graham Barr)
300
301         Add Scalar::Util::openhandle()
302
303 Change 647 on 2001/09/18 by <gbarr@pobox.com> (Graham Barr)
304
305         Release 1.06
306
307 Change 645 on 2001/09/07 by <gbarr@pobox.com> (Graham Barr)
308
309         Some platforms require the main executable to export symbols
310         needed by modules. In 5.7.2 and prior releases of perl
311         Perl_cxinc was not exported so we need to duplicate its
312         functionality
313
314 Change 644 on 2001/09/07 by <gbarr@pobox.com> (Graham Barr)
315
316         Generate a typemap for NV for all perl version up to and
317         including 5.006
318
319 Change 643 on 2001/09/07 by <gbarr@pobox.com> (Graham Barr)
320
321         Document problems known with specific versions of perl
322
323 Change 642 on 2001/09/05 by <gbarr@pobox.com> (Graham Barr)
324
325         Release 1.05
326
327 Change 641 on 2001/09/05 by <gbarr@pobox.com> (Graham Barr)
328
329         Fix shuffle() to compile with threaded perl
330
331 Change 640 on 2001/09/05 by <gbarr@pobox.com> (Graham Barr)
332
333         Release 1.04
334
335 Change 639 on 2001/09/05 by <gbarr@pobox.com> (Graham Barr)
336
337         Fix context type (caused a core on Tru64)
338         Call pp_rand via *(PL_ppaddr[OP_RAND])
339
340 Change 638 on 2001/09/05 by <gbarr@pobox.com> (Graham Barr)
341
342         Documentation updates
343
344 Change 637 on 2001/09/03 by <gbarr@pobox.com> (Graham Barr)
345
346         Release 1.03
347
348 Change 636 on 2001/09/03 by <gbarr@pobox.com> (Graham Barr)
349
350         More changes to help merging with core dist
351
352 Change 635 on 2001/09/03 by <gbarr@pobox.com> (Graham Barr)
353
354         Added List::Util::shuffle() similar to that described in
355         the perl FAQ except it returns a shuffled list instead of
356         modifying an array passed by reference
357
358 Change 632 on 2001/09/03 by <gbarr@pobox.com> (Graham Barr)
359
360         Handle tied variables passed for the number to dualvar()
361         Preserve number type (IV/UV/NV) in dualvar()
362
363 Change 631 on 2001/08/31 by <gbarr@pobox.com> (Graham Barr)
364
365         Handle eval{} inside of the code blocks for first and reduce
366
367 Change 629 on 2001/08/22 by <gbarr@pobox.com> (Graham Barr)
368
369         perl5.004 does not like exit from within a BEGIN, it core dumps
370
371 Change 628 on 2001/08/22 by <gbarr@pobox.com> (Graham Barr)
372
373         Fix stack problem in first() and reduce()
374         Align with core dist
375
376 Change 483 on 2000/04/10 by <gbarr@pobox.com> (Graham Barr)
377
378         Release 1.02
379
380 Change 482 on 2000/04/10 by <gbarr@pobox.com> (Graham Barr)
381
382         Check for SvMAGICAL on argument for reftype and blessed
383
384 Change 366 on 2000/03/03 by <gbarr@pobox.com> (Graham Barr)
385
386         Release 1.01
387
388 Change 365 on 2000/03/03 by <gbarr@pobox.com> (Graham Barr)
389
390         - Added auto-detection for a compiler and install the perl version
391           if not found
392         - Better perl implemenation of reftype, should be thread-safe now
393
394 Change 364 on 2000/03/03 by <gbarr@pobox.com> (Graham Barr)
395
396         - Added some examples of simple subs that have been requested
397           but not added
398         - Updated copyright dates
399
400 Change 344 on 1999/11/10 by <gbarr@pobox.com> (Graham Barr)
401
402         - Better testcase for reftype
403
404 Change 343 on 1999/11/10 by <gbarr@pobox.com> (Graham Barr)
405
406         - Modules are now called List::Util & Scalar::Util
407         - Supports non-XS install
408         - perl version of reftype now returns "REF" when it should
409
410 Change 311 on 1999/06/01 by <gbarr@pobox.com> (Graham Barr)
411
412         Updated README
413
414 Change 275 on 1999/03/22 by <gbarr@pobox.com> (Graham Barr)
415
416         Removed forall as it is very broken
417
418 Change 274 on 1999/03/22 by <gbarr@pobox.com> (Graham Barr)
419
420         Added List::Util::forall
421
422 Change 273 on 1999/03/21 by <gbarr@pobox.com> (Graham Barr)
423
424         Added weaken and isweak to Ref::Util
425
426 Change 272 on 1999/03/21 by <gbarr@pobox.com> (Graham Barr)
427
428         Add new .pm files to repository
429
430 Change 271 on 1999/03/21 by <gbarr@pobox.com> (Graham Barr)
431
432         - Split into three packages Ref::Util, List::Util and Scalar::DualVar
433         - readonly and clock were removed in favor of other modules
434
435 Change 270 on 1999/03/21 by <gbarr@pobox.com> (Graham Barr)
436
437         Rename package
438
439 Change 269 on 1999/03/21 by <gbarr@pobox.com> (Graham Barr)
440
441         - Added reftype
442         - improved reduce by not doing a sub call
443         - reduce now uses $a and $b
444         - now compiles with 5.005_5x
445
446 Change 178 on 1998/07/26 by <gbarr@pobox.com> (Graham Barr)
447
448         Modified XS code so it will compile with 5.004 and 5.005
449
450 Change 115 on 1998/02/21 by <gbarr@pobox.com> (Graham Barr)
451
452         Fri Feb 20 1998 Graham Barr <gbarr@pobox.com>
453         
454         t/min.t, t/max.t
455         - Change sor to do a numerical sort
456         
457         Fri Dec 19 1997 Graham Barr <gbarr@pobox.com>
458         
459         - Added readonly()
460         
461         Wed Nov 19 1997 Graham Barr <gbarr@pobox.com>
462         
463         - Initial release
464