summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix random failures in CPANPLUS tests on Win32Steve Hay2007-06-131-3/+24
| | | | | | | | | | | The failures were a result of calling Win32::GetShortPathName with the program argument " /nologo" appended to the path. Program arguments should not be passed to Win32::GetShortPathName. (The randomness occurred because random garbage was being produced due to a separate bug in that Win32 function, for which a fix is forthcoming...). p4raw-id: //depot/perl@31371
* Re: integer vs. bigint [PATCH]Tels2007-06-121-2/+38
| | | | | Message-Id: <200706111931.17616@bloodgate.com> p4raw-id: //depot/perl@31368
* Math::BigInt v1.87 take 8Tels2007-06-1111-46/+393
| | | | | Message-Id: <200706091407.36659@bloodgate.com> p4raw-id: //depot/perl@31365
* pidigits benchmark and bpi() method in Math::BigFloat/Math::BigInt, take 7 ↵Tels2007-06-1111-28/+236
| | | | | | | [PATCH] Message-Id: <200706081929.44888@bloodgate.com> p4raw-id: //depot/perl@31364
* A couple of File::Path tests require unix syntax on VMS.Craig A. Berry2007-06-081-0/+4
| | | p4raw-id: //depot/perl@31361
* Fix lib/File/Path.t failure on Win32Steve Hay2007-06-082-4/+4
| | | | | | (Create a 'ZZ' directory instead of 'Z' because we already have a 'z' which is the same as 'Z' on Win32's case-insensitive filesystem) p4raw-id: //depot/perl@31357
* Re: [PATCH] Update File-Path to 2.00David Landgren2007-06-071-7/+13
| | | | | Message-ID: <4667F3DC.9070203@landgren.net> p4raw-id: //depot/perl@31349
* Re: [PATCH] Update File-Path to 2.00David Landgren2007-06-072-19/+28
| | | | | Message-ID: <46672DCE.2080508@landgren.net> p4raw-id: //depot/perl@31345
* Re: [PATCH] Callbacks for named captures (%+ and %-)Ævar Arnfjörð Bjarmason2007-06-061-45/+11
| | | | | | From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com> Message-ID: <51dd1af80706031324y5618d519p460da27a2e7fe712@mail.gmail.com> p4raw-id: //depot/perl@31341
* Upgrade to encoding::warnings 0.11Rafael Garcia-Suarez2007-06-061-4/+5
| | | p4raw-id: //depot/perl@31340
* Re: [PATCH] Update File-Path to 2.00Joshua Juran2007-06-061-3/+3
| | | | | | | Message-Id: <5F26D98D-8B6D-4F4A-B2E9-168F71B963DD@gmail.com> Fixes typo in the POD. p4raw-id: //depot/perl@31337
* Re: [PATCH] Update File-Path to 2.00David Landgren2007-06-062-2/+2
| | | | | | | | Message-ID: <4665D3E4.2030809@landgren.net> Silences some unnecessary carping (e.g. from ExtUtils::Command line 109 when building perl). p4raw-id: //depot/perl@31336
* Remove support for assertions and -ARafael Garcia-Suarez2007-06-054-709/+13
| | | p4raw-id: //depot/perl@31333
* another mro patchBrandon Black2007-06-041-5/+29
| | | | | | From: "Brandon Black" <blblack@gmail.com> Message-ID: <84621a60706032255g6702cd81ube1f582a1e07cf8a@mail.gmail.com> p4raw-id: //depot/perl@31332
* Math::BigInt v1.87 take 6Tels2007-06-032-33/+46
| | | | | Message-Id: <200706021340.46806@bloodgate.com> p4raw-id: //depot/perl@31330
* Re: [PATCH] Update File-Path to 2.00David Landgren2007-06-032-6/+4
| | | | | Message-ID: <4661BDC8.6040102@landgren.net> p4raw-id: //depot/perl@31329
* In File::Path::_rmtree, we want a list of files, not directories (some of them Craig A. Berry2007-06-021-1/+1
| | | | | may be directory files, which is ok). p4raw-id: //depot/perl@31327
* minor assertions improvementsRicardo SIGNES2007-05-312-4/+4
| | | | | Message-ID: <20070531014715.GA26562@knight.manxome.org> p4raw-id: //depot/perl@31316
* Update File-Path to 2.00David Landgren2007-05-312-110/+805
| | | | | Message-ID: <465DB96E.1020106@landgren.net> p4raw-id: //depot/perl@31315
* Gooder EnglishJerry D. Hedden2007-05-311-9/+9
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510705301412v75fc5810vf28f5b62c0077585@mail.gmail.com> p4raw-id: //depot/perl@31314
* Upgrade to CPAN-1.9102Steve Peters2007-05-293-85/+118
| | | p4raw-id: //depot/perl@31306
* Re: [PATCH] Update CPANPLUS to 0.79_03Jos I. Boumans2007-05-2913-14/+12
| | | | | | | | From: "Jos I. Boumans" <jos@dwim.org> Message-Id: <551932A2-91F8-4E7C-8939-4B71216976BA@dwim.org> Removed a fatal debug statement from cpan2dist. p4raw-id: //depot/perl@31299
* Silence the warning "Can't locate auto/POSIX/autosplit.ix in @INC"Steve Hay2007-05-291-2/+2
| | | | | when building the POSIX extension p4raw-id: //depot/perl@31298
* Add /nologo to nmake in CPANPLUS::Dist::Build tooJos I. Boumans2007-05-283-3/+16
| | | | | | From: "Jos I. Boumans" <kane@xs4all.nl> Message-Id: <90E1CAA6-8529-4DD1-9D42-A377538E9320@xs4all.nl> p4raw-id: //depot/perl@31293
* Update CPANPLUS to 0.79_03Jos I. Boumans2007-05-2823-216/+850
| | | | | | From: "Jos I. Boumans" <jos@dwim.org> Message-Id: <DDD60952-6B63-4AA5-9862-FAE3456AB7CA@dwim.org> p4raw-id: //depot/perl@31292
* Update to Archive::Extract 0.20, and re-apply patch #31158Rafael Garcia-Suarez2007-05-2820-33/+144
| | | p4raw-id: //depot/perl@31288
* Bump version numberJos I. Boumans2007-05-281-1/+1
| | | | | | | Subject: [PATCH] Update log::message::simple to 0.02 From: "Jos I. Boumans" <jib@ripe.net> Message-Id: <EB397A0C-713C-4E42-92DB-DD8B808AE34C@ripe.net> p4raw-id: //depot/perl@31286
* Re: [PATCH] Math::BigInt v1.87 take 5Tels2007-05-284-109/+68
| | | | | Message-Id: <200705271554.32054@bloodgate.com> p4raw-id: //depot/perl@31285
* Upgrade to Archive::Tar 1.32.Rafael Garcia-Suarez2007-05-257-15/+27
| | | p4raw-id: //depot/perl@31274
* Re: perl pragma [PATCH]Tels2007-05-247-29/+264
| | | | | Message-Id: <200705232135.59546@bloodgate.com> p4raw-id: //depot/perl@31269
* Adjustment to the test for importing feature bundles,Rafael Garcia-Suarez2007-05-241-2/+4
| | | | | found by Hugo p4raw-id: //depot/perl@31267
* update CPANPLUS::Dist::Build to 0.06_01Jos I. Boumans2007-05-246-8/+74
| | | | | | From: "Jos I. Boumans" <kane@dwim.org> Message-Id: <208F4537-CCF8-401B-9F97-EF1902EA2FB6@dwim.org> p4raw-id: //depot/perl@31266
* It suddendly annoyed me that corelist returned sometimes twoRafael Garcia-Suarez2007-05-241-8/+7
| | | | | spaces in a row. p4raw-id: //depot/perl@31265
* Add MidnightBSD to the list of Unix-like OSesRafael Garcia-Suarez2007-05-221-0/+1
| | | p4raw-id: //depot/perl@31257
* Re: Smoke failures with blead@31225 (Linux) [PATCH]Tels2007-05-211-4/+21
| | | | | Message-Id: <200705212017.23224@bloodgate.com> p4raw-id: //depot/perl@31253
* delete thrdvar.h and move its contents to intrpvar.hDave Mitchell2007-05-202-2/+1
| | | p4raw-id: //depot/perl@31245
* Update Archive::Tar to 1.31Rafael Garcia-Suarez2007-05-2012-749/+593
| | | p4raw-id: //depot/perl@31243
* Don't use a regex match in lib/feature.pmÆvar Arnfjörð Bjarmason2007-05-201-8/+8
| | | | | | From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com> Message-ID: <51dd1af80705181316r15f65e45n55903de294565aa1@mail.gmail.com> p4raw-id: //depot/perl@31241
* Various mro updates from Brandon Black. References:Craig A. Berry2007-05-191-2/+47
| | | | | | | | <84621a60705111347q40f9dd9ciefa9468e9ff9ca6c@mail.gmail.com> <84621a60705121458i34ff361fh9166e8558781df41@mail.gmail.com> <84621a60705141111q70ed307r9181dfc2834a8f5c@mail.gmail.com> <84621a60705160937h53946fcfg70635908302724e8@mail.gmail.com> p4raw-id: //depot/perl@31239
* Unicode::UCD: add general category and bidi type interfacesJarkko Hietaniemi2007-05-182-7/+135
| | | | | Message-Id: <200705180045.l4I0jTeI221780@kosh.hut.fi> p4raw-id: //depot/perl@31237
* A more general fix to non-threaded static extension build problemsSteve Hay2007-05-161-0/+28
| | | | | than #31220 was. p4raw-id: //depot/perl@31229
* DBM_Filter test: use std test preambleJarkko Hietaniemi2007-05-161-2/+5
| | | | | Message-Id: <200705160229.l4G2THSE421947@kosh.hut.fi> p4raw-id: //depot/perl@31227
* [PATCH] Math::BigInt v1.87Tels2007-05-156-134/+452
| | | | | | | | | | | | | | | | Date: Sun, 13 May 2007 14:34:11 +0000 Message-Id: <200705131434.11992@bloodgate.com> Subject: Re: [PATCH] Math::BigInt v1.87 (take 2) From: Tels <nospam-abuse@bloodgate.com> Date: Mon, 14 May 2007 15:41:36 +0000 Message-Id: <200705141541.40678@bloodgate.com> Subject: Re: [PATCH] Math::BigInt v1.87 (take 3) From: Tels <nospam-abuse@bloodgate.com> Date: Tue, 15 May 2007 19:02:54 +0000 Message-Id: <200705151902.57372@bloodgate.com> p4raw-id: //depot/perl@31222
* Replace a call to utf8::encode by a pack/unpack combination,Rafael Garcia-Suarez2007-05-101-3/+3
| | | | | so that code runs under 5.6 too p4raw-id: //depot/perl@31195
* Re: Compress::Zlib, pack "C" and utf-8 [PATCH]Marc Lehmann2007-05-101-2/+2
| | | | | Message-ID: <20070412064153.GA22475@schmorp.de> p4raw-id: //depot/perl@31194
* New data for Unicode on older versions, thanks to NicholasRafael Garcia-Suarez2007-05-101-6/+18
| | | | | and Dave Rolsky p4raw-id: //depot/perl@31193
* first_release() now returns the first release in the order ofRafael Garcia-Suarez2007-05-102-8/+27
| | | | | | perl version numbers. Add a new method first_release_by_date() to keep the old behaviour available. Suggested by Michael G Schwern. p4raw-id: //depot/perl@31192
* Fix bignum-0.21Jerry D. Hedden2007-05-102-3/+26
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510705091805n37c4137u16a35ca27810979f@mail.gmail.com> p4raw-id: //depot/perl@31191
* Partial reversion of bignum-0.21 to get tests to pass again.Steve Peters2007-05-092-25/+3
| | | p4raw-id: //depot/perl@31184
* Bump the version of Module::CoreList and add docsRafael Garcia-Suarez2007-05-092-7/+13
| | | | | for the Unicode module name, that Merijn just added p4raw-id: //depot/perl@31178