In perl.git, the branch maint-5.10 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/2700d9b0bf253b12ed6a4ccf931fa4705edf2315?hp=feeaecedc5652ab5391e68025935a3232fd5957e>
- Log ----------------------------------------------------------------- commit 2700d9b0bf253b12ed6a4ccf931fa4705edf2315 Author: David Mitchell <[email protected]> Date: Sun May 10 02:53:36 2009 +0100 merging activity weds+sat ----------------------------------------------------------------------- Summary of changes: Porting/mergelog | 14 ++++++++++++++ pod/perl5101delta.pod | 22 ++++++++++++++++++++-- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/Porting/mergelog b/Porting/mergelog index 866ee11..2ad6d68 100644 --- a/Porting/mergelog +++ b/Porting/mergelog @@ -2986,3 +2986,17 @@ M 12016aadb5 2009/05/05 Fix Time-Piece tests on Win32 with PERL_IMPLICIT_S M 46f1a616f5 2009/05/05 Document that FileCache uses symbolic references M 045cad9882 2009/05/05 Bump $VERSION of FileCache M 41881f2581 2009/05/05 Add $(LDLIBPTH) to the documentation generation co +M 4dcdb34ab7 2009/05/06 Export two more PerlIO symbols. +M bebf870e6d 2009/05/06 perltie.pod docpatch +M 938cfd5cbc 2009/05/06 Fix code before declaration compile error on Win32 +d df31f9b1de 2009/05/06 -Duserelocatableinc and -Duseshrplib don't work to +M 81ab4c4438 2009/05/06 Fix POSIX::tzset() as per Time::Piece::_tzset(). +M 3ecadf9633 2009/05/07 Fix ExtUtils::Miniperl on Win32 +M 4320d0941c 2009/05/07 Upgrade to CPANPLUS-Dist-Build-0.26 +! 2d96a87905 2009/05/07 Bring PathTools changes file in sync with... PathT + awaiting pathtools CPAN sync +! c1413a7f3f 2009/05/08 Update CPAN.pm to 1.93_54 + wait for CPAN sync +M 1e3c652eb4 2009/05/08 git checkout in add-package.pl, not git co +M 52f75a8770 2009/05/08 Upgrade CPANPLUS::Dist::Build to 0.28 +M 5f1c709273 2009/05/08 Silence Win32 compiler warning in IO.xs diff --git a/pod/perl5101delta.pod b/pod/perl5101delta.pod index e772028..a2ef9d6 100644 --- a/pod/perl5101delta.pod +++ b/pod/perl5101delta.pod @@ -175,7 +175,7 @@ C<CPANPLUS> upgraded from version 0.84 to 0.8601 =item * -C<CPANPLUS::Dist::Build> upgraded from version 0.06_02 to 0.24 +C<CPANPLUS::Dist::Build> upgraded from version 0.06_02 to 0.28 =item * @@ -326,7 +326,7 @@ C<Pod::Text> upgraded from version 3.08 to 3.13 =item * -C<Posix> upgraded from version 1.13 to 1.17 +C<POSIX> upgraded from version 1.13 to 1.17 =item * @@ -592,18 +592,36 @@ optimisation to be added. =head1 Changed Internals +=over + +=item * + C<vcroak()> now accepts a null first argument. +=item * + New macros C<dSAVEDERRNO>, C<dSAVE_ERRNO>, C<SAVE_ERRNO>, C<RESTORE_ERRNO> have been added to formalise the temporary saving of the C<errno> variable. +=item * + The function C<Perl_sv_insert_flags> has been added to augment C<Perl_sv_insert>. +=item * + The function C<Perl_croak_xs_usage> has been added as a wrapper to C<Perl_croak>. +=item * + +The functions C<PerlIO_find_layer> and C<PerlIO_list_alloc> are now +exported. + + +=back + =head1 Known Problems =head2 Platform Specific Problems -- Perl5 Master Repository
