Mailing List Archive

1 2 3 4 5 6 7 8 9 ... 18  View All
Re: Perl 5 Commit Summary [ In reply to ]
On Sat, Jan 23, 2010 at 06:09:36PM -0600, Craig A. Berry wrote:
> 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.

It's on dromedary in /home/nicholas/Perl/summary

However, it's not directly generating any ranges, as its comparing the state
of `git show-ref` before and after `git fetch`, against a private repository
clone. There may not be a single range that represents what it produces.

I know it has one bug (that I've not bothered chasing):

http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2009-12/msg00558.html

> 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.

Yet another option I wasn't aware of. However, that won't quite work the same,
as (if I RTFM correctly) it won't show commits made before $date but only
pushed.

> 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

That would be risky, because if anyone commits a typo change to perldelta,
then it "resets" the marker.

Nicholas Clark
Re: Perl 5 Commit Summary [ In reply to ]
* Nicholas Clark <nick@ccl4.org> [2010-01-24T05:39:35]
> > But it sounds like what you really want is all the commits since the
> > last time perldelta was updated.
> >
> > [ ...
>
> That would be risky, because if anyone commits a typo change to perldelta,
> then it "resets" the marker.

This makes me think I should suggest what I'd thought originally: a
perldelta-reviewed head which lies on blead and tracks forward whenever one
reviews perldelta.

It doesn't eliminate the need to do a larger-scale review at the end, but it
makes it very easy to share notes of what's been reviewed so far.

I believe my original issue with that tactic was that if a commit is made with
perldelta fixes, it will lie ahead of the perldelta-reviewed head. That's not
a big deal, though.

I'm not sure this is worth doing, but it seemed like a simple way to share
notes.

--
rjbs
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
14 commits. 8 unique authors. 7 unique committers.
13 files changed, 2868 insertions(+), 50 deletions(-)
Thanks, applied: David Golden (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/a45a6dbc08e2d955.tar.gz

Check for Maintainers.pl updates
Steffen Mueller 1 file changed, 17 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a45a6dbc08e2d955

Porting/ tool: Check for bad commits against cpan/
Steffen Mueller 1 file changed, 195 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/69c406f30530804d

A small typo in perlrun, spotted by Olivier Raginel.
Vincent Pit 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f60ef620372ddc56

comment grammar, indentation
Jim Cromie 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/94e892a68016a417

revise package NAME VERSION entry in perl5120delta
David Golden 1 file changed, 14 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/252eec4f29eab312

correct a typo
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/17270880f85902a3

apply a second set of eyes to perl5120delta
Ricardo Signes 1 file changed, 201 insertions(+), 196 deletions
http://perl5.git.perl.org/perl.git/commit/c66407fa7f5507d7

Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Jesse Vincent 2 parents
http://perl5.git.perl.org/perl.git/commit/8ec29dfb7212b3eb

Add perl5120delta to pod.lst and MANIFEST
Jesse Vincent 5 files changed, 38 insertions(+), 27 deletions(
http://perl5.git.perl.org/perl.git/commit/2bc3a088f1584e3d

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

Change from a hard coded temporary file name in lib/AnyDBM_File.t.
Nicholas Clark 1 file changed, 8 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bdbb64c22f35e0b1

Minor typo fix
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/dac9950b46a56f9f

First full pass at perl5120delta
Jesse Vincent 1 file changed, 2573 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/3ab3a109701f5b8f

Added a stub of the Perl 5.12.0 delta which will be a rollup of the various
Jesse Vincent 1 file changed, 16 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/01358b4af6b48869
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
10 commits. 7 unique authors. 6 unique committers.
5 files changed, 148 insertions(+), 114 deletions(-)
Net code removal: Karl Williamson (55 lines) Steve Hay (1 line)
Thanks, applied: Jesse Vincent (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/4592428789709e45.tar.gz

suggestion to use GET URL
Ricardo Signes 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4592428789709e45

Fix a broken pod link
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/adbcfde046cf8da9

* Fill out the docs on the yada to show it as a satand in for statements, no
brian d foy 1 file changed, 57 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/e8163f9b21612cd7

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

Add a few regression tests, making sure ... is parsed as a range operator
Abigail 1 file changed, 34 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/29e8de644e207ef3

Clean up 5.12 delta pod concerning regexes and Unicode changes
Karl Williamson 1 file changed, 29 insertions(+), 84 deletions(-
http://perl5.git.perl.org/perl.git/commit/b21d8e53e5f0de66

Resort MANIFEST.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b8b7c8fb3f5b289a

Remove duplicate entries from MANIFEST
Steve Hay 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/69ce7cbe20ed2513

Add Porting/check-cpan-pollution to MANIFEST
Steve Hay 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7bb52a2bd5bbbb50

* Note that the flip-flop operator maintains state across subroutine calls
brian d foy 1 file changed, 17 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/8f0f46f8c3254d47
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
6 commits. 6 unique authors. 4 unique committers.
11 files changed, 51 insertions(+), 35 deletions(-)
Net code removal: Todd Rinaldo (1 line)
Thanks, applied: Rafael Garcia-Suarez (2) H.Merijn Brand (1)
Jesse Vincent (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/5e58db16ffcf3444.tar.gz

Update to MIME-Base64 3.09
Gisle Aas 6 files changed, 40 insertions(+), 25 deletions(
http://perl5.git.perl.org/perl.git/commit/5e58db16ffcf3444

Diagnostic improvements to better understand why lib/Benchark.t test 13 has
Todd Rinaldo 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8350df422c2af17d

[PATCH] Add gcc predefined macros to $Config{cppsymbols} on GNU/Hurd.
H.Merijn Brand 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/eeb92b76fda504cc

gmtime/localtime are busted around 2**48
Michael G Schwern 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/455f2c6c92e42c1a

Clarify warning that e.g. \q is reserved
Karl Williamson 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b224edc1e71fa31c

Fix POD typo
Frank Wiegand 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e2c4d205f68f9d5a
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
7 commits. 4 unique authors. 3 unique committers.
20 files changed, 245 insertions(+), 148 deletions(-)
Net code removal: Jesse Vincent (5 lines)
Thanks, applied: Jesse Vincent (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/23d72198749db537.tar.gz

Upgrade CPAN to 1.94_55
Steffen Mueller 9 files changed, 151 insertions(+), 84 deletions
http://perl5.git.perl.org/perl.git/commit/23d72198749db537

Revert "Update to MIME-Base64 3.09"
Jesse Vincent 6 files changed, 25 insertions(+), 40 deletions(
http://perl5.git.perl.org/perl.git/commit/9ef40646096384d9

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

Allow arbitrary whitespace between NAME and VERSION in "package NAME VERSION
Jesse Vincent 4 files changed, 26 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/14a86d0ccd20f01e

Tests for RT #72432
Abigail 1 file changed, 13 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/872cbd3c8c2e3d88

add a watchdog for schwern's time overflow tests.
Jesse Vincent 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ea4c52f0a523df1f

Add sanity checks for far, far distant dates.
Michael G. Schwern 1 file changed, 24 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e66590ee0c794dd4
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
22 commits. 12 unique authors. 9 unique committers.
28 files changed, 709 insertions(+), 354 deletions(-)
Net code removal: David Golden (71 lines)
Thanks, applied: Jesse Vincent (3) Rafael Garcia-Suarez (2)
David Golden (2) Craig A. Berry (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/b9ad13acb338e137.tar.gz

Fix for non-regexps being upgraded to SVt_REGEXP
Nicholas Clark 4 files changed, 65 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/b9ad13acb338e137

regenerated Configure after backport cat ../perl/Configure >Configure
H.Merijn Brand 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/3141af47a8bc3e77

Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Jesse Vincent 2 parents
http://perl5.git.perl.org/perl.git/commit/41ca041da450dea2

Document unless () {} elsif () {} else {} and tell people not to use it.
Jesse Vincent 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d27f8d4b40c1a3b6

"unless else" wasn't previously documented, though it was valid syntax
Reini Urban 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/62d98eed78990cd8

Warn people not to set PERL_CORE in XS
David Mitchell 1 file changed, 7 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0972ecdf6decc0f5

In embed.fnc the 'E' flag should imply 'X', but doesn't.
Jan Dubois 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/23fb3b56e6bbdf76

revise perldelta note on strict and lax version rules
David Golden 1 file changed, 16 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/fab55263f31aa588

expand flag descriptions in in embed.fnc
David Mitchell 1 file changed, 93 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/d412580b5bb56707

alphabetically sort flag descriptions in embed.fnc
David Mitchell 1 file changed, 17 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/7d354ab0f583b785

[perl #72156]: substitute `less -R' for `less' for groff's new usage
Josh ben Jore 1 file changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2c0c170a5682dcc9

INSTALL doc fix: calling the test suite using -MTestInit changed since it mo
Slaven Rezic 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/761cea1cfc55c559

changed "an UTF..." to "a UTF..." in all Pods
Slaven Rezic 4 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a69635b797939b34

Removing invalid port L<> links from Version documentation updates.
Jesse Vincent 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dc08a87be50ba933

Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Jesse Vincent 2 parents
http://perl5.git.perl.org/perl.git/commit/958ff85a3beda751

Improvements to 31c9a3 - CPAN code did depend on the previous behaviour of b
Nicholas Clark 7 files changed, 56 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/d963bf01c4c4db29

move version details to version::Internals and other clean up
David Golden 2 files changed, 164 insertions(+), 251 deletion
http://perl5.git.perl.org/perl.git/commit/6369c7393bb30f60

document version::is_strict/is_lax
David Golden 1 file changed, 14 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a525e6d7a96c4471

Document usage of version regexps
John Peacock 2 files changed, 105 insertions(+), 47 deletions
http://perl5.git.perl.org/perl.git/commit/42bd538f82026833

Export and document is_lax and is_strict functions
John Peacock 2 files changed, 87 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/61a0cb1c57a82d32

note that delete/exists ARRAY_ELEM should be avoided
Ricardo Signes 1 file changed, 24 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/d0a76353c03de55a

Don't try to calculate a time over the conservative failure boundary.
Michael G. Schwern 7 files changed, 106 insertions(+), 23 deletions
http://perl5.git.perl.org/perl.git/commit/fc003d4b0d731bb6
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
13 commits. 7 unique authors. 4 unique committers.
14 files changed, 99 insertions(+), 63 deletions(-)
Net code removal: Robin Barker (17 lines) David Golden (15 lines)
Thanks, applied: Rafael Garcia-Suarez (4)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/95c9bfa39f7dd11d.tar.gz

Bump Safe's version to 2.22
Rafael Garcia-Suarez 3 files changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/95c9bfa39f7dd11d

bump to CPAN 1.12. Only Makefile.PL changes not affecting CORE
Reini Urban 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/daaaeea5dc679767

Silence spurious warning in new Safe test
Rafael Garcia-Suarez 1 file changed, 9 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fda8057a23c2a646

Remove npl addresses from "my" files
Robin Barker 4 files changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/abb363a146c0f4d5

delete orphaned text
Robin Barker 1 file changed, 0 insertions(+), 17 deletions(-)
http://perl5.git.perl.org/perl.git/commit/899272c050d399db

Revised opening line of perl man page
David Golden 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d27f2b2f9d9e8675

revert perl -h changes
David Golden 1 file changed, 2 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bb87c82accf79d3e

Bug in Safe 2.21 re propagating exceptions
Tim Bunce 2 files changed, 29 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/2630fd9e8e31d2fd

[perl #72590] Panic if 'use strict' and forget 'my'
Rafael Garcia-Suarez 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/78c4a74a09b8f7ed

keep -h to 80 characters or less
David Golden 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/482d21b3db741a7f

Help new users learn how to get help
David Golden 2 files changed, 19 insertions(+), 33 deletions(
http://perl5.git.perl.org/perl.git/commit/6b43eec4c0ed080f

Note a change in warnings::register's behavior in 5.10 that wasn't documente
Jesse Vincent 1 file changed, 21 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d99e543b6f3f9eca

Per Jesse, ignoring the skipping the tests form threaded OpenBSD
Steve Peters 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9a43387b39cb0e76
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
18 commits. 7 unique authors. 6 unique committers.
22 files changed, 420 insertions(+), 257 deletions(-)
Thanks, applied: Nicholas Clark (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ca127710352774fe.tar.gz

Keep perl5115delta.pod up to date
Steve Hay 1 file changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ca127710352774fe

Fix another place where I typoed book's name
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6dde2df7567ece5b

Doc fix. Thanks to Bram.
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/77d4bad069ecbeed

Fix #72850 - reading $! shouldn't SEGV if Strerror(errno) returns NULL.
Nicholas Clark 2 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/be1cf43c8dab9dd2

$name =~ /Phill?ipp?e?/ && $name eq "Philippe" # FAIL
Philippe Bruhat (BooK) 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cc0193b268b34831

Added a sucker for the August 20 release
Jesse Vincent 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/456e5cc424fe7e57

Updated release schedule through July 2010
Jesse Vincent 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ff24a3ba28b46ba0

Remove unused variable
H.Merijn Brand 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/212cd266432f0c6e

Doc adjustment about lock(), by Daniel Frederick Crisman
Rafael Garcia-Suarez 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7b043ca55b8bb825

Add our repository URL as a 'repository' key in META.yml.
Nicholas Clark 2 files changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f35600237957c2dc

Bump version's $VERSION
Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/aa6255bdf72dc4b9

Make distclean work again on Win32
Steve Hay 2 files changed, 85 insertions(+), 33 deletions(
http://perl5.git.perl.org/perl.git/commit/1a6c65ed95ec85cb

First stab at a perl5115delta.pod with just under a week to go
Steve Hay 1 file changed, 90 insertions(+), 129 deletions(
http://perl5.git.perl.org/perl.git/commit/555dc087e23cb8cb

Update AUTHORS and Porting/checkAUTHORS.pl with new names and aliases
Steve Hay 2 files changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/feaafc869f59fe12

Convert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_flags().
Nicholas Clark 7 files changed, 42 insertions(+), 39 deletions(
http://perl5.git.perl.org/perl.git/commit/d931b1bedc59d462

Remove a vestigial STRLEN case and convert a label to lowercase.
Nicholas Clark 2 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1c90055717b05b3f

Removes 32-bit limit on substr arguments. The full range of IV and UV is ava
Eric Brine 8 files changed, 193 insertions(+), 67 deletions
http://perl5.git.perl.org/perl.git/commit/777f7c561610dee6

[PATCH] Support for SystemTap's dtrace compatibility layer and issues linkin
H.Merijn Brand 2 files changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6e3b7bfa2b063f4c
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
28 commits. 8 unique authors. 5 unique committers.
35 files changed, 792 insertions(+), 437 deletions(-)
Thanks, applied: Rafael Garcia-Suarez (2) Jesse Vincent (2) Steve Hay (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/c500e02848ab1c4e.tar.gz

Regen headers after previous patches
Steve Hay 2 files changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c500e02848ab1c4e

Add X flag to embed.fnc entries.
Karl Williamson 1 file changed, 11 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/0801f9a3ebbd8db1

Move some fncs from Public to extensions visible
Karl Williamson 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/5556d2fa424723dd

More updates to perl5115delta.pod
Steve Hay 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e6a8543aedf911a5

Avoid returning an undefined SV*
Rafael Garcia-Suarez 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f5a573297aad004c

Regen headers after previous patches
Rafael Garcia-Suarez 2 files changed, 13 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/70a6e658a75720da

Make a missing right brace on \N{ fatal
Karl Williamson 2 files changed, 24 insertions(+), 39 deletions(
http://perl5.git.perl.org/perl.git/commit/0a96133fa53fe1b2

PATCH: [perl #56444] delayed interpolation of \N{...}
Karl Williamson 10 files changed, 659 insertions(+), 374 deletio
http://perl5.git.perl.org/perl.git/commit/ff3f963aa0f95ea5

Update perldelta for 5.12 to warn vendors about deprecate.pm
Jesse Vincent 1 file changed, 11 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8df7d2a3b2f29aff

rt #72866 - add magic to arrayrefs assigned to *Foo::ISA
Tony Cook 2 files changed, 27 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/d851b1227a19f97a

Avoid a panic from the UTF-8 length cache if the length overflows 32 bits.
Nicholas Clark 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/566a4373528224e6

In Perl_reg_temp_copy(), ensure SvMAGIC() is NULL in the new REGEXP.
Nicholas Clark 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/703c388dcb4a811f

Keep perl5115delta.pod up to date
Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4d5229574fc575d9

Upgrade podlators from 2.3.0 to 2.3.1
Steve Hay 4 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a551d937fd3e2ba4

Update perl5115delta.pod with today's changes
Steve Hay 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a4cc96117b620fea

Upgrade CPAN from 1.94_55 to 1.94_56
Steve Hay 9 files changed, 17 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/99ad6f11b89e2dcc

Merge branch 'pod-perlrepository' of git://github.com/avar/perl into blead
Jesse Vincent 2 parents
http://perl5.git.perl.org/perl.git/commit/f54260a347c70d42

Make the new Socket implementation of inet_pton consistent with the existing
Jesse Vincent 2 files changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3aca805b785501fb

Documentation fix in perldoc's usage statement. (-A -> -v)
Offer Kaye 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/90fdd774eb4f7910

Change my email address from work to home
Steve Hay 3 files changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/03c4920e421b61a2

Keep perl5115delta.pod up to date
Steve Hay 1 file changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ca127710352774fe

Mention why it's a good idea to use topic branches for everything
Ævar Arnfjörð Bjarmason 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0c24b290ae02b2ab

Adjusted the git config user.name/user.email example for what 99% of users w
Ævar Arnfjörð Bjarmason 1 file changed, 9 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9d77ce3f21b279b4

Prefix commands universally with "%". Most of the POD used that convention b
Ævar Arnfjörð Bjarmason 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e0b2b458eee3edd8

Don't recommend that people manually fiddle with their F<.git/config>, inste
Ævar Arnfjörð Bjarmason 1 file changed, 4 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/11ed6e28a169ef2a

Fix another place where I typoed book's name
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6dde2df7567ece5b

Doc fix. Thanks to Bram.
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/77d4bad069ecbeed

Note that checking out from git via http:// is at least 4x slower than git:/
Ævar Arnfjörð Bjarmason 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cf5e7595dae7f3a6
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
40 commits. 8 unique authors. 7 unique committers.
62 files changed, 1610 insertions(+), 244 deletions(-)
Thanks, applied: Steve Hay (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/1369b85fd244c3fb.tar.gz

Teach bump-perl-version about additional perl511 references in makedef.pl.
Jan Dubois 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1369b85fd244c3fb

Regression test for 34394ecd - SVs that were only on the tmps stack leaked.
Nicholas Clark 1 file changed, 13 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3287f6c3a5c07709

Symbol S_no_symref_sv should be static (local to the compilation unit).
Jan Dubois 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4bdf8368ba4c1bf3

Teach bump-perl-version about perl511.dll, perl511.lib and perl511s.lib
Jan Dubois 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7dfca73bbdacebba

Update the release managers' guide: don't push the tag too soon!
Steve Hay 1 file changed, 10 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c27b4e972fdf6c92

fix prose from previous lib/bytes.pm doc update
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c9ddd1e97b1d1d13

Better explain utf8::upgrade/downgrade/encode/decode
David Mitchell 1 file changed, 33 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/836ccc8ea0b1baa3

deprecate bytes.pm
David Mitchell 1 file changed, 13 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a515200d681686a6

Bram pointed out the new tests hang if the fix for #72878 isn't in place.
Abigail 1 file changed, 16 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/915f085e26669292

Another minor update to the release managers' guide
Steve Hay 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a377de858ae4fe06

Don't multiply define Perl_regcurly in core and the re extension.
Craig A. Berry 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d3b0eb15c61147a3

stop skipping ext/Fcntl/t/syslfs.t
David Mitchell 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3778d1b0a501c83c

stop cpan/Memoize/t/tie_ndbm.t being skipped
David Mitchell 1 file changed, 0 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/35f3bf0abf61ebcb

stop op/groups.t skipping on Linux
David Mitchell 1 file changed, 13 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/67d13d020f12d3ee

Sys-Syslog/t/constants.t couldn't find macros.all
David Mitchell 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b5ffec61b15547ad

Update Porting/release_managers_guide.pod and Porting/makerel
Steve Hay 2 files changed, 38 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/e8c01f9236ea4602

Fix the NAME in two old perlXYZdelta.pod files
Steve Hay 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/85a8e0aaee230b81

Create perl5116delta and update other versions
Steve Hay 12 files changed, 291 insertions(+), 20 deletion
http://perl5.git.perl.org/perl.git/commit/655da5cf58294402

Stop pod/buildtoc from changing EOLs on Win32
Steve Hay 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2187fa1935eeeb89

Merge branch 'tie-scalar' into blead
Abigail 2 parents
http://perl5.git.perl.org/perl.git/commit/5b1f92675e6dc88f

Update future release schedule
Steve Hay 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1225b9be59a602d0

Upped VERSION
Abigail 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3f89fda63a570ce2

Since change 9c901649534a1360, vendorlib_stem isn't always added to @INC.
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/79cf6d147ddb45df

Final update to perl5115delta.pod
Steve Hay 1 file changed, 11 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b3289bd223cc434b

Record Perl 5.11.5 and a new pumpkin keeper in perlhist
Steve Hay 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3b63b116a8d96118

Fix Module::CoreList's own $VERSION in 5.11.4
Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6f0017eefb47e6ee

Update Module::CoreList for Perl 5.11.5
Steve Hay 3 files changed, 638 insertions(+), 3 deletions(
http://perl5.git.perl.org/perl.git/commit/2a3ea5b55616e437

Don't recurse forever if both new() and TIESCALAR() are missing.
Abigail 2 files changed, 49 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/bc3707112523ba7a

Document differences between Tie::Scalar and Tie::StdScalar
Abigail 1 file changed, 12 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b588e26b0530f7ec

Missed a version bump in README.vms
Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3b82429fa69352a0

Bump version to 5.11.5
Steve Hay 20 files changed, 126 insertions(+), 126 deletio
http://perl5.git.perl.org/perl.git/commit/84e09a8c4c3ab0da

Stop Porting/bump-perl-version from changing EOLs on Win32
Steve Hay 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/33c1015fda04899e

Almost the final updates to perl5115delta.pod
Steve Hay 1 file changed, 27 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9b49dc400d59e69f

Update Porting/Maintainers.pl with version bumps that have been forgotten
Steve Hay 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6de30207dfc8736c

unTODO some passing TODO tests in reg_fold.t
David Mitchell 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2f7760b5e56a54d7

Fix apidoc for HeUTF8()
Marcus Holland-Moritz 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cca4e9fab7291545

Update perl5115delta.pod with new diagnostics
Steve Hay 1 file changed, 51 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/875c5bf420d83b47

PATCH: deprecation warnings for unreasonable charnames
Karl Williamson 4 files changed, 99 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/cb233ae346c666d8

Improve handling of qq(\N{...}); and /x
Karl Williamson 3 files changed, 126 insertions(+), 29 deletions
http://perl5.git.perl.org/perl.git/commit/c3c4140635dd0836

Add some missing dVAR's
Marcus Holland-Moritz 3 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/749123ff5f0f5da3

Current branch dual/Safe
6 commits. 2 unique authors. 1 unique committer.
6618 files changed, 1016763 insertions(+), 911123 deletions(-)
Thanks, applied: Rafael Garcia-Suarez (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/e4e6525004a789fc.tar.gz

Add more version::vxs routines to the default share
Rafael Garcia-Suarez 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e4e6525004a789fc

Add new test in Safe's MANIFEST
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8716d6843736c4aa

Bump version to 2.23
Rafael Garcia-Suarez 3 files changed, 8 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f7606119fc09e3d4

Add some symbols from version::vxs to the default share
Rafael Garcia-Suarez 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/404e3cecaf943f35

[perl #72942] Can't perform unicode operations in Safe compartment
Tim Bunce 3 files changed, 65 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/900665121b5ecaf6

Install Safe in "site" instead of "perl" for perls > 5.10
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/dd25434e956a3318
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
3 commits. 2 unique authors. 2 unique committers.
1 file changed, 9 insertions(+), 9 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/490aa361e2910b6b.tar.gz

bytes.pm: downgrade DEPRECATED to NOTICE
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/490aa361e2910b6b

Typo fix
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a42901aff3d8b1b6

more prose fixups to bytes.pm deprecation warning
David Mitchell 1 file changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/677a295452308044

Current branch dual/Safe
3 commits. 2 unique authors. 1 unique committer.
5 files changed, 206 insertions(+), 106 deletions(-)
Thanks, applied: Rafael Garcia-Suarez (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/d56d7163335131cb.tar.gz

Remove unused variable, spotted by Alex Hunsaker
Rafael Garcia-Suarez 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d56d7163335131cb

Add methods wrap_code_ref and wrap_code_refs_within
Tim Bunce 5 files changed, 204 insertions(+), 105 deletion
http://perl5.git.perl.org/perl.git/commit/27c4ce72ddbd75b2

Also share SWASHGET in perls < 5.10, before it was translated from perl to C
Rafael Garcia-Suarez 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d2177bdff53b8195

New branch nicholas/better-clone
10 commits. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/56885addb6492061.tar.gz

Set PADSTALE on all lexicals at the end of sub creation.
Nicholas Clark 2 files changed, 44 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/56885addb6492061

Don't clone the contents of lexicals in pads.
Nicholas Clark 2 files changed, 63 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/36c861a24fb019dd

In Perl_pad_tidy(), merge the SvPADTMP_on() loops for padtidy_SUB and _FORMA
Nicholas Clark 1 file changed, 1 insertion(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/af0697f88948e1d6

In Perl_padlist_dup() don't duplicate @_ or pads caused by recursion.
Nicholas Clark 1 file changed, 56 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2041463c2591821a

Convert PAD_DUP to a function Perl_padlist_dup().
Nicholas Clark 5 files changed, 49 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7dd9faf1aef1d1f6

When deleting CLONE_PARAMS, push any unreferenced SVs onto the temps stack.
Nicholas Clark 5 files changed, 53 insertions(+), 42 deletions(
http://perl5.git.perl.org/perl.git/commit/ce90980cf8d4fdd9

Better ithreads cloning - add all SVs with a 0 refcnt to the temps stack.
Nicholas Clark 6 files changed, 96 insertions(+), 25 deletions(
http://perl5.git.perl.org/perl.git/commit/ef6eb4c555b45443

Abstract *correct* initialisation of CLONE_PARAMS into Perl_clone_params_new
Nicholas Clark 8 files changed, 113 insertions(+), 21 deletions
http://perl5.git.perl.org/perl.git/commit/680ece7331e0ec77

Convert Perl_sv_dup_inc() from a macro to a real function.
Nicholas Clark 9 files changed, 33 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/6461a5a178cdf496

In perl_clone_using(), turn off AvREAL() on param->stashes.
Nicholas Clark 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c1a97ec1bfdd7deb
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
28 commits. 3 unique authors. 3 unique committers.
20 files changed, 325 insertions(+), 102 deletions(-)
Thanks, applied: Jesse Vincent (22)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ec34a119ad469e89.tar.gz

[perl #73174] swash_init() wasn't saving %^H
David Mitchell 3 files changed, 36 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/ec34a119ad469e89

fetching from e.g. github requires a repo name
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fe442cc01a8e621b

Skip Pod::Parser's find.t on VMS for now.
Craig A. Berry 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2799080fd93ebda4

Don't scrub DCL$PATH unless it's there.
Craig A. Berry 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/02bb3106fe98e714

Cannot portably split on $Config{path_sep} -- use quotemeta($Config{path_sep
Craig A. Berry 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6061da081a4fed7b

Note this doesn't work: $re = "\\N{...}"; /$re/
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b09c05e65698d8ba

Document some re bugs in perlre.pod
Karl Williamson 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/78288b8e44d571e1

Document 5.8 regression #72998 in delta
Karl Williamson 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3d3a8206a05fe5bc

Document parsing changes for [perl #56444] patch
Karl Williamson 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5d03b57c9cbf7e44

Revise wording about /x caveats
Karl Williamson 1 file changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f9e949fde3ede234

Mention \N{U+...} documentation in delta
Karl Williamson 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a620a577415c09ba

Add statement about UTF-8 and \N{} to delta
Karl Williamson 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5e75e59948748fd0

Document Unicode case-insensitive [] range bug
Karl Williamson 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f253210bff80ef3f

Quote a code example
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/34d67d80e1087ea2

Add deprecation of non-name \N{foo} to delta pod
Karl Williamson 1 file changed, 12 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8c66a230eb1572c0

Revise notes on /x modifier
Karl Williamson 1 file changed, 9 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7651b9714e196550

Mark \N meaning [^\n] as experimental
Karl Williamson 5 files changed, 23 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/b3b85878703a83ab

Mention there are places /x modifier is ineffective
Karl Williamson 2 files changed, 11 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/7b059540b1167374

Clarify perlrebackslash.pod
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fa8466b4c60103fc

Note existence (and warn against using) \N{U+c1.c2...}
Karl Williamson 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8c37f1d08aed2115

Note that \N{U+...} forces character semantics
Karl Williamson 1 file changed, 6 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/195e542a7ae4c1d9

Document \N{U+...}
Karl Williamson 6 files changed, 47 insertions(+), 25 deletions(
http://perl5.git.perl.org/perl.git/commit/e526e8bb0a50d374

Mention \N{U+...} in perlunicode.pod
Karl Williamson 1 file changed, 13 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6f335b04a25eb6e1

Update documentation
Karl Williamson 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bee80e934506e8f0

Update pods for \N changes
Karl Williamson 5 files changed, 104 insertions(+), 52 deletions
http://perl5.git.perl.org/perl.git/commit/df225385efadf8eb

Update charnames documentations for \N changes, bugs
Karl Williamson 1 file changed, 26 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/55bc7d3ca65c8a79

Clarify sv.c API wording.
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c790c9b676e81d0d

fix for [perl #72604] @DB::args and win32 fork
David Mitchell 2 files changed, 20 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/a1f97a07fa8362ea

Current branch dual/Safe
1 commit. 1 unique author. 1 unique committer.
1 file changed, 0 insertions(+), 1 deletion(-)
Net code removal: Rafael Garcia-Suarez (1 line)

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

Un-TODO warning test
Rafael Garcia-Suarez 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/efbe327085cc1551
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
3 commits. 2 unique authors. 2 unique committers.
6 files changed, 16 insertions(+), 12 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/801ed997c7a7937a.tar.gz

Fix an example for LC_COLLATE in POSIX.pod that actually sets LC_ALL
Vincent Pit 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/801ed997c7a7937a

Revert "Forbid labels with keyword names"
Jan Dubois 4 files changed, 12 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/10517af500e340b8

Setup @INC at compile time because commit ec34a119 needs to load utf8.pm
Jan Dubois 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c06820fb26255c7e
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
20 commits. 11 unique authors. 7 unique committers.
23 files changed, 409 insertions(+), 138 deletions(-)
Net code removal: Jesse Vincent (432 lines)
Thanks, applied: Rafael Garcia-Suarez (5)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ab8e66c141d8d7d8.tar.gz

In comments, correct two instances of SVf_PADSTALE to SVs_PADSTALE.
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ab8e66c141d8d7d8

add makerel option to skip tarball creation
David Golden 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1baeb4021808a25a

Fix comments about @INC ordering
Rafael Garcia-Suarez 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/826e305c121e97f2

list undocumented API and internal functions in perlapi.pod and perlintern.p
Tony Cook 1 file changed, 15 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5a0155e6981ef7c1

Support cygwin-1.7 mount
Reini Urban 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5564a16944f291c2

Add perlintern.pod documentation docatch + prescan_version
Reini Urban 2 files changed, 19 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/22f1630417266506

Document that there are bugs with EBCDIC and regexes
Karl Williamson 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/88c9975e7b98d350

Bump Safe to version 2.25
Rafael Garcia-Suarez 3 files changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/79b7484367aeaeee

Further improvements to the security fix in 16ac9e9a4185d3315152ade5286d4dd3
Nick Cleaton 1 file changed, 8 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/305aa7ae7250ccd5

Revert "Upgrade to IPC::SysV 2.02" - We're frozen. This will be great when w
Jesse Vincent 15 files changed, 50 insertions(+), 56 deletions
http://perl5.git.perl.org/perl.git/commit/47e9bce17f6c887a

Revert "Upgrade to Devel::PPPort 3.19_02" - we're frozen. This will be great
Jesse Vincent 91 files changed, 398 insertions(+), 824 deletio
http://perl5.git.perl.org/perl.git/commit/3f0c6e0cbed905f7

Merge remote branch 'origin/blead' into blead
Marcus Holland-Moritz 2 parents
http://perl5.git.perl.org/perl.git/commit/e32064062edd050e

Upgrade to IPC::SysV 2.02
Marcus Holland-Moritz 15 files changed, 56 insertions(+), 50 deletions
http://perl5.git.perl.org/perl.git/commit/8a720e6ba3939d5d

Only define PERL_PATCHNUM when either git or the .patch file is available
Gisle Aas 3 files changed, 17 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/691ce773f92d2810

Upgrade to Devel::PPPort 3.19_02
Marcus Holland-Moritz 91 files changed, 824 insertions(+), 398 deletio
http://perl5.git.perl.org/perl.git/commit/bfc37ff708b737d2

Moduule::Build test tweaks for VMS.
Craig A. Berry 2 files changed, 17 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/3ec89e6daf60f208

ExtUtils-CBuilder test tweak for VMS.
Craig A. Berry 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aa3f85c5f369736a

Merge branch 'dual/Safe' into blead
Rafael Garcia-Suarez 2 parents
http://perl5.git.perl.org/perl.git/commit/536412612f1536e1

Bump version to 2.24 and update Changes
Rafael Garcia-Suarez 3 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8672299038fbdc25

Clean the stashes from the Safe compartment after evaluation of code.
Rafael Garcia-Suarez 1 file changed, 28 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/16ac9e9a4185d331

Current branch dual/Safe
3 commits. 1 unique author. 1 unique committer.
46 files changed, 525 insertions(+), 162 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/472e0b2a3f33e1fa.tar.gz

Bump version to 2.26
Rafael Garcia-Suarez 3 files changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/472e0b2a3f33e1fa

More backwards-compatible way to force loading of SWASHNEW in Safe
Rafael Garcia-Suarez 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/40b46ab8063dafd3

B::sub_generation is not available for perls < 5.8.9
Rafael Garcia-Suarez 1 file changed, 12 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/40a34d2a6241f2b5
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
15 commits. 8 unique authors. 5 unique committers.
23 files changed, 109 insertions(+), 62 deletions(-)
Net code removal: David Mitchell (16 lines)
Thanks, applied: Rafael Garcia-Suarez (4) David Mitchell (1)
Jesse Vincent (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ba555bf5eb8f5b1d.tar.gz

Use POD references to documentation when possible.
Tom Hukins 5 files changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ba555bf5eb8f5b1d

Use simpler language.
Tom Hukins 3 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/04c2c53e28f4ba72

Use POD-style references in the "SEE ALSO" section.
Tom Hukins 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d974f73b58c3742a

Use POD-style references
Tom Hukins 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b92fc6c1e65fe847

Tighten the ropes on sGMTIME_min for HP-UX 11.00
H.Merijn Brand 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c4af86f5b3084bfb

[perl# 73490] Bump Time::Piece to a devel release that's newer than what
Jesse Vincent 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f83704b301c5cfe3

Clarify that patching deprecate.pm is intended to facilitate a staged transi
Nicholas Clark 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b951c6bd21aaa8ba

Describe the limitations and pitfalls of @DB::args.
Nicholas Clark 1 file changed, 14 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ca9f0cb58a479141

Fix stringification assumption bug in overload.t, revealed by ia64-linux-ld.
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9fa8ecf2a3ca91ec

remove gv_try_downgrade from the public API
David Mitchell 2 files changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4c1069378194cb28

Limit HP-UX 11.00 time to 48 bit in 64bit mode
H.Merijn Brand 1 file changed, 9 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8ed20913a9703a85

Re-TODO one more Deparse test
Rafael Garcia-Suarez 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/719c50dc98237b0a

Note that can be warned on implicit utf8 upgrade
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d9b01026c06e57b0

revert const deparsing in Deparse.pm
David Mitchell 2 files changed, 8 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/0fa4a26596a4646f

[perl #72740]: Blead breaks LEMBARK/LinkedList-Single-0.99.1.tar.gz
Zefram 2 files changed, 46 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/2867cdbcac19071f

New branch nicholas/HvFILL-shrink
12 commits. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/03dbe62d84cd79e1.tar.gz

Eliminate xhv_fill from struct xpvhv.
Nicholas Clark 2 files changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/03dbe62d84cd79e1

Make HvFILL() count the allocated buckets, instead of reading a stored value
Nicholas Clark 7 files changed, 40 insertions(+), 37 deletions(
http://perl5.git.perl.org/perl.git/commit/53198daa923ea594

Replace boolean use of HvFILL(hv) with HvTOTALKEYS(hv), which is equivalent.
Nicholas Clark 2 files changed, 9 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4e5fa77e2edea8c5

Remove union _xivu from _XPVCV_COMMON, and hence structs xpvcv and xpvfm
Nicholas Clark 2 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/753cb6b9541018c6

Remove union _xivu from struct regexp - replace it with a non-union paren_na
Nicholas Clark 2 files changed, 2 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/923ce0465661210e

Remove union _xivu from struct xpvhv - replace it with a non-union xav_keys.
Nicholas Clark 2 files changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4e48a628e97dc540

Remove union _xivu from struct xpvav - replace it with a non-union xav_alloc
Nicholas Clark 3 files changed, 3 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dec1ef0a4e72df82

Reinstate space optimisations to SV body structures.
Nicholas Clark 1 file changed, 22 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/17f3c2b7883b162c

In the SV body, exchange the positions of the NV and stash/magic.
Nicholas Clark 6 files changed, 26 insertions(+), 25 deletions(
http://perl5.git.perl.org/perl.git/commit/cc862fbe33169b9b

Remove all space optimisations from SV body structures.
Nicholas Clark 1 file changed, 31 insertions(+), 31 deletions(-
http://perl5.git.perl.org/perl.git/commit/0e74c42836cad455

SvIVX() isn't valid on SVt_REGEXP
Nicholas Clark 3 files changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d1a077d6d5df5bc1

In sv.c, _all_ {new,del}_X* macros can be *_body_allocated.
Nicholas Clark 1 file changed, 14 insertions(+), 21 deletions(-
http://perl5.git.perl.org/perl.git/commit/d5d752a309683de5
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
29 commits. 7 unique authors. 5 unique committers.
38 files changed, 2248 insertions(+), 1029 deletions(-)
Thanks, applied: Jan Dubois (1) Jesse Vincent (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/faa13f98b5438d7d.tar.gz

A typo in my last Module::CoreList update caused the deprecated hash key
Jesse Vincent 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/faa13f98b5438d7d

Clarify libgdbm use on AIX
Rainer Tammer 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7b8c44fa74721c3e

Update Windows specific changes
Jan Dubois 1 file changed, 67 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/d13f857185774c91

Order platform specific changes alphabetically by platform
Jan Dubois 1 file changed, 91 insertions(+), 53 deletions(-
http://perl5.git.perl.org/perl.git/commit/8ead3603a48f8918

Note that forbidding keywords as labels is controversial
Jan Dubois 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/343c800693b58170

Add Porting/corelist-diff to MANIFEST
H.Merijn Brand 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ec2eb4bd361a09e5

Updated AUTHORS file to be current with checkAUTHORS output
Jesse Vincent 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f675f1f1c6a36338

several typos in perldelta
Jesse Vincent 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4655b0a1efb032ae

feature.pm needed to be taught about "use feature ':5.12'"
Jesse Vincent 3 files changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b7569deb825abe08

perldelta updated for new version of Module::CoreList
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4cabf874ee37b27d

Module::CoreList bumped to 2.27 and updated with versions of things
Jesse Vincent 3 files changed, 644 insertions(+), 7 deletions(
http://perl5.git.perl.org/perl.git/commit/812cbf6767e82110

Added placeholder for RC0 in perlhist
Jesse Vincent 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9fda70ef4e5a6846

README updates for 5.12.0
Jesse Vincent 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d2de339833b53b66

The "right" perldelta is now 5.12.0's
Jesse Vincent 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/29bb6ce50ad82f0c

Update patchlevel.h to note that this is RC0 and not yet a real release
Jesse Vincent 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9eede1957bffa556

Bump to 5.12.0
Jesse Vincent 23 files changed, 169 insertions(+), 169 deletio
http://perl5.git.perl.org/perl.git/commit/9c3c380d813ff0a7

perldelta typo caught by Karl
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/61f382b094d5a227

A few small fixes to perl5120delta.pod
Karl Williamson 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7acb582f8809d598

Left a debugging statement in a Porting tool. Oops!
Jesse Vincent 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6652595ab42907ff

Remove TODO section from perldelta
Jesse Vincent 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ba7e01a39ac684a9

Further updates to perldelta:
Jesse Vincent 2 files changed, 550 insertions(+), 68 deletions
http://perl5.git.perl.org/perl.git/commit/a56dbb5edccbd6ff

Add the author list for 5.12.0
Jesse Vincent 1 file changed, 52 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aac88411846d4935

Update Perl 5.12.0 delta. It needs a spellcheck, proofreading and a module l
Jesse Vincent 1 file changed, 514 insertions(+), 708 deletions
http://perl5.git.perl.org/perl.git/commit/b6381718e14f5229

better perl version output in corelist-diff
Ricardo Signes 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/af23cf166818c497

tool to produce corelist diffs
Ricardo Signes 1 file changed, 26 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/515351d18923c6f7

pod cleanup
Jesse Vincent 1 file changed, 18 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/b16f12578b84a31b

Some copyediting perldelta. Pulled in .11.5 delta
Jesse Vincent 1 file changed, 363 insertions(+), 233 deletions
http://perl5.git.perl.org/perl.git/commit/72d4e865fb3b4c7b

Revive threaded builds for AIX
H.Merijn Brand 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4538cc61f9647977

In Perl_sv_compile_2op(), remove a suggestion to merge code with pp_entersub
Nicholas Clark 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ee23ad3b3dcc9a9c

Current branch nicholas/HvFILL-shrink
1 commit. 1 unique author. 1 unique committer.
1 file changed, 5 insertions(+), 4 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/0266d232911e2401.tar.gz

Perl_hv_fill(), count empty chains down, rather than used chains up.
Nicholas Clark 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0266d232911e2401

New branch merijn/post-5.12
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/50cf7679884399fe.tar.gz

Allow -Duse64bitint without promoting to use64bitall on HP-UX
H.Merijn Brand 1 file changed, 7 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/50cf7679884399fe
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
6 commits. 6 unique authors. 5 unique committers.
6 files changed, 39 insertions(+), 10 deletions(-)
Thanks, applied: Jesse Vincent (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/18d7fc8581bb4210.tar.gz

Don't encourage using Safe in perlsec
Rafael Garcia-Suarez 1 file changed, 8 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/18d7fc8581bb4210

Add more internal files and directories to no_index in META.yml
Nicholas Clark 2 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/25c32de1d6c1a948

Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Jesse Vincent 2 parents
http://perl5.git.perl.org/perl.git/commit/51e623de6248e035

A couple of additions to perl5120delta
Vincent Pit 1 file changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8a4f3f1418b323a0

Add a comma to the number "3000"
Leon Brocard 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ee75e258eab0b48c

Attached are two TODO patches for the remaining test failures on VMS.
Craig A. Berry 2 files changed, 12 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/ff26e4c8efcd1b0f

New branch nicholas/regcomp-simple-varies
7 commits. 1 unique author. 1 unique committer.

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

Convert REGNODE_{SIMPLE,VARIES} to a bitmask lookup, from a strchr() lookup.
Nicholas Clark 2 files changed, 50 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/d588ab9ce361c899

Change regcomp.pl to 0-based indexing for its arrays and loops.
Nicholas Clark 1 file changed, 20 insertions(+), 21 deletions(-
http://perl5.git.perl.org/perl.git/commit/616957d917eb3a86

Encapsulate lookups in PL_{varies,simple} within macros REGNODE_{VARIES,SIMP
Nicholas Clark 3 files changed, 10 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/7b436d241b86d592

Generate PL_simple[] and PL_varies[] with regcomp.pl, rather than hard-codin
Nicholas Clark 4 files changed, 104 insertions(+), 77 deletions
http://perl5.git.perl.org/perl.git/commit/0276b32d1251359d

Re-work the regcomp.sym to remove use of hard tabs. No data change.
Nicholas Clark 2 files changed, 121 insertions(+), 121 deletion
http://perl5.git.perl.org/perl.git/commit/1b37377f6595b98d

Correct the node numbers in comments.
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/eba5403060eeea3f

Remove stray tab character in definition for VERB.
Nicholas Clark 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a0b9b52c0bee239e
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
3 commits. 3 unique authors. 2 unique committers.
3 files changed, 110 insertions(+), 64 deletions(-)
Thanks, applied: Rafael Garcia-Suarez (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/bf2695427bbbda7b.tar.gz

Applied a patch from Schwern to one of the CPANPLUS test files.
Chris Williams 1 file changed, 37 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bf2695427bbbda7b

README.aix for Perl 5.12"
Rainer Tammer 1 file changed, 69 insertions(+), 60 deletions(-
http://perl5.git.perl.org/perl.git/commit/f19b8045021653e8

Explain why -Duserelocatableinc isn't compatible with -Duseshrplib
Rafael Garcia-Suarez 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/79f7885ca13814e1

New branch davem/post-5.12
4 commits. 1 unique author. 1 unique committer.

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

Fix assorted bugs related to magic (such as pos) not "sticking" to
David Mitchell 6 files changed, 44 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/fd69380d5d5b95ef

[perl #73626] get magic wasn't called on 3rd arg of open
David Mitchell 2 files changed, 17 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/d71e3dc326c2464e

[perl #45167] Taint removal by sprintf
David Mitchell 3 files changed, 30 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3e6bd4bfcd175c61

[perl #6758] tainted values become untainted in tied hashes
David Mitchell 2 files changed, 52 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/b112cff9879ef9e2
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
9 commits. 6 unique authors. 5 unique committers.
17 files changed, 58 insertions(+), 307 deletions(-)
Net code removal: Jesse Vincent (265 lines) Aristotle Pagaltzis (2 lines)
Thanks, applied: David Golden (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/7cf8de9f707ac211.tar.gz

Fix title of perluniprops in table of contents
Rafael Garcia-Suarez 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7cf8de9f707ac211

perl 5.11.6 never happened. Remove the traces of its perldelta.
Jesse Vincent 10 files changed, 19 insertions(+), 289 deletion
http://perl5.git.perl.org/perl.git/commit/35dec5db1fa20759

Removed specific attributions from the very few changes that had them.
Jesse Vincent 1 file changed, 6 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/79849ba8f9d77222

Downgrade Socket.pm's new inet_ntop and inet_pton to EXPORT_OK rather
Jesse Vincent 3 files changed, 11 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/d6896be36b2f6911

Perldelta proofreading fixes from Zefram in
Jesse Vincent 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e014eb68559fa27c

added Aristotle Pagaltzis to AUTHORS
David Golden 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d419ab135ccff6f4

give two simpler recipes for creating remote branches
Aristotle Pagaltzis 1 file changed, 13 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/b16add97894081f7

describe how to create a remote topic branch
David Mitchell 1 file changed, 16 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/33e5002f3018c3b8

Check that sparse files hold at least a block (bug in eCryptfs: https://bugs
Leon Brocard 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8c3c028a261ab8dd

Current branch davem/post-5.12
1 commit. 1 unique author. 1 unique committer.
2 files changed, 20 insertions(+), 2 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/447ee1343739cf8e.tar.gz

RT #67962: $1 treated as tainted in untainted match
David Mitchell 2 files changed, 20 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/447ee1343739cf8e

Current branch merijn/post-5.12
2 commits. 1 unique author. 1 unique committer.
11 files changed, 316 insertions(+), 141 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/78b79474d3d590c3.tar.gz

Note how to deal with broken dbm.h on OpenSUSE
H.Merijn Brand 1 file changed, 20 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/78b79474d3d590c3

Merge branch 'blead' into merijn/post-5.12
H.Merijn Brand 2 parents
http://perl5.git.perl.org/perl.git/commit/6218454582dbcccc
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
36 commits. 10 unique authors. 4 unique committers.
23 files changed, 711 insertions(+), 633 deletions(-)
Net code removal: Karl Williamson (5 lines)
Thanks, applied: Jesse Vincent (12) Rafael Garcia-Suarez (6)
David Mitchell (2) David Golden (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/baf26ee374eb3702.tar.gz

rafl volunteers to release blead in August 2010
David Golden 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/baf26ee374eb3702

revise release manager schedule
David Golden 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a3983ba969738ca6

Document removal of -P in perldelta.
Florian Ragwitz 1 file changed, 9 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/208f012aa184134b

Assuming RC1 goes out today, .0 goes out on 5 April
Jesse Vincent 2 files changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dd2abc632434eff5

Add an errata pointer to perldelta.
Jesse Vincent 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/861ff9eb8d184fa0

doc update: Storable cannot serialize REGEXP (yet)
Slaven Rezic 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/eda690a0221aa137

Update perldelta to warn people that deprecated things weren't just deprecat
Jesse Vincent 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/62ccb3663dda1500

back out misguided change to brnaching time.
Jesse Vincent 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/66d8ce14f1c15a76

Begin bowing to public pressure toward an open blead;
Jesse Vincent 1 file changed, 9 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/233ca920f2b8dfe7

bump from rc0 to rc1.
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/88b559779b7cc467

Update perldelta to better warn users about the changes from the first-class
Jesse Vincent 1 file changed, 10 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/055e9e166d34c9b5

A few edits
Karl Williamson 1 file changed, 50 insertions(+), 46 deletions(-
http://perl5.git.perl.org/perl.git/commit/c1c4ae3a961df5aa

Slight edits
Karl Williamson 1 file changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6b46370c614272cc

Slight edits
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/76f2ab4055f543a5

Spaces in filenames require non-default settings on VMS.
Craig A. Berry 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/69a90d4d7c4b759f

remove tmp debugging from File/Copy.t
David Mitchell 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6def1d2a83dfade5

Clarify that some examples are for ASCII machines
Karl Williamson 3 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9f5650a8ec47c75b

Make whitespace a single word [perl #34462]
Karl Williamson 2 files changed, 14 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/418e7b041a50a0f6

Fix typos, minor wording changes, clarifications
Karl Williamson 1 file changed, 11 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/58151fe4e3ed9d2e

Bring up to date for 5.12; including POSIX
Karl Williamson 1 file changed, 244 insertions(+), 161 deletions
http://perl5.git.perl.org/perl.git/commit/ea4495057aaed60c

Remove duplicate information and refer to other pods
Karl Williamson 1 file changed, 28 insertions(+), 129 deletions(
http://perl5.git.perl.org/perl.git/commit/d0b161077624458d

Note a new thing to check for each new release of Perl
Karl Williamson 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/272d2fccdd829552

add =encoding utf8 to the perldelta template
David Mitchell 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bc7f466f6caacbb2

When using a GitHub fork advice the use of Perl's Git, not GitHub's mirror
Ævar Arnfjörð Bjarmason 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/edb9e29ef248ec0a

RT #73714: Regression in 5.12: File::Copy and initial spaces
David Mitchell 2 files changed, 14 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/fff5c6e2d16a6c40

Update Porting/checkAUTHORS.pl to (once again) distinguish authors from comm
Craig A. Berry 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/94e9284742fce739

Andreas provided a patch to CPAN::Distribution to deal with a bug in core
Andreas J. Koenig 2 files changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9eafb59736e2d046

A slightly tweaked patch to perldelta from Craig Berry acknowledging the
Craig A. Berry 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c8937c7ebe545f1b

Reformatted excessively long lines in perldelta.
Jesse Vincent 1 file changed, 255 insertions(+), 228 deletions
http://perl5.git.perl.org/perl.git/commit/702b4ef6853ec666

Bump B::Deparse and Module::CoreList versions due to the late patch.
Jesse Vincent 2 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ccc77fa829183a37

Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Jesse Vincent 2 parents
http://perl5.git.perl.org/perl.git/commit/22daf694155c7172

[perl #73720] opt_scalarhv(or OP_BOOLKEYS) does not work
David Leadbeater 3 files changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aaf643cef9412894

Add =encoding utf8 to the 5.12 delta (like the 5.10 delta)
Ævar Arnfjörð Bjarmason 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c09249076aba3969

Adjust the formatting of the note about t/op/re.t
Ævar Arnfjörð Bjarmason 1 file changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0c359e6f1f1b2532

Bring Porting/checkAUTHORS.pl into the world of git.
Craig A. Berry 1 file changed, 22 insertions(+), 21 deletions(-
http://perl5.git.perl.org/perl.git/commit/5a52808733f84569

Eulogy fix: Mention Domain/OS instead of DomainOS in "Discontinued Platforms
Ævar Arnfjörð Bjarmason 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3b72faaec4d3a977

Current branch davem/post-5.12
2 commits. 1 unique author. 1 unique committer.
12 files changed, 174 insertions(+), 58 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/1c98cc53150c4860.tar.gz

improve -Dl debugging output
David Mitchell 4 files changed, 76 insertions(+), 33 deletions(
http://perl5.git.perl.org/perl.git/commit/1c98cc53150c4860

PL_defoutgv isn't always a GV.
David Mitchell 8 files changed, 98 insertions(+), 25 deletions(
http://perl5.git.perl.org/perl.git/commit/099be4f1d597471e

Current branch merijn/post-5.12
2 commits. 1 unique author. 1 unique committer.
38 files changed, 803 insertions(+), 944 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/07237e4a471038c4.tar.gz

Probe for prctl () and check id PR_SET_NAME is supported
H.Merijn Brand 4 files changed, 71 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/07237e4a471038c4

Merge branches 'blead' and 'merijn/post-5.12' of perl5.git.perl.org:/gitroot
H.Merijn Brand 2 parents
http://perl5.git.perl.org/perl.git/commit/72109b8e9ccdf263
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
20 commits. 6 unique authors. 4 unique committers.
12 files changed, 53 insertions(+), 26 deletions(-)
Thanks, applied: Jesse Vincent (5)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/928e1fe927c71900.tar.gz

There's gonna be an RC3
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/928e1fe927c71900

untodo the no-longer-failing todo test for rgs' patch
Jesse Vincent 1 file changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f678642fcc8925f8

For evals, op_targ carry hint flags, which are pretty high when you're
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4d193d44b8e7a55a

Add a TODO test for block evals segfaulting on syntax errors.
Florian Ragwitz 1 file changed, 11 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ae533554a9c124f5

If the RC goes out today, the release goes out next friday
Jesse Vincent 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/68e74c239d715a72

Adding Curtis Jewell to AUTHORS.
Curtis Jewell 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1ef694218f008c2f

Specifying when the trimmed down Win64 compiler works.
Curtis Jewell 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d774b2d8bb102ea9

Updating location of Strawberry's 64-bit toolchain.
Curtis Jewell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e5418c81fe6098ce

Typo in perldelta found by Tom Wyant
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e706c0cd31a70bd2

5.12.0 is now expected on 7 April 2010
Jesse Vincent 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/07b13a8893f0db0e

update the name of Task::Deprecations::5_12
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e4717ba1e5ff2733

Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Jesse Vincent 2 parents
http://perl5.git.perl.org/perl.git/commit/87bf445dc0511a8b

Updated perldelta to point to the not-yet-extant bundle for 5.12
Jesse Vincent 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/34153154f350f3b8

Don't initialize end in pp_reverse when begin is NULL
Vincent Pit 1 file changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/95a26d8e5a73b4fe

More tests for in-place reverse (empty tied array)
Rafael Garcia-Suarez 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6391ac7e6236740e

Add a test for reversing in-place an empty array
Rafael Garcia-Suarez 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/54113d22852e6f8b

Avoid a segfault when reversing an empty array in-place.
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/572558b47236782e

Remove potentially confusing strawman version numbers from the release
Jesse Vincent 1 file changed, 13 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/87b5b7338739cea1

Reword a speculative message about building 32bit perls from INSTALL.
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1ed7425e0baae24f

Looks like we have an RC2 due to a segfault in reverse()
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9051e0f43c4df6d9
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
6 commits. 4 unique authors. 2 unique committers.
34 files changed, 55 insertions(+), 116 deletions(-)
Net code removal: Steffen Mueller (105 lines)
Thanks, applied: Jesse Vincent (2) Chris Williams (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/8c57606294f48eb0.tar.gz

Explicitly set the location of cpanp-run-perl when under PERL_CORE
Jos Boumans 2 files changed, 36 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/8c57606294f48eb0

Skip make_path group/user tests for darwin - it's nobody and nogroup ids are
Josh ben Jore 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c2c3358345e7fa3b

Update perldelta for the removal of the deprecation warnings on perl4-era li
Jesse Vincent 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4dfa489a8b653b67

Remove perl4-library deprecation warnings
Steffen Mueller 29 files changed, 6 insertions(+), 111 deletions
http://perl5.git.perl.org/perl.git/commit/870abcc9ec31b0ec

Most of the REGEXP-massaging modules have now been updated.
Jesse Vincent 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5e1d1895f3110c06

We're gonna have a fourth RC.
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2038ae0461aaa832
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch davem/post-5.12
2 commits. 1 unique author. 1 unique committer.
3 files changed, 156 insertions(+), 21 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/27e904532594b7fb.tar.gz

fix RT 23810: eval and tied methods
David Mitchell 2 files changed, 150 insertions(+), 12 deletions
http://perl5.git.perl.org/perl.git/commit/27e904532594b7fb

more mods to -Dl debugging output
David Mitchell 1 file changed, 6 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/91e35ba127b70824

New branch rgs/formaint
3 commits. 1 unique author. 1 unique committer.

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

[perl #74168] Assertion failure when emitting a stricture error message
Rafael Garcia-Suarez 2 files changed, 8 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ff57a432b6be88fb

Ignore Devel/DProf test files in the git repository
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c75a67981f17ebde

when(scalar) without argument should be a syntax error [perl #74114]
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0172508a07888170
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
36 commits. 12 unique authors. 7 unique committers.
86 files changed, 1216 insertions(+), 333 deletions(-)
Thanks, applied: Rafael Garcia-Suarez (9) Jesse Vincent (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/1f317c954d04a08f.tar.gz

Revert "Revert "* Fixed typo in toke.c docs, identified by Zefram""
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1f317c954d04a08f

Add emacs/vim hints
Josh ben Jore 1 file changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6b5ec6e4fa6ef673

Re-flow some errantly formatted pod
Josh ben Jore 1 file changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/171407a047a77184

Detabify perldtrace.d
Josh ben Jore 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/effdb690cd35bf1e

[perl #73560] [PATCH] Fix typos in Pod::Functions
Nga Tang Chan 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b23d1689da974a84

Reintroduce a lot of missing modules into perlmodlib.pod
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/955fcc32c6c4d078

[perl #73712] ‘Variable is not imported’ cannot be suppressed
Father Chrysostomos 3 files changed, 18 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/413ff9f68feafcc9

Fix the abstract in Module::CoreList's META.yml
Chris Williams 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0654a75e074535dc

* eliminated OP_SETSTATE also in comments
Slaven Rezic 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/51a6867122da1f41

Add d_prctl* for all other OS's
H.Merijn Brand 13 files changed, 26 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/8f13cdc72a49a376

Probe for prctl () and check id PR_SET_NAME is supported
H.Merijn Brand 4 files changed, 71 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/c796e3db23c597b9

Note how to deal with broken dbm.h on OpenSUSE
H.Merijn Brand 1 file changed, 20 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1bb125e2afe6197d

Allow -Duse64bitint without promoting to use64bitall on HP-UX
H.Merijn Brand 1 file changed, 7 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/064b70ffe2beced3

fix a2p example
Frank Wiegand 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/944d48f78fffdf92

fix minor casting issue
David Mitchell 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/daeb922a13767cdb

Merge commit 'origin/davem/post-5.12' into blead
David Mitchell 2 parents
http://perl5.git.perl.org/perl.git/commit/c6c7b90fcde27746

Before 96a8704c makedepend.SH used shell quote syntax that modern
Ævar Arnfjörð Bjarmason 1 file changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a45830014b54778f

When your bisect starts to go into perl-5.9.* territory `make -j4'
Ævar Arnfjörð Bjarmason 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d7923bfe5a86735e

Fix test comment (noticed by Alex Vandiver)
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2ee5986a7dc841b9

[perl #74198] Typo in perlop(1)
Rafael Garcia-Suarez 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8548cb578e4b4a0b

when(scalar) without argument should be a syntax error [perl #74114]
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/08fe1c446dfd7f69

Ignore Devel/DProf test files in the git repository
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2e76d32eb84e130b

Add the 5.13 deprecation stanza to Module::Corelist to make tests happy
Jesse Vincent 1 file changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ca91568dcd0a2701

feature.pm now knows about 5.13
Jesse Vincent 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e836a73b461e2aef

Bump to 5.13.0
Jesse Vincent 23 files changed, 151 insertions(+), 151 deletio
http://perl5.git.perl.org/perl.git/commit/cb47d8a5d4a3850a

Create a perl5130delta.pod
Jesse Vincent 11 files changed, 292 insertions(+), 19 deletion
http://perl5.git.perl.org/perl.git/commit/20d572319ce8b690

Removing the RC marker from patchlevel.h
Jesse Vincent 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6d52c880307229a3

Revert "* Fixed typo in toke.c docs, identified by Zefram"
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/06164d6c3ad67ed7

remove 'enable taint if modify gid/uid' feature
David Mitchell 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/11035fcf28d4d5fe

RT 8857: premature free in local of tied element
David Mitchell 3 files changed, 34 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/459defa14829d1e9

create SV leak test infrastructure
David Mitchell 4 files changed, 48 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/d97c33b505dd45c0

* Fixed typo in toke.c docs, identified by Zefram
brian d foy 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/675ac12c19e6fe00

adjust release dates due to rc5
Jesse Vincent 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/431be7b35e7448c1

Add bug to known issues for perl-v5.12.0
Josh ben Jore 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/369140536446def0

[perl #74168] Assertion failure when emitting a stricture error message
Rafael Garcia-Suarez 2 files changed, 8 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/10b53e54b35afb95

RC5 due to a regression reported by <mons@veda.park.rambler.ru>
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/82d57a628cbdfec7

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