Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Speed up lib/unicore/mktables by 45% | Andy Lester | 2005-06-01 | 1 | -27/+27 |
| | | | | | Message-ID: <20050531173900.GA9820@petdance.com> p4raw-id: //depot/perl@24652 | ||||
* | Remove duplicated line | Rafael Garcia-Suarez | 2005-05-31 | 1 | -1/+0 |
| | | | p4raw-id: //depot/perl@24651 | ||||
* | Upgrade to Module::CoreList 2.02 | Rafael Garcia-Suarez | 2005-05-31 | 1 | -4/+360 |
| | | | p4raw-id: //depot/perl@24650 | ||||
* | Upgrade to PathTools 3.08 | Rafael Garcia-Suarez | 2005-05-30 | 2 | -2/+2 |
| | | | p4raw-id: //depot/perl@24631 | ||||
* | Fix failing Cwd tests on Win32 | Steve Hay | 2005-05-27 | 1 | -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 calling | SADAHIRO Tomoyuki | 2005-05-26 | 2 | -3/+11 |
| | | | | | Message-Id: <20050526234321.92F1.BQW10602@nifty.com> p4raw-id: //depot/perl@24585 | ||||
* | Update description of Term::ReadLine and fix typo | perlbug@veggiechinese.net | 2005-05-25 | 1 | -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 .c | Jarkko Hietaniemi | 2005-05-24 | 2 | -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 VMS | Michael G. Schwern | 2005-05-22 | 1 | -5/+17 |
| | | | | | Message-ID: <20050520200900.GB13473@windhund.schwern.org> p4raw-id: //depot/perl@24541 | ||||
* | ExtUtils::CBuilder Tru64 support | Jarkko Hietaniemi | 2005-05-21 | 1 | -0/+17 |
| | | | | | Message-Id: <428F9805.70108@gmail.com> p4raw-id: //depot/perl@24537 | ||||
* | Update to MakeMaker 6.30 | Rafael Garcia-Suarez | 2005-05-21 | 5 | -15/+43 |
| | | | p4raw-id: //depot/perl@24524 | ||||
* | Upgrade to Math::BigInt 1.77 | Rafael Garcia-Suarez | 2005-05-20 | 8 | -78/+27 |
| | | | p4raw-id: //depot/perl@24517 | ||||
* | Upgrade to MakeMaker 6.29 | Rafael Garcia-Suarez | 2005-05-20 | 6 | -46/+99 |
| | | | p4raw-id: //depot/perl@24510 | ||||
* | Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: ↵ | Yitzchak Scott-Thoennes | 2005-05-18 | 17 | -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.10 | Nicholas Clark | 2005-05-15 | 4 | -18/+39 |
| | | | p4raw-id: //depot/perl@24470 | ||||
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -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.50 | Rafael Garcia-Suarez | 2005-05-09 | 20 | -455/+736 |
| | | | p4raw-id: //depot/perl@24426 | ||||
* | Upgrade to PathTools 3.07 | Rafael Garcia-Suarez | 2005-05-06 | 9 | -17/+30 |
| | | | p4raw-id: //depot/perl@24407 | ||||
* | Missing files in Test::Simple | Rafael Garcia-Suarez | 2005-05-05 | 2 | -0/+375 |
| | | | p4raw-id: //depot/perl@24401 | ||||
* | Bump versions of non dual-life modules | Nicholas Clark | 2005-05-05 | 5 | -5/+5 |
| | | | p4raw-id: //depot/perl@24399 | ||||
* | Upgrade to Test::Simple 0.60 | Rafael Garcia-Suarez | 2005-05-05 | 13 | -488/+333 |
| | | | p4raw-id: //depot/perl@24397 | ||||
* | stop Math/BigInt/t/bare_mbf.t producing spurious test output | Dave Mitchell | 2005-05-05 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24393 | ||||
* | Error in the latest FindBin patch, noticed by Nicholas | Rafael Garcia-Suarez | 2005-05-03 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24379 | ||||
* | Fix for [perl #34252] Access rights in FindBin::Bin | Rafael Garcia-Suarez | 2005-05-03 | 1 | -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 Hay | 2005-05-03 | 2 | -5/+11 |
| | | | | | (plus tests to check this) p4raw-id: //depot/perl@24374 | ||||
* | printf.patch: Adding printf checking for gcc | Andy Lester | 2005-05-02 | 1 | -1/+3 |
| | | | | | Message-ID: <20050501200755.GA30259@petdance.com> p4raw-id: //depot/perl@24365 | ||||
* | Fix [perl #35162] $SIG{__DIE__} = 'IGNORE' is base.pm is illegal | Rafael Garcia-Suarez | 2005-05-02 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@24360 | ||||
* | Win32 MM test fix | Steve Hay | 2005-04-27 | 2 | -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.08 | Rafael Garcia-Suarez | 2005-04-26 | 5 | -37/+41 |
| | | | p4raw-id: //depot/perl@24326 | ||||
* | mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0) | Yves Orton | 2005-04-25 | 3 | -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 24314 | Rafael Garcia-Suarez | 2005-04-24 | 5 | -0/+403 |
| | | | p4raw-id: //depot/perl@24315 | ||||
* | Upgrade to Test::Harness 2.48 | Rafael Garcia-Suarez | 2005-04-24 | 7 | -770/+966 |
| | | | p4raw-id: //depot/perl@24314 | ||||
* | Add %patchlevel hash to Module::CoreList | Rafael Garcia-Suarez | 2005-04-24 | 1 | -2/+31 |
| | | | p4raw-id: //depot/perl@24311 | ||||
* | lib/Time/Local.t: time_t is unsigned on VMS | Craig A. Berry | 2005-04-24 | 1 | -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-Suarez | 2005-04-22 | 2 | -12/+26 |
| | | | | | command-line. Plus POD nits. p4raw-id: //depot/perl@24300 | ||||
* | Sigh - really bump Text::Wrap version number this time. | Dave Mitchell | 2005-04-21 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24275 | ||||
* | [perl #34902] Text::Wrap::wrap() fails with non-space separator | Dave Mitchell | 2005-04-21 | 2 | -7/+23 |
| | | | p4raw-id: //depot/perl@24273 | ||||
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 4 | -7/+39 |
| | | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@24271 | ||||
* | Two more uses of lvalue SvIVX() | Nicholas Clark | 2005-04-18 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24240 | ||||
* | Upgrade to ExtUtils::MakeMaker 6.28 | Rafael Garcia-Suarez | 2005-04-13 | 7 | -14/+27 |
| | | | p4raw-id: //depot/perl@24232 | ||||
* | POD typo. | Rafael Garcia-Suarez | 2005-04-10 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24220 | ||||
* | Module::CoreList: Data from Sebastien Aperghis-Tramoni for perl | Rafael Garcia-Suarez | 2005-04-10 | 1 | -5/+200 |
| | | | | | 5.00{0,1,2}. Upgrade version number. p4raw-id: //depot/perl@24219 | ||||
* | Re: [ANNOUNCE] ExtUtils::MakeMaker 6.27 | Michael G. Schwern | 2005-04-08 | 1 | -2/+2 |
| | | | | | | | Message-ID: <20050407221500.GB6223@windhund.schwern.org> Fix duplicate target warnings p4raw-id: //depot/perl@24212 | ||||
* | Removing Y2K warnings | Andy Lester | 2005-04-08 | 1 | -9/+6 |
| | | | | | Message-ID: <20050407224442.GA23895@petdance.com> p4raw-id: //depot/perl@24205 | ||||
* | MM_AIX needs neatvalue | Nicholas Clark | 2005-04-08 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@24200 | ||||
* | Re: Bugs? In Unicode::EastAsianWidth. | Audrey Tang | 2005-04-07 | 1 | -4/+8 |
| | | | | | Message-ID: <20050406101732.GA17931@aut.dyndns.org> p4raw-id: //depot/perl@24191 | ||||
* | Upgrade to ExtUtils::MakeMaker 6.27, | Rafael Garcia-Suarez | 2005-04-07 | 37 | -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 Clark | 2005-04-05 | 2 | -0/+14 |
| | | | p4raw-id: //depot/perl@24169 | ||||
* | [Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17 | Tels | 2005-04-05 | 21 | -148/+294 |
| | | | | | Message-Id: <200504031043.12273@bloodgate.com> p4raw-id: //depot/perl@24155 | ||||
* | Oops. Forgot to add this. | Nicholas Clark | 2005-04-02 | 1 | -0/+95 |
| | | | p4raw-id: //depot/perl@24135 |