In perl.git, the branch smoke-me/Copy-overlap-wrapper-proto has been created
<http://perl5.git.perl.org/perl.git/commitdiff/2a7afa746140382bc9615f6d66ae6f04d3469e48?hp=0000000000000000000000000000000000000000> at 2a7afa746140382bc9615f6d66ae6f04d3469e48 (commit) - Log ----------------------------------------------------------------- commit 2a7afa746140382bc9615f6d66ae6f04d3469e48 Author: Nicholas Clark <[email protected]> Date: Wed Jan 25 15:30:05 2012 +0100 Bump $Unicode::UCD::VERSION after commit c3e5bc54acca7110. M lib/Unicode/UCD.pm M pod/perldelta.pod commit 00930d57002074c5f106f27d221b13e26f23dd31 Author: Andy Dougherty <[email protected]> Date: Wed Jan 25 08:53:07 2012 -0500 Update list of files for a minimal installation in INSTALL. Update the minimal list of files for 5.15.7, and also for Debian's perl-5.10.1 base package (which is what is in the Debian stable distribution at present). These lists do not include any explicit advice about what to name those stripped down installations. M INSTALL commit d7cf15ed3621c923ff3ce120367eec0f05078d4b Author: Rafael Garcia-Suarez <[email protected]> Date: Wed Jan 25 12:45:25 2012 +0100 Correctly escape UTF-8 in hash keys in uninitialized warnings M sv.c M t/lib/warnings/9uninit commit d3bcd21f9c56ad29603330017e1fef6e7910189b Author: Rafael Garcia-Suarez <[email protected]> Date: Wed Jan 25 12:34:17 2012 +0100 Initialize buffer to an empty string to avoid spurious uninitialized warnings M op.c commit 7a9b248bd4287aff0152aae161526c23245dc045 Author: Chris 'BinGOs' Williams <[email protected]> Date: Wed Jan 25 11:06:04 2012 +0000 Update known_pod_issues.dat for x2p/psed M t/porting/known_pod_issues.dat commit c3e5bc54acca7110613b8082845aead396330f74 Author: Chris 'BinGOs' Williams <[email protected]> Date: Wed Jan 25 10:59:28 2012 +0000 Fix pod error in Unicode::UCD M lib/Unicode/UCD.pm commit b34385a668b1275a17bd3e8d94e6c6decb78edf5 Author: Chris 'BinGOs' Williams <[email protected]> Date: Wed Jan 25 09:39:20 2012 +0000 Update DB_File to CPAN version 1.826 [DELTA] 1.826 25 Jan 2012 * t/db-btree.t - fix use of "length @array" [RT ##74336] M Porting/Maintainers.pl M cpan/DB_File/Changes M cpan/DB_File/DB_File.pm M cpan/DB_File/t/db-btree.t M pod/perldelta.pod commit 0ba19efb0320c86f95c24abdad9fa7a6456463e6 Author: Chris 'BinGOs' Williams <[email protected]> Date: Wed Jan 25 09:30:27 2012 +0000 Revert "Regen known_pod_issues.dat" This reverts commit 5fa409a90f64110c5708f7141b376e9bdc54fbe2. Resolved by update of Pod-Parser to version 1.51 M t/porting/known_pod_issues.dat commit 1051d5b55e7598ac2977a16131312f8a760a3409 Author: Chris 'BinGOs' Williams <[email protected]> Date: Wed Jan 25 09:26:18 2012 +0000 Update Pod-Parser to CPAN version 1.51 [DELTA] 25-Jan-2012 Marek Rouchal <[email protected]> ----------------------------------------------------------------------------- Version 1.51 + CPAN#74271: Pod::Parser should not flag L<text|hyperlink> undo change CPAN#47473: L<alt text|URL> _is_ allowed (see discussion on pod-people and p5p); confirmed by blead change; references: http://code.activestate.com/lists/perl-pod-people/1690/ http://code.activestate.com/lists/perl-pod-people/1393/ http://perl5.git.perl.org/perl.git/commit/f6e963e4dd62b8e3c01b31f4a4dd57e47e104997 + bump all module versions (except Pod::PlainText) to 1.51 + update META.yml (thanks rjbs for the hint) M Porting/Maintainers.pl M cpan/Pod-Parser/lib/Pod/Checker.pm M cpan/Pod-Parser/lib/Pod/Find.pm M cpan/Pod-Parser/lib/Pod/InputObjects.pm M cpan/Pod-Parser/lib/Pod/ParseUtils.pm M cpan/Pod-Parser/lib/Pod/Parser.pm M cpan/Pod-Parser/lib/Pod/Select.pm M cpan/Pod-Parser/lib/Pod/Usage.pm M cpan/Pod-Parser/t/pod/poderrs.t M cpan/Pod-Parser/t/pod/poderrs.xr M pod/perldelta.pod commit 919f76a3449f063cc80397cca2b402c89b2e5f07 Author: Rafael Garcia-Suarez <[email protected]> Date: Wed Jan 25 11:41:13 2012 +0100 Make the display of the warning "Useless use of a constant (%s)" more robust If the constant is a string (POK), we dump it using pv_pretty, to properly escape non-printable characters. This also improves detection of utf-8 encoding in the constant to be printed. Also, this patch streamlines the tests for the type and value of that constant. Potential backwards-compatibility issues : if the constant is a string it will now be enclosed in double quotes, like this : Useless use of a constant ("a") in void context instead of Useless use of a constant (a) in void context M op.c M t/lib/warnings/op M t/lib/warnings/perly commit 803e389cdb9c1254934c107b0dcddbfd9821cd0a Author: Reini Urban <[email protected]> Date: Tue Apr 12 12:19:36 2011 +0200 CYG17 utf8 paths Use cygwin_conv_path since cygwin-1.7 and support native utf-8 paths. M cygwin/cygwin.c commit acb29889980031300ef2b368379211e68703d663 Author: Chris 'BinGOs' Williams <[email protected]> Date: Tue Jan 24 22:46:59 2012 +0000 Update DB_File to CPAN version 1.825 [DELTA] 1.825 24 Jan 2012 * t/db-btree.t - fix use of "length @array" [RT ##74336] and [perl #108970] M Porting/Maintainers.pl M cpan/DB_File/Changes M cpan/DB_File/DB_File.pm M cpan/DB_File/DB_File.xs M cpan/DB_File/dbinfo M cpan/DB_File/t/db-btree.t M pod/perldelta.pod commit da60b1cba9b0c916427ac3d445d7b8604cb52295 Author: Father Chrysostomos <[email protected]> Date: Tue Jan 24 12:33:49 2012 -0800 Increase $overload::VERSION to 1.18 M lib/overload.pm commit 4403f0436417f874935b2f95d48b8fc6d7a7d624 Author: Father Chrysostomos <[email protected]> Date: Wed Jan 18 13:03:32 2012 -0800 In overload::AddrRef, use âno overloadingâ This speeds this up by about 13 times. M lib/overload.pm commit a75c6ed6bbe8051aad5c980a7e52906076b66543 Author: Father Chrysostomos <[email protected]> Date: Tue Jan 24 10:24:21 2012 -0800 [perl #108780] Make âno overloadingâ work with qr// Traditionally, overload::StrVal(qr//) has returned Regexp=SCALAR(0xc0ffee), and later Regexp=REGEXP(0xc0c0a) when regexps were made into first-class SVs. When the overloading pragma was added in 5.10.1, qr// things were not accounted for, so they would still stringify as (?-xism:) even with âno overloadingâ (or as (?^:) under 5.14). This commit makes the overloading pragma work with qr// things, so that they stringify the same way as overload::StrVal; i.e., as Regexp=REGEXP(0xbe600d). M lib/overloading.t M sv.c commit 8d5692911401401dd403c3c2aa0aa3eca63171a4 Author: Father Chrysostomos <[email protected]> Date: Tue Jan 24 09:46:11 2012 -0800 Move amagic hint checking to new function so that stringification will be able to use it, too. M embed.fnc M embed.h M gv.c M proto.h commit c57800287bb7332d399cc08ed7d34606d6640e22 Author: Father Chrysostomos <[email protected]> Date: Tue Jan 24 09:23:02 2012 -0800 Call FETCH once for stacked filetest ops M pp_sys.c M t/op/tie_fetch_count.t commit 0ac0889ddd9fa6a813ba1775f80d5284ffa95d9f Author: Reini Urban <[email protected]> Date: Tue Jan 24 09:30:47 2012 -0600 skip sigdispatch.t on cygwin RT#88814 M t/op/sigdispatch.t ----------------------------------------------------------------------- -- Perl5 Master Repository
