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  c0b3c91c80e220d0acb83c795b6d73f4d7954e55 (commit)
       via  af2f784cd596d622f0dc80bd0e9d230243932252 (commit)
       via  c69adc979be6ec8372b5408904381bc0cdaf26c0 (commit)
       via  680e8bf37efaddd7809aaac927fedc17b0f43c8f (commit)
       via  c6759becc4c5411401b52d4372afda094b5fd0bb (commit)
       via  e407e388c17317facbf1586dc2ee1ad5396a85a2 (commit)
       via  26bae53ad9da47badc4070aaa9c09cdcd6c7e138 (commit)
       via  98a993492eda03f398b94119b223d5cf0b074f4d (commit)
       via  00eb5d3d429b1c6f32947ccc51de8cf1642a9456 (commit)
       via  99c3206b7165d5876b0f0ffb6d4577309183a763 (commit)
       via  ff6fb57947249f9e218f7053847e90a3b9ea6ca2 (commit)
       via  fd1f40fb4c4fe57040220dc8d8f89e4fb75affe2 (commit)
       via  23ca66458c894030052e2b0f85bd2c1d255d7dd0 (commit)
       via  98627f4bb050263099df90771763c388295fb56c (commit)
       via  7f623cb26527140adb86611d7eee0b85022f3044 (commit)
       via  bbbd4bad390f0cbea79cb560a056fcd42ca0f818 (commit)
       via  308df6669940c51ca036522e8de61e6a4058c781 (commit)
       via  fe3e4028d3354dbb5afacc10f6953cef5f6dcfea (commit)
       via  bdce525dfff8b765bb6642e0a1b7cf11a984bde3 (commit)
       via  c3d19c7c8ccaa22436799f9e23b8286801f8d9f6 (commit)
       via  4c51783c09f8458b864085d5d0f2b1ba59a69115 (commit)
       via  2a45b0cb74a676d6bd4ef089af427907cde1917f (commit)
       via  246d269493df2fcc15bf3fbeb24b08c3dc9030af (commit)
       via  71f52f6f7ff5377f9d765a44a091a9a31f1989e0 (commit)
       via  dae1e155e0dc5e9d0d5cbb027b81ecf87cfc306d (commit)
       via  7a03303b2749abfe6edc49ee6c41c5e419888269 (commit)
       via  5b03e5298876b4aabdd0e3ede2c65136e116daf7 (commit)
       via  5af51e43d37daa8f58aec7fd454e2d037793abf1 (commit)
       via  7e34e884aabe6bfabb8e95fe9a039c5c7c7c9385 (commit)
       via  d068d5fe6ca59fad6c090ae52e253c80df7bd3aa (commit)
       via  a649d4be0ecd146ff1a9d37b0533861a42fc4a98 (commit)
      from  912d763acbec3b65ac66cd3b68b86eb18987f120 (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 c0b3c91c80e220d0acb83c795b6d73f4d7954e55
Author: Michael G. Schwern <[EMAIL PROTECTED]>
Date:   Mon Sep 29 11:44:44 2008 -0400

    Update some docs to explain that Perl no longer has a 2038 bug.

commit af2f784cd596d622f0dc80bd0e9d230243932252
Merge: 912d763acbec3b65ac66cd3b68b86eb18987f120 
c69adc979be6ec8372b5408904381bc0cdaf26c0
Author: Michael G. Schwern <[EMAIL PROTECTED]>
Date:   Mon Sep 29 11:11:19 2008 -0400

    Merge commit 'origin' into y2038

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

Summary of changes:
 MANIFEST                                |    2 +
 Porting/cmpVERSION.pl                   |    3 +-
 Porting/repository.pod                  |    4 +-
 av.c                                    |    2 +-
 ext/B/B/Concise.pm                      |   15 ++++-
 ext/B/t/concise.t                       |    8 ++-
 ext/DynaLoader/XSLoader_pm.PL           |   20 ++++--
 ext/DynaLoader/t/DynaLoader.t           |   44 +++++++++----
 ext/DynaLoader/t/XSLoader.t             |   19 ++++-
 ext/IO/lib/IO/Handle.pm                 |    4 +-
 ext/Sys/Syslog/Changes                  |    5 ++
 ext/Sys/Syslog/Makefile.PL              |    3 +-
 ext/Sys/Syslog/Syslog.pm                |    4 +-
 ext/Sys/Syslog/Syslog.xs                |   31 +++++++++
 ext/XS/APItest/APItest.pm               |    3 +-
 ext/XS/APItest/APItest.xs               |    8 ++
 ext/XS/APItest/t/svpeek.t               |   96 +++++++++++++++++++++++++++
 hv.c                                    |    2 +-
 lib/File/stat.pm                        |    2 +-
 lib/IPC/Open2.pm                        |    3 +
 lib/IPC/Open3.pm                        |    3 +
 lib/Pod/Man.pm                          |    5 +-
 lib/Pod/Text.pm                         |    4 +-
 lib/Pod/Text/Overstrike.pm              |    7 ++-
 lib/Pod/t/man-options.t                 |   62 +----------------
 lib/Pod/t/{man-options.t => man-utf8.t} |  108 +++----------------------------
 lib/Pod/t/pod-spelling.t                |   19 ++++--
 lib/Pod/t/text-utf8.t                   |    9 +++
 lib/constant.pm                         |   20 +++++-
 makedef.pl                              |    3 +-
 pod/perldebtut.pod                      |    2 +-
 pod/perldsc.pod                         |    4 +-
 pod/perlfaq4.pod                        |   20 ++++--
 pod/perlport.pod                        |   12 +--
 pod/pod2man.PL                          |    2 +-
 pod/pod2text.PL                         |    2 +-
 regcomp.c                               |    2 +-
 t/op/re_tests                           |    6 ++
 utf8.c                                  |    1 +
 utils/perlbug.PL                        |    2 +-
 40 files changed, 336 insertions(+), 235 deletions(-)
 create mode 100644 ext/XS/APItest/t/svpeek.t
 copy lib/Pod/t/{man-options.t => man-utf8.t} (66%)


hooks/post-receive
-- 
Perl 5 source code

Reply via email to