In perl.git, the branch maint-5.10 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/0a0ac76f85c2afdb382436b9fc46854b2fa15df7?hp=9ee340c0a4d7fafbd35da28a7dbf9a64a3228de2>
- Log ----------------------------------------------------------------- commit 0a0ac76f85c2afdb382436b9fc46854b2fa15df7 Author: David Mitchell <[email protected]> Date: Sat Jun 27 12:18:06 2009 +0100 yesterdays merging activity M Porting/mergelog commit bbbe5e0ece3649b3a5c4baa3c179558108219c44 Author: David Mitchell <[email protected]> Date: Tue Jun 23 22:09:36 2009 +0100 another Maintainers.pl version update (cherry picked from commit ddb418268db76158a5d88d4e6d74d03e8ee36909) M Porting/Maintainers.pl commit ead9a6ff75bd23f8739fce496461972da312f56e Author: Andy Armstrong <[email protected]> Date: Tue Jun 23 19:36:33 2009 +0100 Ammend unhelpful description of debugger watch command. (cherry picked from commit 8a9741846a0be9521079ceab1332792ea3663021) M pod/perldebug.pod commit e60393d9bfd3e0afcc3c0ddf8ffe136dbbc609e0 Author: Jerry D. Hedden <[email protected]> Date: Tue Jun 23 12:14:36 2009 -0400 Update threads::shared in Porting/Maintainers.pl to 1.29 Per subject. Patch attached. From c59d5bfd19e27a9f279887f69d49c79f6f342a4c Mon Sep 17 00:00:00 2001 From: Jerry D. Hedden <[email protected]> Date: Tue, 23 Jun 2009 12:12:43 -0400 Subject: [PATCH] Update threads::shared in Porting/Maintainers.pl to 1.29 Signed-off-by: H.Merijn Brand <[email protected]> (cherry picked from commit 3eccaf6d204abd86eb75f8512c4b443aba7ed9f4) M Porting/Maintainers.pl commit 09608da8a37c6ea5d8a9e466d65b6c98294ac5ad Author: David Mitchell <[email protected]> Date: Tue Jun 23 16:44:52 2009 +0100 version bumps in Maintainers.pl (cherry picked from commit 9c3cb3e150a68b8e159a2cf2f4dff72a32112f27) M Porting/Maintainers.pl ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 8 ++-- Porting/mergelog | 86 +++++++++++++++++++++++++++++++++--------------- pod/perldebug.pod | 4 +- 3 files changed, 65 insertions(+), 33 deletions(-) mode change 100644 => 100755 Porting/Maintainers.pl diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl old mode 100644 new mode 100755 index 1f8df4a..4705654 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -492,7 +492,7 @@ package Maintainers; 'Data::Dumper' => { 'MAINTAINER' => 'p5p', # Not gsar. Not ilyam - 'DISTRIBUTION' => 'ILYAM/Data-Dumper-2.121.tar.gz', + 'DISTRIBUTION' => 'SMUELLER/Data-Dumper-2.124.tar.gz', 'FILES' => q[ext/Data-Dumper], 'CPAN' => 1, 'UPSTREAM' => 'blead', @@ -516,7 +516,7 @@ package Maintainers; 'Devel::PPPort' => { 'MAINTAINER' => 'mhx', - 'DISTRIBUTION' => 'MHX/Devel-PPPort-3.18.tar.gz', + 'DISTRIBUTION' => 'MHX/Devel-PPPort-3.19.tar.gz', 'FILES' => q[ext/Devel-PPPort], 'EXCLUDED' => [ qw{PPPort.pm} ], # we use PPPort_pm.PL instead 'CPAN' => 1, @@ -915,7 +915,7 @@ package Maintainers; 'IPC::Cmd' => { 'MAINTAINER' => 'kane', - 'DISTRIBUTION' => 'KANE/IPC-Cmd-0.44.tar.gz', + 'DISTRIBUTION' => 'KANE/IPC-Cmd-0.46.tar.gz', 'FILES' => q[lib/IPC/Cmd lib/IPC/Cmd.pm], 'CPAN' => 1, 'UPSTREAM' => 'cpan', @@ -1857,7 +1857,7 @@ package Maintainers; 'threads::shared' => { 'MAINTAINER' => 'jdhedden', - 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.28.tar.gz', + 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.29.tar.gz', 'FILES' => q[ext/threads-shared], 'EXCLUDED' => [ qw(examples/class.pl shared.h diff --git a/Porting/mergelog b/Porting/mergelog index 9e4f420..72eec41 100644 --- a/Porting/mergelog +++ b/Porting/mergelog @@ -3415,34 +3415,66 @@ M cb097e7a7e 2009/06/19 add Porting/core-cpan-diff M 6379002239 2009/06/21 Upgrade to threads::shared 1.29 M a51040a0e9 2009/06/21 add-package.pl lib exclude fixed M 3f1788e11f 2009/06/21 make_patchnum.pl now works in -Dmksymlink target d -. d018fae575 2009/06/21 Tests for deleting stash entries. -. f1c32fec87 2009/06/21 When a glob is deleted, mark its sub as ANON. -. 4fec321675 2009/06/21 Regenerate headers and fix compilation with thread -. de10be12cd 2009/06/21 point illguts at perl.org -. 73d1d97336 2009/06/21 invert and rename PERL_MEM_LOG_STDERR to PERL_MEM_ -. 1cd8acb500 2009/06/21 simplify PERL_MEM_LOG -. 10a879f5b1 2009/06/21 update PERL_MEM_LOG in perlhack.pod -. fd5aa6c359 2009/06/21 Regenerate headers -. 4bd8fafa9f 2009/06/21 Also replace PERL_MEM_LOG_STDERR by PERL_MEM_LOG_N -. 2e5b50041f 2009/06/21 A few docs nits after the few last commits -. b953482e2d 2009/06/21 drop remaining mentions of PERL_MEM_LOG_FOO envars -. ad6656ab32 2009/06/22 Merge branch 'blead' into debugger_symbols + + these three commits (fix for #58530) + convert a CV in a deleted glob to ANON, + which makes me twitch. See also 6eb667c676, + ab9c44463c. + +d d018fae575 2009/06/21 Tests for deleting stash entries. +d f1c32fec87 2009/06/21 When a glob is deleted, mark its sub as ANON. +d 4fec321675 2009/06/21 Regenerate headers and fix compilation with thread + +M de10be12cd 2009/06/21 point illguts at perl.org + + PERL_MEM_LOG changes: + <[email protected]> +d 73d1d97336 2009/06/21 invert and rename PERL_MEM_LOG_STDERR to PERL_MEM_ +d 1cd8acb500 2009/06/21 simplify PERL_MEM_LOG +d 10a879f5b1 2009/06/21 update PERL_MEM_LOG in perlhack.pod +d fd5aa6c359 2009/06/21 Regenerate headers +d 4bd8fafa9f 2009/06/21 Also replace PERL_MEM_LOG_STDERR by PERL_MEM_LOG_N +d 2e5b50041f 2009/06/21 A few docs nits after the few last commits +d b953482e2d 2009/06/21 drop remaining mentions of PERL_MEM_LOG_FOO envars + +d ad6656ab32 2009/06/22 Merge branch 'blead' into debugger_symbols MERGE: eb78bf8f0d b953482e2d -. 9b76ae71c6 2009/06/22 Fix skipping tests with threads in last commit -. 53409900a7 2009/06/22 Fix test with non-threaded perls -. 7277a900f7 2009/06/22 add release_managers_guide.pod -. 1aff535472 2009/06/22 typos, link to thread with ideas about testing sta -. 6eb667c676 2009/06/22 Instead of a const char *, pass a HEK * to anonymi -. 38b3c827d8 2009/06/22 Merge commit 'szabgab/release_process' into blead +d 9b76ae71c6 2009/06/22 Fix skipping tests with threads in last commit +d 53409900a7 2009/06/22 Fix test with non-threaded perls +M 7277a900f7 2009/06/22 add release_managers_guide.pod +M 1aff535472 2009/06/22 typos, link to thread with ideas about testing sta +d 6eb667c676 2009/06/22 Instead of a const char *, pass a HEK * to anonymi +R 38b3c827d8 2009/06/22 Merge commit 'szabgab/release_process' into blead MERGE: 6eb667c676 1aff535472 -. aeeb13907a 2009/06/22 avoid trying to load packages that are in the same -. 68f62fdf7f 2009/06/23 Add Porting/release_managers_guide.pod to MANIFEST -. d2651550ea 2009/06/23 Added new required fields to makesis.pl -. ab9c44463c 2009/06/23 Fix blead segfault on Cygwin for t/op/stash.t -. 3c4fb04a91 2009/06/23 Fix for RT #52552. -. 9c3cb3e150 2009/06/23 version bumps in Maintainers.pl -. 3eccaf6d20 2009/06/23 Update threads::shared in Porting/Maintainers.pl t -. 8a9741846a 2009/06/23 Ammend unhelpful description of debugger watch com -. ddb418268d 2009/06/23 another Maintainers.pl version update +d aeeb13907a 2009/06/22 avoid trying to load packages that are in the same +M 68f62fdf7f 2009/06/23 Add Porting/release_managers_guide.pod to MANIFEST +M d2651550ea 2009/06/23 Added new required fields to makesis.pl +d ab9c44463c 2009/06/23 Fix blead segfault on Cygwin for t/op/stash.t +M 3c4fb04a91 2009/06/23 Fix for RT #52552. +M 9c3cb3e150 2009/06/23 version bumps in Maintainers.pl +M 3eccaf6d20 2009/06/23 Update threads::shared in Porting/Maintainers.pl t +M 8a9741846a 2009/06/23 Ammend unhelpful description of debugger watch com +M ddb418268d 2009/06/23 another Maintainers.pl version update ! 16fb65535f 2009/06/23 sync lib/Module/Build/Changes with CPAN equivalent wait for non-devel CPAN release +. 49f8307ec5 2009/06/23 Add a paragraph noting that perl5-security-report@ +. f337e9820d 2009/06/23 When writing a perldelta, choose either "regex" or +. aad1d01f81 2009/06/23 Note that the "Deep recursion" depth warning thres +. 0b179affb5 2009/06/23 sync lib/CPANPLUS/Backend.pm with CPAN +. 627cd18c09 2009/06/24 Update CPANPLUS::Dist::Build to CPAN version 0.35_ +. 8bca5c8a8b 2009/06/24 Update Maintainers.pl accordingly +. 8c814d1a54 2009/06/24 core-cpan-diff: continue with next distro on downl +. f0ce33d74d 2009/06/24 core-cpan-diff: include author path in distro vers +. d4fb20eeed 2009/06/24 Fix some typos and grammar infelicities in core te +. ef55af2a5a 2009/06/24 Fix a semantic error in the Pod. (wrong heading le +. 5ee651a9b9 2009/06/24 Mention parallel testing in INSTALL and perl5110de +. 6fbc735bab 2009/06/24 Add tests for smart match overload fallback +. 665f5e9843 2009/06/24 Clarifications to the perldelta notes on smart mat +. 27abe0f194 2009/06/25 As Errno is formally no longer dual-lived, give it +. 839bc55ad6 2009/06/25 Upgrade to File::Path 2.07_03 +. 15932acc61 2009/06/25 Add documentation for the method resolution plugin +. e63be7465b 2009/06/25 Trim all trailing / from "." in @INC when filling +. 05b4f1ece2 2009/06/25 document the maximum length of barewords +. 31c91b4357 2009/06/25 Don't enqueue pending signals during global destru +. 98814a2b07 2009/06/25 Better description for the changes about the range +. d00c6acb56 2009/06/26 pod/perlfilter.pod: two POD typos diff --git a/pod/perldebug.pod b/pod/perldebug.pod index 772f06e..c37c5cf 100644 --- a/pod/perldebug.pod +++ b/pod/perldebug.pod @@ -372,8 +372,8 @@ Delete all installed actions. =item w expr X<debugger command, w> -Add a global watch-expression. We hope you know what one of these -is, because they're supposed to be obvious. +Add a global watch-expression. Whenever a watched global changes the +debugger will stop and display the old and new values. =item W expr X<debugger command, W> -- Perl5 Master Repository
