This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Perl 5 source code".

The branch, y2038 has been updated
       via  f327053f0262037e2a34492e7a4f38cd2910acc7 (commit)
      from  b516ba087d2e8b8a0d7938ffe0839755ad0ec3ec (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f327053f0262037e2a34492e7a4f38cd2910acc7
Author: Michael G. Schwern <[EMAIL PROTECTED]>
Date:   Thu Oct 2 17:30:26 2008 -0400

    Fix pulling a large time off the stack by using a real double.  What I
    really need is SvQV.
    
    Fix list context with large years.
    
    List context can now go to 2**63-513.  I don't know why that's not 2**63-1
    but I'll take it.  Maybe double imprecision.
    
    Scalar context with large years still busted.  It appears to be something
    inside Perl_newSVpvf().

-----------------------------------------------------------------------

Summary of changes:
 pp_sys.c |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Perl 5 source code

Reply via email to