| Commit message (Expand) | Author | Age | Files | Lines |
* | Upgrade to Time::Local 1.11 | Rafael Garcia-Suarez | 2005-02-10 | 2 | -22/+82 |
* | Upgrade to Time::Local 1.10. | Rafael Garcia-Suarez | 2004-06-08 | 2 | -3/+3 |
* | Integrated Time-Local-1.09 from Dave Rolsky | H.Merijn Brand | 2004-04-07 | 2 | -20/+40 |
* | Disable the edge case tests for timegm and timelocal on | H.Merijn Brand | 2004-04-07 | 1 | -0/+5 |
* | Upgrade to Time::Local 1.07_94 | Rafael Garcia-Suarez | 2003-12-20 | 2 | -77/+165 |
* | Re: [PATCH] Bring Time::Local to 1.07 | Dave Rolsky | 2003-07-03 | 1 | -1/+1 |
* | Upgrade to Time::Local 1.06, by Dave Rolsky | Rafael Garcia-Suarez | 2003-06-06 | 2 | -19/+47 |
* | Re: [perl #19393] Bug in Time::localtime? | Dave Mitchell | 2003-01-16 | 2 | -2/+27 |
* | Integrate changes #16199 and #16201 from macperl; | Jarkko Hietaniemi | 2002-04-26 | 1 | -7/+27 |
* | Fix lib/Time/Local.pm for VOS | Paul Green | 2002-03-28 | 1 | -1/+9 |
* | Re: Cannot handle date (0, 0, 0, 2, 0, 1970) | Graham Barr | 2002-02-20 | 1 | -5/+4 |
* | Alternative Time::Local algorithm that uses matemathical formula | Graham Barr | 2002-01-19 | 1 | -111/+86 |
* | lib/Time/Local.t patch w/o 2038 check | Paul Green | 2002-01-19 | 1 | -30/+44 |
* | Retract #14327 for now, going to the limit seems | Jarkko Hietaniemi | 2002-01-18 | 1 | -41/+30 |
* | (retracted by #14334) | Paul Green | 2002-01-18 | 1 | -30/+41 |
* | avoid v-strings with require/use | Ronald J. Kimball | 2001-09-21 | 3 | -3/+5 |
* | Bump up versions because of #12041. | Jarkko Hietaniemi | 2001-09-17 | 2 | -2/+2 |
* | Change use|require 5.005_64 to use|require 5.6.1. | Jarkko Hietaniemi | 2001-09-16 | 2 | -2/+2 |
* | lib/Time/Local.pm | Daniel S. Lewart | 2001-09-02 | 1 | -8/+9 |
* | The Grand Trek: move the *.t files from t/ to lib/ and ext/. | Jarkko Hietaniemi | 2001-06-18 | 3 | -0/+204 |
* | Re: [ID 20010522.003] Time::Local module bug | Jarkko Hietaniemi | 2001-05-28 | 1 | -8/+10 |
* | $VERSION crusade, strict, tests, etc... all over lib/ | Michael G. Schwern | 2000-12-06 | 2 | -40/+46 |
* | more whitespace removal (from Michael G Schwern) | Gurusamy Sarathy | 2000-03-04 | 1 | -1/+1 |
* | s/use vars/our/g modules that aren't independently maintained on CPAN | Gurusamy Sarathy | 2000-01-23 | 2 | -3/+5 |
* | provide explicit functions timegm_nocheck() and timelocal_nocheck() | Gurusamy Sarathy | 1999-12-04 | 1 | -12/+23 |
* | remove C<use Time::Local 'no_range_check'> misfeature (global | Gurusamy Sarathy | 1999-10-28 | 1 | -22/+13 |
* | relax range checking if they ask for it (from John L. Allen | Gurusamy Sarathy | 1999-10-24 | 1 | -8/+41 |
* | make timelocal work better when time is close to the epoch | Gurusamy Sarathy | 1999-10-14 | 1 | -1/+1 |
* | revert change#4115 (breaks libwww's base/date.t); could be | Gurusamy Sarathy | 1999-09-28 | 1 | -2/+1 |
* | [ID 19990901.003] Time::Local should not croak on "out-of-range" days | John L. Allen | 1999-09-09 | 1 | -1/+2 |
* | doc tweak | Gurusamy Sarathy | 1999-03-24 | 1 | -1/+2 |
* | several bug fixes; now croak()s when date exceeds integer limits (instead | Peter Chines | 1999-02-14 | 1 | -57/+127 |
* | Mention year-1900 and month 0..11. | Jarkko Hietaniemi | 1999-01-24 | 1 | -10/+12 |
* | More doc fixes from Abigail. | Jarkko Hietaniemi | 1999-01-08 | 2 | -2/+2 |
* | Trap Time::Local infinite loop | Tim Bunce | 1997-09-05 | 1 | -0/+3 |
* | [inseperable differences up to perl 5.004_02]perl-5.004_02 | Tim Bunce | 1997-08-07 | 1 | -1/+9 |
* | perl5.004 Time::Local still broken | Mathias Koerber | 1997-08-07 | 1 | -16/+18 |
* | Reset errno after failed piped close | Chip Salzenberg | 1997-04-30 | 2 | -6/+8 |
* | [inseparable changes from match from perl-5.003_97b to perl-5.003_97c] | Perl 5 Porters | 1997-04-07 | 3 | -3/+3 |
* | [inseparable changes from match from perl-5.003_92 to perl-5.003_93] | Perl 5 Porters | 1997-03-07 | 3 | -3/+3 |
* | obstruct pod2man doc tweaks | Roderick Schertler | 1996-12-23 | 1 | -0/+4 |
* | [inseparable changes from patch from perl5.003_10 to perl5.003_11] | Perl 5 Porters | 1996-12-06 | 3 | -0/+197 |
* | minimal timelocal.pl for _09 | Achim Bohnet | 1996-11-26 | 1 | -10/+5 |
* | [inseparable changes from patch from perl5.003_07 to perl5.003_08] | Perl 5 Porters | 1996-11-19 | 1 | -5/+5 |
* | Pod typos, pod2man bugs, and miscellaneous installation comments | Joseph S. Myers | 1996-09-20 | 1 | -1/+1 |
* | Fix bugs in initialization for some timezones | Perl 5 Porters | 1996-07-03 | 1 | -16/+34 |
* | This is patch.2b1g to perl5.002beta1. | Andy Dougherty | 1995-12-21 | 1 | -25/+32 |
* | perl 5.000perl-5.000 | Larry Wall | 1994-10-17 | 1 | -0/+105 |