Mailing List Archive

1 2 3 4 5 6 7 8 9 ... 18  View All
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
39 commits. 17 unique authors. 11 unique committers.
71 files changed, 7134 insertions(+), 431 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/b382f077a009e5f5.tar.gz

Update CPANPLUS to cpan version 0.89_08
Chris Williams 6 files changed, 15 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/b382f077a009e5f5

Clarify and complete documentation for in-place reverse
Vincent Pit 2 files changed, 8 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/437d421452242188

Fix misformed UVxf format in op.c
Vincent Pit 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5d6dd608aa57c352

Optimize reversing an array in-place
Vincent Pit 6 files changed, 156 insertions(+), 13 deletions
http://perl5.git.perl.org/perl.git/commit/484c818fbcf400d8

Port t/op/reverse.t to test.pl
Vincent Pit 1 file changed, 7 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a8136c1e0af23b49

Add EXISTS and DELETE methods to Env.pm
Vincent Pit 1 file changed, 22 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b5ebbd35aaa76c78

Factor the "is this an in-place array operator construct" logic into a new i
Vincent Pit 4 files changed, 82 insertions(+), 56 deletions(
http://perl5.git.perl.org/perl.git/commit/2f9e2db04087cea7

Add mingw64 support
Sisyphus 12 files changed, 142 insertions(+), 26 deletion
http://perl5.git.perl.org/perl.git/commit/fa58a56f3cdf7102

Add length and flags arguments to Perl_pad_add_name().
Nicholas Clark 4 files changed, 27 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/cca43f7877df27a1

Add length and flags arguments to Perl_pad_check_dup().
Nicholas Clark 6 files changed, 31 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/35f82371218a026d

Add length and flags arguments to Perl_allocmy().
Nicholas Clark 7 files changed, 22 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/d6447115bb9638af

Fix warnings from win32 gcc compilers
Sisyphus 3 files changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/829e8f2be6ba1189

More cleanup of utfebcdic.h and utf8.h
karl williamson 2 files changed, 72 insertions(+), 79 deletions(
http://perl5.git.perl.org/perl.git/commit/d06134e53994ea13

perl.exp was not built in time on systems that required it (AIX, ...)
H.Merijn Brand 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/56542e71a2958bc7

In Perl_pad_check_dup(), use sv rather than name for diagnostics.
Nicholas Clark 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c541b9b4319bb0be

MANIFEST was missing two files
Jesse Vincent 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d2ab4a7b0a87b238

Update IPC::Cmd to cpan version 0.51_01
Chris Williams 3 files changed, 442 insertions(+), 9 deletions(
http://perl5.git.perl.org/perl.git/commit/0c2c01a488f0e58d

Tweak the GV downgrading of f7461760 to avoid free or nearly freed GVs.
Nicholas Clark 1 file changed, 19 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b327b36f413e77af

SvREFCNT_inc already checks if the SV is non-NULL
Vincent Pit 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/70938cb944714e91

SvREFCNT_dec already checks if the SV is non-NULL (continued)
Vincent Pit 9 files changed, 28 insertions(+), 58 deletions(
http://perl5.git.perl.org/perl.git/commit/ef8d46e8143455a8

'use strict' and 'use warnings' in test generated by h2xs
Harmen 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c20642991d8e8afa

Bareword sub lookups
Zefram 8 files changed, 141 insertions(+), 44 deletions
http://perl5.git.perl.org/perl.git/commit/f7461760003db2ce

Make my_exit behave the same as the Perl exit. And add tests for it
Gerard Goossen 5 files changed, 40 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/6bd7445c6d3b5382

Add assertions about there being no leftover scopes when enter perl_destruct
Gerard Goossen 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3d22c4f05aed968c

pad_findmy APIification
Zefram 2 files changed, 14 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/394f6a098b9fc725

Correctly document export of I18N::Langinfo
Kevin Ryde 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c893053f329772e3

Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Steffen Mueller 2 parents
http://perl5.git.perl.org/perl.git/commit/d0989f645231e684

s/AvLEN/AvMAX/ in perlguts
Eric Brine 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6de131f0f0b420a4

s/AvLEN/AvMAX/ in perlguts
Eric Brine 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/34e73a2ccaf6ff5e

Define specially handled chars; and clean-up ebcdic vs unicode
Karl Williamson 2 files changed, 23 insertions(+), 17 deletions(
http://perl5.git.perl.org/perl.git/commit/5cd46e1f8d2d8792

Add mingw-w64 non-crosscompiling config files
David Golden 2 files changed, 5736 insertions(+), 0 deletions
http://perl5.git.perl.org/perl.git/commit/4decf0e1fe23a344

Skip some Pod::Simple tests on VMS that think case is always preserved.
Craig A. Berry 6 files changed, 38 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/bd50b8fff8c82ad4

note that release engineers need to make sure graham is aware of them
Jesse Vincent 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fdabea7a33d4a48e

Add length and flags arguments to Perl_pad_findmy(), moving it to the public
Nicholas Clark 7 files changed, 27 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/f8f98e0a8bdbde83

Placate a warning from Borland's compiler.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/eda4663d0f345e78

Merge commit 'origin/blead' into blead
Steve Hay 2 parents
http://perl5.git.perl.org/perl.git/commit/dec158af17062a4c

Avoid circularity in $(LIBBASEFILES) definition in Win32 dmake makefile
Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d541574574df104c

C++ fail with KeywordRPN
Zefram 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/58e85f6bd3e5ead9

refine Carp caller() fix and add tests
David Golden 2 files changed, 19 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/248ae9a50ac9959c
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
36 commits. 14 unique authors. 10 unique committers.
79 files changed, 929 insertions(+), 379 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/88a6f4fc380d30c4.tar.gz

Revert core fixes for IO-Compress following IO-Compress update
Steve Hay 2 files changed, 2 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/88a6f4fc380d30c4

[PATCH] IO-Compress 2.022
Paul Marquess 34 files changed, 78 insertions(+), 66 deletions
http://perl5.git.perl.org/perl.git/commit/1725f55ba78fb584

Support $! stringification of socket error codes on Windows.
Jan Dubois 2 files changed, 15 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/364d54baf6add9c4

Fix compiler warning:
Jerry D. Hedden 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fea10cf637669988

Fix compiler warnings:
Jerry D. Hedden 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/07822e36092e080b

Fix compiler warnings:
Jerry D. Hedden 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b263a1ad7bd90448

Fix compiler warning:
Jerry D. Hedden 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/520bb15084a0e2fc

Fix compiler warning:
Jerry D. Hedden 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/295d248eafe9bd56

Updated IPC::Cmd to cpan release 0.52
Chris Williams 2 files changed, 96 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/635ccb1c96c21c95

Test for a bug in sort where the elements are freed in the sort block.
Gerard Goossen 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/84df657f04b1025e

Refactor and expand unshift.t
Daniel Frederick Crisman 1 file changed, 61 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ad2250c8dddabeba

[perl #70337] perldiag: localtime(...) too large
Father Chrysostomos 3 files changed, 22 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/8b56d6ffd0fe641a

flock() on Windows should set proper errno numbers.
Jan Dubois 1 file changed, 21 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/97b33cac18e30b87

flock() should return EWOULDBLOCK instead of EAGAIN.
Jan Dubois 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fd9e8b45c89ee5d3

PL_scopestack_name needs to be copied in perl_clone()
Jan Dubois 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cbdd53315d32c50f

Make win32_start_child responsible for cleaning all the scopes.
Gerard Goossen 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f90117a9a237d776

1 is a magic number to C's exit() and Perl_my_exit().
Craig A. Berry 1 file changed, 8 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/81693ff90925b7d1

Updated CPANPLUS to cpan version 0.89_09
Chris Williams 5 files changed, 7 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/968682bce14e5963

Bring Pod::Simple up to 3.10
David E. Wheeler 4 files changed, 143 insertions(+), 8 deletions(
http://perl5.git.perl.org/perl.git/commit/4b6b311b63d14c12

PL_scopestack_name is only defined in DEBUGGING perl
Jan Dubois 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1bf4246c822bcdde

As our $_; is forced into main::, it should warn as a redeclaration.
Nicholas Clark 2 files changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1456f9252e5c8bd4

Explicitly check that our $_; is special, and forced to main::
Nicholas Clark 1 file changed, 19 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6ec5370cb0aeb185

Sorry, missed a "
H.Merijn Brand 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7faed49a94b8f6f7

HP-UX does not accept UTC0UTC, because there is no valid DST rule
H.Merijn Brand 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4c34a366a82c1009

Add line information to jumplevel debug information
Gerard Goossen 1 file changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1982da64370f4bb6

Add missing LEAVE to universal.c sv_does
Gerard Goossen 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7ce46f2a0128e34d

Add missing LEAVE to POSIX.xs sigaction
Gerard Goossen 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6ca4bbc9a415cdf2

Add ENTER_with_name and LEAVE_with_name to automaticly check for matching EN
Gerard Goossen 10 files changed, 130 insertions(+), 86 deletion
http://perl5.git.perl.org/perl.git/commit/d343c3ef45381352

Updated File::Fetch to cpan version 0.21_02
Chris Williams 2 files changed, 19 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/af24cc9d0ee84635

Grow zero length scalars
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4e93345f7d058505

Update File::Fetch to cpan version 0.21_01
Chris Williams 3 files changed, 73 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/314f55841dc68fd5

Map winsock error codes to POSIX errno values
Jan Dubois 1 file changed, 123 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/2489f03d17f65312

Some de-cruftification of README.vms.
Craig A. Berry 1 file changed, 16 insertions(+), 123 deletions(
http://perl5.git.perl.org/perl.git/commit/da80cd87614d1347

readdir() reports file type on VMS, even if zero length.
Craig A. Berry 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/df251d1f2a0ae380

refactoring of flip.t
Gerard Goossen 1 file changed, 17 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/5376f8ad7c939ed4

Make diag.t skip the warning I just fixed
Vincent Pit 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/06f07c2f42f10bc2
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
23 commits. 11 unique authors. 8 unique committers.
64 files changed, 2313 insertions(+), 671 deletions(-)
Net code removal: Jan Dubois (13 lines), Rafael Garcia-Suarez (1 line)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/edb47d5e45750eb7.tar.gz

Remove dead preprocessor code from toke.c
Jan Dubois 1 file changed, 0 insertions(+), 13 deletions(-)
http://perl5.git.perl.org/perl.git/commit/edb47d5e45750eb7

Fix crash in refactored lexer internals
Jan Dubois 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/490354310ada83dc

add op class assertions to newXXXOP functions
Gerard Goossen 1 file changed, 37 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e69777c1f1a5fd88

Document SIGPIPE when printing to closed socket
David Golden 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/785fd5613b60801c

Patches to Encode 2.38 to match current test layout
Jesse Vincent 3 files changed, 0 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/17bede5aef4d3e82

Updated Encode to CPAN release 2.38
Jesse Vincent 20 files changed, 135 insertions(+), 66 deletion
http://perl5.git.perl.org/perl.git/commit/b2deda172989adc4

Update CPANPLUS::Dist::Build to cpan version 0.42
Chris Williams 3 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b65597cb4d6f7ba5

Update IPC::Cmd to cpan version 0.54
Chris Williams 2 files changed, 6 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ccbe4e7464622f49

Inline PL_no_symref_sv into its users. Deprecate the visible global variable
Nicholas Clark 2 files changed, 9 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/def89bff35e7f449

Inline PL_no_symref into pp_entersub. Deprecate the visible global variable.
Nicholas Clark 3 files changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/973a76153032581a

lexer API
Zefram 13 files changed, 941 insertions(+), 312 deletio
http://perl5.git.perl.org/perl.git/commit/f0e67a1d29102aa9

Make the style of pad_add_name's flags consistent with pad_new's and pad_tid
Nicholas Clark 3 files changed, 12 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/59cfed7d3d886965

Change S_pad_check_dup()'s arguments from char*/STRLEN to SV *.
Nicholas Clark 4 files changed, 12 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/2d12d04f1cca69e8

Convert pad_check_dup() to static linkage, and call it from Perl_pad_add_nam
Nicholas Clark 6 files changed, 31 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/73b81b142731b84c

Refactor common code paths from Perl_pad_add_name() into S_pad_add_name_sv()
Nicholas Clark 5 files changed, 78 insertions(+), 57 deletions(
http://perl5.git.perl.org/perl.git/commit/3291825f3fd927ad

Change perl -v version format
David Golden 2 files changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ded326e4b6fad7e2

Performance optimisation in assert, suggested by Tim Bunce
Rafael Garcia-Suarez 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d0f83c37b9d28134

Teach B::Deparse about in-place reverse
Vincent Pit 3 files changed, 22 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/689e417f571b6d71

Updated File::Fetch to cpan version 0.22
Chris Williams 3 files changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4192a60ab85c903b

Include legacy.t in the maintainance list
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d915cdf3dea05ce1

POD fixes and typos
Rafael Garcia-Suarez 1 file changed, 7 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a994735a4fa99545

add code for Unicode semantics for non-utf8 latin1 chars
Karl Williamson 7 files changed, 969 insertions(+), 140 deletion
http://perl5.git.perl.org/perl.git/commit/00f254e235ff10d6

Update to Scalar-List-Utils-1.22 from CPAN
Graham Barr 11 files changed, 68 insertions(+), 17 deletions
http://perl5.git.perl.org/perl.git/commit/a1248f17ffcfa8fe

Current branch remove-toke-package-defined-hack
1 commit. 1 unique author. 1 unique committer.
1 file changed, 0 insertions(+), 11 deletions(-)
Net code removal: Nicholas Clark (11 lines)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/c47281a5133721e6.tar.gz

Restore strict refs on stashes, removed by ce10b5d1ec5b5f68b0811018a415bc37.
Nicholas Clark 1 file changed, 0 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c47281a5133721e6
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
58 commits. 13 unique authors. 10 unique committers.
153 files changed, 7401 insertions(+), 2769 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/4ebea3c679ca93eb.tar.gz

Always add a manifest resource to perl.exe to specify the <trustInfo>
Jan Dubois 6 files changed, 65 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/4ebea3c679ca93eb

quick-fix broken Module::Build::Platforms::VMS
David Golden 1 file changed, 13 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/074f7b78c4d97c74

Update count
Abigail 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1c8cb608be521a7a

Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Abigail 2 parents
http://perl5.git.perl.org/perl.git/commit/078398c5ad0ebf00

Fix bug #68260
Abigail 2 files changed, 39 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/51393fc07355ffd0

Parse embed.fnc first, then cross-check consistency between it and =for apid
Nicholas Clark 1 file changed, 90 insertions(+), 49 deletions(-
http://perl5.git.perl.org/perl.git/commit/5ce5779215ef1e2a

Synchronise "may change"/"experimental" flags between embed.fnc and =for api
Nicholas Clark 1 file changed, 11 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/abe977428ad3210f

Merge near-duplicate code for 'api' and 'guts'.
Nicholas Clark 1 file changed, 9 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2bdc39bb841662ac

Merge %apidocs and %gutsdocs into $docs{api} and $docs{guts}.
Nicholas Clark 1 file changed, 7 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6a235718376473e8

Clarify docs for implicit "next" on all "when" blocks
Moritz Lenz 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/54091fc36dc7efc7

Missing static storage class for some new static functions
Rafael Garcia-Suarez 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/20381b504d5d07ea

Fix up the NAME in perl5112delta.pod
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e3d6681484d7bae3

Always bless filehandles into IO::Handle:: - don't try for FileHandle:: firs
Nicholas Clark 1 file changed, 1 insertion(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/31c9a3ace4f559b7

Updated Module::CoreList Changes etc for a CPAN release
Chris Williams 2 files changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7c5c215e1c2227e9

create perl5113delta
Leon Brocard 11 files changed, 319 insertions(+), 28 deletion
http://perl5.git.perl.org/perl.git/commit/2e8102e639cc6847

Fix perldelta_template extension
Leon Brocard 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ef72e12fee0e6264

Tiny English fix
Leon Brocard 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bf5a8d4fb231bb82

* Note that unlink sets $! on failure.
brian d foy 1 file changed, 19 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/40ea6f68f5e33895

* Fixing inconsistent use of tabs in perlfunc. Now it's spaces spaces spaces
brian d foy 1 file changed, 401 insertions(+), 401 deletions
http://perl5.git.perl.org/perl.git/commit/5ed4f2ecec5b66fe

* FAQ sync for Nov blead release
brian d foy 8 files changed, 913 insertions(+), 128 deletion
http://perl5.git.perl.org/perl.git/commit/589a5df257512430

* Fixed sort example using =(\d+)
brian d foy 1 file changed, 31 insertions(+), 31 deletions(-
http://perl5.git.perl.org/perl.git/commit/e1d16ab77edac901

Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Leon Brocard 2 parents
http://perl5.git.perl.org/perl.git/commit/e507fdf52b6cc8b8

Module::CoreList updated for the real 5.11.2, including Module::Build change
Leon Brocard 1 file changed, 29 insertions(+), 26 deletions(-
http://perl5.git.perl.org/perl.git/commit/b221970048b57c60

Convert the shell pipeline for the list of committers to a Perl 1 liner.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/06d5de521cf46bed

The lexer API is very exciting, but only mention it once
Leon Brocard 1 file changed, 0 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5994acf3cde9809b

Run Porting/podtidy
Leon Brocard 1 file changed, 90 insertions(+), 80 deletions(-
http://perl5.git.perl.org/perl.git/commit/70c171b5595ca23d

Add details of module updates
Leon Brocard 1 file changed, 35 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d44d587475667b61

Delete a few more sections
Leon Brocard 1 file changed, 0 insertions(+), 43 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6da08a431be66272

Delete sections, add a bunch more
Leon Brocard 1 file changed, 77 insertions(+), 103 deletions(
http://perl5.git.perl.org/perl.git/commit/72343ccb3bafe58f

Merge branch 'blead' of perl5.git.perl.org:/gitroot/perl into blead
H.Merijn Brand 2 parents
http://perl5.git.perl.org/perl.git/commit/ff7650cc95e66d4e

Sync AUTHORS and Porting/checkAUTHORS.pl with Changelogs
H.Merijn Brand 2 files changed, 208 insertions(+), 205 deletion
http://perl5.git.perl.org/perl.git/commit/e82692ac705e6d06

Mention how to generate stats for the Acknowledgements
Leon Brocard 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a59108e867453269

Fix POD: C<...->...> => C<< ...-> ... >>
Frank Wiegand 6 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d5213412bf7e5163

Updated Module::Build to 0.35_09
David Golden 36 files changed, 282 insertions(+), 254 deletio
http://perl5.git.perl.org/perl.git/commit/08fc25adb28b6674

Fill in some details about the release
Leon Brocard 1 file changed, 56 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1fc7262d227d9443

Tweak tense, remove double spaces
Leon Brocard 1 file changed, 13 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/c54f4355cdca8637

Bump version of Module::CoreList to 2.23
Chris Williams 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/75c8032f4f01d336

Abolish xio_lines from struct PVIO - store IoLINES() in the IVX slot.
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c490b21c04c1b227

PVIOs don't use the SvIVX slot.
Nicholas Clark 3 files changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3cf51070223b0956

lexer API fixes
Zefram 2 files changed, 17 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/580561a3a5dd3bfe

minitest fixes
Zefram 2 files changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8a71e97e93669628

Add a few more distribution versus module name exceptions
Leon Brocard 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/960e02cf6495127c

Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Leon Brocard 2 parents
http://perl5.git.perl.org/perl.git/commit/49866caf7899f20f

Add the 5.11.2 release
Leon Brocard 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c3d14d79d1d1eb43

{camel,dromedary}.booking.com names are gone, so update them to {,users.}per
Vincent Pit 1 file changed, 50 insertions(+), 46 deletions(-
http://perl5.git.perl.org/perl.git/commit/333f88758b90ea05

Module::CoreList updated for 5.11.2
Leon Brocard 1 file changed, 641 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a68163eac7a5769f

Fix two spelling errors
Leon Brocard 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2a7200900d2a2677

Bump 5.11.1 -> 5.11.2 in all sorts of places it's (oh so unfortunately) hard
Leon Brocard 20 files changed, 127 insertions(+), 127 deletio
http://perl5.git.perl.org/perl.git/commit/f80e964fac6f1e3c

Updated CPAN path for Module::CoreList in Maintainers.pl
Chris Williams 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7d5ce19f132a0e6f

Fix minor typo in comment
Leon Brocard 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4c7053ad65f114b8

Skip the scope name checks if PL_scopestack_name is NULL.
Nicholas Clark 1 file changed, 7 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a09dc31d1f5b8717

PL_scopestack_name needs to be present, -DDEBUGGING or not.
Nicholas Clark 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f2b88940d815760a

Update CPANPLUS::Dist::Build to cpan version 0.44
Chris Williams 3 files changed, 18 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/0a18d57236ee1f3a

Correct the arguments to MBTest->tmpdir() to reflect implementation changes.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/79ff69f3f0afea45

Updated Module::Build to 0.35_08
David Golden 79 files changed, 4256 insertions(+), 1558 delet
http://perl5.git.perl.org/perl.git/commit/613f422f899872b3

Typo fix
Abigail 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6821e3836b3437b3

Correctly check that functions flagged as documented do have documentation.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d65113e3415a7bf0

Correct the flags for 3 functions that don't actually have documentation.
Nicholas Clark 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ed6f739c614e9c52
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
48 commits. 17 unique authors. 11 unique committers.
65 files changed, 86526 insertions(+), 3492 deletions(-)
Net code removal: Rafael Garcia-Suarez (3461 lines) Steve Hay (2 lines)
Thanks, applied: Rafael Garcia-Suarez (11) H.Merijn Brand (2)
Jesse Vincent (1) Steve Hay (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/789c461534f3eb03.tar.gz

Bump version and regenerate warnings.pm
Rafael Garcia-Suarez 2 files changed, 34 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/789c461534f3eb03

Add tests.
Andrew Rodland 1 file changed, 57 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/68a00014b571d471

Add code and starting perldoc for warnings::fatal_enabled.
Andrew Rodland 1 file changed, 32 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ec983580254c32fd

Add missing library to VC++ section of Win32 dmake makefile
Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6b1226db4432ba7f

Avoid circularity in $(LINK_FLAGS) definition in Win32 dmake makefile
Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5e8632492467a144

cleanup get_arena param-names, mark as May-Change
Jim Cromie 3 files changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e5973ed5ed7077ed

Slight rewording of last patch
Rafael Garcia-Suarez 1 file changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3188b6e39f995cf3

add mention of PERL_MEM_LOG in perlrun.pod
Jim Cromie 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9aa9f4999e15926d

Specify in Makefile what generates pod/perluniprops.pod
Rafael Garcia-Suarez 3 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/58fa074c95937d22

Fix Win32 makefiles as per f86864acbf97469fd9e5d5233d51ff743f4d8d6e
Steve Hay 2 files changed, 5 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/36ff7f95732aeec6

Remove generated file pod/perluniprops.pod from the source distribution
Rafael Garcia-Suarez 9 files changed, 9 insertions(+), 2792 deletions
http://perl5.git.perl.org/perl.git/commit/524ce141dcd46f87

mktables not run unless needed
Karl Williamson 5 files changed, 35 insertions(+), 41 deletions(
http://perl5.git.perl.org/perl.git/commit/f86864acbf97469f

record version of Intel C during configure
Tony Cook 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/77b33db630b28c8b

* Remove some end-of-line whitespace from perlebcdic
brian d foy 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0be0346991b9897b

* Convert some pod files to UTF-8 (like all of the other pod files)
brian d foy 5 files changed, 10 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/aadc0e04984c5231

* Reword the sentence about checking unlink failures
brian d foy 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/734c9e01d195af6f

Fix code-before-declaration error on Win32 with recent VC++ compilers
Steve Hay 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/dbb3120a48c14831

Upgrade to threads 1.75
Jerry D. Hedden 6 files changed, 17 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/24855dffdf07c139

Don't suggest Mail::Send isn't availble if we're ignoring it
Abigail 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e90d6148cab189f1

Move change c35076938c7236fb into embed.fnc, from the generated file proto.h
Nicholas Clark 3 files changed, 13 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ed7608978145cca2

Added a perltodo about enabling/disabling individual warnings
Jesse Vincent 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a9ed9b74fd79d60c

Fix mktables calls in Win32 makefiles
Nicholas Clark 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e9ded33885650047

Make unicode semantics the default
Karl Williamson 5 files changed, 24 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/61fc5122f0d8a509

disable Module::Build bundle_inc.t
David Golden 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7f40cf6b25ea33d8

More info about camel in perlrepository.pod
Dennis Kaarsemaker 1 file changed, 18 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3482f01a8cf92148

fix logic for a workaround in POSIX.xs
Stepan Kasal 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fabb67aac748c1bf

Use hex instead of octal for larger code points
Karl Williamson 1 file changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1cfccccd91dcb838

Add also mktables.lst to gitignore, since it's generated
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/02b203e04b3608f9

Add new pod file to various lists and makefiles
Rafael Garcia-Suarez 5 files changed, 15 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/6e38c0548b15080f

Simplify title of perluniprops
Rafael Garcia-Suarez 2 files changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/997e7b23827e884e

Add deprecation of goto to inner scopes to perldelta
Rafael Garcia-Suarez 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/13a4a4863da239fd

Add Karl's text describing his Unicode property changes to perldelta
Rafael Garcia-Suarez 1 file changed, 100 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/8d814567b435a489

Merge branch 'mktables' into blead
Rafael Garcia-Suarez 2 parents
http://perl5.git.perl.org/perl.git/commit/5f2046cdb5cd274c

Remove mktables.lst, since it's generated
Rafael Garcia-Suarez 2 files changed, 0 insertions(+), 830 deletions(
http://perl5.git.perl.org/perl.git/commit/23f0c133b39568de

Add new generated file lib/unicore/Heavy.pl to gitignore
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/329347eef534abb1

Fix plan syntax in TAP output
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3aa7f313a30095b1

mktables revamp
Karl Williamson 12 files changed, 89246 insertions(+), 2930 dele
http://perl5.git.perl.org/perl.git/commit/99870f4d255a0df2

Fix unindented code in perlfunc after 5ed4f2ecec5b66feed399b9a24471aeac4242c
Vincent Pit 1 file changed, 154 insertions(+), 154 deletions
http://perl5.git.perl.org/perl.git/commit/a9a5a0dc04939697

Resort MANIFEST - Latest Module::Build MANIFEST update broke sorting.
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3fbd6cf4979f01b9

Add new warning introduced by last patch in perldiag.
Rafael Garcia-Suarez 2 files changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0b98bec9fd8d0513

deprecate "goto" to jump into a construct
Gerard Goossen 4 files changed, 40 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/b500e03bf95eb884

Force OP_REQUIRE to scalar context at the end of ck_require and don't let it
Gerard Goossen 3 files changed, 5 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/021f53de09926928

Add a TODO test for "require" always being in scalar context.
Gerard Goossen 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5255f1f44de85b78

Make -UDEBUGGING the default on VMS for 5.12.0.
Craig A. Berry 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6a0e50422a84b53e

Perl_pad_sv and Perl_hv_assert don't exist without -DDEBUGGING.
Craig A. Berry 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c35076938c7236fb

Declaration nit in vms.c's Perl_my_fwrite.
Craig A. Berry 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2e05a54c0c3f7ee3

Update generated Module::Build::ConfigData
David Golden 3 files changed, 225 insertions(+), 206 deletion
http://perl5.git.perl.org/perl.git/commit/0b93a7997e668a67

Avoid logical name conflicts in File::Path::_rmtree on VMS.
Craig A. Berry 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/52bbce6d8fa698c9
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
12 commits. 6 unique authors. 4 unique committers.
20 files changed, 158 insertions(+), 71716 deletions(-)
Net code removal: Karl Williamson (71655 lines)
Thanks, applied: Jesse Vincent (5) H.Merijn Brand (2) Steve Hay (2)
Rafael Garcia-Suarez (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/162177c1aed19916.tar.gz

-Dmad minitest failure bisect
Zefram 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/162177c1aed19916

-Dmad minitest failure bisect
Zefram 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9735c8aa020a5899

perlbug reports "Message sent" even when it hasn't
Tim Bunce (via RT) 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e90b02b98382872b

perl-5.11.2 breaks NYTProf savesrc option (Lexer API suspected)
Zefram 4 files changed, 61 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/17cc9359ea8ee1b5

Jerry's last patch to add a TODO test didn't update the test count.
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5f61da697ab4e86d

Moved the original test file from the previous patch into t/op/lex.t,
Jesse Vincent 3 files changed, 27 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/bc795616b74a7242

add interpolation test for [perl #70091]
Gerard Goossen 2 files changed, 16 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/f706d24c20941a64

Also skip spaces after variable if we are within lexical brackets. Fixes #70
Gerard Goossen 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ae28bb2a75e3c503

Add assertions that pp_padav and pp_padhv push scalars of the correct type.
Gerard Goossen 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e190e9b4a60aee60

further windows makefiles fixes
Karl Williamson 3 files changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/860054a89b3735a6

wrap uniprops.t; makefile changes for mktables
Karl Williamson 11 files changed, 40 insertions(+), 71697 deleti
http://perl5.git.perl.org/perl.git/commit/3df51b85ce4a5664

Add TODO test for perl #70748
Jerry D. Hedden 1 file changed, 17 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7c76c2a0d87e7bfa
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
18 commits. 11 unique authors. 7 unique committers.
26 files changed, 408 insertions(+), 134 deletions(-)
Thanks, applied: Rafael Garcia-Suarez (5) H.Merijn Brand (2)
Craig A. Berry (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/e7786e66c00374f3.tar.gz

Update to reflect that I release 5.11.2
Leon Brocard 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e7786e66c00374f3

-Dmad: double free or corruption
Tony Cook 2 files changed, 50 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/0b3da58dfdc35079

make regen_perly following 5ca68648d92617d8.
Nicholas Clark 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/235278186f2c0918

-Dmad broken for c++
Tony Cook 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5ca68648d92617d8

Make the new test work in the core and bump version of Safe to 2.20
Rafael Garcia-Suarez 4 files changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9d5fa2fef2f7498b

[rt.cpan.org #51574] Safe.pm sort {} bug accessing $a and $b with -Dusethrea
Tim Bunce 4 files changed, 62 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/576b33a19ccaf98d

Test modifiability of range elements
Eric Brine 1 file changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2e0a827f13b20656

Document if.pm in perlfunc
Zefram 1 file changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c362798e2bfee6dd

Make distclean work again
Rafael Garcia-Suarez 1 file changed, 28 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/71eaafb1e6768e77

Fix -DPERL_NO_UTF16_FILTER
Eric Brine 4 files changed, 36 insertions(+), 21 deletions(
http://perl5.git.perl.org/perl.git/commit/ee6ba15dedda3e88

Make split warn in void context
Rafael Garcia-Suarez 2 files changed, 23 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/75068674a0c83a71

Handle $@ being assigned a read-only value (without error or busting the sta
Nicholas Clark 2 files changed, 32 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/dfd167e94af611f6

Fix RT #70862 by converting ERRSV to GvSVn() to ensure a non-NULL GvSV().
Nicholas Clark 2 files changed, 17 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/f5fa9033b8c1fdcb

Merge branch 'blead' of ssh://stevep@perl5.git.perl.org/gitroot/perl into bl
Steve Peters 2 parents
http://perl5.git.perl.org/perl.git/commit/a917e5da001c2e01

Add error codes for getaddrinfo() and getnameinfo()
Steve Peters 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ff868e665bf85a82

mktables performance improvement
Karl Williamson 1 file changed, 101 insertions(+), 84 deletions(
http://perl5.git.perl.org/perl.git/commit/23e33b604408d78c

Document backreferences to groups that did not match
Moritz Lenz 2 files changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/408633379a1452b4

Allow a closing brace after an "use VERSION"
Vincent Pit 2 files changed, 15 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/17c59fdf7540adaf
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
15 commits. 8 unique authors. 6 unique committers.
61 files changed, 25561 insertions(+), 2289 deletions(-)
Net code removal: hv@crypt.org (2 lines)
Thanks, applied: Rafael Garcia-Suarez (3) H.Merijn Brand (1) Steve Hay (1)
Craig A. Berry (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/077f834239e40e05.tar.gz

t/test.pl fresh_perl_like() bug
hv@crypt.org 1 file changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/077f834239e40e05

Port lib/unicore/mktables to VMS.
Craig A. Berry 1 file changed, 18 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/517956bf3975a79f

Silence Win32 compiler warning
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a756042476315fbf

pp_sort.c typo: stabilty
Reini Urban 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/dcae3e365f028d90

Another C<return NORMAL> needed post bb4c52e023e0, missed from 805bf316c58a.
Nicholas Clark 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9e95c6350a60744d

Revert makefile part of the Unicode 5.2 patch
Rafael Garcia-Suarez 5 files changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3e344d15720c94d1

Add new Unicode data file in MANIFEST
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8cf8bfae8ab20c53

Unicode 5.2
Karl Williamson 49 files changed, 25422 insertions(+), 2233 dele
http://perl5.git.perl.org/perl.git/commit/283b82dc9f704fb9

[perl #70802] -i'*' refuses to work
Tony Cook 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c9930541bfa04399

Ensure that pp_qr returns a new regexp SV each time. Resolves RT #69852.
Nicholas Clark 6 files changed, 66 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/c2123ae380a372d5

work-around Carp/overloading miniperl problem
Karl Williamson 1 file changed, 38 insertions(+), 27 deletions(-
http://perl5.git.perl.org/perl.git/commit/99f78760b2efe944

Cleanup all scopes before exiting a pseudo-forked process.
Jan Dubois 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/adab996997d7ef1b

Revert commit cbdd5331.
Jan Dubois 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/781ecc3f4e65a526

Add another hint about setting WIN64=undef to build a 32-bit Perl.
Jan Dubois 2 files changed, 10 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/b86e806e0fdabf76

Don't redefine isnan() macro if MinGW already defined one.
Jan Dubois 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/44604af16e73eaf7
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
24 commits. 12 unique authors. 5 unique committers.
56 files changed, 412 insertions(+), 162 deletions(-)
Thanks, applied: Rafael Garcia-Suarez (9) Chip Salzenberg (2)
Jesse Vincent (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/bb61cbbfe4f34b80.tar.gz

Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Andy Dougherty 2 parents
http://perl5.git.perl.org/perl.git/commit/bb61cbbfe4f34b80

Document config_args limitations reported in [perl #70912]
Andy Dougherty 1 file changed, 17 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ecf5c238cfc27e32

proper error on "grep $x (1,2,3)". Solves [perl #37314]
Gerard Goossen 2 files changed, 12 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/f6435df36c4167f9

[perl #70802] -i'*' refuses to work
Tony Cook 1 file changed, 53 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/13290fcd82823e13

undef $! before running the errno tests
Bram 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/958e6d4b516d826d

legalize =begin foo bar
Ricardo Signes 1 file changed, 7 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/93592fd5aeec89ac

more aggressively deprecate L<section> and L<"section">
Ricardo Signes 2 files changed, 11 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/b41aadf259cf5585

remove prohibition against L<text|href>
Ricardo Signes 2 files changed, 12 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/f6e963e4dd62b8e3

Add latest test file to MANIFEST
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a92c0cd070f20178

utf8cache test: Hugo asks, and I provide. Merry Christmas
Chip Salzenberg 1 file changed, 41 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fa421ef92a7e8058

Throw away uncleanable scopes when exiting a pseudo-forked process.
Jan Dubois 1 file changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1cb985b013ea71b8

The deep arrays for testing ~~ were not deep enough
Rafael Garcia-Suarez 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1144115d25e28286

Fix a test that wasn’t testing was it purported to be testing
Rafael Garcia-Suarez 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7f4622ecb46636e7

[perl #71076] sort with active sub (5.10 regression)
Father Chrysostomos 2 files changed, 8 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8a27a13e89107aaf

Allocate the right HV
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6bc991bfb3c34a5d

Fix [perl #71078] Smart match against @_ gives false negatives
Rafael Garcia-Suarez 2 files changed, 10 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/69c3dccf5322a59c

Merge branch 'blead' of ssh://perl5.git.perl.org/perl into blead
Chip Salzenberg 2 parents
http://perl5.git.perl.org/perl.git/commit/289281205c65de07

Fix for 7baa4690 breakage of threaded builds.
Tony Cook 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/81ae3cde467fdc7d

Import ExtUtils::MakeMaker 6.55_03 from CPAN
Jesse Vincent 35 files changed, 151 insertions(+), 93 deletion
http://perl5.git.perl.org/perl.git/commit/8b19c1f8f171b4db

[perl #71000] Wrong variable name in warning
hv@crypt.org 4 files changed, 34 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/7baa469006285737

Innocently looking union member swap
Reini Urban 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2a12fdfc8231e1ef

avoid infinite chain of utf8 magic
Chip Salzenberg 1 file changed, 13 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f89a570b1f4dda1c

when removing magic, fix SvMAGICAL flags (unless save_magic is active)
Chip Salzenberg 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/806e7ca7a95b2271

preserve readonly flag when saving and restoring magic flags
Chip Salzenberg 1 file changed, 20 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/f9c6fee519b868a2
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
8 commits. 5 unique authors. 3 unique committers.
54 files changed, 1396 insertions(+), 200 deletions(-)
Net code removal: Reini Urban (2 lines)
Thanks, applied: Jesse Vincent (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/3a42395c06761113.tar.gz

Notes on why PathTools is in Cwd/
Jesse Vincent 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3a42395c06761113

Update Cwd / PathTools to 3.31 to get us a non-devel version number based on
Jesse Vincent 4 files changed, 17 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/9c7b20a98a1d5faa

Updated to Pod::Simple 3.11 from CPAN [perl #71004]
Jesse Vincent 37 files changed, 1319 insertions(+), 169 deleti
http://perl5.git.perl.org/perl.git/commit/a242eeb4c06c63af

Update CPANPLUS to cpan version 0.89_12
Chris Williams 9 files changed, 34 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/c722fa88c82df2b1

Update Archive::Extract to cpan version 0.36
Chris Williams 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f62b3c7e73b3b864

OS/2 doesn't support inplace editing without backups
Jan Dubois 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/138b66d5b5f1e411

Updated docpointer for illguts
Reini Urban 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0aa6d4a524fe5cbd

Fix for [perl #70910] wrong line number in syntax error message
Zefram 3 files changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/85613cabfd8d8a9b
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
45 commits. 19 unique authors. 8 unique committers.
35 files changed, 1644 insertions(+), 373 deletions(-)
Thanks, applied: Rafael Garcia-Suarez (19) Jesse Vincent (3)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/2574563ed1cc89a9.tar.gz

Allow override of PERL5OPT etc in t/TEST
Tim Bunce 1 file changed, 13 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2574563ed1cc89a9

Don't make C<use legacy> die on unknown legacy names
Rafael Garcia-Suarez 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6a158b577769363e

[perl #22977] Bug in format/write
Zefram 5 files changed, 188 insertions(+), 157 deletion
http://perl5.git.perl.org/perl.git/commit/421f30ed1e950094

[perl #68640] Wrong error for undef constant name
Zefram 2 files changed, 12 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/15dc519fb7cb1c4b

more regex folding tests
Karl Williamson 1 file changed, 45 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/1443f10d16f26271

[perl #70171] 5.10.0 -> 5.10.1 Regression in fafafbaf70 (Big slowdown in 5.1
Father Chrysostomos 2 files changed, 16 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/0f907b96d618c97c

fix bug 67156: overload: nomethod(..., '!') return value inverted
Michael Breen 2 files changed, 27 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/2ab54efd6265713d

[perl #71204] diagnostics.pm suppresses 'Use of uninitialized value in range
Gene Sullivan 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/412147f664b7f580

cygwin IPv6 since 1.7
Reini Urban 1 file changed, 17 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/2653dd3c22bd18d7

[perl #70764] $' fails to initialized for pre-compiled regular expression ma
Father Chrysostomos 3 files changed, 86 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/69dc4b30f4725ad5

Fix compile failure introduced in 37e2e78edfe0a224b8a615820f46db879584f523.
Craig A. Berry 1 file changed, 9 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d275fa5ec19c41bf

Eliminate OP_SETSTATE from cop.h header
Reini Urban 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8622e0e2540f3d8f

Make new is_utf8_X_* functions public
Rafael Garcia-Suarez 3 files changed, 22 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/5270d770bca421d5

Doc nits
Rafael Garcia-Suarez 1 file changed, 4 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e1e0053fcf33943f

Merge commit 'khwilliamson/x' into blead
Rafael Garcia-Suarez 2 parents
http://perl5.git.perl.org/perl.git/commit/5b79a2243fad631b

Notes on why PathTools is in Cwd/
Jesse Vincent 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3a42395c06761113

Update Cwd / PathTools to 3.31 to get us a non-devel version number based on
Jesse Vincent 4 files changed, 17 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/9c7b20a98a1d5faa

Updated to Pod::Simple 3.11 from CPAN [perl #71004]
Jesse Vincent 37 files changed, 1319 insertions(+), 169 deleti
http://perl5.git.perl.org/perl.git/commit/a242eeb4c06c63af

Update CPANPLUS to cpan version 0.89_12
Chris Williams 9 files changed, 34 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/c722fa88c82df2b1

Update Archive::Extract to cpan version 0.36
Chris Williams 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f62b3c7e73b3b864

OS/2 doesn't support inplace editing without backups
Jan Dubois 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/138b66d5b5f1e411

Updated docpointer for illguts
Reini Urban 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0aa6d4a524fe5cbd

Fix for [perl #70910] wrong line number in syntax error message
Zefram 3 files changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/85613cabfd8d8a9b

Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Andy Dougherty 2 parents
http://perl5.git.perl.org/perl.git/commit/bb61cbbfe4f34b80

Document config_args limitations reported in [perl #70912]
Andy Dougherty 1 file changed, 17 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ecf5c238cfc27e32

proper error on "grep $x (1,2,3)". Solves [perl #37314]
Gerard Goossen 2 files changed, 12 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/f6435df36c4167f9

[perl #70802] -i'*' refuses to work
Tony Cook 1 file changed, 53 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/13290fcd82823e13

undef $! before running the errno tests
Bram 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/958e6d4b516d826d

legalize =begin foo bar
Ricardo Signes 1 file changed, 7 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/93592fd5aeec89ac

more aggressively deprecate L<section> and L<"section">
Ricardo Signes 2 files changed, 11 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/b41aadf259cf5585

remove prohibition against L<text|href>
Ricardo Signes 2 files changed, 12 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/f6e963e4dd62b8e3

Add latest test file to MANIFEST
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a92c0cd070f20178

utf8cache test: Hugo asks, and I provide. Merry Christmas
Chip Salzenberg 1 file changed, 41 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fa421ef92a7e8058

Throw away uncleanable scopes when exiting a pseudo-forked process.
Jan Dubois 1 file changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1cb985b013ea71b8

The deep arrays for testing ~~ were not deep enough
Rafael Garcia-Suarez 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1144115d25e28286

Fix a test that wasn’t testing was it purported to be testing
Rafael Garcia-Suarez 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7f4622ecb46636e7

[perl #71076] sort with active sub (5.10 regression)
Father Chrysostomos 2 files changed, 8 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8a27a13e89107aaf

Allocate the right HV
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6bc991bfb3c34a5d

Fix [perl #71078] Smart match against @_ gives false negatives
Rafael Garcia-Suarez 2 files changed, 10 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/69c3dccf5322a59c

Merge branch 'blead' of ssh://perl5.git.perl.org/perl into blead
Chip Salzenberg 2 parents
http://perl5.git.perl.org/perl.git/commit/289281205c65de07

Fix for 7baa4690 breakage of threaded builds.
Tony Cook 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/81ae3cde467fdc7d

Import ExtUtils::MakeMaker 6.55_03 from CPAN
Jesse Vincent 35 files changed, 151 insertions(+), 93 deletion
http://perl5.git.perl.org/perl.git/commit/8b19c1f8f171b4db

[perl #71000] Wrong variable name in warning
hv@crypt.org 4 files changed, 34 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/7baa469006285737

Innocently looking union member swap
Reini Urban 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2a12fdfc8231e1ef

qr/\X/ expansion
Karl Williamson 15 files changed, 1221 insertions(+), 143 deleti
http://perl5.git.perl.org/perl.git/commit/37e2e78edfe0a224
Re: Perl 5 Commit Summary [ In reply to ]
On Wed, Dec 16, 2009 at 03:14:16AM +0100, Perl 5 commit summary wrote:
> Perl 5 commit summary, activity since Saturday
>
> Current branch blead
> 45 commits. 19 unique authors. 8 unique committers.
> 35 files changed, 1644 insertions(+), 373 deletions(-)
> Thanks, applied: Rafael Garcia-Suarez (19) Jesse Vincent (3)

That's not accurate. I think it's actually 16 commits.

> Snapshot: http://perl5.git.perl.org/perl.git/snapshot/2574563ed1cc89a9.tar.gz
>
> Allow override of PERL5OPT etc in t/TEST
> Tim Bunce 1 file changed, 13 insertions(+), 3 deletions(-)
> http://perl5.git.perl.org/perl.git/commit/2574563ed1cc89a9
>
> Don't make C<use legacy> die on unknown legacy names
> Rafael Garcia-Suarez 1 file changed, 0 insertions(+), 3 deletions(-)
> http://perl5.git.perl.org/perl.git/commit/6a158b577769363e
>
> [perl #22977] Bug in format/write
> Zefram 5 files changed, 188 insertions(+), 157 deletion
> http://perl5.git.perl.org/perl.git/commit/421f30ed1e950094
>
> [perl #68640] Wrong error for undef constant name
> Zefram 2 files changed, 12 insertions(+), 7 deletions(-
> http://perl5.git.perl.org/perl.git/commit/15dc519fb7cb1c4b
>
> more regex folding tests
> Karl Williamson 1 file changed, 45 insertions(+), 15 deletions(-
> http://perl5.git.perl.org/perl.git/commit/1443f10d16f26271
>
> [perl #70171] 5.10.0 -> 5.10.1 Regression in fafafbaf70 (Big slowdown in 5.1
> Father Chrysostomos 2 files changed, 16 insertions(+), 2 deletions(-
> http://perl5.git.perl.org/perl.git/commit/0f907b96d618c97c
>
> fix bug 67156: overload: nomethod(..., '!') return value inverted
> Michael Breen 2 files changed, 27 insertions(+), 22 deletions(
> http://perl5.git.perl.org/perl.git/commit/2ab54efd6265713d
>
> [perl #71204] diagnostics.pm suppresses 'Use of uninitialized value in range
> Gene Sullivan 1 file changed, 2 insertions(+), 1 deletion(-)
> http://perl5.git.perl.org/perl.git/commit/412147f664b7f580
>
> cygwin IPv6 since 1.7
> Reini Urban 1 file changed, 17 insertions(+), 10 deletions(-
> http://perl5.git.perl.org/perl.git/commit/2653dd3c22bd18d7
>
> [perl #70764] $' fails to initialized for pre-compiled regular expression ma
> Father Chrysostomos 3 files changed, 86 insertions(+), 2 deletions(-
> http://perl5.git.perl.org/perl.git/commit/69dc4b30f4725ad5
>
> Fix compile failure introduced in 37e2e78edfe0a224b8a615820f46db879584f523.
> Craig A. Berry 1 file changed, 9 insertions(+), 9 deletions(-)
> http://perl5.git.perl.org/perl.git/commit/d275fa5ec19c41bf
>
> Eliminate OP_SETSTATE from cop.h header
> Reini Urban 1 file changed, 3 insertions(+), 3 deletions(-)
> http://perl5.git.perl.org/perl.git/commit/8622e0e2540f3d8f
>
> Make new is_utf8_X_* functions public
> Rafael Garcia-Suarez 3 files changed, 22 insertions(+), 12 deletions(
> http://perl5.git.perl.org/perl.git/commit/5270d770bca421d5
>
> Doc nits
> Rafael Garcia-Suarez 1 file changed, 4 insertions(+), 5 deletions(-)
> http://perl5.git.perl.org/perl.git/commit/e1e0053fcf33943f
>
> Merge commit 'khwilliamson/x' into blead
> Rafael Garcia-Suarez 2 parents
> http://perl5.git.perl.org/perl.git/commit/5b79a2243fad631b

That's the last thing that happened directly in the period concerned.

But I think that this (older) commit being new to the repository confused
my summariser:


> qr/\X/ expansion
> Karl Williamson 15 files changed, 1221 insertions(+), 143 deleti
> http://perl5.git.perl.org/perl.git/commit/37e2e78edfe0a224

Nicholas Clark
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
23 commits. 9 unique authors. 7 unique committers.
143 files changed, 3909 insertions(+), 1328 deletions(-)
Thanks, applied: Rafael Garcia-Suarez (3) H.Merijn Brand (2)
Jan Dubois (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/759829140078d44d.tar.gz

Sorting MANIFEST
Jesse Vincent 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/759829140078d44d

Upgrade to Pod::Simple 3.13 from CPAN to fix a regression (in 3.08) that bro
Jesse Vincent 37 files changed, 263 insertions(+), 172 deletio
http://perl5.git.perl.org/perl.git/commit/433cf6b48b10555b

First pass at cutting down the git log as a 5.11.3 changelog
Jesse Vincent 1 file changed, 758 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/7ef8876759a399d5

Update MANIFEST for the latest changes to CPAN.pm
Jesse Vincent 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b4178430270dbe10

manicheck's complaints about missing files are now closer to the form
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f13b7ac8b0846744

Detabify manicheck
Jesse Vincent 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3618011f7e987e79

When discarding a token free the op associated with it
Gerard Goossen 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0e38ac7805aa91d9

Bring up ExtUtils::MakeMaker to 6.56 - no functional changes from 6.55_03
Jesse Vincent 29 files changed, 43 insertions(+), 28 deletions
http://perl5.git.perl.org/perl.git/commit/3d97da50423e4922

Import CPAN.pm 1.94_53 from CPAN
Jesse Vincent 16 files changed, 2063 insertions(+), 660 deleti
http://perl5.git.perl.org/perl.git/commit/0124e6951248925e

Free the PL_scopestack_name
Gerard Goossen 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/587808146dcf7a2a

Export PL_curinterp symbol for MULTIPLICITY without USE_ITHREADS
Jan Dubois 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9307c420fad2f6f5

Correct some #ifdef USE_ITHREADS / USE_MULTI
Max Maischein 3 files changed, 9 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8703a9a4fd757233

Updated Module::Build to 0.35_15
David Golden 30 files changed, 42 insertions(+), 51 deletions
http://perl5.git.perl.org/perl.git/commit/229c5935ba2b931e

Updated Module::Build to 0.35_14
David Golden 46 files changed, 615 insertions(+), 408 deletio
http://perl5.git.perl.org/perl.git/commit/53fc1c7e149a2190

Updated CPANPLUS to cpan release 0.90
Chris Williams 4 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/feb517daa146d8e3

Implement win32_isatty()
Jan Dubois 4 files changed, 25 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/4342f4d6df6a7dfa

-t should only return TRUE for file handles connected to a TTY
Jan Dubois 3 files changed, 43 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/827da6a38269ebe0

Document issues when using named captures in combination with a branch reset
Abigail 1 file changed, 18 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ab106183f6f64402

Fix casting warnings
Rafael Garcia-Suarez 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ec8ec19fe1bd1613

Add a test that "eval" does not create additional reference to ouside variab
Gerard Goossen 1 file changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3b9d46a33410a910

Store the PL_compcv instead of the the PL_comppad in parser stack, and make
Gerard Goossen 3 files changed, 31 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/8c63ea58497f2deb

tweak to pp_ctl.c gives smaller object code
Alex Davies 1 file changed, 10 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7e8f1eacdace9050

Update File::Copy tests to skip on OpenBSD, as it mounts too many filesystem
Jesse Vincent 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9d48bc6db099a4f8
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
64 commits. 14 unique authors. 8 unique committers.
118 files changed, 2842 insertions(+), 2781 deletions(-)
Net code removal: Karl Williamson (151 lines)
Rafael Garcia-Suarez (67 lines) Jesse Vincent (42 lines)
Thanks, applied: Rafael Garcia-Suarez (6) Jesse Vincent (2)
David Golden (1) Craig A. Berry (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/27bca3226281a592.tar.gz

[perl #70748] threads panic in del_backref
Father Chrysostomos 2 files changed, 37 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/27bca3226281a592

Fix up pods for \X
Karl Williamson 4 files changed, 29 insertions(+), 31 deletions(
http://perl5.git.perl.org/perl.git/commit/0111a78fcc993bdf

expand-macro.pl was printing the header include to STDOUT by mistake.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c3c0aa283b73660f

The use of PTH will be unsupported in perl-5.12 for HP-UX 10.20
H.Merijn Brand 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/30026e362a034115

have corelist-perldelta.pl generate add'l sections
David Golden 3 files changed, 103 insertions(+), 41 deletions
http://perl5.git.perl.org/perl.git/commit/88e143059299f30e

fix CPAN.pm test broken by hotfixes
David Golden 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9c3f2640bc47839f

local version number bumps for CPAN.pm hotfixes
David Golden 6 files changed, 10 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/49ded548b5747348

note CPAN hotfixes in perldelta
David Golden 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1e97cd45e15d3893

hotfix CPAN.pm to force only ftp URLs
David Golden 2 files changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0100440d3c83cbbd

hotfix App::Cpan
David Golden 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/295f7fb33b9b51d2

fix pod typo in how_to_write_a_perldelta.pod
David Golden 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7fbfac22006ccdfb

Update Module::CoreList for the new Encode (and seeming missing updates from
Jesse Vincent 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b24379876fe7e174

First pass at noting the update to Encode 2.39 rgs applied
Jesse Vincent 2 files changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1069d95b9ee2baec

Full initial pass at perldelta. ready for sanity checking
Jesse Vincent 1 file changed, 26 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/d350938a5844eac3

Merge branch 'blead' of git+ssh://perl5.git.perl.org/perl into blead
Jesse Vincent 2 parents
http://perl5.git.perl.org/perl.git/commit/16576cb59e5aeae1

Note U+0FFFF regex support in perldelta
Jesse Vincent 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/89dbd0d1c0057e09

Unicode documentation updates
Karl Williamson 3 files changed, 289 insertions(+), 461 deletion
http://perl5.git.perl.org/perl.git/commit/51f494ccbae191b4

Merge branch 'blead' of git+ssh://perl5.git.perl.org/perl into blead
Jesse Vincent 2 parents
http://perl5.git.perl.org/perl.git/commit/67fed61ba7df4193

further perldelta triage
Jesse Vincent 1 file changed, 4 insertions(+), 32 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4656de94bd0fe996

Upgrade to Encode 2.39
Rafael Garcia-Suarez 9 files changed, 52 insertions(+), 29 deletions(
http://perl5.git.perl.org/perl.git/commit/b9627ca0e5018428

Further perldelta triage.
Jesse Vincent 1 file changed, 23 insertions(+), 75 deletions(-
http://perl5.git.perl.org/perl.git/commit/fa4ee1eeb8648051

Removing pod boilerplate
Jesse Vincent 1 file changed, 7 insertions(+), 72 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c308b6b9f6ae908e

Merge branch 'blead' of git+ssh://perl5.git.perl.org/perl into blead
Jesse Vincent 2 parents
http://perl5.git.perl.org/perl.git/commit/6acc1f4b949a27f9

Further perldelta hacking
Jesse Vincent 1 file changed, 20 insertions(+), 48 deletions(-
http://perl5.git.perl.org/perl.git/commit/19185491d7b98ad2

change non-char warning message from malformed
Karl Williamson 3 files changed, 58 insertions(+), 48 deletions(
http://perl5.git.perl.org/perl.git/commit/5b3114678323b284

Remove spurious case of warning "Use of %s without parentheses is ambiguous"
Rafael Garcia-Suarez 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/29e9f6fc0007eb3d

more perldelta updates
Jesse Vincent 1 file changed, 18 insertions(+), 36 deletions(-
http://perl5.git.perl.org/perl.git/commit/9889e3de1462a5f5

describe new CPAN.pm, ExtUtils::MakeMaker and Module:Build
David Golden 1 file changed, 12 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6a90494c7227c972

Small fixups from corion
Jesse Vincent 2 files changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/12e75cdbb3d5c671

update perldelta with module and pragma version updates
David Golden 1 file changed, 48 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7da186414e31a3f9

Add 5.11.3 to perlhist.
Jesse Vincent 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/def9adf2ff7ea35b

Remove Roman numerals from README.vms after confirmation from Craig that it'
Jesse Vincent 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/eb505c2afb6b5ac2

Update AUTHORS file for 5.11.3
Jesse Vincent 2 files changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3bf51dad4011e73e

Update Module::CoreList for Module::Build update to 0.36
David Golden 1 file changed, 24 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/41617489d08a7ac3

Updated Module::Build to 0.36
David Golden 28 files changed, 120 insertions(+), 27 deletion
http://perl5.git.perl.org/perl.git/commit/c341c67b69f40fdd

update perldetla instructions to mention the new test-file autogenerater
Jesse Vincent 1 file changed, 2 insertions(+), 38 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f95a4791963c4682

Update perldelta with newly added tests, using corion++'s new automation
Jesse Vincent 1 file changed, 27 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d659d22b9e8c254c

Generate a stub for newly added tests since the last release (2nd try, with
Max Maischein 2 files changed, 89 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/a27ed3b887095455

Regenerate Module::CoreList and bump to 2.24 for Perl 5.11.3
Jesse Vincent 1 file changed, 665 insertions(+), 32 deletions(
http://perl5.git.perl.org/perl.git/commit/65f8b4e7268e4e92

Minor updates to our corelist update tool
Jesse Vincent 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fd48f21c6d042798

Bump to 5.11.3
Jesse Vincent 20 files changed, 127 insertions(+), 127 deletio
http://perl5.git.perl.org/perl.git/commit/eab084107646a521

Added a todo about some releng automation we could use
Jesse Vincent 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8401756a684d88c1

POSIX.pm - minor change to POSIX.xs since 5.11.2 - bump the version
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/15b3e70a6b292ee1

Bumped File::Find's version since it's changed since 5.11.2
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/dee0611e52f0c2cf

mention Porting/corelist-perldelta.pl in perldelta instructions
David Golden 2 files changed, 11 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/60984f2fcd55c5a3

Various perldelta consistency edits and other cleanup
David Golden 1 file changed, 42 insertions(+), 82 deletions(-
http://perl5.git.perl.org/perl.git/commit/db2ed548ed5bb926

Allow U+0FFFF in regex
Karl Williamson 2 files changed, 16 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/6182169b72782336

Note legacy.pm changes in perldelta
Rafael Garcia-Suarez 1 file changed, 9 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f43e267de16a74af

Introduce C<use feature "unicode_strings">
Rafael Garcia-Suarez 11 files changed, 257 insertions(+), 355 deletio
http://perl5.git.perl.org/perl.git/commit/1863b87966ed39b0

Speed-up notice for bisects (skip Encode)
H.Merijn Brand 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1d5fe431325abdb0

ExtUtils::MakeMaker changes for perl5113delta.pod
Alexandr Ciornii 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/09b2a3d27fa915af

Add lchown to POSIX.pod
Daniel Frederick Crisman 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c5eef08759955d39

Make eval {} compile directly to OP_ENTERTRY
Rafael Garcia-Suarez 4 files changed, 12 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/32e2a35d72e0f63c

Fix Pod errors in perl5113delta.pod.
Nicholas Clark 1 file changed, 9 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1f5724d9cef367bf

Fix version number we are different from
Leon Brocard 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/166777daa2e41f65

flesh out doc updates
Ricardo Signes 1 file changed, 8 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9c455b5f163e0962

Further paring down of perldelta
Jesse Vincent 1 file changed, 93 insertions(+), 167 deletions(
http://perl5.git.perl.org/perl.git/commit/ecb374736fc633d7

More pruning of the perl 5.11.3 delta file
Jesse Vincent 1 file changed, 35 insertions(+), 448 deletions(
http://perl5.git.perl.org/perl.git/commit/874e337354792177

Rename VMS-unfriendly multi-dot files.
Craig A. Berry 5 files changed, 484 insertions(+), 484 deletion
http://perl5.git.perl.org/perl.git/commit/b228cf7a757160f8

Run t/porting/diag.t from the top-level directory.
Nicholas Clark 1 file changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/45f1c7ba254326ae

runperl may modify arguments passed to it.
Craig A. Berry 1 file changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/15fe4dead04687a0

TT is not a terminal for non-interactive processes.
Craig A. Berry 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d1585ceaf66a98c6

* Synced the perlfaq
brian d foy 5 files changed, 170 insertions(+), 169 deletion
http://perl5.git.perl.org/perl.git/commit/3bc3c5beacd5fac2

* Update perlport examples for modern Perl style
brian d foy 1 file changed, 12 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/ceaffd1d7a121e2c

New branch rgs/matching
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/23fff9d5db6f74a3.tar.gz

regex case-sensitive match utf8ness independent
Rafael Garcia-Suarez 11 files changed, 475 insertions(+), 161 deletio
http://perl5.git.perl.org/perl.git/commit/23fff9d5db6f74a3
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
2 commits. 1 unique author. 1 unique committer.
19 files changed, 390 insertions(+), 305 deletions(-)
Thanks, applied: Abigail (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/c670e63af2af3c15.tar.gz

Update pods
Karl Williamson 4 files changed, 17 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/c670e63af2af3c15

Update .pods
Karl Williamson 18 files changed, 373 insertions(+), 291 deletio
http://perl5.git.perl.org/perl.git/commit/e1b711dac329baf9
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
5 commits. 3 unique authors. 2 unique committers.
4 files changed, 249 insertions(+), 31 deletions(-)
Thanks, applied: H.Merijn Brand (3)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/4d4acfba162f5951.tar.gz

PATCH: correct grammatical error in perlunicode.pod
karl williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4d4acfba162f5951

Guard open.t against Encode not being available
H.Merijn Brand 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a80e323fbf3c4c14

PATCH: document all Perl Unicode \p{} extensions
karl williamson 1 file changed, 245 insertions(+), 28 deletions(
http://perl5.git.perl.org/perl.git/commit/9f815e241cf04d04

PATCH: Makefile in lib/unicore shouldn't clean .t file
karl williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/80d88bfb9ad63772

* fix a perlop fix from debian: http://bugs.debian.org/514814
brian d foy 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5ef4d93ec97e5239
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
5 commits. 5 unique authors. 4 unique committers.
5 files changed, 107 insertions(+), 22 deletions(-)
Thanks, applied: Abigail (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/2dba5d6056865b04.tar.gz

TT is not a terminal in lots of situations.
Craig A. Berry 1 file changed, 7 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2dba5d6056865b04

s/text message/text editor/ in the last change to perlrepository.pod
Vincent Pit 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e936069588e55fda

Update perlrepository.pod with new guidelines on commit messages and patches
Jesse Vincent 1 file changed, 69 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/bdaf0bc66003e69b

Correct \p{print} to not match LINE SEPARATOR nor PARAGRAPH SEPARATOR
Karl Williamson 2 files changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ae5b72c8252f1f90

Add a usage scenario and common use pattern to perldoc -f quotemeta
Shlomi Fish 1 file changed, 26 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c088ef569318bbdc
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
17 commits. 10 unique authors. 6 unique committers.
56 files changed, 344 insertions(+), 189 deletions(-)
Net code removal: Tom Christiansen (2 lines)
Thanks, applied: Rafael Garcia-Suarez (4) H.Merijn Brand (2) Abigail (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/f09989092a6586d2.tar.gz

[perl #71748] Bleadperl f0e67a1 breaks CPAN: Template::Plugin::YAML::Encode
Zefram 2 files changed, 21 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/f09989092a6586d2

Avoid a possible race condition where a parallel make might
Andy Dougherty 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2b63e250843b907e

Sort the initialisers to non_bincompat_options[], and fix a whitespace "erro
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0d311fbe5955d5af

Add USE_ATTRIBUTES_FOR_PERLIO to the list of -V's compile-time options.
Nicholas Clark 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/de618ee48837532a

Tie::Hash::NamedCapture::* shouldn't abort if passed bad input [RT #71828]
Nicholas Clark 2 files changed, 24 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/1d021cc8647e49fd

Note which t/ subdirs are not suitable for test.pl use
Rafael Garcia-Suarez 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0d8e5a4232d47607

FD 4 is not (yet) open at this stage.
H.Merijn Brand 4 files changed, 48 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/d03b3b00ac22f32a

PATCH: minor typo cleanup of pod/ directory
Tom Christiansen 41 files changed, 135 insertions(+), 137 deletio
http://perl5.git.perl.org/perl.git/commit/e10204135b763e86

perlguts: mutli-threaded typo
Reini Urban 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1a64a5e6c710ac49

perlguts: B::Generate already works
Reini Urban 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e7d4c058845c9a63

A mechanism for inlineable OP equivalents of XSUBs is a TODO.
Nicholas Clark 1 file changed, 56 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/05fb4e2043bc02ce

Following fd909433c7437296, check that {sub f} correctly stubs the subroutin
Nicholas Clark 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c9e0c59bcb20d0c4

Allow "{sub f}" to compile
Vincent Pit 2 files changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fd909433c7437296

Bump version of UNIVERSAL.pm
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2484dfd45804d90a

dial back warnings on UNIVERSAL->import
Ricardo Signes 2 files changed, 9 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/252143cdf7e8cbc8

advice regarding make regen changes
Jim Cromie 1 file changed, 13 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ac1cbfb08dc1370f

CC compiler updates for >=5.10
Reini Urban 1 file changed, 11 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/39987fc8b0e8ebad

New branch vincent/rvalue_stmt_given
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/25b991bf8caa94f2.tar.gz

Make given() statements return the last evaluated expression
Vincent Pit 4 files changed, 236 insertions(+), 35 deletions
http://perl5.git.perl.org/perl.git/commit/25b991bf8caa94f2
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
18 commits. 7 unique authors. 7 unique committers.
25 files changed, 122 insertions(+), 66 deletions(-)
Net code removal: David Mitchell (10 lines)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/7fa38291524c327a.tar.gz

fix for [perl #66108] Leaked scalars
David Mitchell 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7fa38291524c327a

reset sv_serial for each new interpreter
David Mitchell 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4149198fba64273f

in perl_clone() move common code outside ifdef/else blocks
David Mitchell 1 file changed, 4 insertions(+), 25 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b59cce4c9ab9c747

in perl_clone() shuffle some ifdefs about a bit
David Mitchell 1 file changed, 14 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/742421a6d27bb726

unify #ifdef indent on both sides of PERL_IMPLICIT_SYS in perl_clone()
David Mitchell 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7e9550e32a62377c

include sv_debug_serial field in debugging output
David Mitchell 2 files changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cbe56f1dc5efa2a3

Avoid race conditions with files in /tmp, by explicitly checking dev & inode
Nicholas Clark 1 file changed, 19 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/af9379e9ed4daaed

Correct errors in the use of multiple targets, which could break parallel ma
Nicholas Clark 1 file changed, 9 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0f13ebd5d71f8177

Unlink PerlIO's tempfiles for the case of no -T, but bogus $ENV{TMPDIR}
Nicholas Clark 2 files changed, 27 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/7299ca586a6a78a4

Cleanup PerlIO temp files
Rafael Garcia-Suarez 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c1bf414cd50bd38f

[perl #71870] Use of uninitialized value in bitwise and B::Deparse
Vincent Pit 2 files changed, 10 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/06fc68671f70339b

Fix typo in reference
Abigail 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bb1773de14d1367a

Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Abigail 2 parents
http://perl5.git.perl.org/perl.git/commit/bc8181d521d11f28

Document that interpolating a '(??{ code })' construct in a regular
Abigail 2 files changed, 11 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/0b370c0a26463328

Fix a couple of typos and standardize on using 'regexp' instead of
Abigail 1 file changed, 9 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/99cc5cc69e81e458

vaproto for the other OS's
H.Merijn Brand 12 files changed, 12 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/1afd3306d14b1d63

Increase default pipe buffer size on VMS to 8192 on 64-bit systems.
Craig A. Berry 2 files changed, 13 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/df17c887edae24b6

vaproto for VMS.
Craig A. Berry 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a1bd83cf3e00be35
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
34 commits. 14 unique authors. 9 unique committers.
106 files changed, 4814 insertions(+), 6191 deletions(-)
Net code removal: paul (2427 lines) Philip Hazel (1 line)
Thanks, applied: Rafael Garcia-Suarez (8) David Golden (2) Abigail (1)
Steve Hay (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/73afaec9a8c17d03.tar.gz

test stash_name in less.pm
Ricardo Signes 1 file changed, 17 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/73afaec9a8c17d03

catch the one $class instance missed in less.pm
Ricardo Signes 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/12d0f8b2172bac23

Document UNIVERSAL->import deprecation in perldelta
Rafael Garcia-Suarez 1 file changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6f7a7d3eeb6b7da4

Mention name of C constant in feature.pm for greppability
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b0f41c9d6ade8c0c

The new lvalue warning should not be turned on by default
Rafael Garcia-Suarez 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/963d9ce9328cdf8a

Document new lvalue warning in perldelta
Rafael Garcia-Suarez 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/98adedefdf4028de

The "illegalproto" warning category is new in 5.11.4, not 5.11.3
Rafael Garcia-Suarez 2 files changed, 16 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/cabbd591480901b0

Nits in perldelta template
Rafael Garcia-Suarez 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/337e22410efaf1b6

Add perl5114delta.pod
Rafael Garcia-Suarez 9 files changed, 306 insertions(+), 37 deletions
http://perl5.git.perl.org/perl.git/commit/e06a4ec414f8516a

With $PERL_UNICODE we still need to find utf8.pm
H.Merijn Brand 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/47f6eaac919f0030

fix for [perl #65582] anon globs segfaulting
David Mitchell 2 files changed, 32 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/1809c940bf4737dd

fix for [perl #61976] Errno ($!) not evaluated to a error message string
David Mitchell 2 files changed, 13 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0097b436152452e4

Add note to .pod for compound form perl extensions
Karl Williamson 1 file changed, 13 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d57ccc9acbe96c99

Bump less' version
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7eb1ae03b1ff33c4

allow indirection between less and its hints stash name
Ricardo Signes 1 file changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a725df954c99dfa9

Remove [[:posix:]] references because changes not going into 5.12
Karl Williamson 1 file changed, 53 insertions(+), 39 deletions(-
http://perl5.git.perl.org/perl.git/commit/ad5e8af14546ce8d

fix for [perl #41138] $_ leaks under threads
David Mitchell 2 files changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e81cd4d2c506bfc2

PATCH: perlfunc cleanup, part 1
Tom Christiansen 1 file changed, 182 insertions(+), 180 deletions
http://perl5.git.perl.org/perl.git/commit/80d38338d3280c3d

[perl #71788] Skip $) test when NGROUPS_MAX is too small or when on darwin
Josh ben Jore 1 file changed, 338 insertions(+), 115 deletions
http://perl5.git.perl.org/perl.git/commit/651d4685ebdde551

Remove an extraneous space
Josh ben Jore 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f7d1603dbb882894

Re: [perl #71852] Warning "/* within comment" in Win32 config.h-related file
kmx 7 files changed, 2692 insertions(+), 2418 deleti
http://perl5.git.perl.org/perl.git/commit/f3b9bb7d1f91ecfe

Retain builtin attributes from pre-declaration. Fixes [perl #68758].
Gerard Goossen 3 files changed, 17 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/eac910c876359d86

Ignore a lvalue attribute after the subroutine has been defined, and warn ab
Gerard Goossen 4 files changed, 28 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/885ef6f56b61fd75

[perl #71924] shmget/semget may return zero as valid id
Rafael Garcia-Suarez 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3365b4123660b600

Completely avoid autovivification of CORE::GLOBAL::caller
Rafael Garcia-Suarez 2 files changed, 16 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/a894cef19d191653

Typo fix : caller:: isn't caller
Rafael Garcia-Suarez 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/18c097a2907a959c

Add new prototype warning test file to MANIFEST
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6761b0348138d8cb

Perldelta presentation nits
Rafael Garcia-Suarez 1 file changed, 15 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/205b2220b8cd28d9

Move prototype parsing related warnings from the 'syntax' top level warnings
Matt S Trout 8 files changed, 147 insertions(+), 12 deletions
http://perl5.git.perl.org/perl.git/commit/197afce1e759b5f0

2.024
paul 58 files changed, 894 insertions(+), 3321 deleti
http://perl5.git.perl.org/perl.git/commit/9b5fd1d4b111acc0

[perl #71948] Documentation error for (*MARK)
Philip Hazel 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b4222fa9a30f89a4

Update skip count in perlio.t.
Craig A. Berry 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b1b34a557d6a0b1b

PL_sv_serial only exists ifdef DEBUG_LEAKING_SCALARS
David Mitchell 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/02d9cd5ef82ff73b

Update Archive-Extract to cpan version 0.38
Chris Williams 3 files changed, 22 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/35fe4187b13e5533
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
22 commits. 10 unique authors. 7 unique committers.
79 files changed, 1847 insertions(+), 1146 deletions(-)
Net code removal: Nicholas Clark (3 lines)
Thanks, applied: Rafael Garcia-Suarez (6) H.Merijn Brand (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/cb4a303650e05576.tar.gz

Fix SV leaks in Perl_vnumify() and Perl_vnormal() for "Invalid version objec
Nicholas Clark 1 file changed, 7 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cb4a303650e05576

Add warning "Cannot find encoding"
Rafael Garcia-Suarez 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b5d97229864b0a59

Bump version of PerlIO::encoding
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c06ca716ce458b20

The warnings emitted by PerlIO::encoding should be silenceable.
Rafael Garcia-Suarez 1 file changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1bb5f2059539b557

Avoid a double SV leak in an error state branch of pp_require.
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/af61dbfdfb97af17

[perl #62646] Maximum string length with substr
Zefram 2 files changed, 23 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/b6d1426f94a845fb

Document last change in perldelta for 5.11.4.
Rafael Garcia-Suarez 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/75080c809516a97a

PATCH: [perl #71726] \p{xdigit} should match full-width forms
Karl Williamson 1 file changed, 11 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/eadadd41cf3b91c4

This adds a constructor option to not output the comments containing the ran
Karl Williamson 1 file changed, 15 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0c07e5386c2f08c0

Qualify pointer arguments of prescan_version in embed.fnc
Rafael Garcia-Suarez 2 files changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5747a2f6732071d6

Bump version to 2.21 and add changelog
Rafael Garcia-Suarez 3 files changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/83452f8ea6ad77da

Fixed the closure argument passing bug perl#72068
Tim Bunce 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ebe5824be753acd9

Fixed tests.
Tim Bunce 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bb92c7667b274752

Added tests for perl#72068
Tim Bunce 1 file changed, 10 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/32f28238059591da

Back out the {ENTER,LEAVE}_with_name("sub") part of d343c3ef45381352 for now
Nicholas Clark 2 files changed, 12 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/a57c668520b9767f

CYG23-544-stat
Reini Urban 2 files changed, 12 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/b595cd4b73a6e1bd

Omnibus strict and lax version parsing
David Golden 15 files changed, 614 insertions(+), 124 deletio
http://perl5.git.perl.org/perl.git/commit/91152fc19d1c59a1

Changed Copyright year as suggested by karl williamson in http://nntp.perl.o
Abigail 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/32709fdf41543f06

* Em dash cleanup in pod/
brian d foy 35 files changed, 104 insertions(+), 107 deletio
http://perl5.git.perl.org/perl.git/commit/ac0367249e563330

* FAQ sync for Perl 5.12 release candidate
brian d foy 10 files changed, 238 insertions(+), 186 deletio
http://perl5.git.perl.org/perl.git/commit/8d2e243f5816f9d2

Tom Christiansen's perlfunc cleansing, part 2
brian d foy 1 file changed, 730 insertions(+), 656 deletions
http://perl5.git.perl.org/perl.git/commit/3b10bc60979cfe9a

Update File-Fetch to CPAN version 0.24
Chris Williams 4 files changed, 30 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/16610ad906328dde
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
27 commits. 15 unique authors. 11 unique committers.
64 files changed, 794 insertions(+), 671 deletions(-)
Net code removal: brian d foy (82 lines) Rafael Garcia-Suarez (5 lines)
Todd Rinaldo (4 lines)
Thanks, applied: Rafael Garcia-Suarez (2) Steffen Mueller (2)
H.Merijn Brand (1) David Golden (1) Vincent Pit (1)
Steve Hay (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/81fc59efbb1a08ca.tar.gz

reminder: update Module::CoreList when bumping version number
David Golden 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/81fc59efbb1a08ca

bump versions for core libs changed since 5.11.3
Ricardo Signes 4 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0a0b870a4079b7c9

regen warnings.pl for new version number
Ricardo Signes 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f73b28b4f23ac051

bump version for 5.11.4
Ricardo Signes 20 files changed, 126 insertions(+), 126 deletio
http://perl5.git.perl.org/perl.git/commit/01f49271dbf70e74

fix qr// and get-magic problems
Father Chrysostomos 3 files changed, 41 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/455d90333d711fa0

Fix for #71506: work around possible gcc bug
Tony Cook 1 file changed, 35 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/275663fa076b9127

note strict/lax version requirements in documentation
David Golden 2 files changed, 12 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/bd12309b58376140

add version number format note to perldelta
David Golden 1 file changed, 20 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/916254008628ddf0

Fix a NULL pointer dereference when looking for a DESTROY method
Niko Tyni 2 files changed, 16 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/1f15e670edb515b7

Fix for #71254: SEGV in Data::Dumper
Father Chrysostomos 2 files changed, 14 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/1f730e6c11736bad

Fixed an editing error in perldoc about commit messages.
Jesse Vincent 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/80a0006a93e118d8

Minor updates to the git tutorial and our commit message policies.
Jesse Vincent 1 file changed, 12 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ea9c0d747a5b8e51

[perl #71676] GDBM_File support on Win32
kmx 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e46b65adca4157c2

Perl blead on AIX - fail: t/porting/test_bootstrap
Rainer Tammer 2 files changed, 17 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/d549c43ddc678814

Move packagev.t from t/comp to t/op, as it fouls the test bootstrapping poli
Nicholas Clark 3 files changed, 170 insertions(+), 170 deletion
http://perl5.git.perl.org/perl.git/commit/b2756f47a8c1739a

Revert "[perl #62646] Maximum string length with substr"
Rafael Garcia-Suarez 2 files changed, 8 insertions(+), 26 deletions(-
http://perl5.git.perl.org/perl.git/commit/54fcd2cd405902c4

update AUTHORS for new commits, spelling
Ricardo Signes 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c25e53bef71ab0f2

Add t/comp/packagev.t to MANIFEST
Vincent Pit 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/920d15615f02327c

Upgrade to CPAN.pm 1.94_54
Rafael Garcia-Suarez 9 files changed, 87 insertions(+), 74 deletions(
http://perl5.git.perl.org/perl.git/commit/d1f5653b48cd2ffe

Clean up mktables intro comments; remove trailing white space
Karl Williamson 1 file changed, 177 insertions(+), 89 deletions(
http://perl5.git.perl.org/perl.git/commit/678f13d5959f31b3

Correct VMS-specific handling of $! in Perl_magic_get.
Craig A. Berry 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/666d8aa22e6926f5

A fig leaf for calling sv_pos_u2b with IV* where it expects I32*.
Craig A. Berry 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/596f450b74e96306

Parse 'use NAME VERSION' with C locale
David Golden 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8d08d9baca8b5e17

wrap a link in L<> to avoid bad autolinking
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b386fa440d8266b7

[perl #72098] File::Copy stripping 06000 perms on cp for root
Todd Rinaldo 1 file changed, 2 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ed62bc33569bfd9c

* Tom's latest perlfunc cleanups, to ensure we're on the same track
brian d foy 1 file changed, 16 insertions(+), 98 deletions(-
http://perl5.git.perl.org/perl.git/commit/8bdbc703cb0af3fa

* Backported Tom's perlfaq cleanup to the perlfaq repo, and now they are bac
brian d foy 5 files changed, 13 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/23bec515f0a65900
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
21 commits. 6 unique authors. 5 unique committers.
97 files changed, 1984 insertions(+), 1487 deletions(-)
Net code removal: Nicholas Clark (676 lines)
Thanks, applied: David Golden (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/fe61459e95657c43.tar.gz

Update to podlators 2.3.0
Rafael Garcia-Suarez 28 files changed, 727 insertions(+), 491 deletio
http://perl5.git.perl.org/perl.git/commit/fe61459e95657c43

Clarify in INSTALL what an extension name looks like:
David Mitchell 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/47bd56ab669218f7

fix SEGV in /\N{...}/
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2628941b2d252f43

update Mark Jason Dominus's name in AUTHORS
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8082ad347d85cc73

initialize undefined version objects with zero, not 'undef'
David Golden 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/be5574c0ea0db2b4

Add USE_PERL_ATOF to the list of -V's compile-time options.
Nicholas Clark 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5a8d89359b90ed02

Revert "remove defunct "Changes" file step from RMG"
Ricardo Signes 1 file changed, 17 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b82efa2756523858

remove defunct "Changes" file step from RMG
Ricardo Signes 1 file changed, 0 insertions(+), 17 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6642915e130e2410

Remove CPAN's Makefile.PL; let make_ext.pl write one for us.
Nicholas Clark 3 files changed, 1 insertion(+), 683 deletions(-
http://perl5.git.perl.org/perl.git/commit/603fcd17d4a07413

Make perl's magic variables in gv.c grep-able
Ævar Arnfjörð Bjarmason 1 file changed, 35 insertions(+), 35 deletions(-
http://perl5.git.perl.org/perl.git/commit/6361f6560811eabd

Update META.yml for Module::CoreList
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5127b1ff14cd1cf7

create perl5115delta and update other versions
Ricardo Signes 11 files changed, 295 insertions(+), 24 deletion
http://perl5.git.perl.org/perl.git/commit/3be84f1f735ea852

make clean deletes runtests, so add a rule and dependency to regenerate it.
Nicholas Clark 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9aa28017be0ac02c

add -u to core-cpan-diffs to filter modules
Ricardo Signes 1 file changed, 8 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2908b263df5784d1

perlfunc tweak for package NAME VERSION
David Golden 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a2bff36e3c50a471

remove remaining boilerplate from perl5114delta
Ricardo Signes 1 file changed, 1 insertion(+), 13 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7e2aafc2d3a9df94

perldelta5114 updated prior to shipping
Ricardo Signes 1 file changed, 92 insertions(+), 105 deletions(
http://perl5.git.perl.org/perl.git/commit/aac9cb74751c65a7

add 5.11.4 (and myself) to perlhist
Ricardo Signes 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a3ed6ee085bef47b

regen_perly prepping for 5.11.4
Ricardo Signes 3 files changed, 22 insertions(+), 25 deletions(
http://perl5.git.perl.org/perl.git/commit/e62897261f2d60d9

update Module::CoreList for pending 5.11.4
Ricardo Signes 2 files changed, 639 insertions(+), 2 deletions(
http://perl5.git.perl.org/perl.git/commit/d3cba0fe09d5a0cb

Update Module::Build to 0.3603
David Golden 44 files changed, 145 insertions(+), 96 deletion
http://perl5.git.perl.org/perl.git/commit/7dc9e1b44427ddd7
Re: Perl 5 Commit Summary [ In reply to ]
* Perl 5 commit summary <nick@ccl4.org> [2010-01-22T21:08:19]
> Perl 5 commit summary, activity since Wednesday
>
> Current branch blead
> 21 commits. 6 unique authors. 5 unique committers.
> 97 files changed, 1984 insertions(+), 1487 deletions(-)
> Net code removal: Nicholas Clark (676 lines)
> Thanks, applied: David Golden (1)
> Snapshot: http://perl5.git.perl.org/perl.git/snapshot/fe61459e95657c43.tar.gz

Is the script that generates this available for mucking about? If not, what
I'd really like is to have it provide a git range like deaf0a1..fb0a1b2 so that
I could easily run "git log RANGE" and update perldelta based on the full text
of the commits, rather than "have to" click all the links below.

I realize there are middle grounds, but that would be convenient. This
message can serve both as a reminder to update perldelta /and/ a quick note of
which changes require review.

--
rjbs
Re: Perl 5 Commit Summary [ In reply to ]
On Sat, Jan 23, 2010 at 8:04 AM, Ricardo Signes
<perl.p5p@rjbs.manxome.org> wrote:
> * Perl 5 commit summary <nick@ccl4.org> [2010-01-22T21:08:19]
>> Perl 5 commit summary, activity since Wednesday
>>
>> Current branch blead
>> 21 commits.  6 unique authors.  5 unique committers.
>> 97 files changed, 1984 insertions(+), 1487 deletions(-)
>> Net code removal: Nicholas Clark (676 lines)
>> Thanks, applied:  David Golden (1)
>> Snapshot: http://perl5.git.perl.org/perl.git/snapshot/fe61459e95657c43.tar.gz
>
> Is the script that generates this available for mucking about?  If not, what
> I'd really like is to have it provide a git range like deaf0a1..fb0a1b2 so that
> I could easily run "git log RANGE" and update perldelta based on the full text
> of the commits, rather than "have to" click all the links below.
>
> I realize there are middle grounds, but that would be convenient.  This
> message can serve both as a reminder to update perldelta /and/ a quick note of
> which changes require review.

I don't know where it lives, but I believe Nicholas wrote it. It's
obviously based on git log and appears to use a date range, so it
seems that if you want full git log output, you could just use git log
--since and give it the same date as appears in the e-mail message.

But it sounds like what you really want is all the commits since the
last time perldelta was updated. So something like:

% git log -1 --oneline -- pod/perl5114delta.pod
7e2aafc remove remaining boilerplate from perl5114delta
% git log 7e2aafc..
<snip>

might do the trick, no? For extra credit, write something that
figures out which perldelta we currently should be working on based on
the latest release tag, make it issue a friendly warning if it's time
to create a new perldelta, and have it produce the git log output to
be reviewed for inclusion.

1 2 3 4 5 6 7 8 9 ... 18  View All