summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Speed up lib/unicore/mktables by 45%Andy Lester2005-06-011-27/+27
| | | | | Message-ID: <20050531173900.GA9820@petdance.com> p4raw-id: //depot/perl@24652
* Remove duplicated lineRafael Garcia-Suarez2005-05-311-1/+0
| | | p4raw-id: //depot/perl@24651
* Upgrade to Module::CoreList 2.02Rafael Garcia-Suarez2005-05-311-4/+360
| | | p4raw-id: //depot/perl@24650
* Upgrade to PathTools 3.08Rafael Garcia-Suarez2005-05-302-2/+2
| | | p4raw-id: //depot/perl@24631
* Fix failing Cwd tests on Win32Steve Hay2005-05-271-4/+2
| | | | | | | | | Patch was posted to Ken previously (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00226.html) but no reply as yet. I'll mail him again... p4raw-id: //depot/perl@24607
* bytes.pm doesn't check undefined subroutine callingSADAHIRO Tomoyuki2005-05-262-3/+11
| | | | | Message-Id: <20050526234321.92F1.BQW10602@nifty.com> p4raw-id: //depot/perl@24585
* Update description of Term::ReadLine and fix typoperlbug@veggiechinese.net2005-05-251-5/+4
| | | | | | | Subject: [perl #35963] Typo in Term::ReadLine From: "perlbug@veggiechinese.net (via RT)" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-35963-113541.14.5614982698687@perl.org> p4raw-id: //depot/perl@24571
* xsubpp, ParseXS: allow other suffix beyond .cJarkko Hietaniemi2005-05-242-5/+12
| | | | | Message-Id: <B356D8F434D20B40A8CEDAEC305A1F2453D7EB@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@24568
* Re: [PATCH 5.8.7 RC1] lib/Carp.t todo for VMSMichael G. Schwern2005-05-221-5/+17
| | | | | Message-ID: <20050520200900.GB13473@windhund.schwern.org> p4raw-id: //depot/perl@24541
* ExtUtils::CBuilder Tru64 supportJarkko Hietaniemi2005-05-211-0/+17
| | | | | Message-Id: <428F9805.70108@gmail.com> p4raw-id: //depot/perl@24537
* Update to MakeMaker 6.30Rafael Garcia-Suarez2005-05-215-15/+43
| | | p4raw-id: //depot/perl@24524
* Upgrade to Math::BigInt 1.77Rafael Garcia-Suarez2005-05-208-78/+27
| | | p4raw-id: //depot/perl@24517
* Upgrade to MakeMaker 6.29Rafael Garcia-Suarez2005-05-206-46/+99
| | | p4raw-id: //depot/perl@24510
* Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: ↵Yitzchak Scott-Thoennes2005-05-1817-1813/+3750
| | | | | | | [Module::Build] ANNOUNCE: Module::Build 0.2610 -> CPAN) Message-ID: <20050518141131.GA2704@efn.org> p4raw-id: //depot/perl@24500
* Upgrade to CGI.pm 3.10Nicholas Clark2005-05-154-18/+39
| | | p4raw-id: //depot/perl@24470
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-1/+2
| | | | | | in read-only mode. Make vi modelines compatible with non-vim vi versions. p4raw-id: //depot/perl@24445
* Upgrade to Unicode::Collate 0.50Rafael Garcia-Suarez2005-05-0920-455/+736
| | | p4raw-id: //depot/perl@24426
* Upgrade to PathTools 3.07Rafael Garcia-Suarez2005-05-069-17/+30
| | | p4raw-id: //depot/perl@24407
* Missing files in Test::SimpleRafael Garcia-Suarez2005-05-052-0/+375
| | | p4raw-id: //depot/perl@24401
* Bump versions of non dual-life modulesNicholas Clark2005-05-055-5/+5
| | | p4raw-id: //depot/perl@24399
* Upgrade to Test::Simple 0.60Rafael Garcia-Suarez2005-05-0513-488/+333
| | | p4raw-id: //depot/perl@24397
* stop Math/BigInt/t/bare_mbf.t producing spurious test outputDave Mitchell2005-05-051-1/+1
| | | p4raw-id: //depot/perl@24393
* Error in the latest FindBin patch, noticed by NicholasRafael Garcia-Suarez2005-05-031-1/+1
| | | p4raw-id: //depot/perl@24379
* Fix for [perl #34252] Access rights in FindBin::BinRafael Garcia-Suarez2005-05-031-3/+5
| | | | | | At least on my platform, Cwd::getcwd doesn't find the current directory if it has no access to it. Try harder with Cwd::cwd. p4raw-id: //depot/perl@24375
* Fix croak() and confess() so that they don't clobber $!Steve Hay2005-05-032-5/+11
| | | | | (plus tests to check this) p4raw-id: //depot/perl@24374
* printf.patch: Adding printf checking for gccAndy Lester2005-05-021-1/+3
| | | | | Message-ID: <20050501200755.GA30259@petdance.com> p4raw-id: //depot/perl@24365
* Fix [perl #35162] $SIG{__DIE__} = 'IGNORE' is base.pm is illegalRafael Garcia-Suarez2005-05-021-2/+2
| | | p4raw-id: //depot/perl@24360
* Win32 MM test fixSteve Hay2005-04-272-2/+3
| | | | | | | | | | | | From: Michael G Schwern <schwern@pobox.com> Date: Mon, 18 Apr 2005 14:30:19 -0700 Message-ID: <20050418213019.GA15797@windhund.schwern.org> Subject: Re: Win32 MM test fix From: demerphq <demerphq@gmail.com> Date: Tue, 19 Apr 2005 00:57:59 +0200 Message-ID: <9b18b31105041815573e10dc10@mail.gmail.com> p4raw-id: //depot/perl@24334
* Upgrade to CGI.pm 3.08Rafael Garcia-Suarez2005-04-265-37/+41
| | | p4raw-id: //depot/perl@24326
* mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0)Yves Orton2005-04-253-32/+164
| | | | | | Message-ID: <9b18b31105042412352fcf2bc5@mail.gmail.com> Date: Sun, 24 Apr 2005 21:35:35 +0200 p4raw-id: //depot/perl@24320
* Add files missing in 24314Rafael Garcia-Suarez2005-04-245-0/+403
| | | p4raw-id: //depot/perl@24315
* Upgrade to Test::Harness 2.48Rafael Garcia-Suarez2005-04-247-770/+966
| | | p4raw-id: //depot/perl@24314
* Add %patchlevel hash to Module::CoreListRafael Garcia-Suarez2005-04-241-2/+31
| | | p4raw-id: //depot/perl@24311
* lib/Time/Local.t: time_t is unsigned on VMSCraig A. Berry2005-04-241-1/+4
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <426AD980.2010801@mac.com> p4raw-id: //depot/perl@24310
* Patch by Yves Orton to accept several options on the corelist(1)Rafael Garcia-Suarez2005-04-222-12/+26
| | | | | command-line. Plus POD nits. p4raw-id: //depot/perl@24300
* Sigh - really bump Text::Wrap version number this time.Dave Mitchell2005-04-211-1/+1
| | | p4raw-id: //depot/perl@24275
* [perl #34902] Text::Wrap::wrap() fails with non-space separatorDave Mitchell2005-04-212-7/+23
| | | p4raw-id: //depot/perl@24273
* Symbian port of PerlJarkko Hietaniemi2005-04-214-7/+39
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@24271
* Two more uses of lvalue SvIVX()Nicholas Clark2005-04-181-1/+1
| | | p4raw-id: //depot/perl@24240
* Upgrade to ExtUtils::MakeMaker 6.28Rafael Garcia-Suarez2005-04-137-14/+27
| | | p4raw-id: //depot/perl@24232
* POD typo.Rafael Garcia-Suarez2005-04-101-1/+1
| | | p4raw-id: //depot/perl@24220
* Module::CoreList: Data from Sebastien Aperghis-Tramoni for perlRafael Garcia-Suarez2005-04-101-5/+200
| | | | | 5.00{0,1,2}. Upgrade version number. p4raw-id: //depot/perl@24219
* Re: [ANNOUNCE] ExtUtils::MakeMaker 6.27Michael G. Schwern2005-04-081-2/+2
| | | | | | | Message-ID: <20050407221500.GB6223@windhund.schwern.org> Fix duplicate target warnings p4raw-id: //depot/perl@24212
* Removing Y2K warningsAndy Lester2005-04-081-9/+6
| | | | | Message-ID: <20050407224442.GA23895@petdance.com> p4raw-id: //depot/perl@24205
* MM_AIX needs neatvalueNicholas Clark2005-04-081-0/+1
| | | p4raw-id: //depot/perl@24200
* Re: Bugs? In Unicode::EastAsianWidth.Audrey Tang2005-04-071-4/+8
| | | | | Message-ID: <20050406101732.GA17931@aut.dyndns.org> p4raw-id: //depot/perl@24191
* Upgrade to ExtUtils::MakeMaker 6.27,Rafael Garcia-Suarez2005-04-0737-1977/+2328
| | | | | | plus a patch to restore functioning of 'distclean' for the perl core p4raw-id: //depot/perl@24185
* Tests need to skip if there is no Encode configured.Nicholas Clark2005-04-052-0/+14
| | | p4raw-id: //depot/perl@24169
* [Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17Tels2005-04-0521-148/+294
| | | | | Message-Id: <200504031043.12273@bloodgate.com> p4raw-id: //depot/perl@24155
* Oops. Forgot to add this.Nicholas Clark2005-04-021-0/+95
| | | p4raw-id: //depot/perl@24135