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  b516ba087d2e8b8a0d7938ffe0839755ad0ec3ec (commit)
      from  db54839501e162f0dff3734eea6ca6ca5399d0a0 (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 b516ba087d2e8b8a0d7938ffe0839755ad0ec3ec
Author: Michael G. Schwern <[EMAIL PROTECTED]>
Date:   Thu Oct 2 16:18:54 2008 -0400

    Remove the AIX work around code.  Instead it should just set it's
    LOCALTIME_MAX to 0x7fff573e.
    
    Update from y2038.
    
    Use the new TM64 struct so years can go out past y2**31
    
    Defines a Year type to avoid converting years to ints.
    
    Remove the TIMGM work around code, using timegm64() is fine and it
    saves us from having to convert from TM to tm.
    
    Make functions private with static rather than the _foo convention.
    
    Even faster for distant dates.

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

Summary of changes:
 pp_sys.c |   55 +----------------------
 time64.c |  143 ++++++++++++++++++++++++++++++++++++++++++++++----------------
 time64.h |   44 +++++++++++++++++--
 3 files changed, 150 insertions(+), 92 deletions(-)


hooks/post-receive
-- 
Perl 5 source code

Reply via email to