summaryrefslogtreecommitdiff
path: root/ext/List
Commit message (Collapse)AuthorAgeFilesLines
* Rename ext/List/Util as ext/List-UtilNicholas Clark2009-02-0942-3065/+0
|
* Removed mention of a book that was never published.Steve Peters2008-02-041-7/+0
| | | p4raw-id: //depot/perl@33235
* do or die; for all the List::Util pure perl tests.Nicholas Clark2007-01-0815-15/+15
| | | p4raw-id: //depot/perl@29724
* fix a test failing under -DmadDave Mitchell2006-12-301-0/+3
| | | p4raw-id: //depot/perl@29640
* Restore change 27486 accidently removed (also added to 1.19 before release)Graham Barr2006-12-101-0/+1
| | | p4raw-id: //depot/perl@29499
* Upgrade to Scalar-List-Utils-1.19Graham Barr2006-12-106-29/+36
| | | p4raw-id: //depot/perl@29498
* The latest regression test to Scalar::Util doesn't pass with threaded perlsRafael Garcia-Suarez2006-11-131-2/+4
| | | p4raw-id: //depot/perl@29262
* A new regression test from:Paul Marquess2006-11-131-1/+12
| | | | | | | Subject: [PATHCH] Scalar::Util::readonly & compression (was RE: Change 29117: [PATCH] IO::Compress modules) From: "Paul Marquess" <paul.marquess@ntlworld.com> Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com> p4raw-id: //depot/perl@29261
* another g++ patch (Util.xs)Paul Marquess2006-10-071-2/+2
| | | | | | From: "Paul Marquess" <paul.marquess@ntlworld.com> Message-ID: <00ea01c6e930$269f3d70$4e3c140a@myopwv.com> p4raw-id: //depot/perl@28954
* Forgot the ending \. Why did it still compile ?Rafael Garcia-Suarez2006-03-131-1/+1
| | | p4raw-id: //depot/perl@27487
* Automatically SPAGAIN in the poor-man's-multicall APIRobin Houston2006-03-131-0/+1
| | | | | Message-ID: <20060313124821.GA11203@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@27486
* Fix hardcoded "/" in a filepath that causes ext/List/Util/t/p_tainted.tSteve Peters2006-01-191-1/+4
| | | | | to fail on VMS. p4raw-id: //depot/perl@26912
* Upgrade to Scalar-List-Utils-1.18Steve Peters2005-11-262-0/+34
| | | p4raw-id: //depot/perl@26212
* Re: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffleGraham Barr2005-11-0918-19/+44
| | | | | Message-Id: <6CAD749E-AE29-415A-9ACB-BA8F6FB8279E@pobox.com> p4raw-id: //depot/perl@26062
* Re: [perl #32383] DProf breaks List::Util::shuffleRobin Houston2005-11-095-45/+86
| | | | | Message-ID: <20051108190234.GA25953@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26054
* Add missing file from change 25953Rafael Garcia-Suarez2005-11-021-0/+164
| | | p4raw-id: //depot/perl@25955
* sort/multicall patchRobin Houston2005-11-0210-96/+193
| | | | | Message-ID: <20051029203307.GA8869@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@25953
* Update to Scalar-List-Utils-1.17Graham Barr2005-05-237-9/+50
| | | p4raw-id: //depot/perl@24551
* Update XS code to declare PERL_UNUSED_DECL conditionallyNicholas Clark2005-05-201-6/+8
| | | p4raw-id: //depot/perl@24521
* Update to Scalar-List-Utils-1.15Graham Barr2005-05-1338-450/+717
| | | p4raw-id: //depot/perl@24465
* Symbian port of PerlJarkko Hietaniemi2005-04-211-0/+21
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@24271
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-1/+1
| | | | | | Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org> Date: Mon, 18 Apr 2005 19:09:25 -0500 p4raw-id: //depot/perl@24248
* Refactoring to Sv*_set() macros - patch #3Steve Peters2005-04-121-1/+1
| | | | | | | Message-ID: <20050411023736.GB9355@mccoy.peters.homeunix.org> (with correction to SvUV_set) p4raw-id: //depot/perl@24229
* Refactoring to Sv*_set() macros - patch #2Steve Peters2005-04-081-1/+1
| | | | | Message-ID: <20050407185149.GA4418@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24204
* Refactoring to Sv*_set() macros - patch #1Steve Peters2005-04-081-1/+1
| | | | | | Message-ID: <20050406232110.GA12249@mccoy.peters.homeunix.org> Date: Wed, 6 Apr 2005 18:21:10 -0500 p4raw-id: //depot/perl@24199
* Fix leaks in List::Util::reduce,firstDave Mitchell2005-02-262-3/+4
| | | | | | When the block is a closure, the cloned CV created on each call was never freed p4raw-id: //depot/perl@23996
* Update to Scalar-List-Utils-1.14Graham Barr2004-05-226-296/+17
| | | p4raw-id: //depot/perl@22838
* [perl #29395] Scalar::Util::refaddr falsely returns falseMarcus Holland-Moritz2004-05-074-4/+55
| | | | | | Add mg_get() to refaddr() when SV is magical. Fix the non-xs version of looks_like_number(). p4raw-id: //depot/perl@22798
* C<undef> doesn't look like a number. See also:Marcus Holland-Moritz2004-04-053-3/+3
| | | | | | Subject: Re: [perl #27606] undef "looks like" a number Message-Id: <20040315221626.48061c67@r2d2> p4raw-id: //depot/perl@22662
* Change minimum perl version where the test is run from 5.9.0 to 5.8.3Nicholas Clark2003-12-261-1/+1
| | | | | as I'm going to integrate the core patch p4raw-id: //depot/perl@21964
* [perl #24506] [PATCH] cannot weaken refs to read only valuesFergal Daly2003-12-251-1/+25
| | | | | | | Message-Id: <200312022318.18353.fergal@esatclear.ie> (tweaked so the test is skipped on perls < 5.9.0) p4raw-id: //depot/perl@21955
* Update to Scalar-List-Utils 1.13Graham Barr2003-09-255-4/+23
| | | p4raw-id: //depot/perl@21371
* A fix from Graham forJarkko Hietaniemi2003-09-241-2/+2
| | | | | | [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz (seemingly a NV casting issue) p4raw-id: //depot/perl@21354
* Update to Scalar-List-Utils 1.12Graham Barr2003-08-145-19/+223
| | | p4raw-id: //depot/perl@20700
* Revert #19957 as requested by Rafael.Jarkko Hietaniemi2003-07-031-3/+3
| | | p4raw-id: //depot/perl@19963
* Re: randomly untainting?Rafael Garcia-Suarez2003-07-031-3/+3
| | | | | | Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr> (plus extra debug printing) p4raw-id: //depot/perl@19957
* Integrate from maint:Marcus Holland-Moritz2003-06-111-3/+3
| | | | | | | | | | | | | | | [ 19738] Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2> p4raw-link: @19738 on //depot/perl: 5a1dd2ab5c9ca51eda95e7e0025702bdfcd91d9fon //depot/maint-5.8/perl: c43a4d73e4c3d92928dd743544b60e43ce02ee9c p4raw-id: //depot/perl@19739 p4raw-integrated: from //depot/maint-5.8/perl@19738 'copy in' ext/Encode/encengine.c (@18665..) ext/List/Util/Util.xs (@18791..) ext/Storable/Storable.xs (@19551..) ext/POSIX/POSIX.xs (@19704..) ext/threads/threads.xs (@19722..) 'merge in' ext/Thread/Thread.xs (@18145..) pp.h (@19400..) sv.c (@19653..) perl.c (@19704..) op.c (@19732..)
* Some low-hanging fruit for EBCDIC portabilityJarkko Hietaniemi2003-03-311-1/+1
| | | | | (or for marking as EBCDIC todos) p4raw-id: //depot/perl@19097
* Update to Scalar-List-Utils 1.11Graham Barr2003-02-146-12/+156
| | | p4raw-id: //depot/perl@18702
* Sync with 1.10Graham Barr2003-02-045-10/+86
| | | p4raw-id: //depot/perl@18654
* Integrate from maint-5.8:Jarkko Hietaniemi2003-01-221-1/+2
| | | | | | | | | | | | | | [ 18375] Better version of change #18370; use the new 'E' flag so that cxinc is exposed (as cpp) only to List::Util (well, any extension) (well, anyone who does -DPERL_EXT), no need to export it globally. p4raw-link: @18375 on //depot/maint-5.8/perl: c8ec9884b4dd9ffdd0a7d1514952a74c55bfab3e p4raw-link: @18370 on //depot/maint-5.8/perl: 94115b5677e78fbc3321ad88fedfaa3b6bc804bf p4raw-id: //depot/perl@18551 p4raw-integrated: from //depot/maint-5.8/perl@18545 'copy in' ext/List/Util/Makefile.PL (@17645..) 'merge in' embed.fnc embed.h global.sym (@18370..)
* Try to make including patchlevel.h a bit moreJarkko Hietaniemi2003-01-211-1/+4
| | | | | | | | | | robust (use <> instead of "") and in case of failure (PERL_VERSION didn't get defined) try to fail (by trying to #include an "obviously" named file that should not exist) (didn't use #error since IIRC older cpps do not have it) (Tries to address [perl #20276].) p4raw-id: //depot/perl@18541
* Update to Scalar-List-Utils 1.09Graham Barr2002-12-123-3/+11
| | | p4raw-id: //depot/perl@18292
* Update to Scalar-List-Utils 1.08Graham Barr2002-11-039-16/+240
| | | p4raw-id: //depot/perl@18076
* PL_curpad == AvARRAY(PL_comppad) alwaysDave Mitchell2002-10-221-6/+10
| | | | | Message-ID: <20021018133640.A19172@fdgroup.com> p4raw-id: //depot/perl@18048
* Re: [PATCH] Version tangoYitzchak Scott-Thoennes2002-05-271-1/+3
| | | | | Message-ID: <oUp88gzkgy+T092yn@efn.org> p4raw-id: //depot/perl@16822
* Sync with Scalar-List-Utils-1.07Graham Barr2002-03-184-2/+71
| | | p4raw-id: //depot/perl@15283
* Upgrade to Scalar-List-Util 1.06. The Makefile.PLsJarkko Hietaniemi2002-01-134-1/+53
| | | | | have diverged quite a bit so no updates there. p4raw-id: //depot/perl@14245
* Extension nits found by -Wall (several from threadsJarkko Hietaniemi2002-01-071-1/+1
| | | | | and threads::shared, but leaving them to Arthur). p4raw-id: //depot/perl@14128
* Be more explicit on the List::Util build trick,Jarkko Hietaniemi2001-12-021-28/+15
| | | | | should also stop unneeded rebuilds on static builds. p4raw-id: //depot/perl@13432