| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@34699
|
|
|
|
|
|
| |
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <044301c84334$c6aa2960$53fe7c20$@com>
p4raw-id: //depot/perl@32728
|
|
|
|
|
| |
Message-ID: <alpine.DEB.0.9999.0710311225010.19396@urth.org>
p4raw-id: //depot/perl@32211
|
|
|
| |
p4raw-id: //depot/perl@29994
|
|
|
| |
p4raw-id: //depot/perl@29940
|
|
|
| |
p4raw-id: //depot/perl@29937
|
|
|
| |
p4raw-id: //depot/perl@29936
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.64.0701220945040.28849@urth.org>
p4raw-id: //depot/perl@29931
|
|
|
|
|
| |
Message-ID: <20061214023222.GA29084@powdermilk.math.berkeley.edu>
p4raw-id: //depot/perl@29578
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.64.0608090422450.8735@urth.org>
p4raw-id: //depot/perl@28683
|
|
|
|
|
|
|
|
| |
From: Alexandr Ciornii (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-25412-1153313196-897.39876-75-0@perl.org>
Pod fixes for Time::gmtime.pm
p4raw-id: //depot/perl@28600
|
|
|
| |
p4raw-id: //depot/perl@27642
|
|
|
| |
p4raw-id: //depot/perl@27581
|
|
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.61.0508161120520.26270@urth.org>
An improvement on change 25287 from Dave Rolsky
p4raw-id: //depot/perl@25300
|
|
|
|
|
|
| |
See comments at:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-08/msg00115.html
p4raw-id: //depot/perl@25287
|
|
|
|
|
|
| |
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <426AD980.2010801@mac.com>
p4raw-id: //depot/perl@24310
|
|
|
| |
p4raw-id: //depot/perl@23956
|
|
|
| |
p4raw-id: //depot/perl@22908
|
|
|
|
|
|
| |
Corrected a wrap error from the CPAN version to match #22670
Tested on AIX to make sure the skip is still needed
p4raw-id: //depot/perl@22671
|
|
|
|
|
|
| |
AIX-4.3 since the OS is obsoleted, and fixes are not to
be expected
p4raw-id: //depot/perl@22670
|
|
|
| |
p4raw-id: //depot/perl@21935
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
p4raw-id: //depot/perl@19966
|
|
|
| |
p4raw-id: //depot/perl@19702
|
|
|
|
|
|
|
|
|
| |
Message-ID: <20030101214324.F12907@fdgroup.com>
(integrated from change #18397 in maint-5.8)
p4raw-link: @18397 on //depot/maint-5.8/perl: 7bc6bea4535085425366718a732073dd9f13e3fc
p4raw-id: //depot/perl@18497
p4raw-integrated: from //depot/maint-5.8/perl@18496 'copy in'
lib/Time/Local.pm lib/Time/Local.t (@17645..)
|
|
|
|
|
|
|
|
|
|
| |
Time::Local compatibility patches, from Graham
MacPerl require() portability patches
p4raw-link: @16199 on //depot/macperl: 029195cc16ed49b9d6f99746bf12dad919bcab76
p4raw-id: //depot/perl@16204
p4raw-integrated: from //depot/macperl@16203 'copy in'
lib/Time/Local.pm (@16123..) 'merge in' pp_ctl.c (@16123..)
|
|
|
|
|
| |
Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
p4raw-id: //depot/perl@15583
|
|
|
|
|
| |
Message-Id: <20020219230847.G66560@pobox.com>
p4raw-id: //depot/perl@14777
|
|
|
|
|
| |
for timegm instead of progressive guessing
p4raw-id: //depot/perl@14345
|
|
|
|
|
| |
Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
p4raw-id: //depot/perl@14342
|
|
|
|
|
| |
to be too much for many platforms.
p4raw-id: //depot/perl@14334
|
|
|
|
|
|
| |
Subject: [PATCH] Improving lib/Time/Local.t
Message-Id: <200201180335.WAA08768@mailhub2.stratus.com>
p4raw-id: //depot/perl@14327
|
|
|
|
|
| |
Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
p4raw-id: //depot/perl@12113
|
|
|
| |
p4raw-id: //depot/perl@12049
|
|
|
| |
p4raw-id: //depot/perl@12041
|
|
|
|
|
| |
Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
p4raw-id: //depot/perl@11827
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
No doubt I made some mistakes like missed some files or
misnamed some files. The naming rules were more or less:
(1) if the module is from CPAN, follows its ways, be it
t/*.t or test.pl.
(2) otherwise if there are multiple tests for a module
put them in a t/
(3) otherwise if there's only one test put it in Module.t
(4) helper files go to module/ (locale, strict, warnings)
(5) use longer filenames now that we can (but e.g. the
compat-0.6.t and the Text::Balanced test files still
were renamed to be more civil against the 8.3 people)
installperl was updated appropriately not to install the
*.t files or the help files from under lib.
TODO: some helper files still remain under t/ that could
follow their 'masters'. UPDATE: On second thoughts, why
should they. They can continue to live under t/lib, and
in fact the locale/strict/warnings helpers that were moved
could be moved back. This way the amount of non-installable
stuff under lib/ stays smaller.
p4raw-id: //depot/perl@10676
|
|
|
|
|
|
|
|
|
|
|
|
| |
From: "Stephen P. Potter" <spp@spotter.yi.org>
Date: Tue, 22 May 2001 11:40:25 -0400
Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
Subject: Re: [ID 20010522.003] Time::Local module bug
From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
Date: Tue, 22 May 2001 11:50:19 -0400
Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
p4raw-id: //depot/perl@10241
|
|
|
|
|
|
|
| |
Message-ID: <20001205212328.C6473@blackrider.aocn.com>
Carp::Heavy parts not very applicable because of recent changes.
p4raw-id: //depot/perl@8013
|
|
|
| |
p4raw-id: //depot/perl@5507
|
|
|
| |
p4raw-id: //depot/perl@4860
|
|
|
|
|
| |
that don't do range checking
p4raw-id: //depot/perl@4640
|
|
|
|
|
| |
can still be directly set)
p4raw-id: //depot/perl@4481
|
|
|
|
|
| |
<allen@grumman.com>)
p4raw-id: //depot/perl@4434
|
|
|
|
|
| |
east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
p4raw-id: //depot/perl@4378
|
|
|
|
|
|
|
|
| |
reworked to enable it conditional on $Time::Local::nocroak
or some such
p4raw-link: @4115 on //depot/cfgperl: 62316b42bf4b6abb5bc2c5dc8e0c51190635bab6
p4raw-id: //depot/perl@4247
|
|
|
|
|
|
| |
To: perl5-porters@perl.org
Message-Id: <199909011733.NAA17356@gateway.grumman.com>
p4raw-id: //depot/cfgperl@4115
|
|
|
| |
p4raw-id: //depot/perl@3143
|
|
|
|
|
|
|
| |
of silently returning bogus values)
Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
Subject: Time::Local
p4raw-id: //depot/perl@2918
|
|
|
| |
p4raw-id: //depot/cfgperl@2705
|
|
|
| |
p4raw-id: //depot/cfgperl@2587
|