Mailing List Archive

1 ... 5 6 7 8 9 10 11 12 13 ... 18  View All
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
46 commits. 7 unique authors. 5 unique committers.
25 files changed, 558 insertions(+), 328 deletions(-)
Net code removal: Leon Timmermans (3 lines) Karl Williamson (2 lines)
Thanks, applied: David Mitchell (1) Craig A. Berry (1) Karl Williamson (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/fd6c41ce5607a262.tar.gz

Allow lvalue subs to return TEMPs
Father Chrysostomos 2 files changed, 12 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/fd6c41ce5607a262

Revert "Allow returning of temps and ro’s from lv subs"
Father Chrysostomos 2 files changed, 21 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/c73030b8a71ef564

reflags.t: Remove no longer applicable TODO
Karl Williamson 1 file changed, 2 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/686ef6c06dff0753

regcomp.c: Add comment
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/17a3c6170cd566f3

perlhack.pod: fix perlbug invocation
Jim Cromie (via RT) 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d23ed4f3a45ba6d4

[perl #91790] Perlguts documentation for sv_setref_pv
David Mitchell 1 file changed, 21 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/ddd2cc91d6090d4b

Allow lvalue subs to return COWs in list context
Father Chrysostomos 2 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a0aa6076c554bfbd

Allow returning of temps and ro’s from lv subs
Father Chrysostomos 2 files changed, 4 insertions(+), 21 deletions(-
http://perl5.git.perl.org/perl.git/commit/b724cc14b25929ae

[perl #72706] Test recursive substr lvalue
Father Chrysostomos 1 file changed, 19 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f6a9f8a45e055329

Make explicit return in lvalue subs work under recursion
Father Chrysostomos 2 files changed, 13 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/1ffdc07ca785ef0c

Bump DD’s version to 1.05
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b6d8be65ce3d63a3

Add Craig DeForest to AUTHORS
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/68d370c4fb319687

[perl #31946] Warn when assigning to a TEMP
Father Chrysostomos 2 files changed, 13 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/8fe85e3fe48130bc

[perl #91880] $_ refcounting problems in @INC filters
Father Chrysostomos 2 files changed, 24 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/d34a666494db4053

2nd try: [perl #91834] utf8::decode does not respect copy-on-write
Father Chrysostomos 2 files changed, 15 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b2b7346bfc59caff

Revert "[perl #91834] utf8::decode does not respect copy-on-write"
Father Chrysostomos 2 files changed, 0 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/3259388b9b72d07a

mktables: Avoid possible user-defined property
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/67a53d688ca9c89d

[perl #91834] utf8::decode does not respect copy-on-write
Father Chrysostomos 2 files changed, 13 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/40f11004fb3b5fa1

Correct English
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/694cf0d2097096ac

formats: allow > 256 decimal places
David Mitchell 1 file changed, 16 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/a701009a61442383

Allow formats with lines >64K
David Mitchell 2 files changed, 16 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/76912796531d6c0d

pp_formline: handle growing better
David Mitchell 2 files changed, 27 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/26e935cfa6e70de1

pp_formline: keep linemark consistent
David Mitchell 2 files changed, 34 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/f5ada144f34d75c1

pp_formline: make FF_ITEM use FF_LINEGLOB code
David Mitchell 1 file changed, 21 insertions(+), 61 deletions(-
http://perl5.git.perl.org/perl.git/commit/8aa7beb669fc0c53

pp_formline: make FF_LITERAL use FF_LINEGLOB code
David Mitchell 1 file changed, 21 insertions(+), 33 deletions(-
http://perl5.git.perl.org/perl.git/commit/ea60cfe89f6bed23

pp_formline: don't overgrow PL_formtarget
David Mitchell 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bf2bec63bfe4a40a

pp_formline: no need to *t = '\0' until end
David Mitchell 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9dec788bd5a90831

pp_formline: FF_LINEGLOB: always SvCUR_set
David Mitchell 1 file changed, 7 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0325ce870db717d2

pp_formline: don't set itemsize in FF_LINEGLOB
David Mitchell 1 file changed, 3 insertions(+), 16 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a1137ee5607c4873

pp_formline: make FF_LITERAL use item_is_utf8 flag
David Mitchell 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/75645721ec0bf7e2

pp_formline: don't do get mg on PL_formtarget
David Mitchell 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/acb25fddc9e86e87

pp_formline: split FF_LINEGLOB into two blocks
David Mitchell 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a2c0032b06b9fa4a

pp_formline: FF_LINEGLOB: hoist 2 vars to fn scope
David Mitchell 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4ff700b95e237f7c

pp_formline: reduce indent in FF_LINEGLOB
David Mitchell 1 file changed, 50 insertions(+), 52 deletions(-
http://perl5.git.perl.org/perl.git/commit/0d21cefe3a7d3ea3

pp_formline: restruture FF_LINEGLOB
David Mitchell 1 file changed, 8 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7440a75bbd4cf3ef

pp_formline: combine two similar code chunks
David Mitchell 1 file changed, 7 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/11f9eeafe5cba9d9

stop ~ in format modifying format string
David Mitchell 2 files changed, 59 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/b57b17349edad3eb

better document format code
David Mitchell 2 files changed, 46 insertions(+), 46 deletions(
http://perl5.git.perl.org/perl.git/commit/086b26f34368613c

RT #91032: formline: bugs with non-string formats
David Mitchell 2 files changed, 95 insertions(+), 28 deletions(
http://perl5.git.perl.org/perl.git/commit/3808a68376b13a13

Make sigblocking tests more independent
Leon Timmermans 1 file changed, 5 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/554bc0f461f4e9d7

perlre: Fix some line wrap issues
Karl Williamson 2 files changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/70ca8714dc7a3834

perlre: Fix some line wrap issues
Karl Williamson 2 files changed, 25 insertions(+), 24 deletions(
http://perl5.git.perl.org/perl.git/commit/d1fbf752a97d4993

perlre: Change C<> to L<>
Karl Williamson 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/42ac7c822a13890a

perlrun: Add link to clarification
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/370155bea3cddf35

Upgrade Data::Dumper to 2.131
Steffen Mueller 3 files changed, 26 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/1f180a7bb90bcee4

feature.pm: Improve pod wording
Johan Vromans 1 file changed, 13 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a3a91442a5b655a7

Current branch maint-5.14
9 commits. 6 unique authors. 2 unique committers.
14 files changed, 101 insertions(+), 54 deletions(-)
Thanks, applied: Steffen Mueller (8)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ceb2f488d25a3aa4.tar.gz

Revert the test from 2f77d7b
Father Chrysostomos 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ceb2f488d25a3aa4

Store the compiled format in mg_ptr instead of after SvCUR() - fixes RT #892
Nicholas Clark 8 files changed, 63 insertions(+), 33 deletions(
http://perl5.git.perl.org/perl.git/commit/0ed8d342617eeb20

S_doparseform() should return void, not OP*, as it should use Perl_die not D
Nicholas Clark 3 files changed, 6 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/d960932e73717fec

Correct perldoc search path for VMS.
Craig A. Berry 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/be5d102143381d76

[perl #90594] PATCH for 5.14.1 perlop.pod
Tom Christiansen 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/314590a0c73c0b86

Fix deparsing of subs named :::: and ::::::
Father Chrysostomos 2 files changed, 13 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fcf32eda80ff91ee

[perl #90898] B::Deparse failure on glob()
Father Chrysostomos 2 files changed, 7 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2f77d7b308636094

[perl #85026] deleting elements in a HASH iterator
Ton Hospel 1 file changed, 10 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bf7cf9f417e67536

[perl #89896] Locale::Maketext test failure
Justin Case 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/57dde2c57ae3dcd4

Current branch smoke-me/runperl
19 commits. 1 unique author. 1 unique committer.
22 files changed, 547 insertions(+), 332 deletions(-)

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

Convert B::Deparse's core.t to Test::More.
Nicholas Clark 1 file changed, 12 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dc1bbd5d6499e2eb

Convert B::Lint's test to Test::PerlRun and Test::More from test.pl
Nicholas Clark 1 file changed, 15 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/7057259364e0ff05

Convert overload's tests to Test::PerlRun and Test::More, from test.pl
Nicholas Clark 1 file changed, 7 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/19c8807b69c2588d

Add the ability to run under -T to Test::PerlRun
Nicholas Clark 3 files changed, 49 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/a56921806987c92e

Convert utf8's tests to Test::PerlRun and Test::More, from test.pl
Nicholas Clark 1 file changed, 15 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/b2765c4c6b51f369

Convert sigtrap's tests to Test::PerlRun and Test::More, from test.pl
Nicholas Clark 1 file changed, 5 insertions(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/45d8e0430a928cfe

Convert the debugger's tests to use Test::PerlRun and Test::More.
Nicholas Clark 1 file changed, 35 insertions(+), 40 deletions(-
http://perl5.git.perl.org/perl.git/commit/69af41c548113491

Convert h2ph's tests to Test::PerlRun and Test::More, from test.pl
Nicholas Clark 1 file changed, 13 insertions(+), 25 deletions(-
http://perl5.git.perl.org/perl.git/commit/b6f2632aa007cc68

Add 'args' to pass values for @ARGV in the program spawned by Test::PerlRun
Nicholas Clark 2 files changed, 27 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/8c91b42b8b03b4e2

Convert Config's tests to Test::PerlRun and Test::More, from test.pl
Nicholas Clark 1 file changed, 10 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/02ae5cdd60049a19

Convert Carp's tests to Test::PerlRun and Test::More from test.pl
Nicholas Clark 1 file changed, 14 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/c91171fbf02cb42b

Convert bytes' tests to Test::PerlRun and Test::More from test.pl
Nicholas Clark 1 file changed, 5 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c3f8e396da30c7c9

Convert XS::APItest's tests to Test::PerlRun and Test::More from test.pl
Nicholas Clark 2 files changed, 16 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/a45ad2b6d072c91e

Add the ability to pass data on STDIN to the perl run by Test::PerlRun
Nicholas Clark 2 files changed, 60 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/c04531aeba11b9e4

Merge the test in fd.t into IPC-Open3.t, and delete fd.t
Nicholas Clark 3 files changed, 24 insertions(+), 38 deletions(
http://perl5.git.perl.org/perl.git/commit/68604aa430d345fb

Convert IPC::Open3's fd.t to Test::PerlRun.
Nicholas Clark 1 file changed, 16 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/c060d000a4555621

Convert re's tests to Test::PerlRun and Test::More, from test.pl
Nicholas Clark 2 files changed, 23 insertions(+), 25 deletions(
http://perl5.git.perl.org/perl.git/commit/0cccc30d0fdfaecb

Convert B's tests to Test::PerlRun and Test::More, from test.pl
Nicholas Clark 14 files changed, 104 insertions(+), 111 deletio
http://perl5.git.perl.org/perl.git/commit/bbb66260f643d74c

Add the prototype version of Test::PerlRun
Nicholas Clark 6 files changed, 495 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/445a8f3288ffffa7
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
27 commits. 6 unique authors. 4 unique committers.
27 files changed, 431 insertions(+), 147 deletions(-)
Net code removal: Johan Vromans (24 lines)
Thanks, applied: Father Chrysostomos (4) Craig A. Berry (1)
Karl Williamson (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/52153b34d3864b10.tar.gz

Correct entersub/rv2cv priv constants in B::Concise
Father Chrysostomos 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/52153b34d3864b10

Fix a confusing comment in perly.y
Father Chrysostomos 4 files changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5a63ceef8d48d5da

Rearrange some private op flag constants
Father Chrysostomos 1 file changed, 4 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d4ddbae879e579fb

Move the lvalue code from pp_return into a separate func
Father Chrysostomos 1 file changed, 36 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3bdf583b182847cb

regexp.h: work around -Werror compile failure of XS in linux perf tool
Jim Cromie 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0984e55ea51a3030

[perl #4362] Test for ‘Can't find terminator’
Father Chrysostomos 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ba05d9aa44289620

Deparse $obj->$meth=... [perl #62498]
Father Chrysostomos 2 files changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/35a99a0826369f89

Tweak the test from 183eb698e2ceb8ab to work with PERL_UNICODE set.
Nicholas Clark 1 file changed, 14 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/b6093575f53d6714

Collapse some repetitive code
Father Chrysostomos 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a3ba843fbf4d6d25

Deparse glob the same way regardless of PERL_EXTERNAL_GLOB
Father Chrysostomos 3 files changed, 11 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/f4002a4b28f07b3f

[perl #62498] Scalar context breaks lvalue subs
Father Chrysostomos 3 files changed, 34 insertions(+), 27 deletions(
http://perl5.git.perl.org/perl.git/commit/bf8fb5ebdd40c5da

[perl #91946] add constant folding tests
Jim Cromie 1 file changed, 152 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/183eb698e2ceb8ab

Warn when list-assigning to TEMP
Father Chrysostomos 2 files changed, 13 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1c70fb82f95ad11a

Tests for XS lvalue functions
Father Chrysostomos 4 files changed, 44 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fba8e77b3f4dc252

Correct mistake in perldelta temlate
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6fdf246eb10307fa

perlhack.pod: invoke git-format-patch with --attach
Jim Cromie 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5c70016eb3bb7b43

perlbug: replace all $::opt_* with %opt
Jim Cromie 1 file changed, 40 insertions(+), 41 deletions(-
http://perl5.git.perl.org/perl.git/commit/4c62848cee945638

Add alternate e-mail for Dennis Kaarsemaker.
Craig A. Berry 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a4d824dec7e9dc7f

Advise the pumpking to make new maint branches available in the APC
Dennis Kaarsemaker 1 file changed, 12 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d5722260b7dd4192

Remove unnecessary stuff from sub_lval.t
Father Chrysostomos 1 file changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e2316ad3f3c85bfa

Revert "Accept lvalue subroutines as a useful feature."
Father Chrysostomos 1 file changed, 34 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/4051c94d702d31c6

Revert "Remove a line added by the prev commit"
Father Chrysostomos 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/678e88d18f2fb2f2

It’s still the 20th century?
Father Chrysostomos 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cafc49b7e349f6d5

Make empty lvalue subs work correctly
Father Chrysostomos 3 files changed, 25 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/69b22cd191e9b6ef

Remove a line added by the prev commit
Father Chrysostomos 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6b8305409e650748

Accept lvalue subroutines as a useful feature.
Johan Vromans 1 file changed, 10 insertions(+), 34 deletions(-
http://perl5.git.perl.org/perl.git/commit/c72c0c0bdd3dbc2b

Allow rvalue syntax in expr returned from lvalue sub
Father Chrysostomos 2 files changed, 34 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/145b2bbb325a2181

Current branch briandfoy/perlfaq
3 commits. 1 unique author. 1 unique committer.
1630 files changed, 125998 insertions(+), 78881 deletions(-)
Net code removal: brian d foy (19 lines)

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

perlfaq9: Sys::Hostname is in core since 5.0
brian d foy 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3fa40d7d3ae265ba

Remove FAQ about PONIE
brian d foy 2 files changed, 0 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/8387a5cb8b749e07

Resolve conflict in merge with blead
brian d foy 2 parents
http://perl5.git.perl.org/perl.git/commit/2e82bcf321306f78

Current branch briandfoy/poddupes
1 commit. 1 unique author. 1 unique committer.
9 files changed, 9 insertions(+), 9 deletions(-)

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

de-dupe some words in the docs
brian d foy 9 files changed, 9 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/de4f8d364aa95e12

Current branch maint-5.12
2 commits. 2 unique authors. 1 unique committer.
2 files changed, 4 insertions(+), 0 deletions(-)
Thanks, applied: Leon Brocard (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ea253de0a8a29197.tar.gz

Add information about the heredoc bugfix to perl5124delta.pod
Leon Brocard 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ea253de0a8a29197

scan_heredoc could reallocate PL_parser->linestr's PV
David Leadbeater 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f59d24d8aa7da6eb

Current branch maint-5.14
7 commits. 3 unique authors. 1 unique committer.
7 files changed, 59 insertions(+), 111 deletions(-)
Net code removal: Nicholas Clark (84 lines)
Thanks, applied: Father Chrysostomos (5)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/d2ee0d8d957a3689.tar.gz

Assertion fails in multi-char regex match
Karl Williamson 2 files changed, 10 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/d2ee0d8d957a3689

regcomp.c: Fix memory leak regression
Nicholas Clark 4 files changed, 15 insertions(+), 99 deletions(
http://perl5.git.perl.org/perl.git/commit/8649b6777c6afbfc

Fix link in perldelta
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/58fb19a69351732d

regcomp.c: Another leak regression
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7977d4a2e3a05cc9

regcomp.c: Another memory leak regression
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/82abeeafb911e0e5

regcomp.c: Fix regression memory leak
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7255c16a507ae45b

perldelta update
Father Chrysostomos 1 file changed, 28 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e316d6ee85eca41b

New branch greerga/cygwin_g++
1 commit. 1 unique author. 1 unique committer.

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

Fix build under Cygwin with g++. Not suitable for integration into blead.
George Greer 6 files changed, 25 insertions(+), 17 deletions(
http://perl5.git.perl.org/perl.git/commit/3706fcb579e6b4eb
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
48 commits. 12 unique authors. 6 unique committers.
47 files changed, 1467 insertions(+), 354 deletions(-)
Thanks, applied: Father Chrysostomos (9)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/a9d1f3db5a529ac5.tar.gz

Expand a little on what to do with Module::CoreList and maint
Leon Brocard 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a9d1f3db5a529ac5

Update Module::CoreList for 5.12.4
Leon Brocard 3 files changed, 643 insertions(+), 4 deletions(
http://perl5.git.perl.org/perl.git/commit/0b3bdea4b472347d

Fix broken link in perlfunc
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bee96257ad6e12bd

Add Bo Johansson to AUTHORS
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6cf2ebbb422b9b31

Add information about portability caveats related to using kill on forked pr
bojilund 1 file changed, 10 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bd1171b0bf64cd82

Improve documentation to support portability
bojilund 1 file changed, 131 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/ea9eb35a366bc919

perldelta.pod: added summary of formline changes
David Golden 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2fbb14a0b50722f5

perldelta: Add potential entries
Karl Williamson 1 file changed, 44 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f7a45dff8a8001bd

git-deltatool: added a progress counter
David Golden 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/05c035607084002d

pod punctuation nit in vmsish
Pau Amma 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d554c0b013adbcec

Test that IPC::Open{2,3} correctly fault read-only file-handle parameters.
Nicholas Clark 2 files changed, 10 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/a1157350ae411d92

Test that IPC::Open{2,3} correctly qualify file handles to their package.
Nicholas Clark 2 files changed, 26 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/479ddbbe3c0c772d

In IPC-Open2.t, use functions other than ok(), to generate better diagnostic
Nicholas Clark 1 file changed, 6 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c539974a7236fc51

In IPC-Open3.t, merge two similar tests using a loop.
Nicholas Clark 1 file changed, 9 insertions(+), 19 deletions(-)
http://perl5.git.perl.org/perl.git/commit/25dd7e8995357161

[perl #90006] out of memory during thread clone
David Mitchell 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f144f1e3c6a65ce6

[perl #90006] cloning crashes during Out of Memory
David Mitchell 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/50f626ad600f0bdc

perl_clone_using: do simple assign/copying first
David Mitchell 1 file changed, 244 insertions(+), 214 deletions
http://perl5.git.perl.org/perl.git/commit/692fcd37585c5b7f

[perl #88776] Signedness warning in toke.c
David Mitchell 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/879bc93bd5087652

perlfunc: fix error in open("-|") description
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5f64ea7a17a09e0b

clarify eval $string scope in docs
David Mitchell 1 file changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2341804c04aefb30

[perl #92258] <$fh> hangs on a glob copy
Father Chrysostomos 2 files changed, 17 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/71edc89419f11505

Remove two pointless uses of sv_2mortal
Father Chrysostomos 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c0b72abc47a28e20

Add Samuel Thibault to AUTHORS
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/87d466f54d9f5a5f

Make hints/gnu.sh append to $ccflags rather than overriding them
Samuel Thibault 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a190e6488794f252

Make Storable freeze COWs properly
Father Chrysostomos 2 files changed, 10 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/a991bd3bfb069b09

Make Devel::Peek::fill_mstats work on COWs
Father Chrysostomos 2 files changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4ab5bd5f1ac4d396

Get PerlIO::scalar to write to COWs
Father Chrysostomos 3 files changed, 12 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/47d6f3d6640ee5a8

Add John Hawkinson to AUTHORS
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/15367045db652251

[perl #92234] Annoying typos in README.macosx
John Hawkinson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a4702d8387fd7268

Refer to X11 rather than "X windows"
Dominic Hargreaves 2 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b0b54b5eb0e76df2

Add Dominic Hargreaves to AUTHORS
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/21f0580ae94a0e59

[perl #92228] Mention diagnostics pragma in perldiag
Dominic Hargreaves 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ed3f9c4f434d5c80

Add Nobuhiro Iwamatsu to AUTHORS
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d38124ae0258e024

Update lengthen time-out time for t/re/re.t.
Nobuhiro Iwamatsu 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7c47ab277d9951f7

Add Pau Amma to AUTHORS
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9a39a8e4970d8a3d

move "garbage collection" glossary entry where it belongs
Pau Amma 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/043d1e6f731c2dc4

Stop localised ties from becoming ro when COW
Father Chrysostomos 2 files changed, 17 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b2b95e4c717e3e70

Allow restricted hashes containing COWs to be cleared
Father Chrysostomos 2 files changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fb2352ebbcdd3800

Allow COW values to be deleted from restricted hashes
Father Chrysostomos 2 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e5accad2c334d0d9

Allow lvalue subs to return COWs in reference context
Father Chrysostomos 2 files changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a130272381198bb2

Add tests for [perl #87908]
Karl Williamson 1 file changed, 14 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a8c75f4be1d24785

Fix several array-returning bugs in lvalue subs
Father Chrysostomos 3 files changed, 81 insertions(+), 27 deletions(
http://perl5.git.perl.org/perl.git/commit/40c94d11f196fbff

Get f_map.t working on non-threaded perls
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e77205b98539352e

Teach B::Concise about OPpMAYBE_LVSUB
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/560915b9b730a866

Remove duplicate test
Father Chrysostomos 1 file changed, 1 insertion(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d49f3b80ec5e6dbd

[perl #88138] ' is not equivalent to :: before a null
Father Chrysostomos 2 files changed, 8 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/46c0ec201322d8cf

[perl #7946] Lvalue subs do not autovivify
Father Chrysostomos 10 files changed, 107 insertions(+), 17 deletion
http://perl5.git.perl.org/perl.git/commit/767eda446920b18c

Follow-up to d34a6664
Father Chrysostomos 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/339c6c60f3062528

Current branch maint-5.12
13 commits. 5 unique authors. 2 unique committers.
26 files changed, 156 insertions(+), 142 deletions(-)
Thanks, applied: Father Chrysostomos (3)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/c162e7df4adb77f4.tar.gz

Round the lines of changes in perl5124delta.pod
Leon Brocard 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c162e7df4adb77f4

Change NAME to perl5124delta, not perldelta
Leon Brocard 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b32e8c143ee6dff9

There are no core enhancements for 5.12.4
Leon Brocard 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1da4992332cfe16a

Update Changes for 5.12.4
Leon Brocard 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4b24aecff92d8e11

Update INSTALL for 5.12.4
Leon Brocard 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5a273d5c1543c3f9

Bump the version to 5.12.4
Leon Brocard 20 files changed, 126 insertions(+), 126 deletio
http://perl5.git.perl.org/perl.git/commit/b612fbccce1a18d5

Update the acknowledgements section with stats
Leon Brocard 1 file changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fca33fba128b02fb

perl5124delta: Mention the http.t fix
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/43cd04ddaa2c7841

Release managers need to be careful in INSTALL
Florian Ragwitz 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d78ffab7d8546c2f

perlfunc: list each/keys/values as ARRAY functions
David Golden 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b09c4a314c4a0fe3

Make cpan/CGI/t/http.t (hopefully) compatible with VMS
Father Chrysostomos 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/33f7af6fd604c246

Stop cpan/CGI/t/http.t from failing
Father Chrysostomos 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b4031e76173042b4

[perl #78334] keys(@x) should be in perl5120delta.pod
Zsbán Ambrus 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a1b987796125c0f9

Current branch maint-5.14
13 commits. 8 unique authors. 1 unique committer.
10 files changed, 1287 insertions(+), 876 deletions(-)
Thanks, applied: Father Chrysostomos (12)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/30a9552c5b8a6103.tar.gz

PATCH: perlop.pod
Tom Christiansen 1 file changed, 282 insertions(+), 199 deletions
http://perl5.git.perl.org/perl.git/commit/30a9552c5b8a6103

General perlfunc edit; document ‘default’
Tom Christiansen 1 file changed, 499 insertions(+), 392 deletions
http://perl5.git.perl.org/perl.git/commit/46ab12009147a4b9

[perl #90592] Porting/epigraphs.pod: add 5.14.0(-RC*)
Zsbán Ambrus 1 file changed, 62 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/eed9d6494f949e65

Add Nuno Cavalho’s other e-mail address
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/74b1af230c989644

add given when to perfunc
smash 1 file changed, 46 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b0a61ffaf8091155

[perl #89660] PATCH to perlfunc.pod: three forgotten prototypes, unforgotten
Tom Christiansen 1 file changed, 47 insertions(+), 33 deletions(-
http://perl5.git.perl.org/perl.git/commit/92997e40e7cbb0e7

perllol doc updates from tchrist.
Tom Christiansen 1 file changed, 121 insertions(+), 36 deletions(
http://perl5.git.perl.org/perl.git/commit/b4bd3296b327b4b6

This patch is aagainst the "blead du moment". It fixes various
Tom Christiansen 1 file changed, 255 insertions(+), 245 deletions
http://perl5.git.perl.org/perl.git/commit/b0cef162219f763f

perlfunc: Refer to if.pm from "use"
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4c94cc17bbbf68bc

Add Vladimir Timofeev to AUTHORS
Jesse Vincent 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bdf516abb67b36a3

Fix for [perl #90106] 5.14.0-RC2 ODBM_File failures on Ubuntu natty [.multiar
Vladimir Timofeev 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/00d7b78be3dc8ed9

Update the version of Darwin we know the by_BE locale to be broken on
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/dec20c1311b25e6d

regexp.h: work around -Werror compile failure of XS in linux perf tool
Jim Cromie 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d362ac4e8d57d9b7

Current branch smoke-me/runperl
24 commits. 1 unique author. 1 unique committer.
62 files changed, 885 insertions(+), 281 deletions(-)

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

Convert B::Deparse's core.t to Test::More.
Nicholas Clark 1 file changed, 12 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4f5f829b3b20d80b

Convert B::Lint's test to Test::PerlRun and Test::More from test.pl
Nicholas Clark 1 file changed, 15 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/1ae2efad201f60af

Convert overload's tests to Test::PerlRun and Test::More, from test.pl
Nicholas Clark 1 file changed, 7 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/798c6139dfcf6291

Add the ability to run under -T to Test::PerlRun
Nicholas Clark 3 files changed, 49 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/706fcfa6cd1d8e92

Convert utf8's tests to Test::PerlRun and Test::More, from test.pl
Nicholas Clark 1 file changed, 15 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/11e4b459e3aa04f2

Convert sigtrap's tests to Test::PerlRun and Test::More, from test.pl
Nicholas Clark 1 file changed, 5 insertions(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/41c84b3353fa6c43

Convert the debugger's tests to use Test::PerlRun and Test::More.
Nicholas Clark 1 file changed, 35 insertions(+), 40 deletions(-
http://perl5.git.perl.org/perl.git/commit/f9f292a3a916f6ec

Convert h2ph's tests to Test::PerlRun and Test::More, from test.pl
Nicholas Clark 1 file changed, 13 insertions(+), 25 deletions(-
http://perl5.git.perl.org/perl.git/commit/defd356aed721ce5

Add 'args' to pass values for @ARGV in the program spawned by Test::PerlRun
Nicholas Clark 2 files changed, 27 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/955fd3960777a588

Convert Config's tests to Test::PerlRun and Test::More, from test.pl
Nicholas Clark 1 file changed, 10 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/ac38b54e2453a147

Convert Carp's tests to Test::PerlRun and Test::More from test.pl
Nicholas Clark 1 file changed, 14 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/80d5bcc204b122a0

Convert bytes' tests to Test::PerlRun and Test::More from test.pl
Nicholas Clark 1 file changed, 5 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/509296a673a84c7f

Convert XS::APItest's tests to Test::PerlRun and Test::More from test.pl
Nicholas Clark 2 files changed, 16 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/0753615d8a6f2693

Add the ability to pass data on STDIN to the perl run by Test::PerlRun
Nicholas Clark 2 files changed, 60 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/0ad661c18c2a4a20

Merge the test in fd.t into IPC-Open3.t, and delete fd.t
Nicholas Clark 3 files changed, 38 insertions(+), 51 deletions(
http://perl5.git.perl.org/perl.git/commit/129c17c15ad010d7

Convert IPC::Open3's fd.t to Test::PerlRun.
Nicholas Clark 1 file changed, 15 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/631af56a22875eed

Convert re's tests to Test::PerlRun and Test::More, from test.pl
Nicholas Clark 2 files changed, 23 insertions(+), 25 deletions(
http://perl5.git.perl.org/perl.git/commit/3e378985a3e6d356

Convert B's tests to Test::PerlRun and Test::More, from test.pl
Nicholas Clark 14 files changed, 106 insertions(+), 113 deletio
http://perl5.git.perl.org/perl.git/commit/521df2d9a6452fbd

Add the prototype version of Test::PerlRun
Nicholas Clark 6 files changed, 504 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/19c14a066e0d3d21

IPC::Open3::open3() couldn't duplicate numeric file descriptors on Windows.
Nicholas Clark 3 files changed, 27 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/027089416252c2b9

Avoid an uninitialized hash key in IPC::Open::spawn_with_handles().
Nicholas Clark 2 files changed, 4 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0c4c26516d1f9aa9

IPC::Open3::open3() shouldn't fail if any of *STD{IN,OUT,ERR} are localized.
Nicholas Clark 3 files changed, 44 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/b3421299a271d90b

Add debug code to test IPC::Open3::spawn_with_handles() on *nix.
Nicholas Clark 1 file changed, 24 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/91418d51de8abb9d

Simplify the test for IPC::Open bug RT #72016.
Nicholas Clark 1 file changed, 3 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1fd92cd4bcfb45ad

Current branch smoke-me/smoke
30 commits. 1 unique author. 1 unique committer.
83 files changed, 2025 insertions(+), 904 deletions(-)

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

Restrict some inversion list functions
Karl Williamson 4 files changed, 32 insertions(+), 32 deletions(
http://perl5.git.perl.org/perl.git/commit/cea0c1b513eccfc9

Allow utf8.c to access 4 inversion list functions
Karl Williamson 3 files changed, 36 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/a95d7d9f5f82a45f

Change 4 inversion list functions from S_ to Perl_
Karl Williamson 4 files changed, 20 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/bc9c875ae43ebb37

Change _invlist_invert() from being in-line
Karl Williamson 3 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e02acca1d7820d11

Change names of some inversion list functions
Karl Williamson 4 files changed, 49 insertions(+), 49 deletions(
http://perl5.git.perl.org/perl.git/commit/4be293ad65f1a65e

embed.fnc: Move entries around
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c6bc08eadf5f7674

regexp_unicode_prop.t: Improve output
Karl Williamson 1 file changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/477000d71b455b1a

regcomp.c: White space only
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/954297001c008e9e

regcomp.c: Do some [^abc] inversion at compile time
Karl Williamson 1 file changed, 32 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4e0358f15d87cb90

Add 3 methods for inversion lists
Karl Williamson 4 files changed, 101 insertions(+), 1 deletion(-
http://perl5.git.perl.org/perl.git/commit/8e44354a84d846c9

Add inversion list dump routine, #ifdef'd out to prevent compiler warning, f
Karl Williamson 1 file changed, 24 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fd6d2f907d317e70

Add flag to num groks to silence non-portable warnings
Karl Williamson 3 files changed, 29 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/a1d0605e0ff7fa89

Add an element to inversion list data structure
Karl Williamson 4 files changed, 109 insertions(+), 8 deletions(
http://perl5.git.perl.org/perl.git/commit/a7d1613d5f2cfd28

regcomp.c: Add comments
Karl Williamson 1 file changed, 29 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dd6e69316c11c468

regcomp.c: Parenthesize rhs of #define
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0f60ad1523bfc12e

regcomp.c: Move a function around
Karl Williamson 1 file changed, 11 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/7e3e9aba20c9be4c

Add length element to inversion lists
Karl Williamson 4 files changed, 23 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/f41133d97def162c

regcomp.c: Use inversion list iterator
Karl Williamson 1 file changed, 6 insertions(+), 41 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5d690a848194863c

Add iterator for inversion lists
Karl Williamson 4 files changed, 78 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/23df6dbb244d9d09

Allow a header in inversion lists.
Karl Williamson 1 file changed, 16 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7031df70f2dea5ff

regcomp.c: Correct comment
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7d50516b8108a4f0

regcomp.c: Macroize two expressions
Karl Williamson 1 file changed, 9 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f79445ff4537dba0

regcomp.c: Rmv no longer called function
Karl Williamson 4 files changed, 0 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/4daa354baf355410

regcomp.c: Remove no longer called function
Karl Williamson 4 files changed, 0 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/9db2b6585721c846

regcomp.c: Remove invlist_destroy calls
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a712856832b1e158

regcomp.c: Remove unneeded temporary
Karl Williamson 1 file changed, 2 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5245008ea0d27679

regcomp.c: Revise inversion list API
Karl Williamson 4 files changed, 45 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/02a2bd35f1bef284

Change inversion lists to SVs
Karl Williamson 5 files changed, 69 insertions(+), 70 deletions(
http://perl5.git.perl.org/perl.git/commit/4923f453cfc27ff9

regcomp.c: #undef after finished
Karl Williamson 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a5837d484e7e02b2

regcomp.c: PL_utf8_foldclosures is a HV
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9b2b3151b3d964e5

Current branch smueller/eu_typemap
171 commits. 2 unique authors. 1 unique committer.
80 files changed, 1459 insertions(+), 688 deletions(-)
Thanks, applied: Steffen Mueller (94)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/f0c894727c7bd6ac.tar.gz

Attempt band-aid fix for win32 build failure
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f0c894727c7bd6ac

Add is_empty method to EU::Typemaps
Steffen Mueller 2 files changed, 27 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/ea3cc7121cb7314c

Use lower case method name for current_line_number
Steffen Mueller 2 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5dd5bbba7cd2ddfc

Lose $Fallback global
Steffen Mueller 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f0e7188fe400524f

Lose the $Overload global
Steffen Mueller 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ef5d49b4b11fe1e7

Remove superfluous global "$errors"
Steffen Mueller 2 files changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d9e41b92221c30db

Make $FH no longer a global
Steffen Mueller 2 files changed, 22 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/fc35cee1c9a62d6f

Fix some error messages
Steffen Mueller 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8d7155207811c5fb

Error handling/message improvements
Steffen Mueller 4 files changed, 86 insertions(+), 53 deletions(
http://perl5.git.perl.org/perl.git/commit/2ee05924a583b291

Allow overriding line numbers and files while parsing strings
Steffen Mueller 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f8efbf31e0b4364a

Support for embedded typemaps in XS
Steffen Mueller 3 files changed, 83 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/b2708941e2f9c8e5

Update docs and exports to be in line with reality
Steffen Mueller 1 file changed, 1 insertion(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/eeb227fdb2c86a02

check_conditional_preprocessor_statements is not a method
Steffen Mueller 1 file changed, 16 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/e56153d188646a18

Make get_alias (nee GetAlias) a method
Steffen Mueller 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/513fad8c5ecf5766

Make print_section a method
Steffen Mueller 1 file changed, 9 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2997e946dc484cbb

Transform FOO_handlers to methods
Steffen Mueller 1 file changed, 91 insertions(+), 32 deletions(-
http://perl5.git.perl.org/perl.git/commit/102ffef4a819f885

More methods (merge_section)
Steffen Mueller 1 file changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/db67409f3827c181

Make PushXSStack a method
Steffen Mueller 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fd12d81d93e7c3d7

Transform some functions into methods on the proto-object
Steffen Mueller 1 file changed, 17 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/34b4c66a72349ecf

Some simple tests for errors
Steffen Mueller 1 file changed, 11 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/47fa0d0f8b206ac1

Better error checking/handling
Steffen Mueller 1 file changed, 12 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3d6bd3967757d8b0

Eliminate four unsightly magical hash refs
Steffen Mueller 3 files changed, 52 insertions(+), 125 deletions
http://perl5.git.perl.org/perl.git/commit/705832c312832dfa

Make trailing whitespace a newline at all times
Steffen Mueller 2 files changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e6330c90010e43df

use warnings
Steffen Mueller 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/24c6df479ab775ae

Make get_(in|out)putmap more flexible
Steffen Mueller 2 files changed, 35 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/d0f178fea710fa2e

Add targetable method
Steffen Mueller 1 file changed, 80 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ead084b5dadc2f3e

Add comment explaining where terrible code comes from
Steffen Mueller 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6fba455fd58955f6

Document inception of EU::Typemaps
Steffen Mueller 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/778b98c03687953d

Bless singleton
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/66aae2a3a7cfbcc7

Nah, implicit is bad
Steffen Mueller 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/82c91550c5e219dc

Lose now obsolete process_single_typemap()
Steffen Mueller 2 files changed, 1 insertion(+), 106 deletions(-
http://perl5.git.perl.org/perl.git/commit/3bb9d354ff37fbd4

Make ExtUtils::ParseXS use ExtUtils::Typemaps
Steffen Mueller 1 file changed, 14 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/7d4e2230430f85d6

Do not use Carp, fix propagation of replace/skip
Steffen Mueller 4 files changed, 46 insertions(+), 38 deletions(
http://perl5.git.perl.org/perl.git/commit/1995db69cde05204

Defer loading main module
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/81669fd45de5e5bb

More whitespace bug-compatibility
Steffen Mueller 1 file changed, 10 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1617bfc34c7b81d1

More compatibility testing
Steffen Mueller 4 files changed, 508 insertions(+), 16 deletions
http://perl5.git.perl.org/perl.git/commit/3aecbdb12448acaf

Add test of EU::Typemap output against old ParseXS code
Steffen Mueller 2 files changed, 137 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/827584ab9ee080fe

More bug-compatibility with old ExtUtils::ParseXS
Steffen Mueller 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ba2b9f97ef4af005

Reinstate prototype default and warning about invalid prototypes
Steffen Mueller 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fb7ca646dc491e80

Add method to get ANSIfied code
Steffen Mueller 2 files changed, 38 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/4640750c1f9fe5f3

Implement 'skip' option for merging typemaps
Steffen Mueller 4 files changed, 76 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/25044e6e6bd7ab5e

Implement 'replace' option when merging typemaps
Steffen Mueller 6 files changed, 119 insertions(+), 30 deletions
http://perl5.git.perl.org/perl.git/commit/50a9d932f406e601

Allow merging typemaps from file
Steffen Mueller 1 file changed, 14 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/38120b36ea9f6f0d

Add method to generate the prototype lookup hash
Steffen Mueller 1 file changed, 32 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/95bb586529c4a365

Methods to get typemaps in ParseXS compatible format
Steffen Mueller 1 file changed, 108 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/62b4ee061d2201ea

Reduce code duplication by using the same prototype regexp
Steffen Mueller 2 files changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c2aa1bffb833a14d

Teach EU::Typemaps about the _ prototype
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bd4785c3df92f91e

Bump ExtUtils::Typemaps version
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/da6847781c87b799

Simplify "remove" logic after previous refactoring
Steffen Mueller 1 file changed, 14 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/cba9fe976324a208

Hash lookup for output sections
Steffen Mueller 1 file changed, 19 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/6b4b4e4e7695331c

Convert input sections to hash lookup
Steffen Mueller 1 file changed, 23 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/098a8587d1b30416

Start refactoring EU::Typemaps
Steffen Mueller 1 file changed, 42 insertions(+), 32 deletions(-
http://perl5.git.perl.org/perl.git/commit/b1a7ed7794c0739b

Remove note about being untested
Steffen Mueller 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/61a04f58655060d1

update copyright
Steffen Mueller 4 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6e47a81c8c7550d5

Add a trailing 's' to the name of EU::Typemap
Steffen Mueller 15 files changed, 1071 insertions(+), 1069 delet
http://perl5.git.perl.org/perl.git/commit/9db52851a18bce33

Extract typemap-related code from ExtUtils::ParseXS
Steffen Mueller 13 files changed, 1363 insertions(+), 0 deletion
http://perl5.git.perl.org/perl.git/commit/7aec88bd384b4524

Cleanup of make_targetable
Steffen Mueller 1 file changed, 29 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/c59670b35f2e656c

Fix function name in documentation
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/29d8a28274c62749

Remove unnecessary Data::Dumper loading
Steffen Mueller 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8b5ca16cbdb20eb3

Revert "Revert "Moved prototype check to XS code, allowing the .pm file chan
Steffen Mueller 2 files changed, 3 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b27d960352a19f16

Start documenting the EU::ParseXS changes
Steffen Mueller 1 file changed, 14 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/acf196433978fb97

Documentation: maintainers & copyright
Steffen Mueller 1 file changed, 11 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/88fe8b4b706e3383

Documentation fix
Steffen Mueller 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/884332d289b4bf4e

Rename some ExtUtils::ParseXS 'constants'
Steffen Mueller 3 files changed, 14 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/8da13a33edf9d7f9

Reapply the patch that tought EU::ParseXS about _ protos
Steffen Mueller 2 files changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ba570a920e83faf5

Ignore new ExtUtils::ParseXS files in lib
Steffen Mueller 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ae34f7c780bbdab5

Re-apply ExtUtils::ParseXS portion of 1e8125c62127
Steffen Mueller 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4a9fd85e87de9b26

Re-apply typo fixes from c4a6f826b3676d1fdbd99
Steffen Mueller 4 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/eb0c9674804cba76

Re-apply EU::ParseXS portion of c33e8be1506a75e
Steffen Mueller 2 files changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/041d4af69559004a

A bit more documentation of make_targetable().
James E. Keenan 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e867a902b7534910

Add documentation on the hashrefs produced by process_typemaps().
James E. Keenan 1 file changed, 79 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/773e5ba2be17cee6

Add documentation and additional tests
James E. Keenan 2 files changed, 133 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/0f8864f4c64a3424

Mostly adding tests and documentation.
James E. Keenan 12 files changed, 372 insertions(+), 89 deletion
http://perl5.git.perl.org/perl.git/commit/e1d9760ba263ef0b

Move several functions to Utilities.pm
James E. Keenan 5 files changed, 314 insertions(+), 130 deletion
http://perl5.git.perl.org/perl.git/commit/fa4de528c9d9b20c

Change check_cpp() to check_conditional_preprocessor_statements()
James E. Keenan 10 files changed, 256 insertions(+), 57 deletion
http://perl5.git.perl.org/perl.git/commit/1c08851d2ed04062

Was able to move $Packid into $self.
James E. Keenan 1 file changed, 6 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5e3e294575139ba5

Refactor some code into sub set_cond()
James E. Keenan 2 files changed, 25 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/165a7511700be1db

Add vim modeline entries.
James E. Keenan 2 files changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3bd9a0ef014576ab

Move sub print_preprocessor_statements() into Utilities.pm.
James E. Keenan 2 files changed, 36 insertions(+), 34 deletions(
http://perl5.git.perl.org/perl.git/commit/9a67de4ebcf92bcb

Refactor some code into sub assign_func_args().
James E. Keenan 2 files changed, 14 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/1137fbc71bcc4495

Don't have to undef if it's never been assigned to.
James E. Keenan 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e114a5a44b832f92

Move several variables found inside the PARAGRAPH loop
James E. Keenan 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/280e925194291222

Move $orig_args closer to where it's used
James E. Keenan 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7c40b903148deee6

Move $prepush_done closer to where it's used
James E. Keenan 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c417f8ea5447fb8d

Move $func_header inside while loop closer to where it's used
James E. Keenan 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/29e60087917654b9

Move two heredocs into Utilities::standard_XS_defs().
James E. Keenan 2 files changed, 62 insertions(+), 56 deletions(
http://perl5.git.perl.org/perl.git/commit/e0ad0d24d62b6f73

Change @outlist and %only_C_inlist into corresponding references
James E. Keenan 1 file changed, 11 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/91bd39c7b0479977

Add messages to 3 tests which lacked them.
James E. Keenan 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4ae2d41b7a229f67

Move 4 elements in %args into $self
James E. Keenan 1 file changed, 23 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/d178360c5bde25f2

No evident need for 'for' loop in assignment from $args{filename}.
James E. Keenan 1 file changed, 14 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b727803b921da459

Explicitly pass $self to check_cpp()
James E. Keenan 1 file changed, 9 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/40cddf2188cba8e0

Refactor code inside process_file() into print_preprocessor_statements()
James E. Keenan 1 file changed, 36 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/6ae80be5b71cb1b3

Change \@BootCode to $BootCode_ref
James E. Keenan 1 file changed, 8 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bb7b74e565a048b6

Eliminate some synthetic variables
James E. Keenan 1 file changed, 8 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c2f9d186c466b8a0

Typographical cleanup
James E. Keenan 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4018803d12ac7aee

Add $newXS to $self
James E. Keenan 1 file changed, 10 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/302b36fab702c1b1

Move $proto into $self;
James E. Keenan 1 file changed, 12 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/448424acacf36b01

Add $Module_cname to $self.
James E. Keenan 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a9cffdac4a2edef2

Move %defaults to $self.
James E. Keenan 1 file changed, 7 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/df2f61e673e5d30d

Move @line to $self.
James E. Keenan 1 file changed, 48 insertions(+), 50 deletions(-
http://perl5.git.perl.org/perl.git/commit/25ec7b8f0543aa68

Move @line_no, @Attributes, %outargs, @XSStack to $self.
James E. Keenan 1 file changed, 37 insertions(+), 39 deletions(-
http://perl5.git.perl.org/perl.git/commit/c15a0eb120122c40

Move %lengthof, %XsubAliases, %XsubAliasValues, %Interfaces.
James E. Keenan 1 file changed, 17 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/a3f4d9a744ba6b6e

Add \%in_out and \%argtype_seen to $self.
James E. Keenan 1 file changed, 12 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/5cf124583682a602

Move 9 'our' hashes and arrays into $self
James E. Keenan 1 file changed, 69 insertions(+), 69 deletions(-
http://perl5.git.perl.org/perl.git/commit/39deed80bb6b36fd

Move $var_num into $self.
James E. Keenan 1 file changed, 16 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/8020dec5be963202

Move $Interfaces into $self, but as $self->{interfaces}
James E. Keenan 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/93193604a03464c6

Move $DoSetMagic, $XsubAliases, into $self.
James E. Keenan 1 file changed, 9 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bf1a8da23f2780f2

Tidy up lists of 'our' variables.
James E. Keenan 1 file changed, 6 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/98861ba78981ff13

Move $condnum, $cond, into $self. $ALIAS ran into eval EXPR problems.
James E. Keenan 1 file changed, 14 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/903423ced1fad135

Move $func_args into $self.
James E. Keenan 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a91134bb4cc7d4e1

Move $RETVAL_code into $self.
James E. Keenan 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/68ef9ce67b24059f

Move $gotRETVAL into $self.
James E. Keenan 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f0d6fce380241486

Move $deferred into $self.
James E. Keenan 1 file changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cb5a10adab761f76

Eliminate 'our' $printed_name
James E. Keenan 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bbedd68d98e10ac4

Move $thisdone and $retvaldone to $self.
James E. Keenan 1 file changed, 15 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/c3b1b4ed98acefd2

Add $Packprefix to $self.
James E. Keenan 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7ae18cdd6048c9db

Move $ret_type into $self.
James E. Keenan 1 file changed, 19 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/212a2e9905963213

More globals in $self
James E. Keenan 1 file changed, 44 insertions(+), 46 deletions(-
http://perl5.git.perl.org/perl.git/commit/ded960eccce4cbca

Move more globals into the global $self
James E. Keenan 1 file changed, 110 insertions(+), 112 deletions
http://perl5.git.perl.org/perl.git/commit/e7acc17e1013dba4

Declare global instance as a stepping stone to an OO ExtUtils::ParseXS
James E. Keenan 1 file changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/428eaf2f2b324596

More and better tests
James E. Keenan 3 files changed, 118 insertions(+), 8 deletions(
http://perl5.git.perl.org/perl.git/commit/00f7e25035c1cad6

Eliminate sub ProtoString(), which was used in only one location.
James E. Keenan 1 file changed, 3 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/80cece38dae05cb4

Move list of XS keywords to Constants.pm.
James E. Keenan 2 files changed, 9 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/62a7b66ab5eba2ae

Remove the wistful comment about "use strict -- one of these days ..."
James E. Keenan 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cfa5142e3f27fcfb

Change name of sub errors() to sub report_error_count()
James E. Keenan 3 files changed, 14 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/6c03b59f9cbda7c6

Indentation fix
James E. Keenan 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/deae6a51a34048c3

Change arguments to output_init() to single hashref
James E. Keenan 1 file changed, 32 insertions(+), 30 deletions(-
http://perl5.git.perl.org/perl.git/commit/861b00883f8fc5d5

Change arguments to generate_init() to single hashref.
James E. Keenan 1 file changed, 77 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/c8addf3c9a859afb

Inline comment about difficulties which 'eval qq()' will pose
James E. Keenan 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/eca80b4d411572fe

Typographical cleanup only.
James E. Keenan 1 file changed, 11 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/f7c41465d54221fc

Improve test coverage, extract function for better testing
James E. Keenan 6 files changed, 241 insertions(+), 48 deletions
http://perl5.git.perl.org/perl.git/commit/f892173413354808

Explicitly pass $hiertype to map_type()
James E. Keenan 2 files changed, 22 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/a3e3c46d9393cfec

Eliminate last 'local' variables.
James E. Keenan 1 file changed, 7 insertions(+), 16 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8abdb3cf65d63a4b

More variable scope fixes
James E. Keenan 1 file changed, 26 insertions(+), 37 deletions(-
http://perl5.git.perl.org/perl.git/commit/607e2dbfbd4a8da7

Refine debugging messages to only identify CRITICAL messages.
James E. Keenan 1 file changed, 5 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c506c67ad63ea69c

STDERR debugging messages around the last suspected '' global variables.
James E. Keenan 1 file changed, 23 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f8a7bacacf5ceece

Rename $name_printed to $printed_name
James E. Keenan 1 file changed, 14 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/49f0a068e9e7ce4f

Rename two more instances of '$name'.
James E. Keenan 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/37093f499badb81b

Reclassify approx 7 variables as either 'our' or 'my'.
James E. Keenan 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9b823c85e4890430

Add a little POD
James E. Keenan 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f688816001faec64

More variable renaming and comments
James E. Keenan 1 file changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d0b5dbb1f235a29e

More variable and code shuffling to improve maintainability
James E. Keenan 2 files changed, 67 insertions(+), 37 deletions(
http://perl5.git.perl.org/perl.git/commit/3b80bf4627ee15a9

Move code handling processing of typemap files to Utilities.pm.
James E. Keenan 2 files changed, 105 insertions(+), 60 deletions
http://perl5.git.perl.org/perl.git/commit/4333d1b7b60a550d

Change $ALIAS from 'my' to 'our'
James E. Keenan 1 file changed, 16 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c1154ce95f1d0277

Change ValidProtoString() to valid_proto_string()
James E. Keenan 3 files changed, 47 insertions(+), 26 deletions(
http://perl5.git.perl.org/perl.git/commit/4747c99813fdd447

Revise some of the placements into EU::PXS::Constants.
James E. Keenan 2 files changed, 54 insertions(+), 17 deletions(
http://perl5.git.perl.org/perl.git/commit/7132089de120ba57

Shuffle more functions and variables around
James E. Keenan 2 files changed, 51 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/372cc68d30a5c7fe

Move EU::ParseXS::CountLines to its own file to simplify editing
James E. Keenan 3 files changed, 78 insertions(+), 80 deletions(
http://perl5.git.perl.org/perl.git/commit/7487aa30d4f627c0

Implement use strict 'subs' and 'refs'
James E. Keenan 1 file changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bb8385f98a76180f

Correct ambiguous regex capture syntax.
James E. Keenan 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e0d38b24472c8346

Tighten scope of more variables
James E. Keenan 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/83062e50b6eaa7c2

Move about 9 global variables into 'our' status.
James E. Keenan 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/84b7de205a3d688e

Lexicalize more variables
James E. Keenan 1 file changed, 6 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/804b627ecfd9719b

Continue renaming confusing variables
James E. Keenan 1 file changed, 7 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dbbb32e30b2de94c

EU::ParseXS Version bump
James E. Keenan 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/50c2c9d7b1bb7945

Start to remove unused variables
James E. Keenan 1 file changed, 30 insertions(+), 27 deletions(-
http://perl5.git.perl.org/perl.git/commit/353695b60ea2c4fe

Move TidyType() to Utilities::tidy_type()
James E. Keenan 4 files changed, 70 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/639755c052e7215d

Change TrimWhitespace() to trim_whitespace()
James E. Keenan 4 files changed, 77 insertions(+), 24 deletions(
http://perl5.git.perl.org/perl.git/commit/845abe0c50dfb4a6

Move POD for internal sub from ParseXS.pod to Utilities.pm
Steffen Mueller 4 files changed, 114 insertions(+), 49 deletions
http://perl5.git.perl.org/perl.git/commit/82f774af3b15c79d

Separate POD file and ExtUtils::ParseXS::Utilities
Steffen Mueller 4 files changed, 233 insertions(+), 171 deletion
http://perl5.git.perl.org/perl.git/commit/612e05df6ce8ae58

Continue tidying up the code, range lines 1000-end
James E. Keenan 1 file changed, 377 insertions(+), 377 deletions
http://perl5.git.perl.org/perl.git/commit/02e962df7e0f1415

Change from 'use vars' to 'our', which was introduced in Perl 5.6.0.
James E. Keenan 1 file changed, 16 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/cad7427a8083c679

Begin to uncuddle 'elsif' and 'else'. Rationalize indentation. Completed thr
James E. Keenan 1 file changed, 313 insertions(+), 291 deletions
http://perl5.git.perl.org/perl.git/commit/31635b7038d6d8e3

Eliminate whitespace before final semicolon.
James E. Keenan 1 file changed, 185 insertions(+), 185 deletions
http://perl5.git.perl.org/perl.git/commit/01785bfd527f8bff

Change all hard tabs to 4-spaces. Eliminate trailing whitespace.
James E. Keenan 1 file changed, 430 insertions(+), 430 deletions
http://perl5.git.perl.org/perl.git/commit/1f4f582f32a640a7

Rename EU::PXS test files to include digits
Steffen Mueller 7 files changed, 310 insertions(+), 310 deletion
http://perl5.git.perl.org/perl.git/commit/e8c2f875d3bb5b22

Revert "Moved prototype check to XS code, allowing the .pm file change from
Steffen Mueller 2 files changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1db181e53b84f0ca

Revert EU::ParseXS part of 1e8125c621275d18c74bc8dae3bfc3c03929fe1e
Steffen Mueller 1 file changed, 1 insertion(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/890427c87f6d3812

Revert the EU::ParseXS part of c4a6f826b3676d1fdbd9972a9d0a8f11c02d003d
Steffen Mueller 2 files changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7fce6f3c06a3c46a

Revert EU::ParseXS part of c33e8be1506a75e393304af89d64e3f46e0ca7cb
Steffen Mueller 3 files changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cbc44bdb93b73b57

Add an email alias for James Keenan
Steffen Mueller 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b125a0f7189e55ac

New branch smoke-me/Open3-3
19 commits. 1 unique author. 1 unique committer.

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

In IPC::Open3, inline xfork() and xclose_on_exec(), and delete xpipe_anon().
Nicholas Clark 1 file changed, 7 insertions(+), 20 deletions(-)
http://perl5.git.perl.org/perl.git/commit/631ac5c25c252847

In IPC::Open3::_open(), refactor the DO_SPAWN code to loop over @handles.
Nicholas Clark 1 file changed, 9 insertions(+), 19 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8134f2fb07a261d1

In IPC::Open3::_open(), refactor the fork/exec code to loop over @handles.
Nicholas Clark 1 file changed, 10 insertions(+), 21 deletions(-
http://perl5.git.perl.org/perl.git/commit/127b672347ff26cb

In IPC::Open3::_open(), refactor the common code into loops over @handles.
Nicholas Clark 1 file changed, 20 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/e86d49f5e4403881

In IPC::Open3::_open(), switch from 'r' and 'w' to '<' and '>'.
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bc79c44db74c5211

Use $handles[2]{dup_of_out} for the special case code for shared STD{OUT,ERR
Nicholas Clark 1 file changed, 6 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f73181b4598f9e72

In IPC::Open3::_open3(), move $kid_{rdr,wtr,err} to @handles.
Nicholas Clark 1 file changed, 23 insertions(+), 29 deletions(-
http://perl5.git.perl.org/perl.git/commit/382986196e0fe363

In IPC::Open3::_open3(), move $dup_{wtr,rdr,err} to @handles.
Nicholas Clark 1 file changed, 18 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/f9bb66d91e9bcf53

In IPC::Open3::_open3(), move $dad_{wtr,rdr,err} to @handles.
Nicholas Clark 1 file changed, 41 insertions(+), 38 deletions(-
http://perl5.git.perl.org/perl.git/commit/008fe0d9c7e9c1a2

Move the table describing file handles near to the top of IPC::Open::open3()
Nicholas Clark 1 file changed, 25 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/621f7f0dcc39da4b

Move the autovivification emulation code to the top of IPC::Open3::_open3().
Nicholas Clark 1 file changed, 8 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b51326f0ceca0952

Refactor IPC::Open3::_open3() to find the caller's package itself.
Nicholas Clark 2 files changed, 7 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aa2918bfad809bab

IPC::Open3::open3() couldn't duplicate numeric file descriptors on Windows.
Nicholas Clark 3 files changed, 27 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/dbbf440cf517328f

Avoid an uninitialized hash key in IPC::Open::spawn_with_handles().
Nicholas Clark 2 files changed, 4 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/003b8de948eaf1d3

IPC::Open3::open3() shouldn't fail if any of *STD{IN,OUT,ERR} are localized.
Nicholas Clark 3 files changed, 44 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/d3c60d11eec6a93e

Add debug code to test IPC::Open3::spawn_with_handles() on *nix.
Nicholas Clark 1 file changed, 23 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9460b1060e626a92

Simplify the test for IPC::Open bug RT #72016.
Nicholas Clark 1 file changed, 3 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b14c424a94a6fc38

In IPC::Open3::_open(), use 3 argument open to avoid a special case for STDE
Nicholas Clark 1 file changed, 3 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/08b4de18d108ec47

Generalise IPC::Open3::xopen() to $n-argument open.
Nicholas Clark 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/45ca51b7a3c38315

New branch smoke-me/eintr
1 commit. 1 unique author. 1 unique committer.

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

eintr.t: skip based on capability rather than OS
David Mitchell 1 file changed, 31 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/f7b9ec2a5ea2380c
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
62 commits. 12 unique authors. 8 unique committers.
246 files changed, 13260 insertions(+), 9250 deletions(-)
Net code removal: Robin Barker (1 line)
Thanks, applied: Father Chrysostomos (2) Leon Brocard (2) David Golden (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/26126efb9b317f88.tar.gz

Revert "Regenerate known_pod_issues.dat"
Father Chrysostomos 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/26126efb9b317f88

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/01833d086aad603e

Update the list of CPAN mirrors in pod/perlmodlib.PL
Leon Brocard 2 files changed, 361 insertions(+), 381 deletion
http://perl5.git.perl.org/perl.git/commit/04b029fe3f003b7a

Correct example commit in release_managers_guide.pod; add example
Father Chrysostomos 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/21768cb3b7803f58

Regenerate known_pod_issues.dat
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a15bfc9e23044705

Add program which generates the list of registered CPAN sites in perlmodlib.
Leon Brocard 1 file changed, 91 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/872fa9285df6b08c

unused variable tmpgv
Robin Barker 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/10fc74f6910844f0

Show diagnostic link format in perldelta template
David Golden 2 files changed, 22 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/18a6db115daa0eae

podcheck.t: decode verbatim paragraphs before checking length
David Golden 2 files changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2592f3b832c159db

Partial perldelta update through 9603df1
David Golden 1 file changed, 151 insertions(+), 42 deletions(
http://perl5.git.perl.org/perl.git/commit/bdab33d100838438

git-deltatool: show progress only for interactive modes
David Golden 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e67bd9d27a537b59

Suppress proto warning from attrs.t
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/55108fc8754e2bc6

perldata: Link directly to $;
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b8db74f2e886c63d

Add another address for Ian Goodacre
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/74314d7a4759b44b

Document multi-dimensional array emulation.
Ian Goodacre 1 file changed, 14 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9ed2a148ec1ba95f

We'll no longer add RCs to perlhist.pod
Jesse Vincent 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e8a7a70e88f9938f

Update irc and tw mongers links.
Chia-liang Kao 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ba36cd72c3e1a902

convert README.tw to utf-8
Chia-liang Kao 1 file changed, 65 insertions(+), 65 deletions(-
http://perl5.git.perl.org/perl.git/commit/d0ce92e704fc0044

Benchmart.t: improved diagnostics
David Mitchell 1 file changed, 22 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/bb6c6e4b8d10f2e4

Update Porting/core-cpan-diff to use HTTP::Tiny
Leon Brocard 1 file changed, 7 insertions(+), 14 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ee682a851e75ef16

Scalar keys assignment through lvalue subs
Father Chrysostomos 3 files changed, 13 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/fad4a2e4a4e2d22b

In B::Concise and op.h list all ops that use LVSUB
Father Chrysostomos 2 files changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6a8709a60c31d745

[perl #92542] perl5134delta.pod has a repeated word word
Pau Amma 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/285bb66625cdbcfb

t/op/sselect.t: reduce random failures (hopefully)
David Mitchell 1 file changed, 21 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b3d9788e2717b8b7

t/op/sselect.t: add descriptions to ok() tests
David Mitchell 1 file changed, 14 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/8075d46ebf11d41b

t/op/alarm.t: reduce intermittent failures
David Mitchell 1 file changed, 14 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/565aeffea0ac99fb

Updates to perldelta for all the updated CPAN modules.
Chris 'BinGOs' Williams 1 file changed, 105 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/1c861f7c84b6f092

Updated JSON-PP to CPAN version 2.27200
Chris 'BinGOs' Williams 4 files changed, 40 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/7942a65c0ffe21a1

Updated Encode to CPAN version 2.43
Chris 'BinGOs' Williams 7 files changed, 298 insertions(+), 259 deletion
http://perl5.git.perl.org/perl.git/commit/b9370cdb3536f273

Updated Unicode-Collate to CPAN version 0.76
Chris 'BinGOs' Williams 39 files changed, 6345 insertions(+), 4032 delet
http://perl5.git.perl.org/perl.git/commit/192652842bbfd287

Updated Unicode-Normalize to CPAN version 1.12
Chris 'BinGOs' Williams 5 files changed, 87 insertions(+), 44 deletions(
http://perl5.git.perl.org/perl.git/commit/e0a65de5f30351e0

Updated Sys-Syslog to CPAN version 0.29
Chris 'BinGOs' Williams 10 files changed, 1306 insertions(+), 1057 delet
http://perl5.git.perl.org/perl.git/commit/06fd9d7a579f00bc

Updated Filter-Util-Call to CPAN version 1.39
Chris 'BinGOs' Williams 3 files changed, 7 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d1f3365ee1edd6c6

Update DB_File to CPAN version 1.822
Chris 'BinGOs' Williams 6 files changed, 22 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/ebf49c8bdb450d09

Updated CGI to CPAN version 3.54
Chris 'BinGOs' Williams 7 files changed, 237 insertions(+), 143 deletion
http://perl5.git.perl.org/perl.git/commit/be0397089ddbb1fa

Updated IO-Compress to CPAN version 2.035
Chris 'BinGOs' Williams 47 files changed, 572 insertions(+), 349 deletio
http://perl5.git.perl.org/perl.git/commit/c23ee15d0c5621f6

Updated Compress-Raw-Zlib to CPAN version 2.035
Chris 'BinGOs' Williams 5 files changed, 63 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/882c7064de216e46

Updated Compress-Raw-Bzip2 to CPAN version 2.035
Chris 'BinGOs' Williams 6 files changed, 64 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/7b06185df2bca912

Updated XSLoader to CPAN version 0.15
Chris 'BinGOs' Williams 4 files changed, 47 insertions(+), 24 deletions(
http://perl5.git.perl.org/perl.git/commit/e6ea8c3b188ce8ad

Updated Digest-SHA to CPAN version 5.62
Chris 'BinGOs' Williams 9 files changed, 23 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/e7a1ec001f9096b2

Update CPAN-Meta to CPAN version 2.110930
Chris 'BinGOs' Williams 12 files changed, 128 insertions(+), 37 deletion
http://perl5.git.perl.org/perl.git/commit/5bc9579e19a19164

Update CPANPLUS to CPAN version 0.9105
Chris 'BinGOs' Williams 58 files changed, 2362 insertions(+), 2336 delet
http://perl5.git.perl.org/perl.git/commit/5c920a492077b8ae

Update CPANPLUS-Dist-Build to CPAN version 0.56
Chris 'BinGOs' Williams 3 files changed, 45 insertions(+), 46 deletions(
http://perl5.git.perl.org/perl.git/commit/4e05616f0f3312ce

Update Archive-Extract to CPAN version 0.52
Chris 'BinGOs' Williams 2 files changed, 122 insertions(+), 121 deletion
http://perl5.git.perl.org/perl.git/commit/f37a9f48f99904b0

Update Object-Accessor to CPAN version 0.42
Chris 'BinGOs' Williams 7 files changed, 121 insertions(+), 121 deletion
http://perl5.git.perl.org/perl.git/commit/e528b6072f9f5a66

eintr.t: skip based on capability rather than OS
David Mitchell 1 file changed, 31 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/df375c6d048b938e

Fix my + attrs + list assignment
Father Chrysostomos 3 files changed, 28 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f5d1ed108fe43102

Update notes on why we actually want to disable thread stress tests.
Jesse Vincent 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ed396bcf75a5a81e

Add the v5.12.4-RC1 epigraph to Porting/epigraphs.pod
Leon Brocard 1 file changed, 20 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7fdfa5b92b9b4d2b

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/bb31694efc8cbfe9

perlfork, perlfunc: Fix English grammatical errors
Karl Williamson 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6d17f725fc92d627

Add 5.12.4-RC1 to perlhist
Leon Brocard 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aa7665608956af68

stop waithires.t randomly failing under high load
David Mitchell 1 file changed, 120 insertions(+), 49 deletions(
http://perl5.git.perl.org/perl.git/commit/1bb5302b2836a00c

Synchronise Maintainers.pl with what is in dist/ currently.
Chris 'BinGOs' Williams 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8733544eb125fe6c

Tweak APC instructions.
Craig A. Berry 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/076975654b6444d1

Disable some threads tests on m68k for now due to missing TLS.
Jesse Vincent 2 files changed, 10 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/4a278ec85c28bdfc

perldelta entries for lvalue and COW fixes
Father Chrysostomos 1 file changed, 123 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/975dff8cb7ca2790

Regenerate known_pod_issues.dat
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c31d159012baaf8e

Update perldelta with entries copied from 5.14.1
Father Chrysostomos 1 file changed, 100 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/760696b85aa55406

Remove unnecessary TAINT_NOT
Father Chrysostomos 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2aa629fafc4af31b

[perl #92290, #92406] Returning a pad var from lv sub
Father Chrysostomos 3 files changed, 34 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/e08be60b99b39346

Correct test names in sub_lval.t
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d507ecb9ce86ef53

Current branch maint-5.12
27 commits. 8 unique authors. 2 unique committers.
12 files changed, 3390 insertions(+), 38 deletions(-)
Thanks, applied: Leon Brocard (22)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/77ab2884ea4d6c3f.tar.gz

Correct Module::CoreList version in perl5124delta
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/77ab2884ea4d6c3f

update TOC for perl5124delta
Father Chrysostomos 7 files changed, 28 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/b90f99a45f2e860f

bump version to RC1
Leon Brocard 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/72ce1249830c6ba0

Add 5.12.4-RC1 release to perlhist
Leon Brocard 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f1716bc9ffb7328e

Update Module::CoreList for 5.12.4
Leon Brocard 3 files changed, 641 insertions(+), 4 deletions(
http://perl5.git.perl.org/perl.git/commit/cffdf045a5bcc8c1

RC3 bump
Jesse Vincent 3 files changed, 6 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a48fb6e8d1f52c73

It's not 2012. - spotted by jdb
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c03f90d373bc1b13

Bump Module::CoreList because the content changed since RC1 and we have
Jesse Vincent 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d459380d4f9c9b23

RC1 -> RC2; push off the date of 5.14.0 until a week from tomorrow
Jesse Vincent 2 files changed, 18 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/792d28bdc9187c83

Update Module::CoreList for 5.14.0
Jesse Vincent 2 files changed, 670 insertions(+), 2 deletions(
http://perl5.git.perl.org/perl.git/commit/dc8f3a40a6fd2c55

Update corelist for 5.13.11
Florian Ragwitz 2 files changed, 669 insertions(+), 8 deletions(
http://perl5.git.perl.org/perl.git/commit/c5d4c2b932561950

Resolved RT #59511 for Module::CoreList
Chris 'BinGOs' Williams 2 files changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d0cca66ff7e372fe

Increase CoreList’s version
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d978b4854ea39fa2

Correct the version of Module::CoreList that was released with v5.12.3
Chris 'BinGOs' Williams 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6081101d521c040d

Module::CoreList: bump from 2.44_01 to 2.45
Ævar Arnfjörð Bjarmason 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aede92b329f38a9f

dist/Module-CoreList/Changes: bump to 2.44_01
Ævar Arnfjörð Bjarmason 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/49a55e9e0a9ee675

Module::CoreList: update CAVEATS section with 5.13.9 and 5.13.10
Ævar Arnfjörð Bjarmason 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7fb9875bd06b45b7

Update Module::CoreList for 5.13.10
Ævar Arnfjörð Bjarmason 1 file changed, 679 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/61952b94cde6bcc8

Clarify the return values of the first_release functions in Module::CoreList
Chris 'BinGOs' Williams 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b3cb9515f36bfa65

Update Changes and bump Module::CoreList to 2.44 for a CPAN release
Chris 'BinGOs' Williams 2 files changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/415b79aa094cd397

fix 5.12.3 release date
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/81bc5e35b0b919cb

Re-add 5.12.3's release date to Module::Corelist.
Nicholas Clark 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c14f2f9db08de3f5

re-add 5.12.3 versions
Ricardo Signes 1 file changed, 631 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bcf029c918ac8ef4

Update Changes in Module::CoreList for the 2.42_01 release
Chris 'BinGOs' Williams 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/04d2c0f8b78f5475

When I dropped the Module::CoreList version due to potential conflicts
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/72c65a91ab57c74b

Remove v5.12.3 from Module::CoreList (temporarily) for the release of
Jesse Vincent 1 file changed, 2 insertions(+), 632 deletions(-
http://perl5.git.perl.org/perl.git/commit/32a67c65b732dfb1

Update Module::CoreList for 5.13.9
Jesse Vincent 1 file changed, 668 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/4565101b1f9dc019

Current branch maint-5.14
25 commits. 8 unique authors. 2 unique committers.
14 files changed, 858 insertions(+), 234 deletions(-)
Net code removal: Leo Lapworth (17 lines)
Thanks, applied: Jesse Vincent (12)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/4312ec987635747e.tar.gz

A pod nit
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4312ec987635747e

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

more perldelta nits
Jesse Vincent 1 file changed, 14 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/439e00f5ef540b3d

Removing XXX sections from perldelta
Jesse Vincent 1 file changed, 5 insertions(+), 114 deletions(-
http://perl5.git.perl.org/perl.git/commit/5bb6b4b8a132bb6c

Fix pod syntax errors
Jesse Vincent 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/51182a96fff8041f

Documented the most recent cherrypick.
Jesse Vincent 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fabfbb19a031cb1e

cherry-pick a delta entry from blead
Jesse Vincent 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/69f35f97493ac068

scan_heredoc could reallocate PL_parser->linestr's PV
David Leadbeater 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/08e282ff6ed4ee6c

snapshot perldelta work
Jesse Vincent 1 file changed, 60 insertions(+), 81 deletions(-
http://perl5.git.perl.org/perl.git/commit/180a59da7f8421ef

Bump Module::CoreList for the 5.14.1 release.
Jesse Vincent 1 file changed, 660 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/47da7fa9f6a3d3a3

Add a release date for 5.14.1 to perlhist.
Jesse Vincent 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8f857afe616f9122

Bump the Changes file to describe how to find the .0->.1 delta
Jesse Vincent 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/29cfb0a98490ca20

Bump the RC marker in patchlevel.h to .1
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b52d785eb243c55f

Update lengthen time-out time for t/re/re.t.
Nobuhiro Iwamatsu 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5bd02b924687f60f

waitpid doesn't work with WIFSTOPPED
Bo Lindbergh 1 file changed, 16 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/0673045fe88b0e4b

regcomp.c: \x{17f} can match /\xdf/i
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2cf968008690b3bb

[perl #90850] Outdated Solaris pkg list on README.solaris
Claudio Ramirez 1 file changed, 10 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/65482ee9889b0060

Add Claudio Ramirez to AUTHORS
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f9dd85803cb55f0a

Update AUTHORS file (add myself)
Leo Lapworth 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/739b05a3e22d723b

README.macosx - clarify requirement of apple developer tools
Leo Lapworth 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cd298e94eb805926

README.macosx - remove Carbon reference
Leo Lapworth 1 file changed, 0 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/17f7f5fc78800117

README.macosx - cleanup/update copy, remove 'MacPerl'
Leo Lapworth 1 file changed, 10 insertions(+), 21 deletions(-
http://perl5.git.perl.org/perl.git/commit/ce6b2dc5891fa9ac

Cleanup README.macosx
Leo Lapworth 1 file changed, 5 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1cffe95bdffd6ee6

/iaa doesn't work when the result is trie'd
Karl Williamson 2 files changed, 8 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/42c872b9bc412093

perldelta update
Father Chrysostomos 1 file changed, 75 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ea44a8551c9893e5

Current branch smoke-me/Open3-3
19 commits. 1 unique author. 1 unique committer.
238 files changed, 13335 insertions(+), 8749 deletions(-)

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

In IPC::Open3, inline xfork() and xclose_on_exec(), and delete xpipe_anon().
Nicholas Clark 1 file changed, 7 insertions(+), 20 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c15f7d58a6c7e0c7

In IPC::Open3::_open(), refactor the DO_SPAWN code to loop over @handles.
Nicholas Clark 1 file changed, 9 insertions(+), 19 deletions(-)
http://perl5.git.perl.org/perl.git/commit/46ea055bc4c8d890

In IPC::Open3::_open(), refactor the fork/exec code to loop over @handles.
Nicholas Clark 1 file changed, 10 insertions(+), 21 deletions(-
http://perl5.git.perl.org/perl.git/commit/de55df14c74f34a2

In IPC::Open3::_open(), refactor the common code into loops over @handles.
Nicholas Clark 1 file changed, 20 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/e68c86b36d116519

In IPC::Open3::_open(), switch from 'r' and 'w' to '<' and '>'.
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4626b713e376e9b0

Use $handles[2]{dup_of_out} for the special case code for shared STD{OUT,ERR
Nicholas Clark 1 file changed, 6 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3aefe8452156ba1c

In IPC::Open3::_open3(), move $kid_{rdr,wtr,err} to @handles.
Nicholas Clark 1 file changed, 26 insertions(+), 29 deletions(-
http://perl5.git.perl.org/perl.git/commit/bd7c99d195ac436f

In IPC::Open3::_open3(), move $dup_{wtr,rdr,err} to @handles.
Nicholas Clark 1 file changed, 18 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/61cbee68a23c595d

In IPC::Open3::_open3(), move $dad_{wtr,rdr,err} to @handles.
Nicholas Clark 1 file changed, 41 insertions(+), 38 deletions(-
http://perl5.git.perl.org/perl.git/commit/7bf24bb0a85e8291

Move the table describing file handles near to the top of IPC::Open::open3()
Nicholas Clark 1 file changed, 18 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/4eb5febefd9a2ce7

Move the autovivification emulation code to the top of IPC::Open3::_open3().
Nicholas Clark 1 file changed, 8 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7649140fca47f3c0

Refactor IPC::Open3::_open3() to find the caller's package itself.
Nicholas Clark 2 files changed, 7 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/598aa657231b37d3

IPC::Open3::open3() couldn't duplicate numeric file descriptors on Windows.
Nicholas Clark 3 files changed, 28 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/bc12ec6cf5d3db20

Avoid an uninitialized hash key in IPC::Open::spawn_with_handles().
Nicholas Clark 2 files changed, 4 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e4f1edc20a7c23ca

IPC::Open3::open3() shouldn't fail if any of *STD{IN,OUT,ERR} are localized.
Nicholas Clark 3 files changed, 45 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/779d58ab1eb7a74d

Add debug code to test IPC::Open3::spawn_with_handles() on *nix.
Nicholas Clark 1 file changed, 23 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1e781dd09e8f6370

In IPC::Open3::_open(), use 3 argument open to avoid a special case for STDE
Nicholas Clark 1 file changed, 3 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1f8a7366241cfd0b

Generalise IPC::Open3::xopen() to $n-argument open.
Nicholas Clark 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/273132812bf3df42

Simplify the test for IPC::Open bug RT #72016.
Nicholas Clark 1 file changed, 8 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9670c84e1932925d

New branch smoke-me/Open3-5
1 commit. 1 unique author. 1 unique committer.
Net code removal: Nicholas Clark (2 lines)

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

Simplify the test for IPC::Open bug RT #72016.
Nicholas Clark 1 file changed, 8 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1a375ecf93a980b3
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
127 commits. 14 unique authors. 10 unique committers.
154 files changed, 3128 insertions(+), 4933 deletions(-)
Net code removal: Florian Ragwitz (2616 lines) brian d foy (23 lines)
Thanks, applied: Father Chrysostomos (5) David Golden (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ca3749d34cebcb5c.tar.gz

Mark Devel::DProf as deprecated in corelist
Florian Ragwitz 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ca3749d34cebcb5c

Kill Devel::DProf
Florian Ragwitz 45 files changed, 36 insertions(+), 2656 deletio
http://perl5.git.perl.org/perl.git/commit/c9dab4e97a0bc579

Ignore deletes when looking for changed versions
Florian Ragwitz 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7ac818b24e0ec6f6

Allow ‘continue;’ without feature.pm
Father Chrysostomos 5 files changed, 13 insertions(+), 32 deletions(
http://perl5.git.perl.org/perl.git/commit/a5c70c4d9272459b

perldelta up to 571f0e8
Father Chrysostomos 1 file changed, 53 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/87d00a71dc3f8397

Update PerlCheat to 5.14
H.Merijn Brand 1 file changed, 60 insertions(+), 58 deletions(-
http://perl5.git.perl.org/perl.git/commit/891dc8cf20b83652

pos in lvalue context now returns a PVMG instead of a PVLV.
Nicholas Clark 3 files changed, 9 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/571f0e8653a532c3

In magic.t, restore $$ after modifying it.
Nicholas Clark 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/41e07bbccec49c48

[perl #8611] tied handles and gotos don't mix
David Mitchell 2 files changed, 52 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/d8ef3a16edf68759

Ignore the generated mg_data.h
Florian Ragwitz 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a2a7e1732d227dd9

perlfaq9: Sys::Hostname is in core since 5.0
brian d foy 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5e6fb4d7df6eb968

Remove FAQ about PONIE
brian d foy 2 files changed, 0 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/4755e6b2e8608588

Re-mention $foo Magazin in perlfaq2
brian d foy 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d409f58834d0a4e6

The Perl Review isn't really a magazine anymore
brian d foy 1 file changed, 2 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4b496e6e74e0770a

Make $$ writable, but still magical
Father Chrysostomos 4 files changed, 50 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/9cdac2a22a8bffa5

Update preferred perldelta RT citation standard
David Golden 1 file changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5cfe25fd495495a0

charnames: Abbreviations wrong on certain C1 controls
Karl Williamson 3 files changed, 19 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/25aa614deb60ccb7

Move an XS::APItest var decl to PREINIT
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a2bf5ab1b8344732

More perldelta entries
Father Chrysostomos 1 file changed, 89 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/f593865081be3207

Some perldelta updates
Father Chrysostomos 1 file changed, 154 insertions(+), 29 deletions(
http://perl5.git.perl.org/perl.git/commit/6693394dc44f43f2

Fix typo in perlmod
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fa4ec2847401b539

Completely free hashes containing nulls
Father Chrysostomos 4 files changed, 44 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/7d6175ef71f6339f

Reorder interpreter struct to remove alignment holes
Nicholas Clark 1 file changed, 10 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/30b0736d971c4944

Re-order perlvars.h to group related variables, and spread mutexes out.
Nicholas Clark 1 file changed, 41 insertions(+), 45 deletions(-
http://perl5.git.perl.org/perl.git/commit/eeb6b84165f37835

PL_perlio_mutex is only needed with USE_UIHREADS && USE_PERLIO
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fdad75c9cae2c7f7

Change PL_use_safe_putenv from int to bool.
Nicholas Clark 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8bf206230526c0a7

Move PL_runops_{std,dbg} to perl.h, and make them const.
Nicholas Clark 5 files changed, 10 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/af2f0da9b8621f5c

Move PL_global_struct_size, PL_interp_size{,_5_16_0} to perl.h
Nicholas Clark 5 files changed, 20 insertions(+), 33 deletions(
http://perl5.git.perl.org/perl.git/commit/724cf8d623675450

In perlvar.h, move the always-present globals above those conditionally comp
Nicholas Clark 5 files changed, 31 insertions(+), 32 deletions(
http://perl5.git.perl.org/perl.git/commit/9e08d3a49aaebdf1

Move PL_{revision,version,subversion} to perl.h, making them const U8.
Nicholas Clark 5 files changed, 26 insertions(+), 36 deletions(
http://perl5.git.perl.org/perl.git/commit/457c538539eca0f3

Move PL_sh_path to perl.h (except for OS/2), as it's const char[]
Nicholas Clark 4 files changed, 15 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/0447859b8a048144

Move PL_{No,Yes,hexdigit} from perlvars.h to perl.h, as all are const char[]
Nicholas Clark 8 files changed, 11 insertions(+), 48 deletions(
http://perl5.git.perl.org/perl.git/commit/58f645e20791a778

Eliminate PL_patleave, unused since perl 5.0 alpha 2.
Nicholas Clark 3 files changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8790f825d5f6ff0b

Move the temporary definitions for PERLVAR* macros inside #ifdef MULTIPLICIT
Nicholas Clark 1 file changed, 42 insertions(+), 36 deletions(-
http://perl5.git.perl.org/perl.git/commit/8c1cc0174d3700e1

Update Porting/checkURL.pl to not verify secure hostnames and add many updat
Leon Brocard 1 file changed, 102 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/7c509e8a1cdc2eb3

Fix broken URL in dist/threads/lib/threads.pm for the itheads mailing list
Leon Brocard 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d185f61ff8529eef

Fix broken URLs in dist/Net-Ping/Changes from perlbrowse to git
Leon Brocard 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0099b520607ecee0

Fix broken URLs in dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod for RF
Leon Brocard 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b1f1f4d8b19d4049

Fix broken URLs in ExtUtils-Install/Changes from perlbrowse to git
Leon Brocard 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bff3194ce483c7fd

Fix broken URL in threads/shared.pm for the itheads mailing list
Leon Brocard 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a27704375e62d95d

Fix broken URLs for RFCs, bump version and document in perldelta
Leon Brocard 3 files changed, 17 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/76fadaa8b75b4254

Fix two broken URLs in mro.pm, bump version and document in perldelta
Leon Brocard 3 files changed, 8 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/b43aaa67e50d25d4

Generate the table of core magic types in perlguts.pod using mg_vtable.pl
Nicholas Clark 3 files changed, 67 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/63e77aaf05e38fa0

In regen/mg_vtable.pl, move $longest inside the only block that uses it.
Nicholas Clark 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e972d31587e24881

Reorder ops so that trans{,r} and aelemfast{,_lex} are adjacent.
Nicholas Clark 4 files changed, 351 insertions(+), 354 deletion
http://perl5.git.perl.org/perl.git/commit/bfa148846b45a72a

Split OP_AELEMFAST_LEX out from OP_AELEMFAST.
Nicholas Clark 13 files changed, 61 insertions(+), 38 deletions
http://perl5.git.perl.org/perl.git/commit/93bad3fd55489cbd

Fix some broken URLs found by Porting/checkURL.pl
Leon Brocard 9 files changed, 12 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/464a08e7ffded087

Shrink struct am_table.
Nicholas Clark 1 file changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8978b4ac1f6bf2c1

[perl #90130] Allow CORE::* without feature.pm
Father Chrysostomos 5 files changed, 34 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/9dcb836830f7b4b1

Correct file references in switch.t
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a632cb9b5a97778e

Remove TODO markers from Devel::Peek tests
Father Chrysostomos 1 file changed, 18 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f3ce8053656a98bd

Remove x bit from rt-16221.t
Father Chrysostomos 0 files changed, 0 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d3e7e09755575a09

Increase Math::BigInt’s version
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c879bdf7a8b9ca3f

Increase Math::BigFloat’s version
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0d6f1df03ba8fe28

[perl #85026] Iterate hashes by hand during do_sv_dump
Ton Hospel 1 file changed, 24 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/b56985536ef770e4

Revert "Perl_do_sv_dump: alert when skipping elements"
Father Chrysostomos 1 file changed, 22 insertions(+), 27 deletions(-
http://perl5.git.perl.org/perl.git/commit/cbab3169ecbf1e0e

allow features inside interactive debugger
Salvador Fandino 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e56c1e8df64af1ae

Add dist/Math-BigInt/t/rt-16221.t to MANIFEST
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4436972887b888cb

Fix Math::BigFloat->numify().
Peter John Acklam 2 files changed, 17 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/fc3993133139f2c4

Fix objectify()'s handling of "foreign objects".
Peter John Acklam 2 files changed, 199 insertions(+), 87 deletions
http://perl5.git.perl.org/perl.git/commit/66a0495875e8130c

Add sign function bsgn() as a complement to babs().
Peter John Acklam 5 files changed, 24 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/7833bfdd94cb7b5a

Remove another bug workaround
Father Chrysostomos 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/074ededac3b0d3c1

Remove workaround for fixed bug
Father Chrysostomos 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0e6309a848b5521a

Revert "Revert "Make untie check the FAKE flag on globs""
Father Chrysostomos 2 files changed, 12 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/ca0d4ed9074a1f09

Revert "Revert "[perl #77688] tie $scalar can tie a handle""
Father Chrysostomos 2 files changed, 12 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8bb5f78688d9af26

Revert "Revert "[perl #77496] tied gets scalars and globs confused""
Father Chrysostomos 2 files changed, 15 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4be76e1f2b4f53b0

Revert ‘Deprecate tie $handle without *’
Father Chrysostomos 3 files changed, 2 insertions(+), 44 deletions(-
http://perl5.git.perl.org/perl.git/commit/68ef19bb9eb24fa2

Add Porting/make_modlib_cpan.pl to MANIFEST.
Nicholas Clark 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/894d1dc6f7f68cbf

regexec.c: Remvove unnecessary special handling for \xDF
Karl Williamson 1 file changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0a185c45d11435c3

Typo in VMS-specific realclean target from 6f83ef0e5a45c465f83de3304c5818ba4
Craig A. Berry 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c73002c3b6db7c93

Added Alan Haggai Alavi to AUTHORS
David Golden 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f79a3e29db144c0e

perlvar.pod: fixed typo
Alan Haggai Alavi 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/38e5787b86d127be

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

Sort magic and magic vtable names in files generated by mg_vtable.pl
Nicholas Clark 4 files changed, 117 insertions(+), 108 deletion
http://perl5.git.perl.org/perl.git/commit/23cfd2fcc891e229

Generate magic_names in dump.c using mg_vtable.pl.
Nicholas Clark 5 files changed, 66 insertions(+), 50 deletions(
http://perl5.git.perl.org/perl.git/commit/52f4950575a77c74

Generate the PERL_MAGIC_* defines using mg_vtable.pl.
Nicholas Clark 3 files changed, 79 insertions(+), 59 deletions(
http://perl5.git.perl.org/perl.git/commit/abf9aa7ac41dd481

In PL_magic_data flag whether magic can be added to a readonly value.
Nicholas Clark 4 files changed, 32 insertions(+), 26 deletions(
http://perl5.git.perl.org/perl.git/commit/82ff486e3dffdd87

Store a flag for container/value magic in PL_magic_data.
Nicholas Clark 5 files changed, 68 insertions(+), 81 deletions(
http://perl5.git.perl.org/perl.git/commit/e0a73de458fc6a8b

Create a lookup table for magic vtables from magic type, PL_magic_data.
Nicholas Clark 13 files changed, 302 insertions(+), 148 deletio
http://perl5.git.perl.org/perl.git/commit/6f83ef0e5a45c465

Refactor generate_uudmap.c to use a helper function to output init blocks.
Nicholas Clark 1 file changed, 26 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/546efe9fbd6c3c65

Provide the names of the magic vtables in PL_magic_vtable_names[].
Nicholas Clark 4 files changed, 56 insertions(+), 37 deletions(
http://perl5.git.perl.org/perl.git/commit/2d1f1fe5758d1f7e

Replace references to PL_vtbl_{bm,fm} in the code with PL_vtbl_regexp.
Nicholas Clark 4 files changed, 6 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/b76b0bf9b926e6a5

PL_vtbl_{bm,fm} can be aliases to PL_vtbl_regexp, instead of copies.
Nicholas Clark 2 files changed, 10 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/b2e9fc6f32369f6d

Refactor Perl_get_vtbl() to a small array lookup from a large switch stateme
Nicholas Clark 3 files changed, 9 insertions(+), 100 deletions(
http://perl5.git.perl.org/perl.git/commit/c7fdacb978df1723

Tests for Perl_get_vtbl()
Nicholas Clark 2 files changed, 49 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/406700cc2c300760

Replace PL_vtbl_* with an array PL_magic_vtables.
Nicholas Clark 4 files changed, 98 insertions(+), 260 deletions
http://perl5.git.perl.org/perl.git/commit/b7b5e5787c7b4801

Generate the enum for want_vtbl_* with regen/mg_vtable.pl
Nicholas Clark 3 files changed, 46 insertions(+), 35 deletions(
http://perl5.git.perl.org/perl.git/commit/ca298f7d2a54eb28

Remove want_vtbl_{glob,symtab}, which aren't used and don't do anything usef
Nicholas Clark 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0f90c85382de249d

Move the work of MGVTBL_SET() from the C pre-processor to mg_vtable.pl
Nicholas Clark 3 files changed, 232 insertions(+), 398 deletion
http://perl5.git.perl.org/perl.git/commit/0ffb5b03d3cde2b2

Move the cast for a magic vtable with const get into mg_vtable.h
Nicholas Clark 3 files changed, 7 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0a1f728a48581867

Generate the definitions for magic vtables from data in a regen script.
Nicholas Clark 8 files changed, 531 insertions(+), 410 deletion
http://perl5.git.perl.org/perl.git/commit/8b09643d068d8654

Abolish PL_vtbl_sig. It's been all 0s since it was added in 5.0 alpha 2.
Nicholas Clark 7 files changed, 2 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/4de01b548a201d0d

Don't even declare PL_vtbl_sigelem under -DPERL_MICRO
Nicholas Clark 4 files changed, 7 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/cf7604caebfaeac6

Store FBMs in PVMGs, instead of GVs.
Nicholas Clark 7 files changed, 34 insertions(+), 28 deletions(
http://perl5.git.perl.org/perl.git/commit/c13a5c80de2334e9

Store the BM table in mg_ptr instead of after SvCUR().
Nicholas Clark 4 files changed, 50 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/2bda37bab5fb768c

Exit early from Perl_fbm_compile() if the SV is already "compiled".
Nicholas Clark 2 files changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9402563ac1ee6a76

In Perl_fbm_instr(), use a switch() statement for the special case code.
Nicholas Clark 1 file changed, 10 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/21aeb718e9b2ffc2

In Perl_fbm_compile(), use STRLEN instead of U32 to calculate BmPREVIOUS().
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ea725ce6fd46ebc3

Abolish xbm_rare. Move BmUSEFUL() to union _xnvu and BmPREVIOUS() to the UV.
Nicholas Clark 2 files changed, 10 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/ced454951435adad

Use SvTAIL() instead of BmFLAGS(). The core no longer uses BmFLAGS().
Nicholas Clark 5 files changed, 13 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/cffe132d3937f3dc

Emulate the value of BmFLAGS() using SvTAIL().
Nicholas Clark 2 files changed, 3 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6976cee33e524456

Use 0x40008000 in SvFLAGS() for SVpad_NAME, not 0x40000000
Nicholas Clark 1 file changed, 15 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e1dcbbca67be0410

Test that SvFLAGS() & SVpad_NAME is SVpad_NAME, not just non-zero.
Nicholas Clark 3 files changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1979170bfeba87d2

Don't fbm_compile() studied scalars, to give more flexibility in SV flag usa
Nicholas Clark 2 files changed, 25 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/4265b45d3e4359a4

Don't allow study on an FBM scalar, to give more flexibility in SV flag usag
Nicholas Clark 2 files changed, 29 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/bc9a525687b7ccee

Test dumping studied scalars.
Nicholas Clark 1 file changed, 29 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ccbcbb3d6584c01f

Perl_do_sv_dump() shouldn't show "IV" for a FBM, as it's not valid.
Nicholas Clark 2 files changed, 40 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/0a0c4b76b41cff6a

In Perl_sv_2[inu]v_flags(), use the non-caching code whenever SvVALID() is t
Nicholas Clark 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a672f009fb8f2237

In IPC::Open3, inline xfork() and xclose_on_exec(), and delete xpipe_anon().
Nicholas Clark 1 file changed, 7 insertions(+), 20 deletions(-)
http://perl5.git.perl.org/perl.git/commit/258a58987ee2cc2b

In IPC::Open3::_open(), refactor the DO_SPAWN code to loop over @handles.
Nicholas Clark 1 file changed, 9 insertions(+), 19 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a500d2749bb1094d

In IPC::Open3::_open(), refactor the fork/exec code to loop over @handles.
Nicholas Clark 1 file changed, 10 insertions(+), 21 deletions(-
http://perl5.git.perl.org/perl.git/commit/afebf859d54e3d4c

In IPC::Open3::_open(), refactor the common code into loops over @handles.
Nicholas Clark 1 file changed, 20 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/0c12e47ae20ac316

In IPC::Open3::_open(), switch from 'r' and 'w' to '<' and '>'.
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cae0d2696383fe61

Use $handles[2]{dup_of_out} for the special case code for shared STD{OUT,ERR
Nicholas Clark 1 file changed, 6 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f2412f8992265c5e

In IPC::Open3::_open3(), move $kid_{rdr,wtr,err} to @handles.
Nicholas Clark 1 file changed, 26 insertions(+), 29 deletions(-
http://perl5.git.perl.org/perl.git/commit/b38d735f00806962

In IPC::Open3::_open3(), move $dup_{wtr,rdr,err} to @handles.
Nicholas Clark 1 file changed, 18 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/38e62fca654d22f4

In IPC::Open3::_open3(), move $dad_{wtr,rdr,err} to @handles.
Nicholas Clark 1 file changed, 41 insertions(+), 38 deletions(-
http://perl5.git.perl.org/perl.git/commit/9340a1e0fabc8763

Move the table describing file handles near to the top of IPC::Open::open3()
Nicholas Clark 1 file changed, 18 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/b74a613e3e588946

Move the autovivification emulation code to the top of IPC::Open3::_open3().
Nicholas Clark 1 file changed, 8 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cf0c26e1e5a2c4fe

Refactor IPC::Open3::_open3() to find the caller's package itself.
Nicholas Clark 2 files changed, 7 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0689e260481390ae

IPC::Open3::open3() couldn't duplicate numeric file descriptors on Windows.
Nicholas Clark 3 files changed, 28 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/9f3ee5ee9bc53951

Avoid an uninitialized hash key in IPC::Open::spawn_with_handles().
Nicholas Clark 2 files changed, 4 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4a7f5a626835258b

IPC::Open3::open3() shouldn't fail if any of *STD{IN,OUT,ERR} are localized.
Nicholas Clark 3 files changed, 45 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/031f91ce84f46612

Add debug code to test IPC::Open3::spawn_with_handles() on *nix.
Nicholas Clark 1 file changed, 23 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f598f6deabaea2dd

In IPC::Open3::_open(), use 3 argument open to avoid a special case for STDE
Nicholas Clark 1 file changed, 3 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1ede20e6f8f8e842

Generalise IPC::Open3::xopen() to $n-argument open.
Nicholas Clark 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ea87ae30b28ea730

Simplify the test for IPC::Open bug RT #72016.
Nicholas Clark 1 file changed, 8 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8025b67f4a91c89c

Current branch briandfoy/perlfaq
1 commit. 1 unique author. 1 unique committer.
389 files changed, 18467 insertions(+), 12113 deletions(-)

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

Merge branch 'briandfoy/perlfaq' of ssh://perl5.git.perl.org/perl into brian
brian d foy 2 parents
http://perl5.git.perl.org/perl.git/commit/87e9d94193f80ce5

Current branch smoke-me/global-struct
11 commits. 1 unique author. 1 unique committer.
524 files changed, 28679 insertions(+), 19096 deletions(-)
Net code removal: Nicholas Clark (61 lines)

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

Re-order perlvars.h to group related variables, and spread mutexes out.
Nicholas Clark 1 file changed, 41 insertions(+), 45 deletions(-
http://perl5.git.perl.org/perl.git/commit/027cdb02897e75b7

PL_perlio_mutex is only needed with USE_UIHREADS && USE_PERLIO
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/49aa7b2dc224533b

Change PL_use_safe_putenv from int to bool.
Nicholas Clark 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4760e4e559192c49

Move PL_runops_{std,dbg} to perl.h, and make them const.
Nicholas Clark 5 files changed, 10 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/2d341f284b56895d

Move PL_global_struct_size, PL_interp_size{,_5_16_0} to perl.h
Nicholas Clark 5 files changed, 20 insertions(+), 33 deletions(
http://perl5.git.perl.org/perl.git/commit/27adfc111cf3e7fd

In perlvar.h, move the always-present globals above those conditionally comp
Nicholas Clark 5 files changed, 31 insertions(+), 32 deletions(
http://perl5.git.perl.org/perl.git/commit/4d7167e86065a6d6

Move PL_{revision,version,subversion} to perl.h, making them const U8.
Nicholas Clark 5 files changed, 26 insertions(+), 36 deletions(
http://perl5.git.perl.org/perl.git/commit/d2e5c5337bd78b3d

Move PL_sh_path to perl.h (except for OS/2), as it's const char[]
Nicholas Clark 4 files changed, 15 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/851a94d81cc976b4

Move PL_{No,Yes,hexdigit} from perlvars.h to perl.h, as all are const char[]
Nicholas Clark 8 files changed, 11 insertions(+), 48 deletions(
http://perl5.git.perl.org/perl.git/commit/477cc9740aae2966

Eliminate PL_patleave, unused since perl 5.0 alpha 2.
Nicholas Clark 3 files changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/48cd55fac61a32e2

Move the temporary definitions for PERLVAR* macros inside #ifdef MULTIPLICIT
Nicholas Clark 1 file changed, 42 insertions(+), 36 deletions(-
http://perl5.git.perl.org/perl.git/commit/202deb6b5aa77a43

New branch smoke-me/kill-dprof
3 commits. 1 unique author. 1 unique committer.
Net code removal: Florian Ragwitz (2619 lines)

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

Kill Devel::DProf
Florian Ragwitz 45 files changed, 36 insertions(+), 2656 deletio
http://perl5.git.perl.org/perl.git/commit/8939b6d88b4e3875

Ignore deletes when looking for changed versions
Florian Ragwitz 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b40cd873d6c108e3

Ignore the generated mg_data.h
Florian Ragwitz 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/597057caf7ba39da

New branch smoke-me/scream2
1 commit. 1 unique author. 1 unique committer.

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

Split out study magic from pos magic.
Nicholas Clark 9 files changed, 21 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/96087c72ba2267c5
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
63 commits. 13 unique authors. 9 unique committers.
83 files changed, 2064 insertions(+), 959 deletions(-)
Net code removal: Nicholas Clark (342 lines) David Mitchell (17 lines)
Thanks, applied: Father Chrysostomos (6) Jesse Vincent (5)
David Golden (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/65374be2e8e6c26f.tar.gz

Forgot to run keywords.pl
Father Chrysostomos 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/65374be2e8e6c26f

Typo in podcheck.t
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/243a655d5657015a

Deparse CORE::break
Father Chrysostomos 3 files changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e36901c88394e091

Doc update for changes in 5.15.0 + tweaks
Father Chrysostomos 7 files changed, 46 insertions(+), 32 deletions(
http://perl5.git.perl.org/perl.git/commit/4a904372e4d28940

Remove unnecessary code and tests
Father Chrysostomos 2 files changed, 2 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/65613fc23b9817bb

perlfaq4: Use E<> instead of non-ASCII
Karl Williamson 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bc5a39a8e07f10d4

podcheck.t: Suppress entity out of range messages
Karl Williamson 2 files changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/19f4a85500747b74

podcheck: Make sure perltoc is known
Karl Williamson 2 files changed, 11 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/0496e0bbb6b3df0a

podcheck.t: Add --add_link option
Karl Williamson 1 file changed, 83 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/477100f82ad27ba4

podcheck.t: Add 'Shell' to list of known modules
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ce98560028e18303

Update Module::CoreList with v5.14.1 data
Chris 'BinGOs' Williams 1 file changed, 659 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3d108019411be5ec

Correct a bug number in perldelta
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e03ef78349be83e1

Allow ‘sub x :lvalue’ to apply to XSUBs and stubs
Father Chrysostomos 3 files changed, 23 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/4dbb339a42f47d22

In pp_subst, use a mortal scalar for dstr, instead of SAVEFREESV().
Nicholas Clark 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/815dd406a7217429

Add the v5.12.4-RC2 and v5.14.1 epigraphs to Porting/epigraphs.pod
Leon Brocard 1 file changed, 29 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/901b3fdb9d4a72eb

perldelta update + typo fixes
Father Chrysostomos 1 file changed, 18 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/da507230e19b6f76

[perl #81944] Non-lvalue subs do not copy return values
Father Chrysostomos 3 files changed, 31 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/3ed94dc04bd73c95

Stop lvalue subs from copying read-only scalars
Father Chrysostomos 2 files changed, 13 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/ad37a74e7dc5e204

Test ref(\pos) and ref(\vec...)
Father Chrysostomos 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7393165ef277e989

Revert "pos in lvalue context now returns a PVMG instead of a PVLV."
Father Chrysostomos 3 files changed, 8 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/16eb5365105fd7ab

perldelta_template: No longer need to indent L<XXX>
Karl Williamson 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4263b84253eeb432

podcheck.t: Special case perldelta
Karl Williamson 2 files changed, 16 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/1c01047d5418e941

podcheck.t: Ignore perldelta_template.pod
Karl Williamson 2 files changed, 2 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/03ca349ac05d45c5

podcheck.t: NAME ok to be used in multi perldeltas
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9172cbee7e02cd0d

"who be" should be "who are" in perldelta template
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c4815ced8888000b

"who be" should be "who are" in perldelta.pod
Pau Amma 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/461d5f13bdc97383

"who be" should be "who are" in perl*delta.pod
Pau Amma 13 files changed, 13 insertions(+), 13 deletions
http://perl5.git.perl.org/perl.git/commit/32378195ef623054

"who be" should be "who are" in perl*delta.pod
Pau Amma 12 files changed, 12 insertions(+), 12 deletions
http://perl5.git.perl.org/perl.git/commit/615328302ea335d9

perldelta: another CPAN breakage
Father Chrysostomos 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bda24d5ce2bbbe09

Increase Pod::Perldoc’s version
Father Chrysostomos 2 files changed, 2 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/99bdc4f80c82572c

Added Shawn's canonical address
Jesse Vincent 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c0e9ef6ae312c12d

Add Shawn M Moore to AUTHORS
Shawn M Moore 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/86afc48d2295846b

Factor out ->program_name and use it in more places
Shawn M Moore 1 file changed, 15 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ef0e8b376d385bb9

Comment grammar and clarity fix
Shawn M Moore 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f505ea8ca238426f

Consistently titlecase descriptions in -h
Shawn M Moore 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f4c5a8fc16bd873f

Use the same "$me OPTIONS" invocation as the other examples
Shawn M Moore 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9bbf0c14a0db46fc

Add another address for Shlomi Fish
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ff47f46246f9142b

Cleanup lib/perl5db.t
Shlomi Fish 1 file changed, 81 insertions(+), 68 deletions(-
http://perl5.git.perl.org/perl.git/commit/4cfe45a112cef530

revert recent changes to eintr.t
David Mitchell 1 file changed, 10 insertions(+), 60 deletions(-
http://perl5.git.perl.org/perl.git/commit/1d0853ff6185fc3a

Merge ext/IPC-Open2 into ext/IPC-Open3.
Nicholas Clark 7 files changed, 190 insertions(+), 190 deletion
http://perl5.git.perl.org/perl.git/commit/1f8e94566ebcc1e3

Typo fix in When to Still Use local()
Ian Goodacre 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4a46e268bd6392e6

Add PERL_NO_GET_CONTEXT to ODBM_File
Nicholas Clark 3 files changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/040eaf4711b0a76d

In pp_match, refactor the call to CALLREGEXEC() to avoid a goto.
Nicholas Clark 1 file changed, 8 insertions(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/77da2310c76f19f8

perldelta for breakpoints by file name
Father Chrysostomos 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ecb73272e6394b45

Break upon <filename>:<line>
Shlomi Fish 6 files changed, 98 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/076b743fc5f369c7

Tests for #92906: perl -d has non-functional b command
Shlomi Fish 3 files changed, 36 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2211a10b908f0f84

[perl #92906] perl -d has non-functional b command
Father Chrysostomos 2 files changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f34d15629da26eee

CGI: Reset permissions during temporary directory test so Win32 can remove.
George Greer 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/eb883b9286505f2b

charnames: White space, comment only
Karl Williamson 1 file changed, 57 insertions(+), 59 deletions(-
http://perl5.git.perl.org/perl.git/commit/6294fed80448f013

charnames: Add :loose matching
Karl Williamson 5 files changed, 423 insertions(+), 65 deletions
http://perl5.git.perl.org/perl.git/commit/38f4139d1bbafce6

mktables: Allow for loose \N{} matching
Karl Williamson 1 file changed, 48 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/8c32d378be54f330

charnames.t: Rmv duplicated test
Karl Williamson 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b17e42fe49ac2df2

charnames: small comment fixes
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/69ccf208bd11693f

charnames: Check for malformed utf8
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0ae19c2925f45d75

charnames pod: Note that BELL is now deprecated
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b59ae8bbf182ce00

charnames: Minor pod clarifications
Karl Williamson 1 file changed, 18 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/14aeae98ed113b6b

charnames: Quote metachars in script names
Karl Williamson 2 files changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/363879a0952f77ca

Benchmark.t: ignore sys CPU time
David Mitchell 1 file changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0d66b88d99cbe219

Benchmark.t: fix count estimate
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/58747404ef23d45d

[perl #92828] eintr.t hangs on FreeBSD
David Mitchell 1 file changed, 29 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6e59d93aee950461

Remove Shell from the core distribution. Get it from CPAN now.
Nicholas Clark 5 files changed, 5 insertions(+), 351 deletions(
http://perl5.git.perl.org/perl.git/commit/a1e75797c204ade8

Make B::Deparse emit CORE::state, etc.
Father Chrysostomos 3 files changed, 43 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/80e3f4adf22ed5d8

perldelta.pod updated through ca3749d
David Golden 1 file changed, 40 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/384e62c03f8c6cbf

Current branch maint-5.12
2 commits. 1 unique author. 1 unique committer.
1 file changed, 0 insertions(+), 1 deletion(-)
Net code removal: Leon Brocard (1 line)

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

disarm RC2 bump
Leon Brocard 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1c2fad2ea028ef47

bump version to RC2
Leon Brocard 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5c26f8f6953ad4f9

Current branch maint-5.14
1 commit. 1 unique author. 1 unique committer.
1 file changed, 0 insertions(+), 1 deletion(-)
Net code removal: Jesse Vincent (1 line)

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

Remove the RC1 marker
Jesse Vincent 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cc92ef02098c000d

New branch smoke-me/linux-gcc
1 commit. 1 unique author. 1 unique committer.

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

Prefer the system gcc when searching for libraries such as -lm
Nicholas Clark 1 file changed, 9 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3d5865960438e644

New branch smoke-me/s/r
1 commit. 1 unique author. 1 unique committer.

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

For s///r, avoid copying the source early only to edit it in place.
Nicholas Clark 2 files changed, 68 insertions(+), 60 deletions(
http://perl5.git.perl.org/perl.git/commit/5f9ca3cd89bb3fc9

New branch smoke-me/scream3
3 commits. 1 unique author. 1 unique committer.

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

Assert that rflags & REXEC_SCREAM is always in lockstep with SvSCREAM(sv)
Nicholas Clark 3 files changed, 20 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/d63604ea1e72fc39

Test studied scalars with s///ge.
Nicholas Clark 2 files changed, 25 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f597bddd88d8c080

study now passes REXEC_SCREAM to the regex engine when SvSCREAM() is true.
Nicholas Clark 3 files changed, 11 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/2cda4dcf239302a1
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
85 commits. 10 unique authors. 7 unique committers.
143 files changed, 4852 insertions(+), 2458 deletions(-)
Thanks, applied: Father Chrysostomos (3)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/529174d6b8367f9b.tar.gz

Update IO-Compress to CPAN version 2.036
Chris 'BinGOs' Williams 33 files changed, 717 insertions(+), 195 deletio
http://perl5.git.perl.org/perl.git/commit/529174d6b8367f9b

Update Compress-Raw-Zlib to CPAN version 2.036
Chris 'BinGOs' Williams 6 files changed, 19 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/bc771c2e09e99a40

Update Compress-Raw-Bzip2 to CPAN version 2.036
Chris 'BinGOs' Williams 6 files changed, 14 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/1d5c9fb0d4108e5c

podcheck.t: ignore buildtoc output
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a65bcb92853616a0

Re-clarify the pod.lst instruction
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8a51675c6cb4113b

Stop ‘sub :lvalue :Foo’ from applying :lvalue to defined subs
Father Chrysostomos 3 files changed, 18 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/fff96ff7ba60666c

Re-flow some sample text in the perldelta template to avoid an overlong line
Nicholas Clark 3 files changed, 4 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/307f421781d6c83f

Add perldelta "known issues" to the podchecker exception list.
Nicholas Clark 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/23861b8e024e5d8e

Add perl5151delta to pod.lst and regenerate makefiles.
Nicholas Clark 3 files changed, 26 insertions(+), 17 deletions(
http://perl5.git.perl.org/perl.git/commit/b43c142abdd8ff22

Clarify the pod.lst instruction in rm guide
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/aa80f64f720907b7

Grrr! I always forget to add new files
Father Chrysostomos 1 file changed, 1256 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/b6238bc7af5bdac6

[perl #78462] Don't warn for splice(@a,MAX_LEN)
Eric Brine 3 files changed, 27 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5cd408a276e19848

create perldelta for 5.15.1
Father Chrysostomos 8 files changed, 168 insertions(+), 1029 deletio
http://perl5.git.perl.org/perl.git/commit/0890f1a536cff0af

Increase $Storable::VERSION to 2.29
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/aac9e258b92132c9

Add Sam Kimbrel to AUTHORS
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7c399a1dc82e2f70

[perl #92432] Storable::nfreeze shouldn't stringify ints
Sam Kimbrel 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/41c44503bb87b01b

In pod/buildtoc, use abs_from_top() to generate pathnames.
Nicholas Clark 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/34e9d84f94ff5e9d

update Time-HiRes to CPAN version 1.9724
Zefram 20 files changed, 883 insertions(+), 840 deletio
http://perl5.git.perl.org/perl.git/commit/90e44bf6837bd02a

update Math-Complex to CPAN version 1.58
Zefram 9 files changed, 552 insertions(+), 50 deletions
http://perl5.git.perl.org/perl.git/commit/9853179ee737b025

update release schedule document
David Golden 1 file changed, 49 insertions(+), 47 deletions(-
http://perl5.git.perl.org/perl.git/commit/5689416c12605189

perlunicode: Narrow verabitm lines so don't wrap
Karl Williamson 2 files changed, 76 insertions(+), 76 deletions(
http://perl5.git.perl.org/perl.git/commit/755789c0fc98a11f

podcheck.t: sort --add_link output
Karl Williamson 1 file changed, 43 insertions(+), 31 deletions(-
http://perl5.git.perl.org/perl.git/commit/e57d740c53c4a9f2

podcheck.t: Reduce F<> message false positives
Karl Williamson 2 files changed, 13 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/a44ad49498f7c430

podcheck.t: White-space only changes
Karl Williamson 1 file changed, 37 insertions(+), 36 deletions(-
http://perl5.git.perl.org/perl.git/commit/f274fe9fcae30962

podcheck: Reduce fals positives for L<> message
Karl Williamson 2 files changed, 22 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/4e9f7dd477c00821

podcheck: Fix skip upstream cpan
Karl Williamson 2 files changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ef9064984ca79d3b

podcheck.t: Fewer false positives for L<>
Karl Williamson 2 files changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/eaec81e8a8616b59

podcheck.t: Suppress all L<> messages for config.pod
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/47c47e0e6767f031

File::Find pod: fix link issue
Karl Williamson 2 files changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f4d05d5f5d33ca0c

README.macosx: Change C<> into F<>
Karl Williamson 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2fdfa3ee4e0e02c9

perlapi: fix broken link, from sv.c
Karl Williamson 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/94c267a873369fd5

README.ce: Change some C<> into F<>
Karl Williamson 2 files changed, 34 insertions(+), 35 deletions(
http://perl5.git.perl.org/perl.git/commit/9b15f68eac69c207

perlcygwin: Fix broken link
Karl Williamson 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5fc510376a730e03

perlfunc: Fix some link issues
Karl Williamson 2 files changed, 16 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/01aa884e4f61f293

perlhack: Change some C<> into F<>
Karl Williamson 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/52b65e4925d0d30a

perlhaiku: Change some C<> into F<>
Karl Williamson 2 files changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ab7c71393cb25059

make_patchnum.pl: Change some C<> into F<>
Karl Williamson 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d9217264f2cfaef7

perltodo: Change some C<> into F<>
Karl Williamson 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c23989d1e102aa58

perlrun: Fix some link issues
Karl Williamson 2 files changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/76c9ab0ee7eb0659

perlunifaq: Use L<> to actual link instead of C<>
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8da107ac576e2a87

perlxs: Fix broken link
Karl Williamson 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f535407be6a2c4fd

podcheck.t: Fix typo
Karl Williamson 2 files changed, 9 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6935e0e07521498c

podcheck: Dashes often occur in file names
Karl Williamson 2 files changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3ecf39046a28b931

perlretut: Fix link problem
Karl Williamson 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3fd67154df929b4c

podcheck: Improve heuristics for L<>
Karl Williamson 2 files changed, 43 insertions(+), 25 deletions(
http://perl5.git.perl.org/perl.git/commit/2ebce8af9404e304

No need for D and d flags in pod.lst - source is fixed, and contains the tar
Nicholas Clark 3 files changed, 21 insertions(+), 32 deletions(
http://perl5.git.perl.org/perl.git/commit/88fb56ecc95f23db

Record L<YAML::Syck> as a link to a known external module.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8af7af075ba5ee1c

Update epigraphs.pod for 5.15.0
David Golden 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/452ead5e90faeed8

podcheck.t: update known issues
David Golden 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/00b4043708e25094

perldelta: note YAML::Syck as known issue
David Golden 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d8e9570cf2f76056

perldelta: put some things in C<> tags
David Golden 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9d2fda2c309b0c3a

perlhist: add 5.15.0 and 5.14.1 entries
David Golden 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fdf4c69613cdca7a

Fix for slight inconsistency in perldelta
Chris 'BinGOs' Williams 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1f84c86d5e6cb590

perldelta: removed confusing XSLoader commentary
David Golden 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7ae56375119dcbda

perldelta: add Math::Trig to entry for Math::Complex
David Golden 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f7c328b5cfc4edcb

Update Module::CoreList for 5.15.0
David Golden 3 files changed, 662 insertions(+), 11 deletions
http://perl5.git.perl.org/perl.git/commit/1f1f08f5cf506708

perldelta: final draft
David Golden 1 file changed, 57 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/a0ed52f4b73d7e9d

perldelta: additional pre-release amendments
David Golden 1 file changed, 49 insertions(+), 62 deletions(-
http://perl5.git.perl.org/perl.git/commit/29eb44f72f5f2a19

update Changes with 5.15.0 references
David Golden 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/238352b6eedbb8b3

update INSTALL with 5.15.0 references
David Golden 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0f2a4036b00213ae

tweak perlhack and update known POD issues
David Golden 2 files changed, 7 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7e5887a197ff102c

Update CUSTOMIZED in Maintainers.pl
David Golden 1 file changed, 18 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7bf422b50c78d6fb

Maintainers.PL: update Getopt::Long CUSTOMIZED
David Golden 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bfbc489f7e605e31

Revert autodie version bump
David Golden 5 files changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/179490f13138899d

Add CUSTOMIZED for autodie and CGI
David Golden 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/958577e1ff3e20dd

Improve tracking of cpan-upstream overrides
David Golden 3 files changed, 32 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/24b68a051f54fc09

perldelta: pre-release partial cleanup
David Golden 1 file changed, 72 insertions(+), 183 deletions(
http://perl5.git.perl.org/perl.git/commit/bdb9ba77b815be9e

Talk to Leo about dev.perl.org, not Rafael
Leon Brocard 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e294df832948d2e8

Create pod/perl5125delta.pod
Leon Brocard 6 files changed, 152 insertions(+), 33 deletions
http://perl5.git.perl.org/perl.git/commit/0b67f426e5944712

Add the 5.12.4 epigraph to Porting/epigraphs.pod
Leon Brocard 1 file changed, 17 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b3c5102d52c2d2b8

Add 5.12.4 release date to pod/perlhist.pod
Leon Brocard 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/356853c944a23709

Add release date for 5.12.4 to lib/Module/CoreList.pm
Leon Brocard 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3f07daad02b941d6

Add Shigeya Suzuki’s new address to checkAUTHORS.pl
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1048cfac50b7c572

author email address change
Shigeya Suzuki 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/61b16a87e7002711

perldelta template: who are -> who will be
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ef5186bea6eaa8f8

perldelta: who are -> who will be
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b4707b2a0b54bf7a

perl513*delta, perl5140delta: who are -> who will be
Father Chrysostomos 12 files changed, 24 insertions(+), 12 deletions
http://perl5.git.perl.org/perl.git/commit/01c8ed49ccde1ff5

perldelta up to 5.12: who are -> who will be
Father Chrysostomos 12 files changed, 24 insertions(+), 12 deletions
http://perl5.git.perl.org/perl.git/commit/1a1f8781493cf865

perldelta updates for some build improvements and internal changes.
Nicholas Clark 1 file changed, 26 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/69c6927c373bde54

Correct the magic table in perlguts.pod following f34d15629da26eee.
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a418c3da0eee0107

another perldelta typo
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8df5485de3694c0b

two perldelta fixes
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0814ec6896b3a693

Increase stylistic consistency in perldelta by adding C<> and F<>.
Nicholas Clark 1 file changed, 12 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/33ce5db243675c87

perldelta: Minor pod fixes
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e879069aac1898ae

Prefer the system gcc when searching for libraries such as -lm
Nicholas Clark 1 file changed, 9 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/dcffd848632af2c7

Current branch maint-5.12
5 commits. 3 unique authors. 1 unique committer.
13 files changed, 978 insertions(+), 43 deletions(-)
Thanks, applied: Leon Brocard (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ea42574774cb2e3a.tar.gz

Create pod/perl5125delta.pod
Leon Brocard 11 files changed, 314 insertions(+), 41 deletion
http://perl5.git.perl.org/perl.git/commit/ea42574774cb2e3a

Add 5.12.4 release date to pod/perlhist.pod
Leon Brocard 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0cfb50b2327c758f

Add release date for 5.12.4 to lib/Module/CoreList.pm
Leon Brocard 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1882d3677412eb72

Update Module::CoreList with v5.14.1 data
Chris 'BinGOs' Williams 1 file changed, 659 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e409efba4383db94

Mark Devel::DProf as deprecated in corelist
Florian Ragwitz 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e0e1fae8315295f3

Current branch nicholas/PERL_NO_GET_CONTEXT
1 commit. 1 unique author. 1 unique committer.
685 files changed, 37788 insertions(+), 21720 deletions(-)

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

Add PERL_NO_GET_CONTEXT to Math::BigInit::FastCalc.
Nicholas Clark 2 files changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f23af39dcb87ed43

New branch smoke-me/cwd
5 commits. 1 unique author. 1 unique committer.

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

In Cwd.xs, swap to defaulting to disabled prototypes.
Nicholas Clark 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bd7494ced3c9645d

Merge the implementation of Cwd::{fastcwd,getcwd} using ALIAS.
Nicholas Clark 1 file changed, 5 insertions(+), 13 deletions(-)
http://perl5.git.perl.org/perl.git/commit/be322596556348c9

In Cwd.xs on VMS, don't compile bsd_realpath() at all.
Nicholas Clark 1 file changed, 14 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/c13cf1e41ec3eae2

Add PERL_NO_GET_CONTEXT to Cwd.
Nicholas Clark 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/80c9a8c516a8c227

In Cwd::_win32_cwd() avoid a string eval when checking if we're miniperl.
Nicholas Clark 1 file changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bcdfbf1c348f5011

New branch smoke-me/git-mksymlinks
12 commits. 1 unique author. 1 unique committer.

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

Two small tidying refactors for TestInit.pm
Nicholas Clark 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/57ce934279de353e

Fix a (back)slash bug in a regex, added with the regex itself.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7a159da995515bf0

In TestInit, eliminate @new_inc, by assigning to @INC directly.
Nicholas Clark 1 file changed, 11 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/e11e55f3c8b11964

In TestInit, inline new_inc() and set_opt() into import(), their only caller
Nicholas Clark 1 file changed, 20 insertions(+), 29 deletions(-
http://perl5.git.perl.org/perl.git/commit/693ab7167e81b7e0

In find_git_or_skip(), also check whether we have a working git executable.
Nicholas Clark 1 file changed, 18 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/518392b0425e2c7f

find_git_or_skip() will now follow symlinks and chdir to the real source tre
Nicholas Clark 4 files changed, 17 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/68c0c0a815e01b9d

Use find_git_or_skip() in porting{authors,cmp_version,manifest}.t
Nicholas Clark 3 files changed, 5 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5b46e305e58607df

Add find_git_or_skip(), which skips if we are not in a git checkout.
Nicholas Clark 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/add2d7df8ce8c6bd

use TestInit 'T' in porting{authors,cmp_version,manifest}.t to chdir '..'
Nicholas Clark 3 files changed, 17 insertions(+), 21 deletions(
http://perl5.git.perl.org/perl.git/commit/e999914d3c34f51f

Add an import option 'T' to TestInit, for tests that run at the top level.
Nicholas Clark 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/db0a7590f71889f9

In TestInit.pm, move the default chdir and @INC code into import().
Nicholas Clark 1 file changed, 36 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/8e8303c69cfa720e

In TestInit.pm, merge two substitutions into one.
Nicholas Clark 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6bb11c2f4794d585

New branch smoke-me/remove_qw_hack
1 commit. 1 unique author. 1 unique committer.
Net code removal: Zefram (299 lines)

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

remove deprecated qw-as-parens behaviour
Zefram 10 files changed, 836 insertions(+), 1135 deleti
http://perl5.git.perl.org/perl.git/commit/1162210ee4c382e1
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
60 commits. 7 unique authors. 6 unique committers.
98 files changed, 1300 insertions(+), 833 deletions(-)
Thanks, applied: Father Chrysostomos (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/d9742aa386b81e67.tar.gz

perlunicode: Nits
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d9742aa386b81e67

cast unsigned to avoid warning
Robin Barker 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2f2f3ec9c49055c6

[perl #93454] Free deleted iterator when freeing hash
Father Chrysostomos 2 files changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6d1c68e64c4dbbb1

Bypass a switch in gv_fetchpvn for 2-char symbols
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f4e68e82b126f2b2

Update proto docs after prev commit
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b91b7d1aba69eb05

Allow the \$ proto to accept any scalar lvalue [perl #91846]
Father Chrysostomos 3 files changed, 31 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/062678b2241d3d1c

Make Perl_op_lvalue_flags provide a no-croak option
Father Chrysostomos 2 files changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f5d552b480dda142

op_lvalue .= _flags
Father Chrysostomos 6 files changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d3d7d28f48f0f4ec

proto.t: Test \$ with subcall()->[elem]
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/63983e4c95135b2d

Remove two tests from proto.t
Father Chrysostomos 1 file changed, 1 insertion(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e2ba0c6ffc4123d7

Make pp_leavesublv use S_return_lvalues
Father Chrysostomos 1 file changed, 4 insertions(+), 121 deletions(-
http://perl5.git.perl.org/perl.git/commit/0d235c77627bbba8

realclean clean-up on VMS.
Craig A. Berry 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b2790d5ec79a1754

preplibrary needs an explicit action in descrip_mms.template.
Craig A. Berry 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c43be3e8fe927692

Fix explicit return of pad var in list lv context
Father Chrysostomos 3 files changed, 42 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/4bee03f8e20d4e52

Collapse the list context code in pp_leavesublv
Father Chrysostomos 1 file changed, 8 insertions(+), 25 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0accd0eeebd92a88

Remove now-redundant check from pp_ctl.c:S_return_lvalues
Father Chrysostomos 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bf1857d8fffd6739

Mention bump-perl-version's inplace mode in Porting/release_managers_guide.p
Leon Brocard 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ceb7f800743f9d0c

Seeing as Porting/bump-perl-version is run in a git directory,
Leon Brocard 1 file changed, 28 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dc40e4976a788b09

Move Porting/bump-perl-version to use autodie
Leon Brocard 1 file changed, 9 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/204fc54e940e5b5a

Extract the code the maps from an author/distribution to a
Leon Brocard 1 file changed, 12 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dd99222174249c21

Test studied scalars with s///ge.
Nicholas Clark 2 files changed, 25 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/134b8cd8023b245c

study now passes REXEC_SCREAM to the regex engine when SvSCREAM() is true.
Nicholas Clark 3 files changed, 14 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/bfafcb9a4c258bd7

Fix up some tests in sub_lval.t
Father Chrysostomos 1 file changed, 10 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/730fb7e791962b4f

Make lvalue return make the same checks as leavesublv
Father Chrysostomos 3 files changed, 120 insertions(+), 7 deletions(
http://perl5.git.perl.org/perl.git/commit/d25b0d7b851633ad

pp_leavesublv: Put the deref code inside if(scalar)
Father Chrysostomos 1 file changed, 16 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/50e9a4a73ae0d7fd

Make pp_leavesublv switch based on gimme
Father Chrysostomos 1 file changed, 45 insertions(+), 51 deletions(-
http://perl5.git.perl.org/perl.git/commit/943d76f23b94ab9a

Removed unused label from pp_leavesublv
Father Chrysostomos 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/18beaace84297ebb

Copy PADTMPs explicitly returned from lv subs
Father Chrysostomos 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/80422e24c8b2c134

Duplicate in list of .h files on VMS.
Craig A. Berry 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/37395ff5f2b5fa17

For s///r, avoid copying the source early only to edit it in place.
Nicholas Clark 3 files changed, 69 insertions(+), 61 deletions(
http://perl5.git.perl.org/perl.git/commit/8ca8a454f60a417f

Add PERL_NO_GET_CONTEXT to Math::BigInit::FastCalc.
Nicholas Clark 3 files changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7c4202907c499a6f

Two small tidying refactors for TestInit.pm
Nicholas Clark 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6bb18b54070eef37

Fix a (back)slash bug in a regex, added with the regex itself.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d36b6fc6667cdfc3

In TestInit, eliminate @new_inc, by assigning to @INC directly.
Nicholas Clark 1 file changed, 11 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/09e28dd9a3526a21

In TestInit, inline new_inc() and set_opt() into import(), their only caller
Nicholas Clark 1 file changed, 20 insertions(+), 29 deletions(-
http://perl5.git.perl.org/perl.git/commit/db6ebcbf60ec41f9

In find_git_or_skip(), also check whether we have a working git executable.
Nicholas Clark 1 file changed, 18 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/962ff9139336a4a2

find_git_or_skip() will now follow symlinks and chdir to the real source tre
Nicholas Clark 4 files changed, 17 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/7eccb5a9a1fbf12d

Use find_git_or_skip() in porting{authors,cmp_version,manifest}.t
Nicholas Clark 3 files changed, 5 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7cadc1d05427224f

Add find_git_or_skip(), which skips if we are not in a git checkout.
Nicholas Clark 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9c86860c5a5d33ce

use TestInit 'T' in porting{authors,cmp_version,manifest}.t to chdir '..'
Nicholas Clark 3 files changed, 17 insertions(+), 21 deletions(
http://perl5.git.perl.org/perl.git/commit/18388fdbd6a991f0

Add an import option 'T' to TestInit, for tests that run at the top level.
Nicholas Clark 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a14453b94fa229e5

In TestInit.pm, move the default chdir and @INC code into import().
Nicholas Clark 1 file changed, 36 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/b6800926e4030bba

In TestInit.pm, merge two substitutions into one.
Nicholas Clark 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5c9e8bc6ba75f5bd

Remove another CvLVALUE check from pp_leavesublv
Father Chrysostomos 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e178c74424188071

Move pp_leavesublv from pp_hot.c to pp_ctl.c
Father Chrysostomos 2 files changed, 177 insertions(+), 177 deletion
http://perl5.git.perl.org/perl.git/commit/4f443c3d0f7320f1

Remove the CvLVALUE check from pp_leavesub
Father Chrysostomos 1 file changed, 1 insertion(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0159efd950264331

Update IO-Compress to CPAN version 2.037
Chris 'BinGOs' Williams 37 files changed, 358 insertions(+), 186 deletio
http://perl5.git.perl.org/perl.git/commit/101c03fac6d3b85b

Update Compress-Raw-Zlib to CPAN version 2.037
Chris 'BinGOs' Williams 6 files changed, 22 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/98a346069365dd4a

Update Compress-Raw-Bzip2 to CPAN version 2.037
Chris 'BinGOs' Williams 7 files changed, 23 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/cd272caeb765ebe9

Update IPC-Cmd to CPAN version 0.72
Chris 'BinGOs' Williams 3 files changed, 241 insertions(+), 153 deletion
http://perl5.git.perl.org/perl.git/commit/508236cee5011f93

attrs.t: Test for something I almost broke
Father Chrysostomos 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ab53f67c628467ba

attributes.pm: warn & don’t apply :lvalue to defined subs
Father Chrysostomos 5 files changed, 59 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/bb3abb059a118f50

Increase $attributes::version to 0.15
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/eddd77ceed200632

In Cwd.xs, swap to defaulting to disabled prototypes.
Nicholas Clark 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1d0561d57fdbf1bf

Merge the implementation of Cwd::{fastcwd,getcwd} using ALIAS.
Nicholas Clark 1 file changed, 5 insertions(+), 13 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2cdb8b94c5c130c7

In Cwd.xs on VMS, don't compile bsd_realpath() at all.
Nicholas Clark 1 file changed, 14 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/66a378bd838e4261

Add PERL_NO_GET_CONTEXT to Cwd.
Nicholas Clark 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c30da3b57e0addb3

In Cwd::_win32_cwd() avoid a string eval when checking if we're miniperl.
Nicholas Clark 1 file changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5ec06e76dc20e315

Trim multiple blank lines above =item in pod files.
Nicholas Clark 16 files changed, 0 insertions(+), 29 deletions(
http://perl5.git.perl.org/perl.git/commit/d220eb00ef3acc7b

The podchecker much prefers a forward slash in F<symbian/TODO>
Nicholas Clark 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/56466d0ead41a249

Current branch smoke-me/scream3
3 commits. 1 unique author. 1 unique committer.
192 files changed, 6652 insertions(+), 3101 deletions(-)

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

Assert that rflags & REXEC_SCREAM is always in lockstep with SvSCREAM(sv)
Nicholas Clark 3 files changed, 20 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/baa4d6442b9e181f

Test studied scalars with s///ge.
Nicholas Clark 2 files changed, 25 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/009ebf3ae5859033

study now passes REXEC_SCREAM to the regex engine when SvSCREAM() is true.
Nicholas Clark 3 files changed, 11 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/d2f27b0af9d0d824
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
26 commits. 10 unique authors. 8 unique committers.
84 files changed, 120818 insertions(+), 25286 deletions(-)
Net code removal: David Mitchell (386 lines) Craig A. Berry (2 lines)
Leon Brocard (1 line)
Thanks, applied: David Mitchell (1) Father Chrysostomos (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/c69a30ecf5c7ac44.tar.gz

Updated Locale-Codes to CPAN version 3.17
Chris 'BinGOs' Williams 63 files changed, 120202 insertions(+), 24446 de
http://perl5.git.perl.org/perl.git/commit/c69a30ecf5c7ac44

RT 64804: tainting with index() of a constant
David Mitchell 2 files changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3b36395d31cf0a2f

TODO test for index() of a tainted constant
Niko Tyni 1 file changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0d1104b41d261582

perlrun: reflow to fit vertabims in 80 cols
Karl Williamson 2 files changed, 27 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/60b7c710a2f8d8a0

Push the atime and mtime of generated Makefile.PLs back 4 seconds in make_ex
Chris 'BinGOs' Williams 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/23525070d6c0e51f

Fix context propagation below return()
Vincent Pit 4 files changed, 68 insertions(+), 26 deletions(
http://perl5.git.perl.org/perl.git/commit/7c2d9d03f8b64a80

Test taintedness of values returned by given/when
Vincent Pit 2 files changed, 27 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/fa22d357d948ce8e

In leavewhen, put the SP back when returning
Vincent Pit 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b1b5a4ae28189de4

Make sure break() resets the sp at its original level
Vincent Pit 2 files changed, 18 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/0787ea8aaa88d48f

Correctly preserve the stack on an implicit break.
Vincent Pit 5 files changed, 189 insertions(+), 65 deletions
http://perl5.git.perl.org/perl.git/commit/c08f093b3e154c42

Convert pp_leave() to adjust_stack_on_leave()
Vincent Pit 1 file changed, 1 insertion(+), 26 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f02ea43cac371ecb

Move pp_enter() and pp_leave() with their friends in pp_ctl.c
Vincent Pit 2 files changed, 76 insertions(+), 76 deletions(
http://perl5.git.perl.org/perl.git/commit/2b9a64577b41d2e4

Factor stack adjustments on leave in a new static function
Vincent Pit 4 files changed, 49 insertions(+), 110 deletions
http://perl5.git.perl.org/perl.git/commit/b9d7671656115228

fold_grind.t: Add comments
Karl Williamson 1 file changed, 10 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/43d32dfff0307a53

autodoc.pl: Don't list experimental functions in API
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e9ad586644d568ed

Don't quote target name in make_ext.pl.
Craig A. Berry 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ff36a2888e53279f

Fix two podchecker errors on perlunicode.pod
Nicholas Clark 2 files changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e4d56f70e121d02d

add do_ncmp fn and make pp_ncmp, pp_eq etc use it
David Mitchell 5 files changed, 149 insertions(+), 475 deletion
http://perl5.git.perl.org/perl.git/commit/33efebe6a5ab2b21

pp_ncmp: favour the non- Perl_isnan route
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/06c6da524f9e0eae

remove unreachable code from various compare ops
David Mitchell 2 files changed, 0 insertions(+), 62 deletions(-
http://perl5.git.perl.org/perl.git/commit/69cb655bad9945c2

Expand bump RT version number in Porting/release_managers_guide.pod
Leon Brocard 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1530afd8d16650b8

fix `perldoc -v '$0'`
Alan Haggai Alavi 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9adefa9dfc5c08e8

Increase $Pod::Perldoc::VERSION
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c74d6d75f56a7024

perldelta entry for #93454
Father Chrysostomos 1 file changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d9463c668c68a351

Tiny comment typo fix in handy.h
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d0df0e98c5bfa50a

Correct comment that 903fd87c missed
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cee4176c3151aa7f

Current branch smoke-me/scream2
7 commits. 1 unique author. 1 unique committer.
287 files changed, 8857 insertions(+), 7546 deletions(-)

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

For shorter strings, store C<study>'s data as U8s or U16s, instead of U32s.
Nicholas Clark 5 files changed, 190 insertions(+), 35 deletions
http://perl5.git.perl.org/perl.git/commit/82439a0e5df1c51d

Store C<study>'s data as U32s, instead of I32s.
Nicholas Clark 3 files changed, 20 insertions(+), 24 deletions(
http://perl5.git.perl.org/perl.git/commit/d1fe29cba1abcab1

Tidy code in pp_study and Perl_screaminstr()
Nicholas Clark 2 files changed, 13 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/c6141b8b749c4175

Store C<study>'s data in in mg_ptr instead of interpreter variables.
Nicholas Clark 10 files changed, 61 insertions(+), 63 deletions
http://perl5.git.perl.org/perl.git/commit/9f31a5cac5f29947

Merge PL_scream{first,next} into one allocated buffer.
Nicholas Clark 6 files changed, 9 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/2d4acb0634981d64

Change PL_screamnext to store absolute positions.
Nicholas Clark 3 files changed, 21 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/a63b65adef6d72b6

Split out study magic from pos magic.
Nicholas Clark 9 files changed, 21 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/b48c8194cfb5b78e

New branch smoke-me/dNOOP-quietly
1 commit. 1 unique author. 1 unique committer.

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

Change dNOOP to a function declaration.
Nicholas Clark 1 file changed, 6 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a8bfb9e4e95cb3cc

New branch smoke-me/gsoc-pod
44 commits. 1 unique author. 1 unique committer.

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

Bundled in new Pod::Simple
Marc Green 37 files changed, 571 insertions(+), 56 deletion
http://perl5.git.perl.org/perl.git/commit/12721c373648cc85

I forgot to add the replacement test directory for /usr/share/perl
Marc Green 2 files changed, 3636 insertions(+), 0 deletions
http://perl5.git.perl.org/perl.git/commit/6b6f13171455a0e8

Add a test case
Marc Green 2 files changed, 76 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/ad0d3193d51c54d1

Remove dependency of /usr/share/perl being present from test cases
Marc Green 3 files changed, 25 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/9dfd4ddd7b76560e

Update htmlview.t for new Pod::Html
Marc Green 2 files changed, 183 insertions(+), 103 deletion
http://perl5.git.perl.org/perl.git/commit/f9f0be118d0fdb3c

Update test case for new Pod::Html
Marc Green 1 file changed, 103 insertions(+), 73 deletions(
http://perl5.git.perl.org/perl.git/commit/38903afcf7899b67

Don't uc(), keep case the same
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5e5a5473ad91a2d1

Implement --recurse (finally) and update test cases
Marc Green 5 files changed, 29 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/8ac6bed186cf64ca

Correct the lack of possible offset when removing Podroot from each Podpath
Marc Green 1 file changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6f6094cb80559fed

Always anchor =item definitions.
Marc Green 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/71802979e380c697

Update test case htmlfeature2.t for new Pod::Html
Marc Green 1 file changed, 24 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/94b669222e849f31

Update test case htmlfeature.t for new Pod::Html, fix typo in Html.pm
Marc Green 3 files changed, 20 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/581d10e225d9001d

Update script to convert more and correctly convert anchored =head directive
Marc Green 1 file changed, 12 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/5e9282da7ad617e3

Fix <body id="_podtop_"> not appearing when --backlink was enabled,
Marc Green 1 file changed, 10 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fa7119bcbd6877aa

Update htmlescp.t test case for new Pod::Html. Note that it uses <b> instead
Marc Green 1 file changed, 16 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/9eeaa8af41ffb9b6

Fix typo in test case
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9f31909adf7cd81d

Update htmldir4.t to test new Pod::Html
Marc Green 1 file changed, 20 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/447380b0983c7578

Update htmldir2.t and htmldir3.t to test the new Pod::Html
Marc Green 2 files changed, 40 insertions(+), 46 deletions(
http://perl5.git.perl.org/perl.git/commit/9457845416c4c30c

Switch to catdir from catfile to avoid a leading '//' in
Marc Green 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b19038cbd6ad9f60

Add helpful script that does basic conversion of old Pod::HTMl test cases to
Marc Green 1 file changed, 53 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f686599dc619626a

Fix bug in finding replacement path for PODs not found in %Pages, update acc
Marc Green 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9321b29ab16c123c

Update htmldir.t testcase for new Pod::Html
Marc Green 1 file changed, 20 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/0cefc9b9b562dd93

Update crossref test case for new Pod::Html. Note, need to idify =item direc
Marc Green 1 file changed, 33 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/aa21e9cc5fed33da

Fix bug that stopped POD files from being crossreferenced if they were more
Marc Green 1 file changed, 68 insertions(+), 41 deletions(-
http://perl5.git.perl.org/perl.git/commit/062509586da5a10f

Start modifying test cases from testcases branch to suit new Pod::Html
Marc Green 15 files changed, 681 insertions(+), 6 deletions
http://perl5.git.perl.org/perl.git/commit/c221882f6c77d1c4

Move Pod::Simple::XHTML::LocalPodLinks into Pod::Html
Marc Green 1 file changed, 75 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1e5a61a31fcb624b

Add $Htmlfileurl back in to support relativizing cross references
Marc Green 1 file changed, 28 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/0ff58066e6fa6753

Update ::Search callback to remove $Podroot, fix bug in @Podpath mapping
Marc Green 1 file changed, 13 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ff60ef170c17edeb

Fix minor formatting
Marc Green 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cad44b4bb361fb6e

Remove --libpods feature
Marc Green 1 file changed, 3 insertions(+), 26 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7039c07f02677feb

Allow test cases to change arguments to pod2html for better test coverage
Marc Green 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c34aba36685c729e

Finish reimplmenting --header, add $bodystyle and $tdstyle back, and fix typ
Marc Green 1 file changed, 19 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f867a9a566c6e497

Start to reimplement --header
Marc Green 1 file changed, 49 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2a3fead42332366f

Take into account $Podroot when finding PODs, take into account $Quiet
Marc Green 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3585f4e038c08950

Finish skeleton version of Pod::Html -- it can now output html
Marc Green 1 file changed, 25 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8d5b5ec46dd004a1

Don't delete html file produced, used for testing
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d3b4c473005de437

Move Pod-Html/ files into inner lib/ dir, begin writing ::Search object
Marc Green 4 files changed, 606 insertions(+), 628 deletion
http://perl5.git.perl.org/perl.git/commit/52d17f09df47f9a2

Set up to use Pod::Simple::Search to resolve L<> directives, remove more spu
Marc Green 1 file changed, 18 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/ef81a26e9943a5c1

Continue to transition to ::LocalPodLinks, remove more old code
Marc Green 1 file changed, 14 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/4b52ddeb5e8b69a4

Remove leftover/unneeded code after start of transition to ::XHTML::LocalPod
Marc Green 1 file changed, 11 insertions(+), 1554 deletions
http://perl5.git.perl.org/perl.git/commit/9be37938e1a9aaba

Start to replace home made parser with Pod::Simple::XHTML::LocalPodLinks
Marc Green 1 file changed, 47 insertions(+), 112 deletions(
http://perl5.git.perl.org/perl.git/commit/1b0ec0dcc3b836cb

Temporarily remove --header feature (will add back later)
Marc Green 1 file changed, 1 insertion(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/00e8fa2a2801edd9

Remove cache feature for simplicity
Marc Green 1 file changed, 7 insertions(+), 177 deletions(-
http://perl5.git.perl.org/perl.git/commit/f5324b5be9ef9b99

Remove deprecated --netscape flag
Marc Green 1 file changed, 2 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a9e9dabb004645fb
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
14 commits. 6 unique authors. 5 unique committers.
32 files changed, 492 insertions(+), 295 deletions(-)
Net code removal: Jesse Vincent (16 lines)
Thanks, applied: Father Chrysostomos (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/005700e9b03137be.tar.gz

Dual-life Text::Abbrev
Florian Ragwitz 8 files changed, 151 insertions(+), 146 deletion
http://perl5.git.perl.org/perl.git/commit/005700e9b03137be

For shorter strings, store C<study>'s data as U8s or U16s, instead of U32s.
Nicholas Clark 5 files changed, 190 insertions(+), 35 deletions
http://perl5.git.perl.org/perl.git/commit/72de20cdcc84ae35

Store C<study>'s data as U32s, instead of I32s.
Nicholas Clark 3 files changed, 20 insertions(+), 24 deletions(
http://perl5.git.perl.org/perl.git/commit/b606cf7f37b8b462

Tidy code in pp_study and Perl_screaminstr()
Nicholas Clark 2 files changed, 13 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/378b4d0f82057e5a

Store C<study>'s data in in mg_ptr instead of interpreter variables.
Nicholas Clark 10 files changed, 61 insertions(+), 63 deletions
http://perl5.git.perl.org/perl.git/commit/4185c9197f4aefd1

Merge PL_scream{first,next} into one allocated buffer.
Nicholas Clark 6 files changed, 9 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/75fc7bf602cd4988

Change PL_screamnext to store absolute positions.
Nicholas Clark 3 files changed, 21 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/56e9eeb1a239fc99

Split out study magic from pos magic.
Nicholas Clark 9 files changed, 21 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/0177730e7e0c099d

Stop podcheck.t --add-link from chomping a new line
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/637174112f90e2e7

Add another address for Claes Jakobsson
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/040d2336f034a922

Report a better error when trying to use negative version numbers instead of
Claes Jakobsson 2 files changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f39335f980be44f8

Change the example in the Changes file to be more generic.
Jesse Vincent 2 files changed, 2 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/4899916ae02f106d

The regex engine can't assume that SvSCREAM() remains set on its target.
Nicholas Clark 2 files changed, 54 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/f1905e1b1b0d9cd2

charnames.pm: Nits in pod
Karl Williamson 1 file changed, 12 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5ef88e32837b528e

Current branch smoke-me/Open3-0
1 commit. 1 unique author. 1 unique committer.
1309 files changed, 218516 insertions(+), 88375 deletions(-)
Net code removal: Nicholas Clark (4 lines)

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

The test for #76474 should open file descriptor 0, not 1.
Nicholas Clark 1 file changed, 1 insertion(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/36099d0a43683215

Current branch smoke-me/eu_typemap
171 commits. 2 unique authors. 1 unique committer.
733 files changed, 156997 insertions(+), 50242 deletions(-)
Thanks, applied: Steffen Mueller (94)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ba53cd80d1ea8289.tar.gz

Attempt band-aid fix for win32 build failure
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ba53cd80d1ea8289

Add is_empty method to EU::Typemaps
Steffen Mueller 2 files changed, 27 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/63281642320c779a

Use lower case method name for current_line_number
Steffen Mueller 2 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/032ef0b1d3343366

Lose $Fallback global
Steffen Mueller 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8ffbdc4323a0a83e

Lose the $Overload global
Steffen Mueller 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/31105775b7e08bdf

Remove superfluous global "$errors"
Steffen Mueller 2 files changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/780b2bbd9ce14724

Make $FH no longer a global
Steffen Mueller 2 files changed, 22 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/10103a8d01170cdd

Fix some error messages
Steffen Mueller 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/78e4c9b2a6a03673

Error handling/message improvements
Steffen Mueller 4 files changed, 86 insertions(+), 53 deletions(
http://perl5.git.perl.org/perl.git/commit/2a2a26e4d5187b9e

Allow overriding line numbers and files while parsing strings
Steffen Mueller 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6380b7e5a66eb587

Support for embedded typemaps in XS
Steffen Mueller 3 files changed, 83 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/573c68b17aff7597

Update docs and exports to be in line with reality
Steffen Mueller 1 file changed, 1 insertion(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/14e125276522d690

check_conditional_preprocessor_statements is not a method
Steffen Mueller 1 file changed, 16 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/39996026563b0263

Make get_alias (nee GetAlias) a method
Steffen Mueller 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0316a0c8de7f5de3

Make print_section a method
Steffen Mueller 1 file changed, 9 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/58f52bbf27317350

Transform FOO_handlers to methods
Steffen Mueller 1 file changed, 91 insertions(+), 32 deletions(-
http://perl5.git.perl.org/perl.git/commit/560c71ccc6985921

More methods (merge_section)
Steffen Mueller 1 file changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f1f3d75be6961128

Make PushXSStack a method
Steffen Mueller 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/decbbeb0a3197963

Transform some functions into methods on the proto-object
Steffen Mueller 1 file changed, 17 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/2813646f072b2cb9

Some simple tests for errors
Steffen Mueller 1 file changed, 11 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/12fb59f87a08af46

Better error checking/handling
Steffen Mueller 1 file changed, 12 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/af4affa7f9b8daa2

Eliminate four unsightly magical hash refs
Steffen Mueller 3 files changed, 52 insertions(+), 125 deletions
http://perl5.git.perl.org/perl.git/commit/a4a0743f7a899db0

Make trailing whitespace a newline at all times
Steffen Mueller 2 files changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/273a04fbcc7572e7

use warnings
Steffen Mueller 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/59b55d1a3371035d

Make get_(in|out)putmap more flexible
Steffen Mueller 2 files changed, 35 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/40df0330fcdf6d00

Add targetable method
Steffen Mueller 1 file changed, 80 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dbfce5b244af4bb3

Add comment explaining where terrible code comes from
Steffen Mueller 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d545037befb07828

Document inception of EU::Typemaps
Steffen Mueller 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8dd99808b459342d

Bless singleton
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fa20315382f7dcae

Nah, implicit is bad
Steffen Mueller 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b6afef8347236bf6

Lose now obsolete process_single_typemap()
Steffen Mueller 2 files changed, 1 insertion(+), 106 deletions(-
http://perl5.git.perl.org/perl.git/commit/6e1902fb41e06d86

Make ExtUtils::ParseXS use ExtUtils::Typemaps
Steffen Mueller 1 file changed, 14 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/5169693a22d64100

Do not use Carp, fix propagation of replace/skip
Steffen Mueller 4 files changed, 46 insertions(+), 38 deletions(
http://perl5.git.perl.org/perl.git/commit/34d5d5d740cdc6f2

Defer loading main module
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8b4230a72cdff392

More whitespace bug-compatibility
Steffen Mueller 1 file changed, 10 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f55e059f781ff2a7

More compatibility testing
Steffen Mueller 4 files changed, 508 insertions(+), 16 deletions
http://perl5.git.perl.org/perl.git/commit/398fcf14eb482786

Add test of EU::Typemap output against old ParseXS code
Steffen Mueller 2 files changed, 137 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/1d86775030a65361

More bug-compatibility with old ExtUtils::ParseXS
Steffen Mueller 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f6fc911499194c5b

Reinstate prototype default and warning about invalid prototypes
Steffen Mueller 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/60e62d086a8c2b03

Add method to get ANSIfied code
Steffen Mueller 2 files changed, 38 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/c925c27f3c69d61f

Implement 'skip' option for merging typemaps
Steffen Mueller 4 files changed, 76 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/5a385c36a5a8778a

Implement 'replace' option when merging typemaps
Steffen Mueller 6 files changed, 119 insertions(+), 30 deletions
http://perl5.git.perl.org/perl.git/commit/394c562cb501f964

Allow merging typemaps from file
Steffen Mueller 1 file changed, 14 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/01383804a14f7f2d

Add method to generate the prototype lookup hash
Steffen Mueller 1 file changed, 32 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9121488bd242c396

Methods to get typemaps in ParseXS compatible format
Steffen Mueller 1 file changed, 108 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/cc5593367cfd569c

Reduce code duplication by using the same prototype regexp
Steffen Mueller 2 files changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b5b2e4ab0240126f

Teach EU::Typemaps about the _ prototype
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2bdaf7368532b55d

Bump ExtUtils::Typemaps version
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a8725334b18e71a4

Simplify "remove" logic after previous refactoring
Steffen Mueller 1 file changed, 14 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/0bb6f320e4ebe166

Hash lookup for output sections
Steffen Mueller 1 file changed, 19 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/7fb98893a6bdd7ee

Convert input sections to hash lookup
Steffen Mueller 1 file changed, 23 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/0253cc856d67222a

Start refactoring EU::Typemaps
Steffen Mueller 1 file changed, 42 insertions(+), 32 deletions(-
http://perl5.git.perl.org/perl.git/commit/b661e68dd9e58fd8

Remove note about being untested
Steffen Mueller 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4ebc4c716d638780

update copyright
Steffen Mueller 4 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b9b540411a55d464

Add a trailing 's' to the name of EU::Typemap
Steffen Mueller 15 files changed, 1071 insertions(+), 1069 delet
http://perl5.git.perl.org/perl.git/commit/2538963479e7c144

Extract typemap-related code from ExtUtils::ParseXS
Steffen Mueller 13 files changed, 1363 insertions(+), 0 deletion
http://perl5.git.perl.org/perl.git/commit/87420960b138af54

Cleanup of make_targetable
Steffen Mueller 1 file changed, 29 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/1515e14e235e0d83

Fix function name in documentation
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4657db3b8c25b67a

Remove unnecessary Data::Dumper loading
Steffen Mueller 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c9e1be411e244149

Revert "Revert "Moved prototype check to XS code, allowing the .pm file chan
Steffen Mueller 2 files changed, 3 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/87bad7c3cfb55fbd

Start documenting the EU::ParseXS changes
Steffen Mueller 1 file changed, 14 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/eb3b097243b12c98

Documentation: maintainers & copyright
Steffen Mueller 1 file changed, 11 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8dcc82759a77564e

Documentation fix
Steffen Mueller 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0dc64a0789dde869

Rename some ExtUtils::ParseXS 'constants'
Steffen Mueller 3 files changed, 14 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/d69aca39494f5566

Reapply the patch that tought EU::ParseXS about _ protos
Steffen Mueller 2 files changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1b3503219b500626

Ignore new ExtUtils::ParseXS files in lib
Steffen Mueller 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cf376096924ace88

Re-apply ExtUtils::ParseXS portion of 1e8125c62127
Steffen Mueller 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7e2265a0db6c9eec

Re-apply typo fixes from c4a6f826b3676d1fdbd99
Steffen Mueller 4 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/030f3eaf68f20cca

Re-apply EU::ParseXS portion of c33e8be1506a75e
Steffen Mueller 2 files changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7a6b17656201e6eb

A bit more documentation of make_targetable().
James E. Keenan 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7107aaf60d069238

Add documentation on the hashrefs produced by process_typemaps().
James E. Keenan 1 file changed, 79 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fe2df7975ecd7300

Add documentation and additional tests
James E. Keenan 2 files changed, 133 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/8df25f365f307727

Mostly adding tests and documentation.
James E. Keenan 12 files changed, 372 insertions(+), 89 deletion
http://perl5.git.perl.org/perl.git/commit/b76981625796e1dc

Move several functions to Utilities.pm
James E. Keenan 5 files changed, 314 insertions(+), 130 deletion
http://perl5.git.perl.org/perl.git/commit/b4f043d889cecb81

Change check_cpp() to check_conditional_preprocessor_statements()
James E. Keenan 10 files changed, 256 insertions(+), 57 deletion
http://perl5.git.perl.org/perl.git/commit/758a6eb183f8aa18

Was able to move $Packid into $self.
James E. Keenan 1 file changed, 6 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3a34f6e02c1f9f66

Refactor some code into sub set_cond()
James E. Keenan 2 files changed, 25 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/d4dc9d1f18f94650

Add vim modeline entries.
James E. Keenan 2 files changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/363e7e952aafeb89

Move sub print_preprocessor_statements() into Utilities.pm.
James E. Keenan 2 files changed, 36 insertions(+), 34 deletions(
http://perl5.git.perl.org/perl.git/commit/e7d60b3ebbb762ef

Refactor some code into sub assign_func_args().
James E. Keenan 2 files changed, 14 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/cb2f95dbdbd53714

Don't have to undef if it's never been assigned to.
James E. Keenan 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/16c96730207b4815

Move several variables found inside the PARAGRAPH loop
James E. Keenan 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ad2ce7cac5515642

Move $orig_args closer to where it's used
James E. Keenan 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3526d38ccead3f7a

Move $prepush_done closer to where it's used
James E. Keenan 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9396d33ee1226966

Move $func_header inside while loop closer to where it's used
James E. Keenan 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ca575fcb9592c6d9

Move two heredocs into Utilities::standard_XS_defs().
James E. Keenan 2 files changed, 62 insertions(+), 56 deletions(
http://perl5.git.perl.org/perl.git/commit/7a1be18651475df8

Change @outlist and %only_C_inlist into corresponding references
James E. Keenan 1 file changed, 11 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/e11b8a1d976a77dc

Add messages to 3 tests which lacked them.
James E. Keenan 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d10b1190e194e458

Move 4 elements in %args into $self
James E. Keenan 1 file changed, 23 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/1d3f6d90b07bc6fe

No evident need for 'for' loop in assignment from $args{filename}.
James E. Keenan 1 file changed, 14 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/90d56bb2cfdd14a4

Explicitly pass $self to check_cpp()
James E. Keenan 1 file changed, 9 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c47511879a8345a6

Refactor code inside process_file() into print_preprocessor_statements()
James E. Keenan 1 file changed, 36 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/5a27750cfe68f3dd

Change \@BootCode to $BootCode_ref
James E. Keenan 1 file changed, 8 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5afbb6e70c383b9a

Eliminate some synthetic variables
James E. Keenan 1 file changed, 8 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b8d52a1ac9c9cfbd

Typographical cleanup
James E. Keenan 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d05e40ce2075d4bc

Add $newXS to $self
James E. Keenan 1 file changed, 10 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/bb19509faacd3bd0

Move $proto into $self;
James E. Keenan 1 file changed, 12 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/344da6f2b9b6a654

Add $Module_cname to $self.
James E. Keenan 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7b83bd5b6ddbcf35

Move %defaults to $self.
James E. Keenan 1 file changed, 7 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/40acc82022ec71f3

Move @line to $self.
James E. Keenan 1 file changed, 48 insertions(+), 50 deletions(-
http://perl5.git.perl.org/perl.git/commit/04f505acebb7a7cc

Move @line_no, @Attributes, %outargs, @XSStack to $self.
James E. Keenan 1 file changed, 37 insertions(+), 39 deletions(-
http://perl5.git.perl.org/perl.git/commit/4c8a85e3f57f9f5d

Move %lengthof, %XsubAliases, %XsubAliasValues, %Interfaces.
James E. Keenan 1 file changed, 17 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/814bc971e68a0eae

Add \%in_out and \%argtype_seen to $self.
James E. Keenan 1 file changed, 12 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/4b7035a76addee94

Move 9 'our' hashes and arrays into $self
James E. Keenan 1 file changed, 69 insertions(+), 69 deletions(-
http://perl5.git.perl.org/perl.git/commit/e5335415b51cdde6

Move $var_num into $self.
James E. Keenan 1 file changed, 16 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/26ead7df3cfee311

Move $Interfaces into $self, but as $self->{interfaces}
James E. Keenan 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0ae3affd7af22865

Move $DoSetMagic, $XsubAliases, into $self.
James E. Keenan 1 file changed, 9 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d6192d4fd56c41e3

Tidy up lists of 'our' variables.
James E. Keenan 1 file changed, 6 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d9cfd6735c51027f

Move $condnum, $cond, into $self. $ALIAS ran into eval EXPR problems.
James E. Keenan 1 file changed, 14 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/4678db06d50a4638

Move $func_args into $self.
James E. Keenan 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3fc597e5fad26d84

Move $RETVAL_code into $self.
James E. Keenan 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1ddb51f845ee9b8a

Move $gotRETVAL into $self.
James E. Keenan 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a04604e65450a8f0

Move $deferred into $self.
James E. Keenan 1 file changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2e5fdb7f43f35d90

Eliminate 'our' $printed_name
James E. Keenan 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/da87bac4a5a2cbcd

Move $thisdone and $retvaldone to $self.
James E. Keenan 1 file changed, 15 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/b8c7a034deaea5fa

Add $Packprefix to $self.
James E. Keenan 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e13dfe73436d99a2

Move $ret_type into $self.
James E. Keenan 1 file changed, 19 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/ec3b3d1767aafe27

More globals in $self
James E. Keenan 1 file changed, 44 insertions(+), 46 deletions(-
http://perl5.git.perl.org/perl.git/commit/93e80b35b3740f31

Move more globals into the global $self
James E. Keenan 1 file changed, 110 insertions(+), 112 deletions
http://perl5.git.perl.org/perl.git/commit/74fce944d179fb84

Declare global instance as a stepping stone to an OO ExtUtils::ParseXS
James E. Keenan 1 file changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6d1e7250cc2b19d1

More and better tests
James E. Keenan 3 files changed, 118 insertions(+), 8 deletions(
http://perl5.git.perl.org/perl.git/commit/9da8e926e30a5e83

Eliminate sub ProtoString(), which was used in only one location.
James E. Keenan 1 file changed, 3 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6dae61ce112d1887

Move list of XS keywords to Constants.pm.
James E. Keenan 2 files changed, 9 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aee18b18859471fb

Remove the wistful comment about "use strict -- one of these days ..."
James E. Keenan 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/40eaa7f807dc45e6

Change name of sub errors() to sub report_error_count()
James E. Keenan 3 files changed, 14 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/be34346722538280

Indentation fix
James E. Keenan 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b980365a3b140c80

Change arguments to output_init() to single hashref
James E. Keenan 1 file changed, 32 insertions(+), 30 deletions(-
http://perl5.git.perl.org/perl.git/commit/47ac98a030065408

Change arguments to generate_init() to single hashref.
James E. Keenan 1 file changed, 77 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/7a29abb31a55e232

Inline comment about difficulties which 'eval qq()' will pose
James E. Keenan 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8817edbd8cca93ab

Typographical cleanup only.
James E. Keenan 1 file changed, 11 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/641bb7319a708fd8

Improve test coverage, extract function for better testing
James E. Keenan 6 files changed, 241 insertions(+), 48 deletions
http://perl5.git.perl.org/perl.git/commit/395dee3f1edb25ed

Explicitly pass $hiertype to map_type()
James E. Keenan 2 files changed, 22 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/729e22049294a4aa

Eliminate last 'local' variables.
James E. Keenan 1 file changed, 7 insertions(+), 16 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ceb434d555709b6b

More variable scope fixes
James E. Keenan 1 file changed, 26 insertions(+), 37 deletions(-
http://perl5.git.perl.org/perl.git/commit/02550dd0982ccc64

Refine debugging messages to only identify CRITICAL messages.
James E. Keenan 1 file changed, 5 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/81bc85b5b3ac84a0

STDERR debugging messages around the last suspected '' global variables.
James E. Keenan 1 file changed, 23 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9f7f5bc0c424ff0e

Rename $name_printed to $printed_name
James E. Keenan 1 file changed, 14 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/c3c293ed56b2d076

Rename two more instances of '$name'.
James E. Keenan 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aea1e39843241507

Reclassify approx 7 variables as either 'our' or 'my'.
James E. Keenan 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2e7330969922e2f9

Add a little POD
James E. Keenan 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f4cf66b37377ef9e

More variable renaming and comments
James E. Keenan 1 file changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/be09bb8b1064443f

More variable and code shuffling to improve maintainability
James E. Keenan 2 files changed, 67 insertions(+), 37 deletions(
http://perl5.git.perl.org/perl.git/commit/9f394802aff9f4b5

Move code handling processing of typemap files to Utilities.pm.
James E. Keenan 2 files changed, 105 insertions(+), 60 deletions
http://perl5.git.perl.org/perl.git/commit/cf88629a97ce1637

Change $ALIAS from 'my' to 'our'
James E. Keenan 1 file changed, 16 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9a4205b5176695c3

Change ValidProtoString() to valid_proto_string()
James E. Keenan 3 files changed, 47 insertions(+), 26 deletions(
http://perl5.git.perl.org/perl.git/commit/d372c76e58208aa6

Revise some of the placements into EU::PXS::Constants.
James E. Keenan 2 files changed, 54 insertions(+), 17 deletions(
http://perl5.git.perl.org/perl.git/commit/07b9fceec3ad70d2

Shuffle more functions and variables around
James E. Keenan 2 files changed, 51 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/63939490c32b0b9c

Move EU::ParseXS::CountLines to its own file to simplify editing
James E. Keenan 3 files changed, 78 insertions(+), 80 deletions(
http://perl5.git.perl.org/perl.git/commit/498b239a6db1169e

Implement use strict 'subs' and 'refs'
James E. Keenan 1 file changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4b5d1be2ce9e6c47

Correct ambiguous regex capture syntax.
James E. Keenan 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/152688b524d624d6

Tighten scope of more variables
James E. Keenan 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/72eb37ea692f8851

Move about 9 global variables into 'our' status.
James E. Keenan 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0fb7bf1681d0092b

Lexicalize more variables
James E. Keenan 1 file changed, 6 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/10f58cb008ffd585

Continue renaming confusing variables
James E. Keenan 1 file changed, 7 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aa99612c11bbc8e8

EU::ParseXS Version bump
James E. Keenan 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/794ed7f7d051e380

Start to remove unused variables
James E. Keenan 1 file changed, 30 insertions(+), 27 deletions(-
http://perl5.git.perl.org/perl.git/commit/5bb06be3aa2b3772

Move TidyType() to Utilities::tidy_type()
James E. Keenan 4 files changed, 70 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/4fbb4dfe206993c8

Change TrimWhitespace() to trim_whitespace()
James E. Keenan 4 files changed, 77 insertions(+), 24 deletions(
http://perl5.git.perl.org/perl.git/commit/74d97720a7247886

Move POD for internal sub from ParseXS.pod to Utilities.pm
Steffen Mueller 4 files changed, 114 insertions(+), 49 deletions
http://perl5.git.perl.org/perl.git/commit/90d17a36d0cffa48

Separate POD file and ExtUtils::ParseXS::Utilities
Steffen Mueller 4 files changed, 233 insertions(+), 171 deletion
http://perl5.git.perl.org/perl.git/commit/86dfa53eb930a767

Continue tidying up the code, range lines 1000-end
James E. Keenan 1 file changed, 377 insertions(+), 377 deletions
http://perl5.git.perl.org/perl.git/commit/8871124a01acba03

Change from 'use vars' to 'our', which was introduced in Perl 5.6.0.
James E. Keenan 1 file changed, 16 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/056c9cdd461dd928

Begin to uncuddle 'elsif' and 'else'. Rationalize indentation. Completed thr
James E. Keenan 1 file changed, 313 insertions(+), 291 deletions
http://perl5.git.perl.org/perl.git/commit/126be612172fab59

Eliminate whitespace before final semicolon.
James E. Keenan 1 file changed, 185 insertions(+), 185 deletions
http://perl5.git.perl.org/perl.git/commit/721b133eab4cc8a7

Change all hard tabs to 4-spaces. Eliminate trailing whitespace.
James E. Keenan 1 file changed, 430 insertions(+), 430 deletions
http://perl5.git.perl.org/perl.git/commit/c7f99f14bdb6a305

Rename EU::PXS test files to include digits
Steffen Mueller 7 files changed, 310 insertions(+), 310 deletion
http://perl5.git.perl.org/perl.git/commit/ac851605c19533e6

Revert "Moved prototype check to XS code, allowing the .pm file change from
Steffen Mueller 2 files changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d44023d243156e5e

Revert EU::ParseXS part of 1e8125c621275d18c74bc8dae3bfc3c03929fe1e
Steffen Mueller 1 file changed, 1 insertion(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e0d0688e808b49be

Revert the EU::ParseXS part of c4a6f826b3676d1fdbd9972a9d0a8f11c02d003d
Steffen Mueller 2 files changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f23b566952f71a7f

Revert EU::ParseXS part of c33e8be1506a75e393304af89d64e3f46e0ca7cb
Steffen Mueller 3 files changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c12df14fedc5ef84

Add an email alias for James Keenan
Steffen Mueller 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/35ab7e478fa30df4

Current branch smoke-me/gsoc-pod
1 commit. 1 unique author. 1 unique committer.
4 files changed, 24 insertions(+), 72 deletions(-)
Net code removal: Marc Green (48 lines)

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

Update for smoking
Marc Green 4 files changed, 24 insertions(+), 72 deletions(
http://perl5.git.perl.org/perl.git/commit/2427ee134b41e77a

Current branch smoke-me/runperl
19 commits. 1 unique author. 1 unique committer.
598 files changed, 145138 insertions(+), 42569 deletions(-)

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

Convert B::Deparse's core.t to Test::More.
Nicholas Clark 1 file changed, 12 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7b2796fc4064d5a4

Convert B::Lint's test to Test::PerlRun and Test::More from test.pl
Nicholas Clark 1 file changed, 15 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/019c1b48d0afe02f

Convert overload's tests to Test::PerlRun and Test::More, from test.pl
Nicholas Clark 1 file changed, 7 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2be180df812eb531

Add the ability to run under -T to Test::PerlRun
Nicholas Clark 3 files changed, 49 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/12ea3512d3320179

Convert utf8's tests to Test::PerlRun and Test::More, from test.pl
Nicholas Clark 1 file changed, 15 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/76c5202bb513f2a7

Convert sigtrap's tests to Test::PerlRun and Test::More, from test.pl
Nicholas Clark 1 file changed, 5 insertions(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/db0f203355780b26

Convert the debugger's tests to use Test::PerlRun and Test::More.
Nicholas Clark 1 file changed, 51 insertions(+), 58 deletions(-
http://perl5.git.perl.org/perl.git/commit/450e3f8a37dcac7c

Convert h2ph's tests to Test::PerlRun and Test::More, from test.pl
Nicholas Clark 1 file changed, 13 insertions(+), 25 deletions(-
http://perl5.git.perl.org/perl.git/commit/fe441490361d3107

Add 'args' to pass values for @ARGV in the program spawned by Test::PerlRun
Nicholas Clark 2 files changed, 27 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/7d0c9b40018a041d

Convert Config's tests to Test::PerlRun and Test::More, from test.pl
Nicholas Clark 1 file changed, 10 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/fdb8aaa2cd2c5a90

Convert Carp's tests to Test::PerlRun and Test::More from test.pl
Nicholas Clark 1 file changed, 14 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/e947b334982d2a25

Convert bytes' tests to Test::PerlRun and Test::More from test.pl
Nicholas Clark 1 file changed, 5 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b25df4210c33b35b

Convert XS::APItest's tests to Test::PerlRun and Test::More from test.pl
Nicholas Clark 2 files changed, 16 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/69cfae182ee36540

Add the ability to pass data on STDIN to the perl run by Test::PerlRun
Nicholas Clark 2 files changed, 60 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/91aa388a7f8df2da

Merge the test in fd.t into IPC-Open3.t, and delete fd.t
Nicholas Clark 3 files changed, 36 insertions(+), 46 deletions(
http://perl5.git.perl.org/perl.git/commit/5b88446f03e44653

Convert IPC::Open3's fd.t to Test::PerlRun.
Nicholas Clark 1 file changed, 15 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/2ef05ff768b9ee54

Convert re's tests to Test::PerlRun and Test::More, from test.pl
Nicholas Clark 2 files changed, 23 insertions(+), 25 deletions(
http://perl5.git.perl.org/perl.git/commit/69f957005e0903f6

Convert B's tests to Test::PerlRun and Test::More, from test.pl
Nicholas Clark 14 files changed, 107 insertions(+), 114 deletio
http://perl5.git.perl.org/perl.git/commit/47b66285d4139ee1

Add the prototype version of Test::PerlRun
Nicholas Clark 6 files changed, 504 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/21a2e72e16331387
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
87 commits. 15 unique authors. 10 unique committers.
130 files changed, 1726 insertions(+), 3960 deletions(-)
Net code removal: Florian Ragwitz (3284 lines) Dee Newcum (94 lines)
Ricardo Signes (30 lines)
Thanks, applied: Father Chrysostomos (4) Chris 'BinGOs' Williams (1)
Jesse Vincent (1) Karl Williamson (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/0a8d6aee705fdd41.tar.gz

Volunteer BingOS for a release per irc
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0a8d6aee705fdd41

Update Keith Thompson's email address in AUTHORS, add his old addresses to c
Jesse Vincent 2 files changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/78d25b6c207931df

Typo in perldelta
Keith Thompson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0fce7163a3b3eecb

Removed the last of Jos' potty mouthed comments from CPANPLUS source
Chris 'BinGOs' Williams 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ce8b24923c68160d

Forward port the 5.14.1 delta from maint-5.14
Jesse Vincent 6 files changed, 387 insertions(+), 15 deletions
http://perl5.git.perl.org/perl.git/commit/10288c7acc1a4eb6

Add Steve Hay for 5.15.5
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4d964d018a838b2b

fix segv in regcomp.c:S_join_exact()
David Mitchell 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bb789b09de07edfb

Remove duplicate $VERSION handling code, made redundant in 3.28_01
Nicholas Clark 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/832c2e57b07ad49b

Increase $XS::APItest::VERSION
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0006bb9d00cf05ff

Add a test for perl_clone with CLONEf_COPY_STACKS to XS-APItest.
Gerard Goossen 3 files changed, 109 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/7b81e54987e52ee2

Fix ?/% mix-up in Perl_vms_start_glob.
Craig A. Berry 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/998e043925965cf6

Add Dee Newcum to the AUTHORS list
Chris 'BinGOs' Williams 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6c8b7ff5cc78905b

pumpkin.pod: Add L<> around html link
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/dbcdbb631f85b41f

mktables: Add Z<> before a B<*> to pod =item
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/21405004e2b0e46a

Bump Module::CoreList version for a CPAN release
Chris 'BinGOs' Williams 3 files changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/734696e30a8a8f82

[rt.cpan.org #69108] Extraneous modules listed in Module::CoreList
Dee Newcum 1 file changed, 26 insertions(+), 120 deletions(
http://perl5.git.perl.org/perl.git/commit/cbde6bd56b6081ff

Additional heuristics to catch edge-cases in corelist.pl
Chris 'BinGOs' Williams 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d9c6e45dfbbd7f7c

Change dNOOP to a function declaration.
Nicholas Clark 1 file changed, 6 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bafdc25d6fdf3143

Update Win32API-File to CPAN version 0.1200
Chris 'BinGOs' Williams 9 files changed, 100 insertions(+), 29 deletions
http://perl5.git.perl.org/perl.git/commit/00f02a57b9053506

Update Unicode-Collate to CPAN version 0.77
Chris 'BinGOs' Williams 6 files changed, 17 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/0cb4637e2e588d1c

Stop having one of the following qw() warnings hide the other:
Eric Brine 2 files changed, 18 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/7e03b518f3100495

Order features alphabetically
Eric Brine 1 file changed, 18 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/47e9d84a3af211d9

OS2-Process/Process.pm: Fix broken pod links
Karl Williamson 2 files changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d632d9afe2fe0ca4

Fix various podcheck issues in old perldeltas
Karl Williamson 4 files changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/27f68d5f80343aa5

s2p: Fix broken pod links
Karl Williamson 2 files changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f7964948ff60526d

Internals.pod: Fix broken links
Karl Williamson 2 files changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1adc55b9f629ef27

README.os2: various podcheck fixes
Karl Williamson 2 files changed, 9 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/7622680c0f69b463

Add todo of documenting diagnostics
Karl Williamson 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/852345439cdc8b53

Volunteer Stevan Little for the October release
Jesse Vincent 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/69803ba9659a1c36

sv.c: hv_dup should be sv_dup
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/43056537740a5320

Merge branch 'blead' of ssh://perl5.git.perl.org/perl into blead
Karl Williamson 2 parents
http://perl5.git.perl.org/perl.git/commit/1477e5aba4b90c0e

Merge branch 'invert' into blead
Karl Williamson 2 parents
http://perl5.git.perl.org/perl.git/commit/993ac2c33312e7e6

mktables: Empty tables are complements of \p{Any}
Karl Williamson 1 file changed, 14 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7fc6cb55f6c8953c

mktables: Suppress complement tables
Karl Williamson 1 file changed, 45 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a92d5c2e4647ac12

mktables: add comment
Karl Williamson 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e1759d043939c0b3

mktables: Move code
Karl Williamson 1 file changed, 6 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f4c2a127695c97f0

mktables: Adjust where .pl suffix gets added to output filenames
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6b0079b59681c2f6

mktables: Fix comment
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e6ebc4c0bf6b8c69

utf8_heavy.pl: Add INVERT_IT to swash
Karl Williamson 1 file changed, 11 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a6517ebfb58d6611

utf8.c: Accept INVERT_IT in swash
Karl Williamson 1 file changed, 17 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/77f9f1269361fb55

utf8.c: swash_to_invlist() handle EXTRAS
Karl Williamson 1 file changed, 78 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d73c39c516d28355

mktables: Use inverted tables for disk space
Karl Williamson 1 file changed, 17 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c69a9c6805950038

Restrict some inversion list functions
Karl Williamson 4 files changed, 32 insertions(+), 32 deletions(
http://perl5.git.perl.org/perl.git/commit/47b34d7254198c38

Allow utf8.c to access 4 inversion list functions
Karl Williamson 3 files changed, 36 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/839cfe5dcd857d57

Change 4 inversion list functions from S_ to Perl_
Karl Williamson 4 files changed, 20 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/86f766ab4498faec

Change _invlist_invert() from being in-line
Karl Williamson 3 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1c6f1daa3760d5e5

Change names of some inversion list functions
Karl Williamson 4 files changed, 49 insertions(+), 49 deletions(
http://perl5.git.perl.org/perl.git/commit/37e85ffe6b230b2d

embed.fnc: Move entries around
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/360c367a522bc597

regexp_unicode_prop.t: Improve output
Karl Williamson 1 file changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/707250fe6ada45a8

regcomp.c: White space only
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/641b49c8f500a0db

regcomp.c: Do some [^abc] inversion at compile time
Karl Williamson 1 file changed, 32 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2fde50e118eac35e

Add 3 methods for inversion lists
Karl Williamson 4 files changed, 101 insertions(+), 1 deletion(-
http://perl5.git.perl.org/perl.git/commit/25e94a65210bfb04

Add inversion list dump routine, #ifdef'd out to prevent compiler warning, f
Karl Williamson 1 file changed, 24 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/768318b83da36cf3

Add flag to num groks to silence non-portable warnings
Karl Williamson 3 files changed, 29 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/024707869a10c357

Add an element to inversion list data structure
Karl Williamson 4 files changed, 169 insertions(+), 18 deletions
http://perl5.git.perl.org/perl.git/commit/f1b67122022c4748

regcomp.c: Add comments
Karl Williamson 1 file changed, 29 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fa2d2a23f92127e5

regcomp.c: Parenthesize rhs of #define
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/874816bcbdc3fcae

regcomp.c: Move a function around
Karl Williamson 1 file changed, 11 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/c56a880ba85aad6b

Add length element to inversion lists
Karl Williamson 4 files changed, 23 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/61bdbf381e9d66f0

regcomp.c: Use inversion list iterator
Karl Williamson 1 file changed, 6 insertions(+), 41 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0d527bf8bd304ed2

Add iterator for inversion lists
Karl Williamson 4 files changed, 78 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f3dc70d12790e82f

Allow a header in inversion lists.
Karl Williamson 1 file changed, 16 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/97b14ce75a908d3b

regcomp.c: Correct comment
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0a89af2fa733bdcc

regcomp.c: Macroize two expressions
Karl Williamson 1 file changed, 9 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/005b65ed283d4103

regcomp.c: Rmv no longer called function
Karl Williamson 4 files changed, 0 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/97bb10756102d09d

regcomp.c: Remove no longer called function
Karl Williamson 4 files changed, 0 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/198a51c423625d31

regcomp.c: Remove invlist_destroy calls
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/318c430e61fb87b0

regcomp.c: #undef after finished
Karl Williamson 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/060b7a350d57eeb6

regcomp.c: Remove unneeded temporary
Karl Williamson 1 file changed, 2 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6d63a9fbb4876bac

regcomp.c: Revise inversion list API
Karl Williamson 4 files changed, 45 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/a2995b7fcac3f38f

regcomp.c: PL_utf8_foldclosures is a HV
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ddc1cd802cda73c7

Change inversion lists to SVs
Karl Williamson 5 files changed, 69 insertions(+), 70 deletions(
http://perl5.git.perl.org/perl.git/commit/a25abddce2beacd6

Delta for the removal of Perl 4 libraries
Florian Ragwitz 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/17d5d82df211d3a3

Remove deprecated Perl 4 core libraries
Florian Ragwitz 37 files changed, 3 insertions(+), 3292 deletion
http://perl5.git.perl.org/perl.git/commit/8cc871bd82ee24f3

overload.pm: Fix broken link
Karl Williamson 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e846f1dc86643f46

fix broken links in old perldeltas
Karl Williamson 5 files changed, 8 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c35f3909efdc9b12

Convert B::Deparse's core.t to Test::More.
Nicholas Clark 1 file changed, 12 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9ee672c4fa6995a1

Use C<< >> to avoid tripping a podchecker heuristic for "don't you mean F<>?
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8ab77384e7912bb4

add when/how to merge/rebase to perlgit.pod
Ricardo Signes 1 file changed, 59 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/961bfa8c285ba0f3

remove another duplicated section
Ricardo Signes 1 file changed, 2 insertions(+), 15 deletions(-)
http://perl5.git.perl.org/perl.git/commit/04baf1ffb6507bd8

remove duplicated "topic branches" section
Ricardo Signes 1 file changed, 2 insertions(+), 78 deletions(-)
http://perl5.git.perl.org/perl.git/commit/feb5e9720de76a36

Revert "x"
Ricardo Signes 0 files changed, 0 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/47e5e7fdd6e50299

x
Ricardo Signes 0 files changed, 0 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a91756ea8ef881f7

README.foo: Change NAME to perlfoo
Karl Williamson 26 files changed, 26 insertions(+), 31 deletions
http://perl5.git.perl.org/perl.git/commit/de2902a66f5c4d89

Add terse changelog entry for 2.29
Abhijit Menon-Sen 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cefcbacf068f5ddf

Add another address for John Peacock
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/05ddb96b05e4ece1

Revise check for negative versions plus test
John Peacock 3 files changed, 10 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/c8c8e589d797908c

Current branch smoke-me/eu_typemap
171 commits. 2 unique authors. 1 unique committer.
35 files changed, 501 insertions(+), 297 deletions(-)
Thanks, applied: Steffen Mueller (94)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/69b8db2f89bd32d5.tar.gz

Attempt band-aid fix for win32 build failure
Steffen Mueller 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/69b8db2f89bd32d5

Add is_empty method to EU::Typemaps
Steffen Mueller 2 files changed, 27 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/a29951fbd5fb4b77

Use lower case method name for current_line_number
Steffen Mueller 2 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/15696acc094d198b

Lose $Fallback global
Steffen Mueller 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7089cd3db7f88f21

Lose the $Overload global
Steffen Mueller 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6b4dca6efb8da786

Remove superfluous global "$errors"
Steffen Mueller 2 files changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f5ff1916bf64f107

Make $FH no longer a global
Steffen Mueller 2 files changed, 22 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/5d74740d030dddf5

Fix some error messages
Steffen Mueller 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cd21c22c0b272909

Error handling/message improvements
Steffen Mueller 4 files changed, 86 insertions(+), 53 deletions(
http://perl5.git.perl.org/perl.git/commit/753569ab2b696070

Allow overriding line numbers and files while parsing strings
Steffen Mueller 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/223bc3f5674d29db

Support for embedded typemaps in XS
Steffen Mueller 3 files changed, 83 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/f9fb7de143b642b8

Update docs and exports to be in line with reality
Steffen Mueller 1 file changed, 1 insertion(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c0ea1e899e25280a

check_conditional_preprocessor_statements is not a method
Steffen Mueller 1 file changed, 16 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/3685cf74c77d6473

Make get_alias (nee GetAlias) a method
Steffen Mueller 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7d55b6c946fdbf5c

Make print_section a method
Steffen Mueller 1 file changed, 9 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/401f135af6d0aabd

Transform FOO_handlers to methods
Steffen Mueller 1 file changed, 91 insertions(+), 32 deletions(-
http://perl5.git.perl.org/perl.git/commit/bc8c33fa85cf8c3d

More methods (merge_section)
Steffen Mueller 1 file changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/119cb209679dbd38

Make PushXSStack a method
Steffen Mueller 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bd1952e06b8d6d01

Transform some functions into methods on the proto-object
Steffen Mueller 1 file changed, 17 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/4162e41d3ca0c6f5

Some simple tests for errors
Steffen Mueller 1 file changed, 11 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/da8c29a90c966cc3

Better error checking/handling
Steffen Mueller 1 file changed, 12 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f4db341bd5e6eb5d

Eliminate four unsightly magical hash refs
Steffen Mueller 3 files changed, 52 insertions(+), 125 deletions
http://perl5.git.perl.org/perl.git/commit/5a1369ea289305e0

Make trailing whitespace a newline at all times
Steffen Mueller 2 files changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/210c3fe8a25f9586

use warnings
Steffen Mueller 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/87d56ab886376fd3

Make get_(in|out)putmap more flexible
Steffen Mueller 2 files changed, 35 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/8618e4afde7f516f

Add targetable method
Steffen Mueller 1 file changed, 80 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/eeac99cf2ed8c255

Add comment explaining where terrible code comes from
Steffen Mueller 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/64e71ebcee01726a

Document inception of EU::Typemaps
Steffen Mueller 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/90a345d432bf1fe5

Bless singleton
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/91f90f1c786b32aa

Nah, implicit is bad
Steffen Mueller 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/53f067788c3b7d79

Lose now obsolete process_single_typemap()
Steffen Mueller 2 files changed, 1 insertion(+), 106 deletions(-
http://perl5.git.perl.org/perl.git/commit/8ed0f353a005c61f

Make ExtUtils::ParseXS use ExtUtils::Typemaps
Steffen Mueller 1 file changed, 14 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/4a0588140ebc8d9f

Do not use Carp, fix propagation of replace/skip
Steffen Mueller 4 files changed, 46 insertions(+), 38 deletions(
http://perl5.git.perl.org/perl.git/commit/76ed8b4fc40806db

Defer loading main module
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/50bd01ed0e63a30e

More whitespace bug-compatibility
Steffen Mueller 1 file changed, 10 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4303e0c32156ee95

More compatibility testing
Steffen Mueller 4 files changed, 508 insertions(+), 16 deletions
http://perl5.git.perl.org/perl.git/commit/22c008179ac27867

Add test of EU::Typemap output against old ParseXS code
Steffen Mueller 2 files changed, 137 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/041291c3ff15c153

More bug-compatibility with old ExtUtils::ParseXS
Steffen Mueller 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ea52a4a230ba5756

Reinstate prototype default and warning about invalid prototypes
Steffen Mueller 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2f440cc2be5bee71

Add method to get ANSIfied code
Steffen Mueller 2 files changed, 38 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/e77f0eeed7ae1393

Implement 'skip' option for merging typemaps
Steffen Mueller 4 files changed, 76 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/8e2c0e8916755bd7

Implement 'replace' option when merging typemaps
Steffen Mueller 6 files changed, 119 insertions(+), 30 deletions
http://perl5.git.perl.org/perl.git/commit/a53111e7e7d4c65e

Allow merging typemaps from file
Steffen Mueller 1 file changed, 14 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1b3dc406f8609fba

Add method to generate the prototype lookup hash
Steffen Mueller 1 file changed, 32 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/32e7ccc11e30fd4e

Methods to get typemaps in ParseXS compatible format
Steffen Mueller 1 file changed, 108 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/3b8f23ce6a756142

Reduce code duplication by using the same prototype regexp
Steffen Mueller 2 files changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c5f0506622317ca0

Teach EU::Typemaps about the _ prototype
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0900f3f6a8848c4e

Bump ExtUtils::Typemaps version
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/889759be16483602

Simplify "remove" logic after previous refactoring
Steffen Mueller 1 file changed, 14 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/bec0541f2def5b35

Hash lookup for output sections
Steffen Mueller 1 file changed, 19 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/eb2b7001c6c98e5f

Convert input sections to hash lookup
Steffen Mueller 1 file changed, 23 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/09aad8045c254203

Start refactoring EU::Typemaps
Steffen Mueller 1 file changed, 42 insertions(+), 32 deletions(-
http://perl5.git.perl.org/perl.git/commit/45283be28e17af9b

Remove note about being untested
Steffen Mueller 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ed6f4d3e8a15f756

update copyright
Steffen Mueller 4 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/145c1ddc80765651

Add a trailing 's' to the name of EU::Typemap
Steffen Mueller 15 files changed, 1071 insertions(+), 1069 delet
http://perl5.git.perl.org/perl.git/commit/1f4c5d297b7d10a1

Extract typemap-related code from ExtUtils::ParseXS
Steffen Mueller 13 files changed, 1363 insertions(+), 0 deletion
http://perl5.git.perl.org/perl.git/commit/c9f2bcd4c5d7a7ab

Cleanup of make_targetable
Steffen Mueller 1 file changed, 29 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/bba4a85e387f575f

Fix function name in documentation
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ff3634187d7743c4

Remove unnecessary Data::Dumper loading
Steffen Mueller 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b5aa1a1b96bf26f1

Revert "Revert "Moved prototype check to XS code, allowing the .pm file chan
Steffen Mueller 2 files changed, 3 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f38c7f52ce4fee5c

Start documenting the EU::ParseXS changes
Steffen Mueller 1 file changed, 14 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ad1343f8df957148

Documentation: maintainers & copyright
Steffen Mueller 1 file changed, 11 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/18239eda413b119e

Documentation fix
Steffen Mueller 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8583be37bf2cb63c

Rename some ExtUtils::ParseXS 'constants'
Steffen Mueller 3 files changed, 14 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/418f286d7c2e4d66

Reapply the patch that tought EU::ParseXS about _ protos
Steffen Mueller 2 files changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/db5ed51bc8589fe8

Ignore new ExtUtils::ParseXS files in lib
Steffen Mueller 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9fa33c0002a44973

Re-apply ExtUtils::ParseXS portion of 1e8125c62127
Steffen Mueller 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b8fd6e9f2f0ed01c

Re-apply typo fixes from c4a6f826b3676d1fdbd99
Steffen Mueller 4 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9167025a3e92b690

Re-apply EU::ParseXS portion of c33e8be1506a75e
Steffen Mueller 2 files changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0d25efbf3311485e

A bit more documentation of make_targetable().
James E. Keenan 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fd55735437993cb3

Add documentation on the hashrefs produced by process_typemaps().
James E. Keenan 1 file changed, 79 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d75382a7486d43c6

Add documentation and additional tests
James E. Keenan 2 files changed, 133 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/7b2c6ad4944252bb

Mostly adding tests and documentation.
James E. Keenan 12 files changed, 372 insertions(+), 89 deletion
http://perl5.git.perl.org/perl.git/commit/2067aa68390a933b

Move several functions to Utilities.pm
James E. Keenan 5 files changed, 314 insertions(+), 130 deletion
http://perl5.git.perl.org/perl.git/commit/0ec4820fcffe5a67

Change check_cpp() to check_conditional_preprocessor_statements()
James E. Keenan 10 files changed, 256 insertions(+), 57 deletion
http://perl5.git.perl.org/perl.git/commit/fc6d9704bbe431eb

Was able to move $Packid into $self.
James E. Keenan 1 file changed, 6 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7928cba7ed57a780

Refactor some code into sub set_cond()
James E. Keenan 2 files changed, 25 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/49d52ab146cfd707

Add vim modeline entries.
James E. Keenan 2 files changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/57fb68dce24d2af7

Move sub print_preprocessor_statements() into Utilities.pm.
James E. Keenan 2 files changed, 36 insertions(+), 34 deletions(
http://perl5.git.perl.org/perl.git/commit/541c21f50b152675

Refactor some code into sub assign_func_args().
James E. Keenan 2 files changed, 14 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/7837e2e8724f5b7b

Don't have to undef if it's never been assigned to.
James E. Keenan 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6b3b1960edbb3de3

Move several variables found inside the PARAGRAPH loop
James E. Keenan 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fcb2d5a93afe12f0

Move $orig_args closer to where it's used
James E. Keenan 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d9c8ad95014ee5cf

Move $prepush_done closer to where it's used
James E. Keenan 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0fcd3402dc8743d5

Move $func_header inside while loop closer to where it's used
James E. Keenan 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3bec93963177c689

Move two heredocs into Utilities::standard_XS_defs().
James E. Keenan 2 files changed, 62 insertions(+), 56 deletions(
http://perl5.git.perl.org/perl.git/commit/79e52729e89a1293

Change @outlist and %only_C_inlist into corresponding references
James E. Keenan 1 file changed, 11 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/0d48d6fb8f659a9f

Add messages to 3 tests which lacked them.
James E. Keenan 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e15919958bbed171

Move 4 elements in %args into $self
James E. Keenan 1 file changed, 23 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/66f4cdbb19490e66

No evident need for 'for' loop in assignment from $args{filename}.
James E. Keenan 1 file changed, 14 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b20c2197401e767d

Explicitly pass $self to check_cpp()
James E. Keenan 1 file changed, 9 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5ea3808b8e658ba8

Refactor code inside process_file() into print_preprocessor_statements()
James E. Keenan 1 file changed, 36 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/560d1ce7a6d42e9b

Change \@BootCode to $BootCode_ref
James E. Keenan 1 file changed, 8 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/45fead9b322a5813

Eliminate some synthetic variables
James E. Keenan 1 file changed, 8 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a5a0f07043f292ac

Typographical cleanup
James E. Keenan 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d4734dcb3dfa4a6b

Add $newXS to $self
James E. Keenan 1 file changed, 10 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/e8366423fcc73463

Move $proto into $self;
James E. Keenan 1 file changed, 12 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/e3d4bfd9c854f12b

Add $Module_cname to $self.
James E. Keenan 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/82c6faba2e021b54

Move %defaults to $self.
James E. Keenan 1 file changed, 7 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6e84aaf089295ff8

Move @line to $self.
James E. Keenan 1 file changed, 48 insertions(+), 50 deletions(-
http://perl5.git.perl.org/perl.git/commit/c618d2e2c1fbde84

Move @line_no, @Attributes, %outargs, @XSStack to $self.
James E. Keenan 1 file changed, 37 insertions(+), 39 deletions(-
http://perl5.git.perl.org/perl.git/commit/a80f19de7f62206c

Move %lengthof, %XsubAliases, %XsubAliasValues, %Interfaces.
James E. Keenan 1 file changed, 17 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/702716a943842065

Add \%in_out and \%argtype_seen to $self.
James E. Keenan 1 file changed, 12 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/ce00cac7c9d74c86

Move 9 'our' hashes and arrays into $self
James E. Keenan 1 file changed, 69 insertions(+), 69 deletions(-
http://perl5.git.perl.org/perl.git/commit/8283db2a8f85e312

Move $var_num into $self.
James E. Keenan 1 file changed, 16 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/05c1e1fa5bd24eea

Move $Interfaces into $self, but as $self->{interfaces}
James E. Keenan 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dc64b4703db240e7

Move $DoSetMagic, $XsubAliases, into $self.
James E. Keenan 1 file changed, 9 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e48908e376678da0

Tidy up lists of 'our' variables.
James E. Keenan 1 file changed, 6 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6029dd56cca66df4

Move $condnum, $cond, into $self. $ALIAS ran into eval EXPR problems.
James E. Keenan 1 file changed, 14 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/6921ab5fc35c31d1

Move $func_args into $self.
James E. Keenan 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d0208e1f1f5fd3be

Move $RETVAL_code into $self.
James E. Keenan 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8613834b8ce4a112

Move $gotRETVAL into $self.
James E. Keenan 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0f3a848829d7cf37

Move $deferred into $self.
James E. Keenan 1 file changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4257387c740be6c8

Eliminate 'our' $printed_name
James E. Keenan 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bc90e291c344901c

Move $thisdone and $retvaldone to $self.
James E. Keenan 1 file changed, 15 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/07e200a1f5ebf48e

Add $Packprefix to $self.
James E. Keenan 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d6dd5aae244f23e6

Move $ret_type into $self.
James E. Keenan 1 file changed, 19 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/6bb9ddcdb77d0ab4

More globals in $self
James E. Keenan 1 file changed, 44 insertions(+), 46 deletions(-
http://perl5.git.perl.org/perl.git/commit/9d2bb384b806333a

Move more globals into the global $self
James E. Keenan 1 file changed, 110 insertions(+), 112 deletions
http://perl5.git.perl.org/perl.git/commit/1436041f3be0d417

Declare global instance as a stepping stone to an OO ExtUtils::ParseXS
James E. Keenan 1 file changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cf5f0edf5f478ac0

More and better tests
James E. Keenan 3 files changed, 118 insertions(+), 8 deletions(
http://perl5.git.perl.org/perl.git/commit/3e6641f1673bd5b5

Eliminate sub ProtoString(), which was used in only one location.
James E. Keenan 1 file changed, 3 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/94cc3596e740dc49

Move list of XS keywords to Constants.pm.
James E. Keenan 2 files changed, 9 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5739f193f4374067

Remove the wistful comment about "use strict -- one of these days ..."
James E. Keenan 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fab8eb44f6b79f4b

Change name of sub errors() to sub report_error_count()
James E. Keenan 3 files changed, 14 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/c8f3e3da36c5b275

Indentation fix
James E. Keenan 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/831092be05ce6827

Change arguments to output_init() to single hashref
James E. Keenan 1 file changed, 32 insertions(+), 30 deletions(-
http://perl5.git.perl.org/perl.git/commit/2fb7514ffd690192

Change arguments to generate_init() to single hashref.
James E. Keenan 1 file changed, 77 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/b1b972fb022cf7f9

Inline comment about difficulties which 'eval qq()' will pose
James E. Keenan 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/df73ccb89cdf0ba8

Typographical cleanup only.
James E. Keenan 1 file changed, 11 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/ca065e89dbf1ea2f

Improve test coverage, extract function for better testing
James E. Keenan 6 files changed, 241 insertions(+), 48 deletions
http://perl5.git.perl.org/perl.git/commit/60621f4728ec51dc

Explicitly pass $hiertype to map_type()
James E. Keenan 2 files changed, 22 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/4facedbe9a37a9f8

Eliminate last 'local' variables.
James E. Keenan 1 file changed, 7 insertions(+), 16 deletions(-)
http://perl5.git.perl.org/perl.git/commit/699af790b6e82cac

More variable scope fixes
James E. Keenan 1 file changed, 26 insertions(+), 37 deletions(-
http://perl5.git.perl.org/perl.git/commit/525402b2012be4db

Refine debugging messages to only identify CRITICAL messages.
James E. Keenan 1 file changed, 5 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0f8a51cb34fab2b8

STDERR debugging messages around the last suspected '' global variables.
James E. Keenan 1 file changed, 23 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1ec52bed25dc33b0

Rename $name_printed to $printed_name
James E. Keenan 1 file changed, 14 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/7aa5a40720d609c9

Rename two more instances of '$name'.
James E. Keenan 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8bf64e2edbbfd029

Reclassify approx 7 variables as either 'our' or 'my'.
James E. Keenan 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d03f1c83230ad768

Add a little POD
James E. Keenan 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/547c71d038f75933

More variable renaming and comments
James E. Keenan 1 file changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1750ac3927a04dd7

More variable and code shuffling to improve maintainability
James E. Keenan 2 files changed, 67 insertions(+), 37 deletions(
http://perl5.git.perl.org/perl.git/commit/fb78dab0f8611b76

Move code handling processing of typemap files to Utilities.pm.
James E. Keenan 2 files changed, 105 insertions(+), 60 deletions
http://perl5.git.perl.org/perl.git/commit/75c14f298cc714a4

Change $ALIAS from 'my' to 'our'
James E. Keenan 1 file changed, 16 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/52f25b7f72b06592

Change ValidProtoString() to valid_proto_string()
James E. Keenan 3 files changed, 47 insertions(+), 26 deletions(
http://perl5.git.perl.org/perl.git/commit/c0fef3b25a948a1a

Revise some of the placements into EU::PXS::Constants.
James E. Keenan 2 files changed, 54 insertions(+), 17 deletions(
http://perl5.git.perl.org/perl.git/commit/305467b878daffb6

Shuffle more functions and variables around
James E. Keenan 2 files changed, 51 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/01cb515845246453

Move EU::ParseXS::CountLines to its own file to simplify editing
James E. Keenan 3 files changed, 78 insertions(+), 80 deletions(
http://perl5.git.perl.org/perl.git/commit/ad18cb6ba1c640b6

Implement use strict 'subs' and 'refs'
James E. Keenan 1 file changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d499fe1e05fe3e7c

Correct ambiguous regex capture syntax.
James E. Keenan 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3c4c53c03cf86d6c

Tighten scope of more variables
James E. Keenan 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/524f2d9f41ba6a92

Move about 9 global variables into 'our' status.
James E. Keenan 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1214348269b85ca3

Lexicalize more variables
James E. Keenan 1 file changed, 6 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e9159be998de2454

Continue renaming confusing variables
James E. Keenan 1 file changed, 7 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8297e93c20deee1b

EU::ParseXS Version bump
James E. Keenan 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/14a6796b13780157

Start to remove unused variables
James E. Keenan 1 file changed, 30 insertions(+), 27 deletions(-
http://perl5.git.perl.org/perl.git/commit/c1616ef4c32fd109

Move TidyType() to Utilities::tidy_type()
James E. Keenan 4 files changed, 70 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/a3eda508c5b8c0bd

Change TrimWhitespace() to trim_whitespace()
James E. Keenan 4 files changed, 77 insertions(+), 24 deletions(
http://perl5.git.perl.org/perl.git/commit/3ce26d6f81447eac

Move POD for internal sub from ParseXS.pod to Utilities.pm
Steffen Mueller 4 files changed, 114 insertions(+), 49 deletions
http://perl5.git.perl.org/perl.git/commit/7888f2b2e105d519

Separate POD file and ExtUtils::ParseXS::Utilities
Steffen Mueller 4 files changed, 233 insertions(+), 171 deletion
http://perl5.git.perl.org/perl.git/commit/c0f99f16b48b5e5c

Continue tidying up the code, range lines 1000-end
James E. Keenan 1 file changed, 377 insertions(+), 377 deletions
http://perl5.git.perl.org/perl.git/commit/0e974cddfea23986

Change from 'use vars' to 'our', which was introduced in Perl 5.6.0.
James E. Keenan 1 file changed, 16 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/21bdb243969e673f

Begin to uncuddle 'elsif' and 'else'. Rationalize indentation. Completed thr
James E. Keenan 1 file changed, 313 insertions(+), 291 deletions
http://perl5.git.perl.org/perl.git/commit/60391ddaba077808

Eliminate whitespace before final semicolon.
James E. Keenan 1 file changed, 185 insertions(+), 185 deletions
http://perl5.git.perl.org/perl.git/commit/d5a536d203a5bea9

Change all hard tabs to 4-spaces. Eliminate trailing whitespace.
James E. Keenan 1 file changed, 430 insertions(+), 430 deletions
http://perl5.git.perl.org/perl.git/commit/4c03214b7e6c3ef3

Rename EU::PXS test files to include digits
Steffen Mueller 7 files changed, 310 insertions(+), 310 deletion
http://perl5.git.perl.org/perl.git/commit/5db46774653790e8

Revert "Moved prototype check to XS code, allowing the .pm file change from
Steffen Mueller 2 files changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1d9509335fea21b6

Revert EU::ParseXS part of 1e8125c621275d18c74bc8dae3bfc3c03929fe1e
Steffen Mueller 1 file changed, 1 insertion(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9b616391b06bb00e

Revert the EU::ParseXS part of c4a6f826b3676d1fdbd9972a9d0a8f11c02d003d
Steffen Mueller 2 files changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/040c07c5eb51dfa2

Revert EU::ParseXS part of c33e8be1506a75e393304af89d64e3f46e0ca7cb
Steffen Mueller 3 files changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/02e6748d8676e957

Add an email alias for James Keenan
Steffen Mueller 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a9a710d6b564aba6

Current branch smoke-me/gsoc-pod
53 commits. 1 unique author. 1 unique committer.
253 files changed, 123718 insertions(+), 30282 deletions(-)

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

Quiet the notifications
Marc Green 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c0a6bfc43aa96f18

Update MANIFEST, clean up some documentation, clean up test cases, add test
Marc Green 30 files changed, 624 insertions(+), 479 deletio
http://perl5.git.perl.org/perl.git/commit/cb77ae26bd9d08f4

Stop prepending $volume onto $cwd (which includes $volume) in --podroot
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/dfd36f858a57fdad

Third attempt at fixing cross platform compatibility
Marc Green 10 files changed, 77 insertions(+), 60 deletions
http://perl5.git.perl.org/perl.git/commit/544d2b60897c949c

Continue to fix cross platform compatability issues with cross references
Marc Green 2 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/adb0b74a29df6ed7

Fix cross platform compatability issues with cross references
Marc Green 7 files changed, 33 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/0b6d09c5fb64e481

Stop Module::Build from using old Pod::Html arguments
Marc Green 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f0ef59a739e4d7f4

Merge changes from perlexp
Marc Green 2 files changed, 157 insertions(+), 145 deletion
http://perl5.git.perl.org/perl.git/commit/292c9aaaaafb7cd0

Update for smoking
Marc Green 4 files changed, 24 insertions(+), 72 deletions(
http://perl5.git.perl.org/perl.git/commit/09d57a54ff2e03ff

Bundled in new Pod::Simple
Marc Green 37 files changed, 571 insertions(+), 56 deletion
http://perl5.git.perl.org/perl.git/commit/8b6eac208d9438b3

I forgot to add the replacement test directory for /usr/share/perl
Marc Green 2 files changed, 3636 insertions(+), 0 deletions
http://perl5.git.perl.org/perl.git/commit/0c70ec4bad03b8db

Add a test case
Marc Green 2 files changed, 76 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/1e99e0ba4d9c8474

Remove dependency of /usr/share/perl being present from test cases
Marc Green 3 files changed, 25 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/e1f73b0457c882fe

Update htmlview.t for new Pod::Html
Marc Green 2 files changed, 183 insertions(+), 103 deletion
http://perl5.git.perl.org/perl.git/commit/82fdbff3251f5576

Update test case for new Pod::Html
Marc Green 1 file changed, 103 insertions(+), 73 deletions(
http://perl5.git.perl.org/perl.git/commit/386aa9478c80e372

Don't uc(), keep case the same
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5e1747575dd6d310

Implement --recurse (finally) and update test cases
Marc Green 5 files changed, 29 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/7497d6a5542c0706

Correct the lack of possible offset when removing Podroot from each Podpath
Marc Green 1 file changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fe02dd6b3606447a

Always anchor =item definitions.
Marc Green 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/860b92cbe020b987

Update test case htmlfeature2.t for new Pod::Html
Marc Green 1 file changed, 24 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/e41f48092517a249

Update test case htmlfeature.t for new Pod::Html, fix typo in Html.pm
Marc Green 3 files changed, 20 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/93c8b65aad790015

Update script to convert more and correctly convert anchored =head directive
Marc Green 1 file changed, 12 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/da62e6a0d4903754

Fix <body id="_podtop_"> not appearing when --backlink was enabled,
Marc Green 1 file changed, 10 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/35e85dcac2369f01

Update htmlescp.t test case for new Pod::Html. Note that it uses <b> instead
Marc Green 1 file changed, 16 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/8b0759aa31388583

Fix typo in test case
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/519d637c3bbaf493

Update htmldir4.t to test new Pod::Html
Marc Green 1 file changed, 20 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/47bbb820713e0e03

Update htmldir2.t and htmldir3.t to test the new Pod::Html
Marc Green 2 files changed, 40 insertions(+), 46 deletions(
http://perl5.git.perl.org/perl.git/commit/1aaff734ec697f4a

Switch to catdir from catfile to avoid a leading '//' in
Marc Green 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/07d78dbb4b5bb578

Add helpful script that does basic conversion of old Pod::HTMl test cases to
Marc Green 1 file changed, 53 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d3f8ff1ff3ad61d7

Fix bug in finding replacement path for PODs not found in %Pages, update acc
Marc Green 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8d43d3b068f0c068

Update htmldir.t testcase for new Pod::Html
Marc Green 1 file changed, 20 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/93361b2c0f6ba737

Update crossref test case for new Pod::Html. Note, need to idify =item direc
Marc Green 1 file changed, 33 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/6894b312d011ba8a

Fix bug that stopped POD files from being crossreferenced if they were more
Marc Green 1 file changed, 68 insertions(+), 41 deletions(-
http://perl5.git.perl.org/perl.git/commit/72ba8172ff1cbaa0

Start modifying test cases from testcases branch to suit new Pod::Html
Marc Green 15 files changed, 681 insertions(+), 6 deletions
http://perl5.git.perl.org/perl.git/commit/161a3e95465974a2

Move Pod::Simple::XHTML::LocalPodLinks into Pod::Html
Marc Green 1 file changed, 75 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b0ec6b328c87f1e7

Add $Htmlfileurl back in to support relativizing cross references
Marc Green 1 file changed, 28 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/87108f1803dbe4f3

Update ::Search callback to remove $Podroot, fix bug in @Podpath mapping
Marc Green 1 file changed, 13 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b58b332e3e539eba

Fix minor formatting
Marc Green 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/86ced5e71169fd1d

Remove --libpods feature
Marc Green 1 file changed, 3 insertions(+), 26 deletions(-)
http://perl5.git.perl.org/perl.git/commit/38a3565ec6433c07

Allow test cases to change arguments to pod2html for better test coverage
Marc Green 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/903c818a0dd9dc09

Finish reimplmenting --header, add $bodystyle and $tdstyle back, and fix typ
Marc Green 1 file changed, 19 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2c2412c5aaa81ceb

Start to reimplement --header
Marc Green 1 file changed, 49 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/29593a3c4ec0c6dc

Take into account $Podroot when finding PODs, take into account $Quiet
Marc Green 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2c3a4bcf816e7060

Finish skeleton version of Pod::Html -- it can now output html
Marc Green 1 file changed, 25 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4e23c1d301c3056e

Don't delete html file produced, used for testing
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2d206aa847c3228d

Move Pod-Html/ files into inner lib/ dir, begin writing ::Search object
Marc Green 4 files changed, 606 insertions(+), 628 deletion
http://perl5.git.perl.org/perl.git/commit/d612b84f7ca12abb

Set up to use Pod::Simple::Search to resolve L<> directives, remove more spu
Marc Green 1 file changed, 18 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/12fca461086511a8

Continue to transition to ::LocalPodLinks, remove more old code
Marc Green 1 file changed, 14 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/9889911de6a21dfe

Remove leftover/unneeded code after start of transition to ::XHTML::LocalPod
Marc Green 1 file changed, 11 insertions(+), 1554 deletions
http://perl5.git.perl.org/perl.git/commit/1a5d42303200af90

Start to replace home made parser with Pod::Simple::XHTML::LocalPodLinks
Marc Green 1 file changed, 47 insertions(+), 112 deletions(
http://perl5.git.perl.org/perl.git/commit/95d38bfa61322fb5

Temporarily remove --header feature (will add back later)
Marc Green 1 file changed, 1 insertion(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6f4edd922ae96c3f

Remove cache feature for simplicity
Marc Green 1 file changed, 7 insertions(+), 177 deletions(-
http://perl5.git.perl.org/perl.git/commit/ef4fcd6747ed46f5

Remove deprecated --netscape flag
Marc Green 1 file changed, 2 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2c2dd61a2cbf2083

New branch chip/bind2
3 commits. 1 unique author. 1 unique committer.

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

t/op/bind.t in MANIFEST
Chip Salzenberg 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ef6ce16d71e2f44c

regenerated files for v2 of := patch
Chip Salzenberg 9 files changed, 1354 insertions(+), 1307 deleti
http://perl5.git.perl.org/perl.git/commit/3efab4207e415f3a

v2 of patch to add := operator for simple aliasing
Chip Salzenberg 8 files changed, 332 insertions(+), 13 deletions
http://perl5.git.perl.org/perl.git/commit/7c8bda02555a66a7

New branch chip/view2
1 commit. 1 unique author. 1 unique committer.

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

This is v2 of patch for views (nee binds), brought up to date with 5.15.
Chip Salzenberg 8 files changed, 200 insertions(+), 114 deletion
http://perl5.git.perl.org/perl.git/commit/754c52c5a52869d3

New branch smoke-me/Cwd-symlink
1 commit. 1 unique author. 1 unique committer.

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

In Cwd.xs, tidy the conditional code related to symlinks.
Nicholas Clark 1 file changed, 9 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/748e24dd0aab5bee

New branch smoke-me/ithreads
2 commits. 1 unique author. 1 unique committer.

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

In threads.xs, remove num_args from ithread_create, as it is unused.
Nicholas Clark 3 files changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/40e00d882592f68b

In cmp_version.t, show in the TAP when we are skipping a particular version.
Nicholas Clark 1 file changed, 7 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f08db986fffddba2

New branch smoke-me/khw-inversions
40 commits. 1 unique author. 1 unique committer.

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

mktables: Empty tables are complements of \p{Any}
Karl Williamson 1 file changed, 14 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/612037f86dd3841f

mktables: Suppress complement tables
Karl Williamson 1 file changed, 45 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4d3c1fa9dd3fbe4d

mktables: add comment
Karl Williamson 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bedbc1952f6801b3

mktables: Move code
Karl Williamson 1 file changed, 6 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/200f9f69ca505406

mktables: Adjust where .pl suffix gets added to output filenames
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bd14100d24b9c91d

mktables: Fix comment
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/939a919266502636

utf8_heavy.pl: Add INVERT_IT to swash
Karl Williamson 1 file changed, 11 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e7ed5253ac650926

utf8.c: Accept INVERT_IT in swash
Karl Williamson 1 file changed, 17 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c4abbcd2a937a5ae

utf8.c: swash_to_invlist() handle EXTRAS
Karl Williamson 1 file changed, 78 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/105dd265ee74c886

mktables: Use inverted tables for disk space
Karl Williamson 1 file changed, 17 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c55b17113c157b89

Restrict some inversion list functions
Karl Williamson 4 files changed, 32 insertions(+), 32 deletions(
http://perl5.git.perl.org/perl.git/commit/07a374951c6a9f3c

Allow utf8.c to access 4 inversion list functions
Karl Williamson 3 files changed, 36 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/5c23e2d9976c8c29

Change 4 inversion list functions from S_ to Perl_
Karl Williamson 4 files changed, 20 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/992f2e2d67539ae3

Change _invlist_invert() from being in-line
Karl Williamson 3 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3e79f836a1850d92

Change names of some inversion list functions
Karl Williamson 4 files changed, 49 insertions(+), 49 deletions(
http://perl5.git.perl.org/perl.git/commit/f7ac5fc175ede275

embed.fnc: Move entries around
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a4a996ffea167872

regexp_unicode_prop.t: Improve output
Karl Williamson 1 file changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dab28d497c37798f

regcomp.c: White space only
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4d22d5ac276bfee7

regcomp.c: Do some [^abc] inversion at compile time
Karl Williamson 1 file changed, 32 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6854f2f6e4265f93

Add 3 methods for inversion lists
Karl Williamson 4 files changed, 101 insertions(+), 1 deletion(-
http://perl5.git.perl.org/perl.git/commit/0a260044134b8eaf

Add inversion list dump routine, #ifdef'd out to prevent compiler warning, f
Karl Williamson 1 file changed, 24 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/49bb111dafdfd4d3

Add flag to num groks to silence non-portable warnings
Karl Williamson 3 files changed, 29 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/ca37b1781cff9edc

Add an element to inversion list data structure
Karl Williamson 4 files changed, 109 insertions(+), 8 deletions(
http://perl5.git.perl.org/perl.git/commit/654e5f9e1076bf29

regcomp.c: Add comments
Karl Williamson 1 file changed, 29 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bd1512010590a665

regcomp.c: Parenthesize rhs of #define
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a3020b0b630550a1

regcomp.c: Move a function around
Karl Williamson 1 file changed, 11 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/8cbc7a9c5fd84c98

Add length element to inversion lists
Karl Williamson 4 files changed, 23 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/aa2287a7bc10a2dd

regcomp.c: Use inversion list iterator
Karl Williamson 1 file changed, 6 insertions(+), 41 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e7dcddfd07cc4bc7

Add iterator for inversion lists
Karl Williamson 4 files changed, 78 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/90369909e26d3668

Allow a header in inversion lists.
Karl Williamson 1 file changed, 16 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b3b70772b009fc60

regcomp.c: Correct comment
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/28ab5b0dee540e26

regcomp.c: Macroize two expressions
Karl Williamson 1 file changed, 9 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/edc01b32f22e058b

regcomp.c: Rmv no longer called function
Karl Williamson 4 files changed, 0 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/ce41b31d0f932a4f

regcomp.c: Remove no longer called function
Karl Williamson 4 files changed, 0 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/a0cfaf299fddf139

regcomp.c: Remove invlist_destroy calls
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dd87bbdd8b4b470f

regcomp.c: Remove unneeded temporary
Karl Williamson 1 file changed, 2 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fb2a6939387fa49c

regcomp.c: Revise inversion list API
Karl Williamson 4 files changed, 45 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/a4f9bcb75d1da888

Change inversion lists to SVs
Karl Williamson 5 files changed, 69 insertions(+), 70 deletions(
http://perl5.git.perl.org/perl.git/commit/f842f19cdb97a97f

regcomp.c: #undef after finished
Karl Williamson 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/73029deb151fb3cd

regcomp.c: PL_utf8_foldclosures is a HV
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e9a8952bfeefc3d5

New branch smoke-me/the-late-tmpgv
1 commit. 1 unique author. 1 unique committer.
Net code removal: Nicholas Clark (1 line)

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

In win32_start_child(), remove tmpgv, unused since 0e21945565eb4664.
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/401bc8c64ea50a74
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
51 commits. 13 unique authors. 9 unique committers.
122 files changed, 15233 insertions(+), 14896 deletions(-)
Net code removal: Florian Ragwitz (107 lines) Craig A. Berry (37 lines)
Leon Brocard (24 lines)
Thanks, applied: Father Chrysostomos (6) Florian Ragwitz (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/93ea32b83e27783a.tar.gz

Use makedef.pl on VMS to feed vms/gen_shrfls.pl.
Craig A. Berry 3 files changed, 165 insertions(+), 202 deletion
http://perl5.git.perl.org/perl.git/commit/93ea32b83e27783a

In win32_start_child(), remove tmpgv, unused since 0e21945565eb4664.
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1a711748856db575

Increase $diagnostics::VERSION
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6346f00fc13d37e1

Allow items in perldiag.pod to match warnings when they have periods at the
Matthew Horsfall 2 files changed, 9 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c0d3a21f46f3cada

Add prototypes for __FILE__ &c.
Father Chrysostomos 3 files changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7c4c6e7cb76c912f

perlfaq's pod syntax test shouldn't be in blead
Florian Ragwitz 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1fb5e7d7953f8a63

Dual-life perlfaq
Florian Ragwitz 29 files changed, 11968 insertions(+), 12042 del
http://perl5.git.perl.org/perl.git/commit/21cde1537b3d89a7

podcheck: Note new linked-to modules
Karl Williamson 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8d8211ff8f60d421

regexec.c: Nits in comments
Karl Williamson 1 file changed, 8 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cc3b396d5608e63f

utf8_heavy: Fail on binary/non- mismatch
Karl Williamson 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/08432a98f9b12931

Move perldoc.pod to the dist it belongs to
Florian Ragwitz 9 files changed, 278 insertions(+), 295 deletion
http://perl5.git.perl.org/perl.git/commit/a2afbef4476f724a

Allow buildtoc to handle files outside of pod/
Florian Ragwitz 1 file changed, 35 insertions(+), 21 deletions(-
http://perl5.git.perl.org/perl.git/commit/1721346e4e420217

Expand "git co" in pod/perlhack.pod
brian greenfield 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9d440a18ad692fca

Add Brian Greenfield to AUTHORS
brian greenfield 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e4a6da471fa568d8

Remove old perltodo
Matthew Horsfall 1 file changed, 0 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c1f3981ff8068c70

Add name to AUTHORS
Matthew Horsfall 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/48b498b18791bcc7

fix smart match docs for lhs undef
Jesse Luehrs 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0d7c3953156bde24

Add doy to AUTHORS
Florian Ragwitz 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/141b0385bfd82733

Regenerate META.yml after the Term-Readline move
Florian Ragwitz 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/91a9676e31be0ca9

Dual-life Term::ReadLine
Florian Ragwitz 8 files changed, 445 insertions(+), 444 deletion
http://perl5.git.perl.org/perl.git/commit/298bdc032f0e1d70

Drop non-TAP output from Maintainers.pm
Florian Ragwitz 2 files changed, 14 insertions(+), 38 deletions(
http://perl5.git.perl.org/perl.git/commit/8053b81598ef3461

Make sure there's no superfluous Maintainer.pl entries
Florian Ragwitz 1 file changed, 19 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8ceba1a470d4a87a

Don't filter out non-existent Maintainers.pl entries
Florian Ragwitz 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d8d7ae6469c0196e

Remove deleted Perl 4 libs from Maintainers.pl
Florian Ragwitz 1 file changed, 0 insertions(+), 30 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c2636609dfc9a5a4

t/lib/filter-util.pl was removed in 2adbc9b6
Florian Ragwitz 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a2bc14150638982d

Module-Build now lives in cpan/
Florian Ragwitz 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a4a5c53caa1c15fe

Update lines changed code to match perldeltas in Porting/release_managers_gu
Leon Brocard 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a599c209b48bc578

Update ExtUtils-MakeMaker to CPAN version 6.58
Chris 'BinGOs' Williams 53 files changed, 2087 insertions(+), 1690 delet
http://perl5.git.perl.org/perl.git/commit/4b5789fe5c4c7581

Wrap text with Porting/checkAUTHORS.pl --who option, perfect for inserting i
Leon Brocard 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f229537a3ecd9db0

Expand "git st" in Porting/release_managers_guide.pod
Leon Brocard 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/04abd20e17261b00

Remove debugging statement in Porting/bump-perl-version
Leon Brocard 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/684f9cbe67b5d12e

Remove text from Porting/release_managers_guide.pod now bump-perl-version do
Leon Brocard 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0d4dc266a3cb1d24

Make Porting/bump-perl-version do multiple substitutions per line
Leon Brocard 1 file changed, 20 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/582c9380b28d7fb3

The test for #76474 should open file descriptor 0, not 1.
Nicholas Clark 1 file changed, 1 insertion(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2db249d3d6f61a44

Add Dave Rolsky to the Release Roster
Jesse Vincent 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/95483f2ef1346f4e

acme fixed a known POD problem in the RMG
Florian Ragwitz 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b0dd175a5e18f4b4

Ignore temporary files created by AutoLoader's tests
Florian Ragwitz 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5da353178264c1f1

Plain scalars are supposed to be literal filenames
Florian Ragwitz 2 files changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d77c669d1daa31a3

Fix a thinko in filtering excluded module files
Florian Ragwitz 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/394fdf77c71953b5

Only describe the inplace mode of Porting/bump-perl-version in Porting/relea
Leon Brocard 1 file changed, 6 insertions(+), 28 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8b2227e6d2d67feb

disable use of nm on darwin
Ricardo Signes 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/60a655a1ee05c577

Update CPANPLUS to CPAN version 0.9106
Chris 'BinGOs' Williams 5 files changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/17f2f4a89572b1fc

In threads.xs, remove num_args from ithread_create, as it is unused.
Nicholas Clark 3 files changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8b00e5233c5218fe

In cmp_version.t, show in the TAP when we are skipping a particular version.
Nicholas Clark 1 file changed, 7 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f008f53b0874b02c

In Cwd.xs, tidy the conditional code related to symlinks.
Nicholas Clark 1 file changed, 9 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8304a6c43fb2482c

Add section on circular refs to perlref
Dave Rolsky 1 file changed, 52 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0a044a7cc96a996b

perlretut: Remove references to /dul
Karl Williamson 1 file changed, 8 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/615d795d657ccfca

perlrecharclass: nits
Karl Williamson 1 file changed, 8 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/582da94270934217

perlop: nits
Karl Williamson 1 file changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/18509dec2df0829b

perllocale: de-emphasize /l
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/062ca197e623f064

podcheck.t: Add -deltas option
Karl Williamson 1 file changed, 31 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/d9e2eb4b36851afd

New branch smoke-me/Shut-It!
3 commits. 1 unique author. 1 unique committer.
Net code removal: Nicholas Clark (10 lines)

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

In Base64.xs, refactor to avoid applying a unary minus to an unsigned type.
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/34eefe41bf497e6f

Eliminate the wrapper our_strptime() from the Time::Piece XS.
Nicholas Clark 1 file changed, 2 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b1410abb112e6bd3

In win32_start_child(), remove tmpgv, unused since 0e21945565eb4664.
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/254d8fdb96a7f315
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
236 commits. 14 unique authors. 8 unique committers.
162 files changed, 11370 insertions(+), 5705 deletions(-)
Net code removal: Nicholas Clark (10 lines) Gerard Goossen (1 line)
Thanks, applied: Steffen Mueller (94) Father Chrysostomos (9)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/68a9cf1a90f1a8fe.tar.gz

Stop buildtoc from generating trailing whitespace
Florian Ragwitz 2 files changed, 10 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/68a9cf1a90f1a8fe

Move perlxs{,tut}.pod into the ExtUtils-ParseXS dist
Florian Ragwitz 10 files changed, 3547 insertions(+), 3562 delet
http://perl5.git.perl.org/perl.git/commit/3214bedba346419c

Skip .xs files in t/ dirs when comparing versions
Florian Ragwitz 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e54eb2b67dada482

podcheck.t --regen after the ParseXS merge
Florian Ragwitz 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/97616553a9e618d3

A perltodone! ExtUtils::ParseXS uses strict
Steffen Mueller 1 file changed, 0 insertions(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/90aee59301b94810

Fill in ExtUtils::ParseXS versions in delta
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/061abd48a17535b2

Merge branch 'smueller/eu_typemap' into blead
Steffen Mueller 2 parents
http://perl5.git.perl.org/perl.git/commit/bb17296d8de7c33d

Increase $Storable::VERSION
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/17616481cf4701b9

Make Internals::SvREADONLY smarter
Father Chrysostomos 3 files changed, 28 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/3e89ba198c1cf083

Make SvIsCOW honest about globs
Father Chrysostomos 4 files changed, 23 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/fa819c1ce3252e7a

Make it possible to have read-only glob copies
Father Chrysostomos 2 files changed, 10 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/21690b721fd5cd76

Document full changeset in ExtUtils::ParseXS
Steffen Mueller 1 file changed, 10 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/96893281c6f79615

Bump ExtUtils::ParseXS version to a dev version
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/390bb135033a94f5

Document the TYPEMAP XS keyword
Steffen Mueller 1 file changed, 23 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/00cb3b26a72e4b94

Document the ExtUtils::ParseXS changes in perldelta
Steffen Mueller 1 file changed, 24 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/259925f6e2a27e42

Attempt band-aid fix for win32 build failure
Steffen Mueller 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a64eef7a7da97958

Add is_empty method to EU::Typemaps
Steffen Mueller 2 files changed, 27 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/48150f65fc4a017f

Use lower case method name for current_line_number
Steffen Mueller 2 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/21edc85ae2ee8226

Lose $Fallback global
Steffen Mueller 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2a09861fc4a0a505

Lose the $Overload global
Steffen Mueller 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0adb6a199209da9d

Remove superfluous global "$errors"
Steffen Mueller 2 files changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1940cbe96566b812

Make $FH no longer a global
Steffen Mueller 2 files changed, 22 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/fe7ae66bc2e4a8bb

Fix some error messages
Steffen Mueller 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/53edac55cfc4e9e6

Error handling/message improvements
Steffen Mueller 4 files changed, 86 insertions(+), 53 deletions(
http://perl5.git.perl.org/perl.git/commit/5a784a653060a018

Allow overriding line numbers and files while parsing strings
Steffen Mueller 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7c9818204acf4835

Support for embedded typemaps in XS
Steffen Mueller 3 files changed, 83 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/16c87200414bef0a

Update docs and exports to be in line with reality
Steffen Mueller 1 file changed, 1 insertion(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/147664cedc925c40

check_conditional_preprocessor_statements is not a method
Steffen Mueller 1 file changed, 16 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/13c35f4a1143bec2

Make get_alias (nee GetAlias) a method
Steffen Mueller 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/63f8314a6f692fbd

Make print_section a method
Steffen Mueller 1 file changed, 9 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d700aaa599273a76

Transform FOO_handlers to methods
Steffen Mueller 1 file changed, 91 insertions(+), 32 deletions(-
http://perl5.git.perl.org/perl.git/commit/0615109c071a2813

More methods (merge_section)
Steffen Mueller 1 file changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f071b7acc8bcdacd

Make PushXSStack a method
Steffen Mueller 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e749b684e7525fc0

Transform some functions into methods on the proto-object
Steffen Mueller 1 file changed, 17 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/18aa1386e655d505

Some simple tests for errors
Steffen Mueller 1 file changed, 11 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bb2320f04fbb4530

Better error checking/handling
Steffen Mueller 1 file changed, 12 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ab018b010dc7d469

Eliminate four unsightly magical hash refs
Steffen Mueller 3 files changed, 52 insertions(+), 125 deletions
http://perl5.git.perl.org/perl.git/commit/69b19f32a0680f8a

Make trailing whitespace a newline at all times
Steffen Mueller 2 files changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0ad9d71f5489d8c7

use warnings
Steffen Mueller 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2ab6dc1b70353e14

Make get_(in|out)putmap more flexible
Steffen Mueller 2 files changed, 35 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/1c4122e74f3056f1

Add targetable method
Steffen Mueller 1 file changed, 80 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/64620e570f04c1f2

Add comment explaining where terrible code comes from
Steffen Mueller 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4ec289a540433aa3

Document inception of EU::Typemaps
Steffen Mueller 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/63972a1e2e4cf2b5

Bless singleton
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3a52cf21b57c5f0a

Nah, implicit is bad
Steffen Mueller 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/31d4f0b1e3634759

Lose now obsolete process_single_typemap()
Steffen Mueller 2 files changed, 1 insertion(+), 106 deletions(-
http://perl5.git.perl.org/perl.git/commit/9b58169ac288601c

Make ExtUtils::ParseXS use ExtUtils::Typemaps
Steffen Mueller 1 file changed, 14 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/7b40ff231aae5e0d

Do not use Carp, fix propagation of replace/skip
Steffen Mueller 4 files changed, 46 insertions(+), 38 deletions(
http://perl5.git.perl.org/perl.git/commit/a64e87a87d0e2ae6

Defer loading main module
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/65aa9babc11d977f

More whitespace bug-compatibility
Steffen Mueller 1 file changed, 10 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/737750de48d44241

More compatibility testing
Steffen Mueller 4 files changed, 508 insertions(+), 16 deletions
http://perl5.git.perl.org/perl.git/commit/2d9f8a35117b0288

Add test of EU::Typemap output against old ParseXS code
Steffen Mueller 2 files changed, 137 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/e897cbec4b39b384

More bug-compatibility with old ExtUtils::ParseXS
Steffen Mueller 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/54a9f7b68b89d589

Reinstate prototype default and warning about invalid prototypes
Steffen Mueller 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/186329e00d0e2541

Add method to get ANSIfied code
Steffen Mueller 2 files changed, 38 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/16b42e0e2e178878

Implement 'skip' option for merging typemaps
Steffen Mueller 4 files changed, 76 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/8badd2757b427278

Implement 'replace' option when merging typemaps
Steffen Mueller 6 files changed, 119 insertions(+), 30 deletions
http://perl5.git.perl.org/perl.git/commit/8226b442f3c07b0f

Allow merging typemaps from file
Steffen Mueller 1 file changed, 14 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/11cf72d420e6552e

Add method to generate the prototype lookup hash
Steffen Mueller 1 file changed, 32 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d505a9a66e5d2d7a

Methods to get typemaps in ParseXS compatible format
Steffen Mueller 1 file changed, 108 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/99d2ef392b266494

Reduce code duplication by using the same prototype regexp
Steffen Mueller 2 files changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9c95e74bd07f99bf

Teach EU::Typemaps about the _ prototype
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ed2147bc003499bf

Bump ExtUtils::Typemaps version
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/120f2c875ffb6686

Simplify "remove" logic after previous refactoring
Steffen Mueller 1 file changed, 14 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/4433194b50a65b7f

Hash lookup for output sections
Steffen Mueller 1 file changed, 19 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/080872fe29ed5a26

Convert input sections to hash lookup
Steffen Mueller 1 file changed, 23 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/7534260c9cde2af1

Start refactoring EU::Typemaps
Steffen Mueller 1 file changed, 42 insertions(+), 32 deletions(-
http://perl5.git.perl.org/perl.git/commit/256eb8802f346c02

Remove note about being untested
Steffen Mueller 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2be68c4fb2ec9d4c

update copyright
Steffen Mueller 4 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0b19625b4f4f7a88

Add a trailing 's' to the name of EU::Typemap
Steffen Mueller 15 files changed, 1071 insertions(+), 1069 delet
http://perl5.git.perl.org/perl.git/commit/7320491e6e454790

Extract typemap-related code from ExtUtils::ParseXS
Steffen Mueller 13 files changed, 1363 insertions(+), 0 deletion
http://perl5.git.perl.org/perl.git/commit/297f4492727bfe2e

Cleanup of make_targetable
Steffen Mueller 1 file changed, 29 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/59732b25ea057500

Fix function name in documentation
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c667e0968c1ffca8

Remove unnecessary Data::Dumper loading
Steffen Mueller 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6b84d2910beaa0f3

Revert "Revert "Moved prototype check to XS code, allowing the .pm file chan
Steffen Mueller 2 files changed, 3 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5e29896536ca7be8

Start documenting the EU::ParseXS changes
Steffen Mueller 1 file changed, 14 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1cfdcba9afaaf55f

Documentation: maintainers & copyright
Steffen Mueller 1 file changed, 11 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c870602e669f588a

Documentation fix
Steffen Mueller 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6a76c81b84bc934c

Rename some ExtUtils::ParseXS 'constants'
Steffen Mueller 3 files changed, 14 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/0a4f6920cf43f7d8

Reapply the patch that tought EU::ParseXS about _ protos
Steffen Mueller 2 files changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9c45d80d8a35b51d

Ignore new ExtUtils::ParseXS files in lib
Steffen Mueller 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/34bf74105ec19d0a

Re-apply ExtUtils::ParseXS portion of 1e8125c62127
Steffen Mueller 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c9004a9ba9d76a78

Re-apply typo fixes from c4a6f826b3676d1fdbd99
Steffen Mueller 4 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/629b8367994e3547

Re-apply EU::ParseXS portion of c33e8be1506a75e
Steffen Mueller 2 files changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f0608b17db2e1d87

A bit more documentation of make_targetable().
James E. Keenan 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ddf4d752713955ca

Add documentation on the hashrefs produced by process_typemaps().
James E. Keenan 1 file changed, 79 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e70aab199a3555c2

Add documentation and additional tests
James E. Keenan 2 files changed, 133 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/7001a87d0d20c47c

Mostly adding tests and documentation.
James E. Keenan 12 files changed, 372 insertions(+), 89 deletion
http://perl5.git.perl.org/perl.git/commit/361d4be63e3524df

Move several functions to Utilities.pm
James E. Keenan 5 files changed, 314 insertions(+), 130 deletion
http://perl5.git.perl.org/perl.git/commit/2a09a23f40e9a429

Change check_cpp() to check_conditional_preprocessor_statements()
James E. Keenan 10 files changed, 256 insertions(+), 57 deletion
http://perl5.git.perl.org/perl.git/commit/e6de40936eb8d0ce

Was able to move $Packid into $self.
James E. Keenan 1 file changed, 6 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3da1efaaa280c4b3

Refactor some code into sub set_cond()
James E. Keenan 2 files changed, 25 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/40a3ae2f77b04928

Add vim modeline entries.
James E. Keenan 2 files changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/27b7514f7f3460dc

Move sub print_preprocessor_statements() into Utilities.pm.
James E. Keenan 2 files changed, 36 insertions(+), 34 deletions(
http://perl5.git.perl.org/perl.git/commit/1d3d7190b7fb64c6

Refactor some code into sub assign_func_args().
James E. Keenan 2 files changed, 14 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/362926c8dc48e1ad

Don't have to undef if it's never been assigned to.
James E. Keenan 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f5a6ef4f29896910

Move several variables found inside the PARAGRAPH loop
James E. Keenan 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2b0a6a8a37ec56fb

Move $orig_args closer to where it's used
James E. Keenan 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0221e9635396877d

Move $prepush_done closer to where it's used
James E. Keenan 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fda75597ac8b7292

Move $func_header inside while loop closer to where it's used
James E. Keenan 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c06e4b9105bc069e

Move two heredocs into Utilities::standard_XS_defs().
James E. Keenan 2 files changed, 62 insertions(+), 56 deletions(
http://perl5.git.perl.org/perl.git/commit/6c2c48aaed0398d0

Change @outlist and %only_C_inlist into corresponding references
James E. Keenan 1 file changed, 11 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/9d179ed23c4036b2

Add messages to 3 tests which lacked them.
James E. Keenan 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8217e9e15a72ff94

Move 4 elements in %args into $self
James E. Keenan 1 file changed, 23 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/9710e5308f41901d

No evident need for 'for' loop in assignment from $args{filename}.
James E. Keenan 1 file changed, 14 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4c9f88ef2a730d90

Explicitly pass $self to check_cpp()
James E. Keenan 1 file changed, 9 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fc7d06014faa4a26

Refactor code inside process_file() into print_preprocessor_statements()
James E. Keenan 1 file changed, 36 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/a7fa83459a57b807

Change \@BootCode to $BootCode_ref
James E. Keenan 1 file changed, 8 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e8697f90d03af120

Eliminate some synthetic variables
James E. Keenan 1 file changed, 8 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/30e7c36caebda7c4

Typographical cleanup
James E. Keenan 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/197a5a3301d49dd8

Add $newXS to $self
James E. Keenan 1 file changed, 10 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/ffd4b99c2d643b50

Move $proto into $self;
James E. Keenan 1 file changed, 12 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/6e449812d414a248

Add $Module_cname to $self.
James E. Keenan 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ca406d0865853a4c

Move %defaults to $self.
James E. Keenan 1 file changed, 7 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fe36d2069550819e

Move @line to $self.
James E. Keenan 1 file changed, 48 insertions(+), 50 deletions(-
http://perl5.git.perl.org/perl.git/commit/879310359dd0a26e

Move @line_no, @Attributes, %outargs, @XSStack to $self.
James E. Keenan 1 file changed, 37 insertions(+), 39 deletions(-
http://perl5.git.perl.org/perl.git/commit/b8862861208eef9f

Move %lengthof, %XsubAliases, %XsubAliasValues, %Interfaces.
James E. Keenan 1 file changed, 17 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/fb9574f403d74c56

Add \%in_out and \%argtype_seen to $self.
James E. Keenan 1 file changed, 12 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/740dff65ed751c6f

Move 9 'our' hashes and arrays into $self
James E. Keenan 1 file changed, 69 insertions(+), 69 deletions(-
http://perl5.git.perl.org/perl.git/commit/e1b52aff077d9baa

Move $var_num into $self.
James E. Keenan 1 file changed, 16 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/3e5e735733f38d2a

Move $Interfaces into $self, but as $self->{interfaces}
James E. Keenan 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/991408f635bb30ee

Move $DoSetMagic, $XsubAliases, into $self.
James E. Keenan 1 file changed, 9 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/44066983db7d6d26

Tidy up lists of 'our' variables.
James E. Keenan 1 file changed, 6 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/14e0d708dbd8f603

Move $condnum, $cond, into $self. $ALIAS ran into eval EXPR problems.
James E. Keenan 1 file changed, 14 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/b827acfb2bfcd549

Move $func_args into $self.
James E. Keenan 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3c98792c6f948d4e

Move $RETVAL_code into $self.
James E. Keenan 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b23f32cff25432e8

Move $gotRETVAL into $self.
James E. Keenan 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cf684ec111b0ccff

Move $deferred into $self.
James E. Keenan 1 file changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/706e72168cae89f9

Eliminate 'our' $printed_name
James E. Keenan 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d67360fa3b6490f9

Move $thisdone and $retvaldone to $self.
James E. Keenan 1 file changed, 15 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/ecafe0ca29fde4dc

Add $Packprefix to $self.
James E. Keenan 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7a522819b400b91e

Move $ret_type into $self.
James E. Keenan 1 file changed, 19 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/9316f72a74785f5e

More globals in $self
James E. Keenan 1 file changed, 44 insertions(+), 46 deletions(-
http://perl5.git.perl.org/perl.git/commit/cdfe2888c5a77def

Move more globals into the global $self
James E. Keenan 1 file changed, 110 insertions(+), 112 deletions
http://perl5.git.perl.org/perl.git/commit/c2d2fdd09b649a6c

Declare global instance as a stepping stone to an OO ExtUtils::ParseXS
James E. Keenan 1 file changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/551f599a61d56fa0

More and better tests
James E. Keenan 3 files changed, 118 insertions(+), 8 deletions(
http://perl5.git.perl.org/perl.git/commit/84ce4b0a74e6ece2

Eliminate sub ProtoString(), which was used in only one location.
James E. Keenan 1 file changed, 3 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a1d55b8fd9d06a39

Move list of XS keywords to Constants.pm.
James E. Keenan 2 files changed, 9 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ef83c2cf50e182b7

Remove the wistful comment about "use strict -- one of these days ..."
James E. Keenan 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b6c384563bdcd9ab

Change name of sub errors() to sub report_error_count()
James E. Keenan 3 files changed, 14 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/c74be726bbd17591

Indentation fix
James E. Keenan 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/59863c7ce948fa97

Change arguments to output_init() to single hashref
James E. Keenan 1 file changed, 32 insertions(+), 30 deletions(-
http://perl5.git.perl.org/perl.git/commit/87e6f3702bc65e66

Change arguments to generate_init() to single hashref.
James E. Keenan 1 file changed, 77 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/879afb6dec353ef3

Inline comment about difficulties which 'eval qq()' will pose
James E. Keenan 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fae3e1133c86af8f

Typographical cleanup only.
James E. Keenan 1 file changed, 11 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/0bba9eb19823076f

Improve test coverage, extract function for better testing
James E. Keenan 6 files changed, 241 insertions(+), 48 deletions
http://perl5.git.perl.org/perl.git/commit/bb5e8eb43128d5ce

Explicitly pass $hiertype to map_type()
James E. Keenan 2 files changed, 22 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/0ec7450ced20cb81

Eliminate last 'local' variables.
James E. Keenan 1 file changed, 7 insertions(+), 16 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f0744969d45319a6

More variable scope fixes
James E. Keenan 1 file changed, 26 insertions(+), 37 deletions(-
http://perl5.git.perl.org/perl.git/commit/be5bcef76bf882a2

Refine debugging messages to only identify CRITICAL messages.
James E. Keenan 1 file changed, 5 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d1c1f5d9a016c1f4

STDERR debugging messages around the last suspected '' global variables.
James E. Keenan 1 file changed, 23 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e9bd0a47dda0d449

Rename $name_printed to $printed_name
James E. Keenan 1 file changed, 14 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/68f166a74129a68e

Rename two more instances of '$name'.
James E. Keenan 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/534bb3f4b437624e

Reclassify approx 7 variables as either 'our' or 'my'.
James E. Keenan 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a40ca62ba7d53388

Add a little POD
James E. Keenan 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3f0c83334d0e2bfd

More variable renaming and comments
James E. Keenan 1 file changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/88577d04080dcbd9

More variable and code shuffling to improve maintainability
James E. Keenan 2 files changed, 67 insertions(+), 37 deletions(
http://perl5.git.perl.org/perl.git/commit/af4112ab28da0fb1

Move code handling processing of typemap files to Utilities.pm.
James E. Keenan 2 files changed, 105 insertions(+), 60 deletions
http://perl5.git.perl.org/perl.git/commit/50b96cc21d2c9101

Change $ALIAS from 'my' to 'our'
James E. Keenan 1 file changed, 16 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b9709a1ca404cae3

Change ValidProtoString() to valid_proto_string()
James E. Keenan 3 files changed, 47 insertions(+), 26 deletions(
http://perl5.git.perl.org/perl.git/commit/547742aca90909ab

Revise some of the placements into EU::PXS::Constants.
James E. Keenan 2 files changed, 54 insertions(+), 17 deletions(
http://perl5.git.perl.org/perl.git/commit/2e06f601d8d9dac6

Shuffle more functions and variables around
James E. Keenan 2 files changed, 51 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/c1e43162c66a1be8

Move EU::ParseXS::CountLines to its own file to simplify editing
James E. Keenan 3 files changed, 78 insertions(+), 80 deletions(
http://perl5.git.perl.org/perl.git/commit/9e831c8efc3d1ff7

Implement use strict 'subs' and 'refs'
James E. Keenan 1 file changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d710f38965e7534e

Correct ambiguous regex capture syntax.
James E. Keenan 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e8cc43a7b71a7f40

Tighten scope of more variables
James E. Keenan 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/081eda6fc0c33192

Move about 9 global variables into 'our' status.
James E. Keenan 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/91817d4effbc9831

Lexicalize more variables
James E. Keenan 1 file changed, 6 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cb069f63a65f2297

Continue renaming confusing variables
James E. Keenan 1 file changed, 7 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/eb26ba82901be8b1

EU::ParseXS Version bump
James E. Keenan 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/566395ef9549c0c2

Start to remove unused variables
James E. Keenan 1 file changed, 30 insertions(+), 27 deletions(-
http://perl5.git.perl.org/perl.git/commit/37ddf9860a519bb0

Move TidyType() to Utilities::tidy_type()
James E. Keenan 4 files changed, 70 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/73e91d5ab26c8e50

Change TrimWhitespace() to trim_whitespace()
James E. Keenan 4 files changed, 77 insertions(+), 24 deletions(
http://perl5.git.perl.org/perl.git/commit/1d40e52821968d53

Move POD for internal sub from ParseXS.pod to Utilities.pm
Steffen Mueller 4 files changed, 114 insertions(+), 49 deletions
http://perl5.git.perl.org/perl.git/commit/f3aadd094fec1af2

Separate POD file and ExtUtils::ParseXS::Utilities
Steffen Mueller 4 files changed, 233 insertions(+), 171 deletion
http://perl5.git.perl.org/perl.git/commit/a65c06db067f3bab

Continue tidying up the code, range lines 1000-end
James E. Keenan 1 file changed, 377 insertions(+), 377 deletions
http://perl5.git.perl.org/perl.git/commit/505ef4a59d56acfa

Change from 'use vars' to 'our', which was introduced in Perl 5.6.0.
James E. Keenan 1 file changed, 16 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/a1c5c71fe2050df4

Begin to uncuddle 'elsif' and 'else'. Rationalize indentation. Completed thr
James E. Keenan 1 file changed, 313 insertions(+), 291 deletions
http://perl5.git.perl.org/perl.git/commit/34fa6cb66d8a9780

Eliminate whitespace before final semicolon.
James E. Keenan 1 file changed, 185 insertions(+), 185 deletions
http://perl5.git.perl.org/perl.git/commit/7c3505a2556d5d31

Change all hard tabs to 4-spaces. Eliminate trailing whitespace.
James E. Keenan 1 file changed, 430 insertions(+), 430 deletions
http://perl5.git.perl.org/perl.git/commit/1efd22b7beaa07fc

Rename EU::PXS test files to include digits
Steffen Mueller 7 files changed, 310 insertions(+), 310 deletion
http://perl5.git.perl.org/perl.git/commit/ae0a40d19b949e31

Revert "Moved prototype check to XS code, allowing the .pm file change from
Steffen Mueller 2 files changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7f3fd0eb47e125ad

Revert EU::ParseXS part of 1e8125c621275d18c74bc8dae3bfc3c03929fe1e
Steffen Mueller 1 file changed, 1 insertion(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9bd87162f76139f1

Revert the EU::ParseXS part of c4a6f826b3676d1fdbd9972a9d0a8f11c02d003d
Steffen Mueller 2 files changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/72ab99b42a1291fa

Revert EU::ParseXS part of c33e8be1506a75e393304af89d64e3f46e0ca7cb
Steffen Mueller 3 files changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/851d86ea8c18809f

Add an email alias for James Keenan
Steffen Mueller 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/691b316a85135dcd

Update CPANPLUS to CPAN version 0.9107
Chris 'BinGOs' Williams 10 files changed, 26 insertions(+), 18 deletions
http://perl5.git.perl.org/perl.git/commit/09127a34482a01b8

I, for one, welcome our new DTrace overlord
Florian Ragwitz 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d31f9442648c2053

regenerate known_pod_issues
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/162556ccff095887

Document and test the phase-change probe
Shawn M Moore 3 files changed, 128 insertions(+), 18 deletions
http://perl5.git.perl.org/perl.git/commit/2b67939388e24830

Load modules only after setting up @INC
Florian Ragwitz 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a39b8056415ed9ba

Make Porting/makerel create smaller archives with 7z and advdef
Leon Brocard 2 files changed, 41 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/0dcf3caac0d8a710

buildtoc, known_pod_issues
Father Chrysostomos 6 files changed, 34 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/4000c4db548709df

New document for perldtrace
Shawn M Moore 1 file changed, 144 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/f993ad5b93ddc1f7

New test file that exercises Perl's DTrace support
Shawn M Moore 2 files changed, 95 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/b9a2454e3a90e177

Add a phase-change DTrace probe
Shawn M Moore 3 files changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cb3f81892d39d940

Factor out a PERL_SET_PHASE macro
Shawn M Moore 2 files changed, 13 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/ca7b837b497c7593

A not X for was_lvalue_sub in embed.fnc.
Craig A. Berry 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c73b0699db4d0b8b

Storable: Restore 5.6 compatibility
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b33df119cd5e3a67

Storable: Restore 5.8.2 compatibility
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e88d61e9879835c4

Fix a Storable test to work in 5.8.9-
Father Chrysostomos 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d5c6c6996a62499f

use a flag to signal a stacking filetests instead of peeking at the next op.
Gerard Goossen 3 files changed, 6 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bbd913065e380df5

Add tests for wrapping formats in B objects
Florian Ragwitz 1 file changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b852bf25024c0d63

In sv.c, remove comments with structure sizes from bodies_by_type[].
Nicholas Clark 1 file changed, 0 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bef84cfcf07cad89

Export Perl_was_lvalue_sub
Father Chrysostomos 2 files changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7b70e8177801df4e

Add support for Unicode's Script_Extension property
Karl Williamson 4 files changed, 142 insertions(+), 23 deletions
http://perl5.git.perl.org/perl.git/commit/82aed44a7f8743a1

mktables: Suppress certain expected debug msgs
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c83dffebcd5ca179

Unicode::UCD: nits in comments and pod
Karl Williamson 1 file changed, 7 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/76b056786330ed54

perlunicode: nits
Karl Williamson 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5bff20359f7addca

perlrecharclass: nit
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/56e1c5aa51eb9e2d

mktables: Move test to added class member
Karl Williamson 1 file changed, 15 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/56557540ec868ff5

mktables: New method on properties to delete tables
Karl Williamson 1 file changed, 19 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4b9b0bc599bf6e6d

perlgit: C<<...>> -> C<< ... >>
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/688cbe000ebdb2f7

Squelch warning in deparse.t
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5c19ffe6d655cc50

B::Deparse misdeparses qq(@,)
Hojung Youn 2 files changed, 20 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/bb8996b8daf880fb

perlref: update bareword bracketing discussion, mention new auto-dereferenci
Phil Monsen 2 files changed, 22 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/903c0e71ef4db59d

Update Pod-Simple to CPAN version 3.17
Chris 'BinGOs' Williams 39 files changed, 592 insertions(+), 66 deletion
http://perl5.git.perl.org/perl.git/commit/5aeca1f7a73a0abe

Update perldoc.pod with URL support
Father Chrysostomos 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a91c97ae03f4abcf

Add crude support to perldoc for viewing PODs via HTTP(s)
Claes Jakobsson 1 file changed, 19 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e492a66259071afa

Propagate (non-)lvalue context through nested calls
Father Chrysostomos 9 files changed, 56 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/777d9014444bb88a

perlrecharclass: slight reword
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fe57f3b759866610

S_return_lvalues: collapse duplicated code
Father Chrysostomos 1 file changed, 13 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/001de1221d5719ff

S_return_lvalues: microöptimisation
Father Chrysostomos 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a5ad7a5a06c866e7

Free temps on recursive scalar lvalue sub exit
Father Chrysostomos 2 files changed, 6 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/939052121c6c8b75

Fix grammar in perldelta
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f199eb7b218aa1d4

Synchronise Math::BigInt::FastCalc to CPAN
Florian Ragwitz 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7b68e0a61c19dfef

Synchronise bignum to CPAN
Florian Ragwitz 5 files changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4855de6f5a6d298a

Synchronise Math::BigRat with CPAN
Florian Ragwitz 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c69f4f6e16b38de8

Synchronise I18N::Collate to CPAN
Florian Ragwitz 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4997365e7f503a44

Synchronise File::CheckTree to CPAN
Florian Ragwitz 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4b526498a2c80401

Synchronise Env to CPAN
Florian Ragwitz 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3eac6a9bd6c101b0

Synchronise Dumpvalue to CPAN
Florian Ragwitz 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/65321c4afc7a61a5

Synchronise B::Lint to CPAN
Florian Ragwitz 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b4bf4ef724fc81ee

constant-1.22 is not on CPAN yet
Florian Ragwitz 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e3a76fa181261a18

Update CGI to CPAN version 3.55
Chris 'BinGOs' Williams 5 files changed, 107 insertions(+), 8 deletions(
http://perl5.git.perl.org/perl.git/commit/90a3c601bbd1155d

Synchronise Maintainers.pl with what is actually in dist/ and cpan/
Chris 'BinGOs' Williams 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5fd1b70e236528a9
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
43 commits. 11 unique authors. 8 unique committers.
56 files changed, 2245 insertions(+), 762 deletions(-)
Thanks, applied: Father Chrysostomos (13) Chris 'BinGOs' Williams (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/f4daad80bd6c7633.tar.gz

Add PL_valid_types_{IVX,NVX,PVX,RV,IV_set,NV_set} into globar.sym.
Nicholas Clark 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f4daad80bd6c7633

Sort globvar.sym lexically.
Nicholas Clark 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8cad220f68604c64

replace many SvTYPE assertions with lookup tables
David Mitchell 2 files changed, 53 insertions(+), 63 deletions(
http://perl5.git.perl.org/perl.git/commit/f1fb874192252653

Update CPANPLUS to CPAN version 0.9108
Chris 'BinGOs' Williams 6 files changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/67a23c794408aa25

ensure SVs_PADTMP and SVs_PADTMP not both on
David Mitchell 2 files changed, 26 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/62bb6514085e5edd

Change sv_eq_pvn_flags()'s parameter pvlen from I32 to STRLEN.
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/76d60a5393cb55f0

Change was_lvalue_sub back to X; spell out the only use of it
Father Chrysostomos 3 files changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/eebd3bc0dfa10c5d

A typemap is a file, not a directory.
Craig A. Berry 2 files changed, 9 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fe3772c388e259ff

Perldelta for Dave's short-circuit optimization
Steffen Mueller 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/92c695dbe5618ad4

fully short-circuit &&, ||, //
David Mitchell 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/db4d68cf2dda3f17

Make prototypes and declarations for Perl_pad_add_name_{pv,pvn,sv} agree.
Nicholas Clark 3 files changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0e1b3a4b35c4f679

Add Porting/acknowledgements.pl to generate perldelta acknowledgements
Leon Brocard 7 files changed, 160 insertions(+), 24 deletions
http://perl5.git.perl.org/perl.git/commit/548e9a3a0c4e2b14

reduce size of threads.t test
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2ff884afdc6d249a

Added -r option to corelist
Chris 'BinGOs' Williams 4 files changed, 40 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/dd413713151de77c

Update POD for 'corelist' so that the help page is more actual than illustra
H.Merijn Brand 1 file changed, 48 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/4f38928ec71ed6ca

make peep optimiser recurse mostly only shallowly
David Mitchell 4 files changed, 78 insertions(+), 21 deletions(
http://perl5.git.perl.org/perl.git/commit/3c78429c102e0fe2

Only add Perl_pad_setsv to the list of symbols if -DDEBUGGING is true.
Nicholas Clark 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b65222daf37ead86

[perl #93324] Don’t autovivify *B:: in Carp
Father Chrysostomos 2 files changed, 20 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/1a6d530815db93f4

perldelta update
Father Chrysostomos 1 file changed, 115 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/7818c9278d761ba4

Ahem, 0fce7163 was not enough
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c5c5460db924818b

Fix a compiler warning
Florian Ragwitz 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7be5bd17122a532f

Remove an unused variable
Florian Ragwitz 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/043647aa56b4b8e6

Don't include libutil.h on Linux
Florian Ragwitz 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5aa2cbff74d2f832

Dual-life Term::Complete
Florian Ragwitz 8 files changed, 311 insertions(+), 312 deletion
http://perl5.git.perl.org/perl.git/commit/7f4d7a860e99508a

perldelta for the SvIsCOW fix
Father Chrysostomos 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e22e289db465f8d0

perldelta for recent SvREADONLY fixes
Father Chrysostomos 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/df5b44bdfe830f78

Merge UTF8 pad stuff
Father Chrysostomos 2 parents
http://perl5.git.perl.org/perl.git/commit/823618650f6b1dfd

Fix perlintern links; regen known pod issues
Father Chrysostomos 2 files changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1a115e498b28d40a

Add a test count to fresh_perl_utf8.t
Father Chrysostomos 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/88e0b65b39e57684

Add Brian Fraser to AUTHORS
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2f515254ab2f3bfc

This cleans the "Can't localize lexical variable" error.
Brian Fraser 3 files changed, 22 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/5ede95a04d0e1d9b

Cleaned up warning messages in pad.c, plus related tests.
Brian Fraser 2 files changed, 261 insertions(+), 9 deletions(
http://perl5.git.perl.org/perl.git/commit/0727928ebd4d5aa9

Tests for the pad cleanup.
Brian Fraser 2 files changed, 25 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/ab8f91e928bd083c

Cleanup of pad fetching and storing. This version normalizes the data on bot
Brian Fraser 1 file changed, 30 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e8b344872c07b783

Added sv_eq_pvn_flags to pad.c, which will be used by later commits.
Brian Fraser 1 file changed, 41 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5b16296c0d0bd2ff

Passing the flag to the pad functions in toke.c
Brian Fraser 1 file changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bc9b26cad0a33f1c

Handling of the flag parameter in Perl_allocmy, instead of looking at the gl
Brian Fraser 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/48d0d1bec7d856a8

pad.c: flags checking for the UTF8 flag when necessary
Brian Fraser 3 files changed, 331 insertions(+), 3 deletions(
http://perl5.git.perl.org/perl.git/commit/2435e5d3caac53d7

pad.h: Added a padadd_UTF8_NAME flag for pad_add_name_pvn.
Brian Fraser 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9f6ec8dd8d5cdd18

Added a flags parameter to pad_findlex.
Brian Fraser 4 files changed, 14 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/fbb889c85e79da0c

API tests for pad_findmy_*()
Zefram 3 files changed, 141 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/15103811cf683404

API test for find_rundefsv()
Zefram 3 files changed, 35 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/c12735bbf21c427d

APIify pad functions
Zefram 13 files changed, 449 insertions(+), 262 deletio
http://perl5.git.perl.org/perl.git/commit/cc76b5cc1552a605

New branch smoke-me/rafl/assert-bincompat
2 commits. 1 unique author. 1 unique committer.

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

Assert binary compatibility between perl and libperl
Florian Ragwitz 9 files changed, 168 insertions(+), 94 deletions
http://perl5.git.perl.org/perl.git/commit/b2af324d4531e013

Turn PL_apiversion into a real global
Florian Ragwitz 7 files changed, 9 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3f9853b2b1a616ce
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
44 commits. 14 unique authors. 11 unique committers.
98 files changed, 1079 insertions(+), 845 deletions(-)
Net code removal: Zefram (217 lines) David Golden (62 lines)
Karl Williamson (4 lines) Vincent Pit (2 lines)
Thanks, applied: Father Chrysostomos (4)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/c7d4febadfe3e997.tar.gz

remove most placeholders from perldelta
Zefram 1 file changed, 1 insertion(+), 236 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c7d4febadfe3e997

update perldelta and correct one dubious entry
Zefram 1 file changed, 30 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/b908e2580dcf04a7

bump version.pm $VERSION to reflect doc changes
Zefram 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5488a51835a213d3

Correct test count in win32/runenv.t
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c6537db3564ed450

Use a switch in pp_prototype for compactness
Father Chrysostomos 1 file changed, 15 insertions(+), 26 deletions(-
http://perl5.git.perl.org/perl.git/commit/5c11e933b2ff7e9f

[perl #94984] Remove prototypes for infix ops
Father Chrysostomos 3 files changed, 24 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/95f7e41f60129c14

perlapi.pod Enhancements
Shlomi Fish 4 files changed, 31 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/f0b90de1127cfd7f

Fixes to allow win32 Perl to properly handle PERL5LIB.
Phil Monsen 4 files changed, 308 insertions(+), 6 deletions(
http://perl5.git.perl.org/perl.git/commit/1fcb0052e32fe8c2

Transform the loop in rpeep that handles the undeferred ops
Vincent Pit 1 file changed, 4 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cd197e1e6cdf5504

Test for [perl #87726] (warning from diagnostics.pm under -w)
Father Chrysostomos 1 file changed, 8 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/00680da2f2a66e23

Upgraded HTTP-Tiny to CPAN version 0.013
David Golden 20 files changed, 135 insertions(+), 197 deletio
http://perl5.git.perl.org/perl.git/commit/77ccfaeb2504f131

Perl_rpeep: undo tail recursion optimisation
David Mitchell 2 files changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f11ca51e41e898a7

PL_bincompat_options was missing options that affect the interpreter struct.
Nicholas Clark 2 files changed, 21 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/eba804b9d4475c6d

In intrpvar.h, move all the USE_LOCALE_NUMERIC variables together.
Nicholas Clark 1 file changed, 2 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f8115845454eee30

Make Porting/corelist.pl fetch gzipped 02packages.details.txt from CPAN
Leon Brocard 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9168ed13c3995a6f

Move Porting/corelist.pl from LWP::Simple/curl/wget to HTTP::Tiny
Leon Brocard 1 file changed, 8 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b87bfaf33d1f55cd

Enable autodie in Porting/corelist.pl
Leon Brocard 1 file changed, 6 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/542339496300efe8

Actually test cop_*_label
Reini Urban 2 files changed, 11 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/d7dd272c4d8ca989

Fix a wrong length in APItest.xs:test_coplabel
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/720247110fcd72c6

Bring cop label testing in line with intentions.
Craig A. Berry 1 file changed, 13 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/32708f0ba1e66eac

perlrecharclass: Nits
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5db9882c5b5d071b

perlre: Nits
Karl Williamson 1 file changed, 17 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/516074bbdc51e536

Dual-life Search::Dict
Florian Ragwitz 8 files changed, 202 insertions(+), 198 deletion
http://perl5.git.perl.org/perl.git/commit/f80b753a916872bf

Update Pod-Simple to CPAN version 3.18
Chris 'BinGOs' Williams 32 files changed, 62 insertions(+), 35 deletions
http://perl5.git.perl.org/perl.git/commit/e1f74b1ab09f3774

re-indent some tests for readability
Father Chrysostomos 2 files changed, 22 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/b4c6bb8471e06f41

Skip tests sub_lval.t when attributes.pm cannot load
Father Chrysostomos 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c70e3f2a00e9d0b6

Correct skip count in perlio.t
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/abc55529237a5ba1

perldelta update
Father Chrysostomos 1 file changed, 22 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c62f68e39fa160b9

porting/rmg: Expand on CoreList version bump
Father Chrysostomos 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9709cbd8336f0eb5

Rename store/fetch_cop_label as cop_*
Father Chrysostomos 8 files changed, 27 insertions(+), 27 deletions(
http://perl5.git.perl.org/perl.git/commit/aebc0cbee0c83e7c

Export store_cop_label for the perl compiler
Reini Urban 4 files changed, 42 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/8375c93eec5677d8

Clean up magic_methcall docs
Father Chrysostomos 1 file changed, 14 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2baee27b98a9b7fe

perlos2: Fix some link issues
Karl Williamson 2 files changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/90c87169fab88b31

perl5123delta: should have NAME perl5123delta
Karl Williamson 2 files changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b382629bc000c1b9

basename: Change C<> to L<>
Karl Williamson 2 files changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4113778512b941aa

perlbeos: change some C<>'s into F<>'s
Karl Williamson 2 files changed, 4 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4daee454664fa55e

README.bs2000: lowercase perlBS200 to unbreak links
Karl Williamson 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/75b25ca159c4cd84

perlport: remove perlapollo link
Karl Williamson 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aa6f04ce06ca4e67

podcheck.t: Reword instructions slightly
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/968d37620cb73382

More apidoc entries need \n\n before =cut
Father Chrysostomos 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dff47061fe12fc16

Improve wrapping of arguments in perlintern.pod
Father Chrysostomos 2 files changed, 19 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/06e9ce89328d9d04

re_eval: clear lexicals in the right pad
David Mitchell 2 files changed, 13 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9e103e2695edf4f2

av.c: Add blank line before =cut
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3347919d89133da6

Wrap argument lists in perl{api,intern}.pod
Father Chrysostomos 2 files changed, 31 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/dee6204dcf0f77e0

Current branch smoke-me/gsoc-pod
64 commits. 2 unique authors. 1 unique committer.
327 files changed, 33191 insertions(+), 25515 deletions(-)
Thanks, applied: Marc Green (4)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/442e5c4c614ee388.tar.gz

Update Pod::Simple to newest version (needed to pass eol.t)
Marc Green 4 files changed, 231 insertions(+), 3 deletions(
http://perl5.git.perl.org/perl.git/commit/442e5c4c614ee388

Add Marc Green an an AUTHOR of Pod::Html
Marc Green 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e1342409b8d2c9fc

Update known_pod_issues (updated to ignore perlvar/perlpodspec issues)
Marc Green 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3dc797f56f32e711

Rename 2 test files and update files that reference them to fix podcheck.t e
Marc Green 17 files changed, 3660 insertions(+), 3660 delet
http://perl5.git.perl.org/perl.git/commit/1dd83ae5a27b9735

Update Module-Build to newest version (needed for Pod-Html)
Marc Green 33 files changed, 258 insertions(+), 226 deletio
http://perl5.git.perl.org/perl.git/commit/72ae8218db2b294f

Update version number (1.11 -> 1.12)
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7375cb46c001bf04

add new Pod-Html tests (etc) to MANIFEST
Ricardo Signes 1 file changed, 22 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e78d63e9347f46c4

add Marc Green to AUTHORS
Ricardo Signes 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f371d0e847ebeba1

fix manifest and placement of Pod-Html files
Ricardo Signes 3 files changed, 184 insertions(+), 184 deletion
http://perl5.git.perl.org/perl.git/commit/c7e7a498f7599a66

Clean up some documentation
Marc Green 1 file changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2db7eefb26d93b0a

Clean up test cases, rename a few
Marc Green 33 files changed, 601 insertions(+), 621 deletio
http://perl5.git.perl.org/perl.git/commit/928b4a563166c4c9

Stop prepending $volume onto $cwd (which includes $volume) in --podroot
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d99af54c3c192063

Unixify the whole path, not just $dir.$file
Marc Green 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1121b82c6517f0c1

For the third time, fix cross platform compatibility issues with crossrefs
Marc Green 10 files changed, 78 insertions(+), 59 deletions
http://perl5.git.perl.org/perl.git/commit/fecdc97bd97c2698

Continue to fix cross platform compatability issues with cross references
Marc Green 2 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d27652d0a227095a

Fix cross platform compatability issues with cross references
Marc Green 7 files changed, 33 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/edec8cfcdf173e96

Take into account Windows paths in Podroot and Podpath -- fix crossref bug
Marc Green 2 files changed, 20 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/312b33d8a4f61b14

Tabs -> Spaces
Marc Green 2 files changed, 88 insertions(+), 141 deletions
http://perl5.git.perl.org/perl.git/commit/ed1fde36c3ac96fa

Implement option to disable POD ERRORS section, add test cases, fix formatti
Marc Green 5 files changed, 215 insertions(+), 39 deletions
http://perl5.git.perl.org/perl.git/commit/9aef4e4c2bdf979c

Remove unneeded code
Marc Green 1 file changed, 1 insertion(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e432c05ae1712dc8

Stop using wrong outfile
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/16169d595387a7da

I forgot to add the replacement test directory for /usr/share/perl
Marc Green 2 files changed, 3636 insertions(+), 0 deletions
http://perl5.git.perl.org/perl.git/commit/83cb63f62e48b95b

Add a test case
Marc Green 2 files changed, 76 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/0ccd48704097ce8f

Remove dependency of /usr/share/perl being present from test cases
Marc Green 3 files changed, 25 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/def3fb573bd1958e

Update htmlview.t for new Pod::Html
Marc Green 2 files changed, 183 insertions(+), 103 deletion
http://perl5.git.perl.org/perl.git/commit/a21bd6c0a99b490d

Update test case for new Pod::Html
Marc Green 1 file changed, 103 insertions(+), 73 deletions(
http://perl5.git.perl.org/perl.git/commit/16ca7d64b209d840

Don't uc(), keep case the same
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9e5671bfcf9e5be1

Implement --recurse (finally) and update test cases
Marc Green 5 files changed, 29 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/0c6840df51de37a3

Correct the lack of possible offset when removing Podroot from each Podpath
Marc Green 1 file changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e6c551545189e298

Always anchor =item definitions.
Marc Green 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dcce3f7f1e6b3730

Update test case htmlfeature2.t for new Pod::Html
Marc Green 1 file changed, 24 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/f6aa3274b3d795db

Update test case htmlfeature.t for new Pod::Html, fix typo in Html.pm
Marc Green 3 files changed, 20 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/d1c07eb7f89a117a

Update script to convert more and correctly convert anchored =head directive
Marc Green 1 file changed, 12 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/9edb05ebe9b692b5

Fix <body id="_podtop_"> not appearing when --backlink was enabled,
Marc Green 1 file changed, 10 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/82e9449d880b8a0b

Update htmlescp.t test case for new Pod::Html. Note that it uses <b> instead
Marc Green 1 file changed, 16 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/a5ed11087571dfb5

Fix typo in test case
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d6d869431f99e3dd

Update htmldir4.t to test new Pod::Html
Marc Green 1 file changed, 20 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/c12c123ae22453b7

Update htmldir2.t and htmldir3.t to test the new Pod::Html
Marc Green 2 files changed, 40 insertions(+), 46 deletions(
http://perl5.git.perl.org/perl.git/commit/3fc15ec0a755b934

Switch to catdir from catfile to avoid a leading '//' in
Marc Green 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b2ec5bb3948f8bca

Add helpful script that does basic conversion of old Pod::HTMl test cases to
Marc Green 1 file changed, 53 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1c479d65db3e534d

Fix bug in finding replacement path for PODs not found in %Pages, update acc
Marc Green 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2e0239508265b429

Update htmldir.t testcase for new Pod::Html
Marc Green 1 file changed, 20 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/3d3ca2ea3935520b

Update crossref test case for new Pod::Html. Note, need to idify =item direc
Marc Green 1 file changed, 33 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/b0fed6069536af2d

Fix bug that stopped POD files from being crossreferenced if they were more
Marc Green 1 file changed, 68 insertions(+), 41 deletions(-
http://perl5.git.perl.org/perl.git/commit/220ef06bdd4f21b6

Start modifying test cases from testcases branch to suit new Pod::Html
Marc Green 15 files changed, 681 insertions(+), 6 deletions
http://perl5.git.perl.org/perl.git/commit/e3a6ec62dd83b39d

Move Pod::Simple::XHTML::LocalPodLinks into Pod::Html
Marc Green 1 file changed, 75 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/952394de07ea5464

Add $Htmlfileurl back in to support relativizing cross references
Marc Green 1 file changed, 28 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/b6ba578bd2e95b01

Update ::Search callback to remove $Podroot, fix bug in @Podpath mapping
Marc Green 1 file changed, 13 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ec189bdb18e03984

Fix minor formatting
Marc Green 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b88ac67dd11bdc26

Remove --libpods feature
Marc Green 1 file changed, 3 insertions(+), 26 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7c7841918248c09e

Allow test cases to change arguments to pod2html for better test coverage
Marc Green 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6bd20ef7a948e036

Finish reimplmenting --header, add $bodystyle and $tdstyle back, and fix typ
Marc Green 1 file changed, 19 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c9f480c8f12689ea

Start to reimplement --header
Marc Green 1 file changed, 49 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7f891a062305f7b2

Take into account $Podroot when finding PODs, take into account $Quiet
Marc Green 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/687b98f8395b4b58

Finish skeleton version of Pod::Html -- it can now output html
Marc Green 1 file changed, 25 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3f6f99b3c42ea742

Don't delete html file produced, used for testing
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/846b38f5f1d8c520

Move Pod-Html/ files into inner lib/ dir, begin writing ::Search object
Marc Green 4 files changed, 606 insertions(+), 628 deletion
http://perl5.git.perl.org/perl.git/commit/e6990a56fa347bb9

Set up to use Pod::Simple::Search to resolve L<> directives, remove more spu
Marc Green 1 file changed, 18 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/856e600635947b58

Continue to transition to ::LocalPodLinks, remove more old code
Marc Green 1 file changed, 14 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/db92cdceb9763df3

Remove leftover/unneeded code after start of transition to ::XHTML::LocalPod
Marc Green 1 file changed, 11 insertions(+), 1554 deletions
http://perl5.git.perl.org/perl.git/commit/54653cbff03b37c5

Start to replace home made parser with Pod::Simple::XHTML::LocalPodLinks
Marc Green 1 file changed, 47 insertions(+), 112 deletions(
http://perl5.git.perl.org/perl.git/commit/a4313831e4ff9be4

Temporarily remove --header feature (will add back later)
Marc Green 1 file changed, 1 insertion(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/72881c6f80d22524

Remove cache feature for simplicity
Marc Green 1 file changed, 7 insertions(+), 177 deletions(-
http://perl5.git.perl.org/perl.git/commit/6186e37cfa73de65

Remove deprecated --netscape flag
Marc Green 1 file changed, 2 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0988d93caedc5bde

Current branch smueller/perllocal
1 commit. 1 unique author. 1 unique committer.
1022 files changed, 188056 insertions(+), 75656 deletions(-)

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

Parser/generator for perllocal.pod files
Steffen Mueller 6 files changed, 846 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/e30afae0a3edd838

Current branch smueller/perllocal_eucmd
2 commits. 1 unique author. 1 unique committer.
1022 files changed, 188056 insertions(+), 75656 deletions(-)

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

Use ExtUtils::Perllocal in ExtUtils::Command::MM
Steffen Mueller 1 file changed, 17 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0d9379a10d834de7

Parser/generator for perllocal.pod files
Steffen Mueller 6 files changed, 846 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/e2a6d476a9eed993

New branch smoke-me/bincompat
2 commits. 1 unique author. 1 unique committer.

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

Sort the VMS specific PL_bincompat_options in alphabetic order.
Nicholas Clark 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/04371424f0e25fe5

Remove an erroneous space from PL_bincompat_options for HAVE_INTERP_INTERN.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8a4ae6ab58903a5d

New branch smoke-me/do_exec
2 commits. 1 unique author. 1 unique committer.
Net code removal: Nicholas Clark (8 lines)

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

Perl_my_p{open,close} do not exist under PERL_IMPLICIT_SYS.
Nicholas Clark 4 files changed, 17 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/8b0a5e4e1c163543

do_exec needs no compatibility version in mathoms.c as it's not in the API.
Nicholas Clark 4 files changed, 1 insertion(+), 15 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5b9b5de9a45c4d56

New branch smoke-me/makedef
33 commits. 1 unique author. 1 unique committer.
Net code removal: Nicholas Clark (105 lines)

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

In makedef.pl, consolidate $PLATFORM specific skip logic.
Nicholas Clark 1 file changed, 30 insertions(+), 52 deletions(-
http://perl5.git.perl.org/perl.git/commit/9093a3ee8c8ee4e4

In makedef.pl, correct a use of $^O to $PLATFORM.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9ef9fa41d5f7723f

In makedef.pl, skip Perl_signbit when HAS_SIGNBIT is defined.
Nicholas Clark 1 file changed, 6 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/edb0134769609c4b

In makedef.pl, simplify handling the 7 symbols wanted on Win32 but not WinCE
Nicholas Clark 1 file changed, 12 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/8be14651f3bfbdcf

In makedef.pl, remove PL_csh{len,name} from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6f50254c16234492

In makedef.pl, remove from 3 skip lists 3 variables now in PL_parser.
Nicholas Clark 1 file changed, 0 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1bb23375aecc01f3

In makedef.pl, remove PL_archpat_auto from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c018c7cd514b83d6

In makedef.pl, remove Perl_setenv_getix from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9ec38095fb3e67ee

In makedef.pl, remove Perl_init_thread_intern from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/77995cf80b1467c1

In makedef.pl, remove Perl_my_p{open,close} from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/40911c11ce570ac0

In makedef.pl, remove Perl_ErrorNo from 4 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c6b4bf5c6665c779

In makedef.pl, remove from skip lists symbols which are not in the API.
Nicholas Clark 1 file changed, 0 insertions(+), 35 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6dc2626591cb0426

In makedef.pl, remove Perl_safex{{c,m,re}alloc,free} from 4 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 16 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bba16b483c955011

In makedef.pl, skip relevant symbols when HAS_INTERP_INTERN is not defined.
Nicholas Clark 1 file changed, 9 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/54231fec5c76026a

In makedef.pl, skip Perl_unlnk on all platforms without UNLINK_ALL_VERSIONS.
Nicholas Clark 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/885d3d8aa66767df

In makedef.pl, skip relevant symbols when USE_LOCALE_NUMERIC is not defined.
Nicholas Clark 1 file changed, 9 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3ae2b9a4c4a2d720

In makedef.pl, skip relevant symbols when USE_LOCALE_COLLATE is not defined.
Nicholas Clark 1 file changed, 12 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4edc8426ddd3c5ac

In makedef.pl, remove PL_numeric_compat1 from the WinCE skip list.
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e9182abdf6e38eb2

Remove unneeded PerlIO* skips from the NetWare platform list.
Nicholas Clark 1 file changed, 0 insertions(+), 23 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7b8ef7618f461c87

In makedef.pl, extract SPRINTF_RETURNS_STRLEN from config.h
Nicholas Clark 1 file changed, 1 insertion(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0c3fc393708525dc

In makedef.pl, all platforms other than OS/2 share 12 common "skip_symbols".
Nicholas Clark 1 file changed, 17 insertions(+), 60 deletions(-
http://perl5.git.perl.org/perl.git/commit/6cf76894ac862a40

In makedef.pl, merge the regexs that parse config.h.
Nicholas Clark 1 file changed, 2 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0fd73d7303036f96

In makedef.pl, merge the regexs that parse config.sh on non-dosish platforms
Nicholas Clark 1 file changed, 2 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4084ea44a279feef

In makedef.pl, replace $CONFIG_ARGS, $ARCHNAME, $PATCHLEVEL with keys in %de
Nicholas Clark 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/144f7597ada9a30a

In makedef.pl, set $CONFIG_ARGS, $ARCHNAME and $PATCHLEVEL on all platforms.
Nicholas Clark 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/899ce6ac9c9cb81f

In makedef.pl, process FILETYPE on all platforms.
Nicholas Clark 1 file changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3e32b354820ef4bb

All of makedef.pl's PLATFORMS always export boot_DynaLoader.
Nicholas Clark 1 file changed, 2 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2ad6caa9f66ae9e4

In makedef.pl, default $CCTYPE early, and process $TARG_DIR unconditionally.
Nicholas Clark 1 file changed, 3 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0fb4b573b05f47f5

In makedef.pl use %export instead of output_symbol() for platform specific c
Nicholas Clark 1 file changed, 7 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/791fa787595eeb63

No need for makedef.pl to invoke $^X -V to get 'Compile-time options'.
Nicholas Clark 2 files changed, 5 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/75893872fa3e3f72

Add a utility to help test makedef.pl
Nicholas Clark 2 files changed, 93 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/8a1523e9e616e320

Add an option TARG_DIR to makedef.pl, giving the path to files to read & wri
Nicholas Clark 5 files changed, 11 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/e01affd2eaaf6127

In makedef.pl, move config.sh to the loop that prepends ..\ to files on win3
Nicholas Clark 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f987e507c0c4704d

New branch smoke-me/sys_intern
2 commits. 1 unique author. 1 unique committer.
Net code removal: Nicholas Clark (4 lines)

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

In the PERL_IMPLICIT_SYS section in perl_free(), use fewer CPP directives.
Nicholas Clark 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/48543d3d9038210f

In embed.fnc, reorder the symbols conditional on HAVE_INTERP_INTERP.
Nicholas Clark 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b70eaa9acd8d6915
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
47 commits. 11 unique authors. 8 unique committers.
92 files changed, 2241 insertions(+), 810 deletions(-)
Net code removal: Karl Williamson (1 line)
Thanks, applied: Abigail (4)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/862b2c434beb1d61.tar.gz

Call get-magic on temp returned under recursion
Father Chrysostomos 3 files changed, 24 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/862b2c434beb1d61

Make tests for gmagic on sub exit count fetches
Father Chrysostomos 1 file changed, 16 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/40914f83eabd350b

Don’t call get-magic twice for sym refs
Father Chrysostomos 3 files changed, 30 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/7ffa7e7540d45230

gmagic.t: Remove confusing comment
Father Chrysostomos 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/abcb810c88ac3af5

One more missing address
Abigail 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/be235cc1a53c71cc

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

Change Shlomi Fish's E-mail Address in AUTHORS file
Shlomi Fish 2 files changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/917cc27ddd154b86

Change Shlomi Fish's E-mail Address in AUTHORS file
Shlomi Fish 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6d71779cae9c75ff

Update Module::Build to 0.39_01
David Golden 32 files changed, 86 insertions(+), 79 deletions
http://perl5.git.perl.org/perl.git/commit/2df9265e9009dc93

perldiag: Add missing variant of proto warning
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6597eb223fe98b19

Update Term-ANSIColor to CPAN version 3.01
Chris 'BinGOs' Williams 7 files changed, 106 insertions(+), 18 deletions
http://perl5.git.perl.org/perl.git/commit/5213914c3c1657d0

Update Porting/checkAUTHORS.pl after commit 6410892abe3d820a.
Nicholas Clark 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1ea085fc1217bccc

old work email address is no longer valid - I've updated the file with
Spiros Denaxas 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6410892abe3d820a

Add "clean build and test" as a step in the release manager's guide.
Nicholas Clark 1 file changed, 11 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d5c37431deed6ded

In perldelta.pod, fix a spelling error.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c493c0a1e017a7a6

Increase $PerlIO::via::VERSION following commit d477ab3eb4369a52.
Nicholas Clark 2 files changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6252d2e2d2e94f1c

s/bellow/below/ in PerlIO::via docs
Eric Brine 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d477ab3eb4369a52

Correct lock’s prototype
Father Chrysostomos 3 files changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3fdd840fce2bd6a2

Document lock’s retval
Father Chrysostomos 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/904028df2142182d

[perl #81290] assertion failure with lock &lvsub
Father Chrysostomos 4 files changed, 24 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/f4df43b5ee48f8f7

overload.t: Remove a bug workarond
Father Chrysostomos 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7dbf2beb71242008

Tests for overload errors
Father Chrysostomos 1 file changed, 19 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5e2699c2b5cca375

podcheck.t: fix up known issues in new perldelta
David Golden 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cc383182e6b8a4bf

Adds 'skip_cwd' parameter to ExtUtils::Installed.
David Golden 5 files changed, 79 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/57126352f86d7519

perldelta: document perlivp changes
David Golden 1 file changed, 8 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/71449ad0af04ebee

Remove .ph tests from perlivp
David Golden 1 file changed, 3 insertions(+), 70 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d08226e4eb246fd9

Add test labels to perlivp
David Golden 1 file changed, 21 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/febdbc360f89cfd9

Make perlivp ignore PERL5LIB and current directory
David Golden 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/50646f6f0beccf47

epigraph for 5.15.1
Zefram 1 file changed, 23 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1889cb121b9e7ded

mark perldelta Ack generation instruction with XXX
Zefram 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f1c1ecab34465a9f

new perldelta for 5.15.2
Zefram 11 files changed, 853 insertions(+), 446 deletio
http://perl5.git.perl.org/perl.git/commit/5438d4b8a7460f09

correct name of 7-Zip Debian package in RMG
Zefram 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0dcb816b035466ea

skip perlfaq pseudo-module in installation test
Zefram 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ed4161079665cc0e

add 5.15.1 to perlhist
Zefram 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c60e551c768bcacd

remove note about now-automated aspect of CoreList
Zefram 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c8d19189ddc30111

update Module::CoreList for 5.15.1
Zefram 3 files changed, 739 insertions(+), 37 deletions
http://perl5.git.perl.org/perl.git/commit/48b66e80e3559016

pod markup fix in perldelta
Zefram 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ad07d3f8152ff47c

acknowledgements in perldelta
Zefram 1 file changed, 28 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cc809315d3bcacb3

regen known_pod_issues.dat for perldelta edits
Zefram 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c3e4ff78de3e9b68

bump perl version number to 5.15.1
Zefram 21 files changed, 143 insertions(+), 143 deletio
http://perl5.git.perl.org/perl.git/commit/507b4ec12b740fa1

exempt a couple more files from version bumping
Zefram 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dac70e9b584ce3d8

copyedit perldelta
Zefram 1 file changed, 27 insertions(+), 36 deletions(-
http://perl5.git.perl.org/perl.git/commit/4abaf91806971a54

perldelta entry for 64eff8b7
Zefram 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4ec406705ce5eb69

make assign to $^A update FmLINES
David Mitchell 2 files changed, 38 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/64eff8b72e154607

Sort the VMS specific PL_bincompat_options in alphabetic order.
Nicholas Clark 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ad5e438df86ffad2

Remove an erroneous space from PL_bincompat_options for HAVE_INTERP_INTERN.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/426f6eb2689a2b8a

podcheck: regen after perldelta changes
Karl Williamson 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/60a6941223690404

Current branch smoke-me/do_exec
3 commits. 1 unique author. 1 unique committer.
94 files changed, 2086 insertions(+), 896 deletions(-)
Net code removal: Nicholas Clark (5 lines)

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

Add UNLINK_ALL_VERSIONS to PL_non_bincompat_options, and hence -V output.
Nicholas Clark 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5a282e9c605a9aec

Perl_my_p{open,close} do not exist under PERL_IMPLICIT_SYS.
Nicholas Clark 4 files changed, 17 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/fee48627cca64736

do_exec needs no compatibility version in mathoms.c as it's not in the API.
Nicholas Clark 4 files changed, 1 insertion(+), 15 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ab3c4fbb5191eb2b

Current branch smoke-me/makedef
44 commits. 1 unique author. 1 unique committer.
95 files changed, 2100 insertions(+), 975 deletions(-)
Net code removal: Nicholas Clark (170 lines)

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

In makedef.pl, read Config::{,non_}bincompat_options() on all platforms.
Nicholas Clark 1 file changed, 12 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/20532830a7c62386

In makedef.pl, remove the skip for Perl_pidgone for not-PERL_USES_PL_PIDSTAT
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0a82ef3491d75a57

In makedef.pl, remove the skip for Perl_mro_meta_dup for non-ITHREADS.
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/654715f33b08c116

In makedef.pl, remove Perl_malloc{ed,_good}_size from the !MYMALLOC skip lis
Nicholas Clark 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3eceedc99b53664a

In makedef.pl, remove 15 non-API functions from the not-PERLMAD skip list.
Nicholas Clark 1 file changed, 0 insertions(+), 15 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e5f83478dc4c386d

In makedef.pl, remove the skip for Perl_deb_growlevel for not-DEBUGGING.
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3fb0aacc6f188f36

In makedef.pl, remove the skip for PL_sig_sv for PERL_IMPLICIT_CONTEXT.
Nicholas Clark 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e4a014a2a70704c7

In makedef.pl, remove the skip for 9 symbols for not-USE_ITHREADS
Nicholas Clark 1 file changed, 0 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7d3b660901812de0

In makedef.pl, remove the skip for PL_regdupe for not-USE_ITHREADS.
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0d5811e9a3ada2f9

In makedef.pl, remove the skip for PL_curthr for FAKE_THREADS.
Nicholas Clark 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/df5f2dc7b2603427

In makedef.pl, remove all skips for variables now in the parser struct.
Nicholas Clark 1 file changed, 1 insertion(+), 19 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1850e78249fa1649

In makedef.pl, consolidate $PLATFORM specific skip logic.
Nicholas Clark 1 file changed, 30 insertions(+), 52 deletions(-
http://perl5.git.perl.org/perl.git/commit/d25fc1c7d382943e

In makedef.pl, correct a use of $^O to $PLATFORM.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ca0a15f4b086a141

In makedef.pl, skip Perl_signbit when HAS_SIGNBIT is defined.
Nicholas Clark 1 file changed, 6 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/904fac5cd0c5efbe

In makedef.pl, simplify handling the 7 symbols wanted on Win32 but not WinCE
Nicholas Clark 1 file changed, 12 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/e76ee0970ce73d35

In makedef.pl, remove PL_csh{len,name} from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ab569aaacbfcd571

In makedef.pl, remove from 3 skip lists 3 variables now in PL_parser.
Nicholas Clark 1 file changed, 0 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/869de7fe645f1268

In makedef.pl, remove PL_archpat_auto from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e3ced98d8926bdf2

In makedef.pl, remove Perl_setenv_getix from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/430e2f4ee70f8e72

In makedef.pl, remove Perl_init_thread_intern from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9f4e795d8bb50a44

In makedef.pl, remove Perl_my_p{open,close} from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9bbba2155cd7a42d

In makedef.pl, remove Perl_ErrorNo from 4 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a336542275bf5a86

In makedef.pl, remove from skip lists symbols which are not in the API.
Nicholas Clark 1 file changed, 0 insertions(+), 35 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0d25ba4f06950181

In makedef.pl, remove Perl_safex{{c,m,re}alloc,free} from 4 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 16 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5fe4475b49c64f53

In makedef.pl, skip relevant symbols when HAVE_INTERP_INTERN is not defined.
Nicholas Clark 1 file changed, 9 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ef5739b0d2688063

In makedef.pl, skip Perl_unlnk on all platforms without UNLINK_ALL_VERSIONS.
Nicholas Clark 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5ebe1a4721dab963

In makedef.pl, skip relevant symbols when USE_LOCALE_NUMERIC is not defined.
Nicholas Clark 1 file changed, 9 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/856ad6294be0ecda

In makedef.pl, skip relevant symbols when USE_LOCALE_COLLATE is not defined.
Nicholas Clark 1 file changed, 12 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f152a32bd78dca77

In makedef.pl, remove PL_numeric_compat1 from the WinCE skip list.
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/433c5d8281e3e51d

In makedef.pl, remove unneeded PerlIO* skips from the NetWare platform list.
Nicholas Clark 1 file changed, 0 insertions(+), 23 deletions(-)
http://perl5.git.perl.org/perl.git/commit/42c8a22e0f5e88c5

In makedef.pl, extract SPRINTF_RETURNS_STRLEN from config.h
Nicholas Clark 1 file changed, 1 insertion(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dacaee50258c7694

In makedef.pl, all platforms other than OS/2 share 12 common "skip_symbols".
Nicholas Clark 1 file changed, 17 insertions(+), 60 deletions(-
http://perl5.git.perl.org/perl.git/commit/08f39bc236f12f64

In makedef.pl, merge the regexs that parse config.h.
Nicholas Clark 1 file changed, 2 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/970e80ad60b00f77

In makedef.pl, merge the regexs that parse config.sh on non-dosish platforms
Nicholas Clark 1 file changed, 2 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c1e3d704d48dea22

In makedef.pl, replace $CONFIG_ARGS, $ARCHNAME, $PATCHLEVEL with keys in %de
Nicholas Clark 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a12648254ed08d2c

In makedef.pl, set $CONFIG_ARGS, $ARCHNAME and $PATCHLEVEL on all platforms.
Nicholas Clark 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/078fb98b291c9c45

In makedef.pl, process FILETYPE on all platforms.
Nicholas Clark 1 file changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/54c1931822ce8132

All of makedef.pl's PLATFORMS always export boot_DynaLoader.
Nicholas Clark 1 file changed, 2 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e6a9920e5c0880ce

In makedef.pl, default $CCTYPE early, and process $TARG_DIR unconditionally.
Nicholas Clark 1 file changed, 3 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bc75b7973ea39b9e

In makedef.pl use %export instead of output_symbol() for platform specific c
Nicholas Clark 1 file changed, 7 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c6eac94ae088e262

No need for makedef.pl to invoke $^X -V to get 'Compile-time options'.
Nicholas Clark 2 files changed, 5 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/50bcc4ee6792f9f9

Add a utility to help test makedef.pl
Nicholas Clark 2 files changed, 93 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/6bea1314014993bf

Add an option TARG_DIR to makedef.pl, giving the path to files to read & wri
Nicholas Clark 5 files changed, 11 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/88cf607b35ca81a2

In makedef.pl, move config.sh to the loop that prepends ..\ to files on win3
Nicholas Clark 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c6c22f7ce555d366

New branch smoke-me/finop
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: Father Chrysostomos (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/56b53eb647b1791c.tar.gz

Add finalize_optree function which can take over all the compile time checki
Gerard Goossen 6 files changed, 269 insertions(+), 216 deletion
http://perl5.git.perl.org/perl.git/commit/56b53eb647b1791c
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
31 commits. 8 unique authors. 6 unique committers.
42 files changed, 382 insertions(+), 240 deletions(-)
Net code removal: Nicholas Clark (1 line)
Thanks, applied: Father Chrysostomos (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/db147d7ee1c1aca5.tar.gz

Oops! Update B::Deparse for the (l)stat proto change
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/db147d7ee1c1aca5

Add more tests to cproto.t
Father Chrysostomos 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d3dc34aeee959176

[perl #95550] Remove prototypes from (l)stat
Father Chrysostomos 3 files changed, 10 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/604022a79fa97990

core_prototype: Remove special cases for lock and tie
Father Chrysostomos 3 files changed, 13 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/1ecbeecf75755d93

core_prototype: Eliminate the special mkdir case
Father Chrysostomos 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7de68bd5ba804db7

Add core_prototype; make pp_prototype use it
Father Chrysostomos 5 files changed, 115 insertions(+), 79 deletions
http://perl5.git.perl.org/perl.git/commit/b8c38f0a2a65800e

Updated Unicode-Normalize to CPAN version 1.13
Chris 'BinGOs' Williams 6 files changed, 16 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/69f26f522d3144d1

Update Unicode-Collate to CPAN version 0.78
Chris 'BinGOs' Williams 6 files changed, 20 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/17609435f64cce11

Update CPANPLUS to CPAN version 0.9109
Chris 'BinGOs' Williams 6 files changed, 13 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/1ba7a2fbd6d5e96e

fix outdated url to dtrace blog post
Reini Urban 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/344c1cf281581040

Correct defined(%hash) entry
Father Chrysostomos 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/79b7f4490037267d

[perl #95538] perldiag.pod on defined %hash
Kevin Ryde 1 file changed, 14 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/16546e45435f334c

Update Porting/Maintainers.pl wrt. ExtUtils::ParseXS
Steffen Mueller 1 file changed, 2 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6027ee478b8d28c4

Sync EU::ParseXS Changes and $VERSION with CPAN
Steffen Mueller 2 files changed, 16 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/b999df4d35583bd6

More diagnostics in xsubpp on EU::PXS load failure
Steffen Mueller 1 file changed, 21 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f68635b398a08128

Update Module-CoreList maintainer and sync version with CPAN
Chris 'BinGOs' Williams 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3ce499f70f4c851c

export the invlist functions that were causing the static build conflict
Tony Cook 2 files changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/50b01e0cd6d68682

Add an option TARG_DIR to makedef.pl, giving the path to files to read & wri
Nicholas Clark 5 files changed, 11 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/080c37298617406e

In makedef.pl, move config.sh to the loop that prepends ..\ to files on win3
Nicholas Clark 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5097d0e7442cf91c

Add UNLINK_ALL_VERSIONS to PL_non_bincompat_options, and hence -V output.
Nicholas Clark 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a3749cf394f7178c

Perl_my_p{open,close} do not exist under PERL_IMPLICIT_SYS.
Nicholas Clark 4 files changed, 17 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/875ca36f3bad1dcb

do_exec needs no compatibility version in mathoms.c as it's not in the API.
Nicholas Clark 4 files changed, 1 insertion(+), 15 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bf4d151523534b04

avoid defining the same global functions in multiple objects
Tony Cook 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3c234b35e38131ab

B:: is pre-instantiated when B is static
Tony Cook 1 file changed, 18 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/0fd3c67a8913fba1

use the correct type for a format field width parameter
Tony Cook 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4c760560bb63412c

discuss epigraphs.pod link to announcements in RMG
Zefram 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/606d51b7e00905cb

correct scope for dev.perl.org step in RMG
Zefram 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/512b502aac42a682

link to 5.15.1 announcement
Zefram 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2ccefb8a9c61c219

correct title for perl561delta
Zefram 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1eb1bad91d6f2615

Some perlfunc cleanup/reflow
Father Chrysostomos 2 files changed, 51 insertions(+), 43 deletions(
http://perl5.git.perl.org/perl.git/commit/4d0444a3fe4a6dbb

Reflow perlfunc/stat for 80 columns
Father Chrysostomos 2 files changed, 13 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/7df0fd0b11826c87

Current branch smoke-me/makedef
58 commits. 1 unique author. 1 unique committer.
14 files changed, 524 insertions(+), 583 deletions(-)
Net code removal: Nicholas Clark (295 lines)

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

In makedef.pl, tidy up the USE_PERLIO logic.
Nicholas Clark 1 file changed, 3 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8340e68f42120568

In makedef.pl, consolidate all the code that tries platform-specific symbols
Nicholas Clark 1 file changed, 169 insertions(+), 164 deletions
http://perl5.git.perl.org/perl.git/commit/31bfc17308985976

In makedef.pl, remove duplicate symbols passed to try_symbols() for OS/2.
Nicholas Clark 1 file changed, 0 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/46a68f6705644066

In makedef.pl, replace calls to try_symbol() with try_symbols().
Nicholas Clark 1 file changed, 9 insertions(+), 25 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0c62b0c2dbc33432

In makedef.pl, change readvar() to add items to a passed-in hash reference.
Nicholas Clark 1 file changed, 30 insertions(+), 25 deletions(-
http://perl5.git.perl.org/perl.git/commit/f4c094af85759e93

In makedef.pl, no need to loop over a 1 item list.
Nicholas Clark 1 file changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/db7b6a7054d5d4d0

In makedef.pl, inline output_symbol() into its only caller.
Nicholas Clark 1 file changed, 16 insertions(+), 43 deletions(-
http://perl5.git.perl.org/perl.git/commit/d317c9b8a4b2b3dc

In makedef.pl, consolidate the actual output code in one place.
Nicholas Clark 1 file changed, 59 insertions(+), 48 deletions(-
http://perl5.git.perl.org/perl.git/commit/3b01413384de977b

In makedef.pl, rename emit_symbols() to try_symbols(), and pass it a list.
Nicholas Clark 1 file changed, 23 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/02e71fbfddeebeaa

In makedef.pl, inline emit_symbol.
Nicholas Clark 1 file changed, 4 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6c2d1d97112fcfc8

In makedef.pl, eliminate now-superfluous chomp and file-content processing.
Nicholas Clark 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7edb28b186403117

In makedef.pl, inline skip_symbols.
Nicholas Clark 1 file changed, 72 insertions(+), 118 deletions(
http://perl5.git.perl.org/perl.git/commit/ad629f00c4c54e8a

In makdef.pl, readvar now returns a list, not an array reference.
Nicholas Clark 1 file changed, 10 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/2d228ff88ec7332d

In makedef.pl, move the "oddities from PerlIO" from <DATA> to a data structu
Nicholas Clark 1 file changed, 13 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/df34de8893be559e

In makedef.pl, consolidate all the code conditional on PERL_IMPLICIT_SYS.
Nicholas Clark 1 file changed, 4 insertions(+), 19 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0825f301a8ef79b5

In makedef.pl, NetWare can't export perl_clone_host without USE_ITHREADS.
Nicholas Clark 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e26c8e0884eeee89

In makedef.pl, read Config::{,non_}bincompat_options() on all platforms.
Nicholas Clark 1 file changed, 12 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/e0b3e48e9f37432a

In makedef.pl, remove the skip for Perl_pidgone for not-PERL_USES_PL_PIDSTAT
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7f3322c65cc05d37

In makedef.pl, remove the skip for Perl_mro_meta_dup for non-ITHREADS.
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/697e6029238012c8

In makedef.pl, remove Perl_malloc{ed,_good}_size from the !MYMALLOC skip lis
Nicholas Clark 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b071a6b7edb7920a

In makedef.pl, remove 15 non-API functions from the not-PERLMAD skip list.
Nicholas Clark 1 file changed, 0 insertions(+), 15 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b0ff8e1a2c48d555

In makedef.pl, remove the skip for Perl_deb_growlevel for not-DEBUGGING.
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/57a54469cc6345db

In makedef.pl, remove the skip for PL_sig_sv for PERL_IMPLICIT_CONTEXT.
Nicholas Clark 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0c8ba848ab9ae28c

In makedef.pl, remove the skip for 9 symbols for not-USE_ITHREADS
Nicholas Clark 1 file changed, 0 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6c91360ea0fa0f0f

In makedef.pl, remove the skip for PL_regdupe for not-USE_ITHREADS.
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2be2c1ee8b359cb9

In makedef.pl, remove the skip for PL_curthr for FAKE_THREADS.
Nicholas Clark 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bc6b8297e526d5c1

In makedef.pl, remove all skips for variables now in the parser struct.
Nicholas Clark 1 file changed, 1 insertion(+), 19 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8a3e8d04387a1bbc

In makedef.pl, consolidate $PLATFORM specific skip logic.
Nicholas Clark 1 file changed, 34 insertions(+), 54 deletions(-
http://perl5.git.perl.org/perl.git/commit/1f9d424165305fde

In makedef.pl, correct a use of $^O to $PLATFORM.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/659c499df0fc15a1

In makedef.pl, skip Perl_signbit when HAS_SIGNBIT is defined.
Nicholas Clark 1 file changed, 6 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ff0e0207c07ea277

In makedef.pl, simplify handling the 7 symbols wanted on Win32 but not WinCE
Nicholas Clark 1 file changed, 12 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/1b3658de03944926

In makedef.pl, remove PL_csh{len,name} from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/51a564fab4354a97

In makedef.pl, remove from 3 skip lists 3 variables now in PL_parser.
Nicholas Clark 1 file changed, 0 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/91613c4eb61f6086

In makedef.pl, remove PL_archpat_auto from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d2139cacd603173c

In makedef.pl, remove Perl_setenv_getix from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/363eb61dbabc8bb2

In makedef.pl, remove Perl_init_thread_intern from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c0125a284cd79a4a

In makedef.pl, remove Perl_my_p{open,close} from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ceb7137b7d672442

In makedef.pl, remove Perl_ErrorNo from 4 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bbbe7b5b3d9be5f7

In makedef.pl, remove from skip lists symbols which are not in the API.
Nicholas Clark 1 file changed, 0 insertions(+), 35 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ad327de22bdad894

In makedef.pl, remove Perl_safex{{c,m,re}alloc,free} from 4 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 16 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b7bf33cf3a9b247b

In makedef.pl, skip relevant symbols when HAVE_INTERP_INTERN is not defined.
Nicholas Clark 1 file changed, 9 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d9363d8280163771

In makedef.pl, skip Perl_unlnk on all platforms without UNLINK_ALL_VERSIONS.
Nicholas Clark 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/393c1109eed99c66

In makedef.pl, skip relevant symbols when USE_LOCALE_NUMERIC is not defined.
Nicholas Clark 1 file changed, 9 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f2fc1a29b7c0e243

In makedef.pl, skip relevant symbols when USE_LOCALE_COLLATE is not defined.
Nicholas Clark 1 file changed, 12 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/07ac6385ed627fa1

In makedef.pl, remove PL_numeric_compat1 from the WinCE skip list.
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9307a66f653ce1f0

In makedef.pl, remove unneeded PerlIO* skips from the NetWare platform list.
Nicholas Clark 1 file changed, 0 insertions(+), 23 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f0261150c305564d

In makedef.pl, extract SPRINTF_RETURNS_STRLEN from config.h
Nicholas Clark 1 file changed, 1 insertion(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a8783e72df9b5153

In makedef.pl, all platforms other than OS/2 share 12 common "skip_symbols".
Nicholas Clark 1 file changed, 17 insertions(+), 60 deletions(-
http://perl5.git.perl.org/perl.git/commit/d1c027d8702f38c1

In makedef.pl, merge the regexs that parse config.h.
Nicholas Clark 1 file changed, 2 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e9583a6e3cd69ae3

In makedef.pl, merge the regexs that parse config.sh on non-dosish platforms
Nicholas Clark 1 file changed, 2 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f4a4793bc442dafa

In makedef.pl, replace $CONFIG_ARGS, $ARCHNAME, $PATCHLEVEL with keys in %de
Nicholas Clark 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/239ab3dfec2b103a

In makedef.pl, set $CONFIG_ARGS, $ARCHNAME and $PATCHLEVEL on all platforms.
Nicholas Clark 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bcc37877512d79f4

In makedef.pl, process FILETYPE on all platforms.
Nicholas Clark 1 file changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/98832607cdc18c0f

All of makedef.pl's PLATFORMS always export boot_DynaLoader.
Nicholas Clark 1 file changed, 2 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/26df3fc69c7fcec0

In makedef.pl, default $CCTYPE early, and process $TARG_DIR unconditionally.
Nicholas Clark 1 file changed, 3 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/68a535594c2f5b6c

In makedef.pl use %export instead of output_symbol() for platform specific c
Nicholas Clark 1 file changed, 7 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8b4c18d2ffc2ea20

No need for makedef.pl to invoke $^X -V to get 'Compile-time options'.
Nicholas Clark 2 files changed, 5 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/c1da092b410b96a1

Add a utility to help test makedef.pl
Nicholas Clark 2 files changed, 93 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/b8c56b6ecd9a1a51

New branch davem/re_eval
2 commits. 1 unique author. 1 unique committer.

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

make re_evals be seen by the toker/parser
David Mitchell 9 files changed, 114 insertions(+), 40 deletions
http://perl5.git.perl.org/perl.git/commit/a4cadab9ebe750fd

correct comment about how strings are tokenised
David Mitchell 1 file changed, 4 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9eb0cdcaf54df2c2
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
24 commits. 10 unique authors. 6 unique committers.
29 files changed, 725 insertions(+), 424 deletions(-)
Net code removal: Tony Cook (4 lines)
Thanks, applied: Father Chrysostomos (4)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/18e84e8166b57276.tar.gz

disable some shallow-recurse rpeep tests
David Mitchell 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/18e84e8166b57276

perlrequick: Expand on \d, etc.
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b81c91435ed95d8d

perlreref: Use consistent name for property
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e6e3f9264fc09889

perlop: name /a ASCII-restrict
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b5c53fdc607c8ad2

Unicode::UCD: fix missing comma in pod
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8bb4c8e21e2d94b8

podcheck.t: Fix confusion between "indent", "tab stop"
Karl Williamson 1 file changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/46b134f400b2fdd2

perlrecharclass: Nit suggested by TomC
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/df0e39735c221e0c

perlre: better /dual explanation
Karl Williamson 1 file changed, 135 insertions(+), 63 deletions(
http://perl5.git.perl.org/perl.git/commit/808432af1ee8a66f

Add finalize_optree function which can take over all the compile time checki
Gerard Goossen 5 files changed, 269 insertions(+), 216 deletion
http://perl5.git.perl.org/perl.git/commit/d164302a58430157

Update AUTHORS
From: John Peacock 2 files changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9feb131675d04c74

perldelta for #95544 and #95748
Father Chrysostomos 1 file changed, 16 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7b2b001e3c6f90ad

[perl #95544] Test that UNIVERSAL::VERSION returns $VERSION
John Peacock 1 file changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a0e8d7b965a2c48c

[perl #95544] Make UNIVERSAL::VERSION return $VERSION
Father Chrysostomos 1 file changed, 8 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9bf41c1df182ebe0

every use of $(mini_obj) needs the mini specific objects, so include them
Tony Cook 1 file changed, 12 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/c3ea6d286d7ce2ca

Update Params-Check to CPAN version 0.30
Chris 'BinGOs' Williams 4 files changed, 93 insertions(+), 74 deletions(
http://perl5.git.perl.org/perl.git/commit/82eefd8a3b75d7dd

Fix ExtUtils::ParseXS to work on pre 5.8.9 perls
Steffen Mueller 5 files changed, 37 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/772f5a1a1edb352c

ExtUtils::ParseXS requires 5.8.1
Steffen Mueller 3 files changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b21842bdb5588bb8

release managers guide: perldelta broken link handling
Karl Williamson 1 file changed, 22 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ef4474b5b7af564e

podcheck.t: Improve documentation
Karl Williamson 1 file changed, 50 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bc20e6b8a4c89860

podcheck.t: Don't warn on perldelta placeholder link
Karl Williamson 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2feebde01af6b8c3

podcheck.t: Move perldelta placeholder link checks
Karl Williamson 1 file changed, 19 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/02987562b510cee7

Increase $IPC::Open::VERSION to 1.12
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/15e86abf063edd54

[perl #95748] IPC::Open3::open3(..., '-') broken
Salvador Fandino 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f8b0429f0b6cf645

EU::ParseXS: Fix CPAN RT #53938, #61908
Steffen Mueller 2 files changed, 13 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/747627ec455e0765

Current branch smoke-me/makedef
69 commits. 1 unique author. 1 unique committer.
47 files changed, 1052 insertions(+), 653 deletions(-)
Net code removal: Nicholas Clark (304 lines)

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

In makedef.pl, refactor the code that reads *.sym files.
Nicholas Clark 1 file changed, 7 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/83ae25c16b8a35ec

In makedef.pl, correct a typo in a comment.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ce5b1d49646b0635

In makedef.pl, avoid creating %PLATFORMS just for one existence check.
Nicholas Clark 1 file changed, 9 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/89ab3e1979adcc06

In makedef.pl, use %ARGS instead of 4 variables for command line arguments.
Nicholas Clark 1 file changed, 43 insertions(+), 44 deletions(-
http://perl5.git.perl.org/perl.git/commit/ce9d107798db53c6

In makedef.pl, consolidate all the C compiler flags parsing code.
Nicholas Clark 1 file changed, 10 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/96220d57e11d14fe

In makedef.pl, read ccflags and optimize from %Config.
Nicholas Clark 1 file changed, 10 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/006f766448d97e1d

In makedef.pl, read 4 configuration values direct from %Config.
Nicholas Clark 1 file changed, 4 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/84d6a4e6a23ef97f

In makedef.pl, merge the code that reads config.sh
Nicholas Clark 1 file changed, 8 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bf6f68526caabb05

In makedef.pl, export boot_* for static modules only on Win32 and WinCE.
Nicholas Clark 1 file changed, 17 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2cb021a15fe2f3de

In makedef.pl, tidy up the MYMALLOC logic.
Nicholas Clark 1 file changed, 2 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e303f2397cf18dba

In makedef.pl, tidy up the USE_PERLIO logic.
Nicholas Clark 1 file changed, 3 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/76926489dc2d2bdb

In makedef.pl, consolidate all the code that tries platform-specific symbols
Nicholas Clark 1 file changed, 169 insertions(+), 164 deletions
http://perl5.git.perl.org/perl.git/commit/4c2096c4bc94b8bd

In makedef.pl, remove duplicate symbols passed to try_symbols() for OS/2.
Nicholas Clark 1 file changed, 0 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/321883f99aea4cf6

In makedef.pl, replace calls to try_symbol() with try_symbols().
Nicholas Clark 1 file changed, 9 insertions(+), 25 deletions(-)
http://perl5.git.perl.org/perl.git/commit/702a918f255b2e78

In makedef.pl, change readvar() to add items to a passed-in hash reference.
Nicholas Clark 1 file changed, 30 insertions(+), 25 deletions(-
http://perl5.git.perl.org/perl.git/commit/75c986c539ca6b89

In makedef.pl, no need to loop over a 1 item list.
Nicholas Clark 1 file changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d98e5831db13fef1

In makedef.pl, inline output_symbol() into its only caller.
Nicholas Clark 1 file changed, 16 insertions(+), 43 deletions(-
http://perl5.git.perl.org/perl.git/commit/e8eae673426187c7

In makedef.pl, consolidate the actual output code in one place.
Nicholas Clark 1 file changed, 59 insertions(+), 48 deletions(-
http://perl5.git.perl.org/perl.git/commit/ba13045e5fd7375b

In makedef.pl, rename emit_symbols() to try_symbols(), and pass it a list.
Nicholas Clark 1 file changed, 23 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/71f659ea794059a7

In makedef.pl, inline emit_symbol.
Nicholas Clark 1 file changed, 4 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a23c3d991d4c7005

In makedef.pl, eliminate now-superfluous chomp and file-content processing.
Nicholas Clark 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1b9e2a84fe73e4e8

In makedef.pl, inline skip_symbols.
Nicholas Clark 1 file changed, 72 insertions(+), 118 deletions(
http://perl5.git.perl.org/perl.git/commit/94223cbc9d9cd205

In makedef.pl, readvar now returns a list, not an array reference.
Nicholas Clark 1 file changed, 10 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/8feabd0fb688c4a8

In makedef.pl, move the "oddities from PerlIO" from <DATA> to a data structu
Nicholas Clark 1 file changed, 13 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/9d82294a9943ec71

In makedef.pl, consolidate all the code conditional on PERL_IMPLICIT_SYS.
Nicholas Clark 1 file changed, 4 insertions(+), 19 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2b69d055406b0328

In makedef.pl, NetWare can't export perl_clone_host without USE_ITHREADS.
Nicholas Clark 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a2ea51d3f3e527ef

In makedef.pl, read Config::{,non_}bincompat_options() on all platforms.
Nicholas Clark 1 file changed, 12 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/45aa30d05eaa4856

In makedef.pl, remove the skip for Perl_pidgone for not-PERL_USES_PL_PIDSTAT
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5931ccf64cc1d07d

In makedef.pl, remove the skip for Perl_mro_meta_dup for non-ITHREADS.
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/719dbdc4fcdb651a

In makedef.pl, remove Perl_malloc{ed,_good}_size from the !MYMALLOC skip lis
Nicholas Clark 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/08f7742be59ff8a8

In makedef.pl, remove 15 non-API functions from the not-PERLMAD skip list.
Nicholas Clark 1 file changed, 0 insertions(+), 15 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4ee130e18d0e9470

In makedef.pl, remove the skip for Perl_deb_growlevel for not-DEBUGGING.
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/59bd9529f4bf3fdb

In makedef.pl, remove the skip for PL_sig_sv for PERL_IMPLICIT_CONTEXT.
Nicholas Clark 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/92a2f798ae0247c4

In makedef.pl, remove the skip for 9 symbols for not-USE_ITHREADS
Nicholas Clark 1 file changed, 0 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c052d09f8df368ef

In makedef.pl, remove the skip for PL_regdupe for not-USE_ITHREADS.
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cab604ea81549754

In makedef.pl, remove the skip for PL_curthr for FAKE_THREADS.
Nicholas Clark 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c08f867118fd5453

In makedef.pl, remove all skips for variables now in the parser struct.
Nicholas Clark 1 file changed, 1 insertion(+), 19 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3374a96caa8d0516

In makedef.pl, consolidate $PLATFORM specific skip logic.
Nicholas Clark 1 file changed, 34 insertions(+), 54 deletions(-
http://perl5.git.perl.org/perl.git/commit/3411a8355dbdd03e

In makedef.pl, correct a use of $^O to $PLATFORM.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1d85aaec780a0765

In makedef.pl, skip Perl_signbit when HAS_SIGNBIT is defined.
Nicholas Clark 1 file changed, 6 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c4aea3f81a99308e

In makedef.pl, simplify handling the 7 symbols wanted on Win32 but not WinCE
Nicholas Clark 1 file changed, 12 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/613b24dbc43e14df

In makedef.pl, remove PL_csh{len,name} from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e347ea03389c191a

In makedef.pl, remove from 3 skip lists 3 variables now in PL_parser.
Nicholas Clark 1 file changed, 0 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d0eca572b4383df1

In makedef.pl, remove PL_archpat_auto from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/db8699dc4abd931b

In makedef.pl, remove Perl_setenv_getix from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aa0861e374713b01

In makedef.pl, remove Perl_init_thread_intern from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/42375789bdc19aca

In makedef.pl, remove Perl_my_p{open,close} from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/635ece0c58aed0d1

In makedef.pl, remove Perl_ErrorNo from 4 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f90c71ab8a512a90

In makedef.pl, remove from skip lists symbols which are not in the API.
Nicholas Clark 1 file changed, 0 insertions(+), 35 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bc6875f41ed92017

In makedef.pl, remove Perl_safex{{c,m,re}alloc,free} from 4 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 16 deletions(-)
http://perl5.git.perl.org/perl.git/commit/255161def49e7c0e

In makedef.pl, skip relevant symbols when HAVE_INTERP_INTERN is not defined.
Nicholas Clark 1 file changed, 9 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/94f91918c48816c1

In makedef.pl, skip Perl_unlnk on all platforms without UNLINK_ALL_VERSIONS.
Nicholas Clark 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7279ff45f8eee172

In makedef.pl, skip relevant symbols when USE_LOCALE_NUMERIC is not defined.
Nicholas Clark 1 file changed, 9 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7719336ffdaa304b

In makedef.pl, skip relevant symbols when USE_LOCALE_COLLATE is not defined.
Nicholas Clark 1 file changed, 12 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7e39bf690fc4d87c

In makedef.pl, remove PL_numeric_compat1 from the WinCE skip list.
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/22b0e7bd7d21eadb

In makedef.pl, remove unneeded PerlIO* skips from the NetWare platform list.
Nicholas Clark 1 file changed, 0 insertions(+), 23 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1b1f9819a8c9b212

In makedef.pl, extract SPRINTF_RETURNS_STRLEN from config.h
Nicholas Clark 1 file changed, 1 insertion(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5dcdb5644c5fe4a7

In makedef.pl, all platforms other than OS/2 share 12 common "skip_symbols".
Nicholas Clark 1 file changed, 17 insertions(+), 60 deletions(-
http://perl5.git.perl.org/perl.git/commit/7df6a7ff6a98ae9d

In makedef.pl, merge the regexs that parse config.h.
Nicholas Clark 1 file changed, 2 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/edab96b76db9f749

In makedef.pl, merge the regexs that parse config.sh on non-dosish platforms
Nicholas Clark 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/622d3ef4c3b35680

In makedef.pl, use HAS_{MMAP,SIGACTION} instead of d_{mmap,sigaction}.
Nicholas Clark 1 file changed, 2 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/528cecba671d70a5

In makedef.pl, replace $CONFIG_ARGS, $ARCHNAME, $PATCHLEVEL with keys in %de
Nicholas Clark 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e7ceb22a206c5b8e

In makedef.pl, set $CONFIG_ARGS, $ARCHNAME and $PATCHLEVEL on all platforms.
Nicholas Clark 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9df470933b713c69

In makedef.pl, process FILETYPE on all platforms.
Nicholas Clark 1 file changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/db561b8be1f01ff8

All of makedef.pl's PLATFORMS always export boot_DynaLoader.
Nicholas Clark 1 file changed, 2 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e434632ebc4d7238

In makedef.pl, default $CCTYPE early, and process $TARG_DIR unconditionally.
Nicholas Clark 1 file changed, 3 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2ef614cb1bf9561b

In makedef.pl use %export instead of output_symbol() for platform specific c
Nicholas Clark 1 file changed, 7 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/475141f9ca4ae643

No need for makedef.pl to invoke $^X -V to get 'Compile-time options'.
Nicholas Clark 2 files changed, 5 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/6455c3481ababcc3

Add a utility to help test makedef.pl
Nicholas Clark 2 files changed, 93 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/0394fa2e15f65a16

New branch smoke-me/constdtrace
1 commit. 1 unique author. 1 unique committer.

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

work around a bug in dtrace - it strips const from function parameters
Tony Cook 3 files changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6684bb924e5daaad
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
101 commits. 12 unique authors. 9 unique committers.
70 files changed, 1570 insertions(+), 1499 deletions(-)
Net code removal: Nicholas Clark (303 lines) Craig A. Berry (30 lines)
Father Chrysostomos (17 lines) Karl Williamson (10 lines)
Thanks, applied: Father Chrysostomos (7) Ricardo Signes (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/10654d5139c0a27b.tar.gz

Remove Perl_mod
Father Chrysostomos 5 files changed, 0 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/10654d5139c0a27b

Increase $diagnostics::VERSION from 1.23 to 1.24
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4b932c1481f2c641

RT #94988 - Support for %u in diagnostics.pm's printf()-format parser
Matthew Horsfall (alh) 2 files changed, 12 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/e958e573604ab75e

Fix typos in pod/perlexperiment.pod
Keith Thompson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/706c19b7f8e3507c

A few tweaks to the new perlexperiment.pod
Father Chrysostomos 1 file changed, 4 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d1558b3e5ee8166e

Fix typos in several pod/perl*.pod files
Keith Thompson 2 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b539c2c9496bf950

Make verbatim pod in bignum.pm fit in 80 columns
Father Chrysostomos 2 files changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6e8be9cfdd52adfc

Add perlexperiment to detail experimental features
brian d foy 6 files changed, 330 insertions(+), 6 deletions(
http://perl5.git.perl.org/perl.git/commit/42e73e1c35daee07

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

Update Module-Load to version 0.20
Chris 'BinGOs' Williams 3 files changed, 16 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/83b32788f4e2799b

Note the stat() change in perldelta
Tony Cook 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a6cefd81cd846bde

[rt #84590] try to preserve the inode number, even if it's large
Tony Cook 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8d8cba88681398d4

Merge the refactored makedef.pl into blead.
Nicholas Clark 2 parents
http://perl5.git.perl.org/perl.git/commit/5b98c4ac368206a9

Note in perldelta that makedef.pl has been refactored.
Nicholas Clark 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/60a5fae402660bc7

In makedef.pl, refactor the code that reads *.sym files.
Nicholas Clark 1 file changed, 7 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a6587d2d54d31fb3

In makedef.pl, correct a typo in a comment.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/60fae8969c3c2f50

In makedef.pl, avoid creating %PLATFORMS just for one existence check.
Nicholas Clark 1 file changed, 9 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/29200a82a647b7ed

In makedef.pl, use %ARGS instead of 4 variables for command line arguments.
Nicholas Clark 1 file changed, 43 insertions(+), 44 deletions(-
http://perl5.git.perl.org/perl.git/commit/0dc3711c7435529d

In makedef.pl, consolidate all the C compiler flags parsing code.
Nicholas Clark 1 file changed, 10 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/c1b34f5f97867eb8

In makedef.pl, read ccflags and optimize from %Config.
Nicholas Clark 1 file changed, 10 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/208d7614b345d1fb

In makedef.pl, read 4 configuration values direct from %Config.
Nicholas Clark 1 file changed, 4 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c051ff4cf8f3d550

In makedef.pl, merge the code that reads config.sh
Nicholas Clark 1 file changed, 8 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9cc55be8e5f70c3e

In makedef.pl, export boot_* for static modules only on Win32 and WinCE.
Nicholas Clark 1 file changed, 17 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9661ac31cea34697

In makedef.pl, tidy up the MYMALLOC logic.
Nicholas Clark 1 file changed, 2 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3cf3941efbe7151e

In makedef.pl, tidy up the USE_PERLIO logic.
Nicholas Clark 1 file changed, 3 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/01cace463300d82f

In makedef.pl, consolidate all the code that tries platform-specific symbols
Nicholas Clark 1 file changed, 169 insertions(+), 164 deletions
http://perl5.git.perl.org/perl.git/commit/71afeaec6c6e66da

In makedef.pl, remove duplicate symbols passed to try_symbols() for OS/2.
Nicholas Clark 1 file changed, 0 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fc951c83a03a8123

In makedef.pl, replace calls to try_symbol() with try_symbols().
Nicholas Clark 1 file changed, 9 insertions(+), 25 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7a95c549b02a445c

In makedef.pl, change readvar() to add items to a passed-in hash reference.
Nicholas Clark 1 file changed, 30 insertions(+), 25 deletions(-
http://perl5.git.perl.org/perl.git/commit/44c1781396fd9d10

In makedef.pl, no need to loop over a 1 item list.
Nicholas Clark 1 file changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9db1545aca9c10c4

In makedef.pl, inline output_symbol() into its only caller.
Nicholas Clark 1 file changed, 16 insertions(+), 43 deletions(-
http://perl5.git.perl.org/perl.git/commit/ed463ba81165c7e0

In makedef.pl, consolidate the actual output code in one place.
Nicholas Clark 1 file changed, 59 insertions(+), 48 deletions(-
http://perl5.git.perl.org/perl.git/commit/d6035849b283331f

In makedef.pl, rename emit_symbols() to try_symbols(), and pass it a list.
Nicholas Clark 1 file changed, 23 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/430d15ed6b476e71

In makedef.pl, inline emit_symbol.
Nicholas Clark 1 file changed, 4 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/944921d3d5a3e818

In makedef.pl, eliminate now-superfluous chomp and file-content processing.
Nicholas Clark 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d3906116bf921c97

In makedef.pl, inline skip_symbols.
Nicholas Clark 1 file changed, 72 insertions(+), 118 deletions(
http://perl5.git.perl.org/perl.git/commit/e7c4906b340e871b

In makedef.pl, readvar now returns a list, not an array reference.
Nicholas Clark 1 file changed, 10 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/ac8f35e5146a7390

In makedef.pl, move the "oddities from PerlIO" from <DATA> to a data structu
Nicholas Clark 1 file changed, 13 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/bf09e1bdfd80fb7c

In makedef.pl, consolidate all the code conditional on PERL_IMPLICIT_SYS.
Nicholas Clark 1 file changed, 4 insertions(+), 19 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2c84c9190df766f3

In makedef.pl, NetWare can't export perl_clone_host without USE_ITHREADS.
Nicholas Clark 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ddd6f63f626d9c2f

In makedef.pl, read Config::{,non_}bincompat_options() on all platforms.
Nicholas Clark 1 file changed, 12 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/c960bcfdcc7a050c

In makedef.pl, remove the skip for Perl_pidgone for not-PERL_USES_PL_PIDSTAT
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f4a67abafa1e7c5a

In makedef.pl, remove the skip for Perl_mro_meta_dup for non-ITHREADS.
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5608440fefa3d7bd

In makedef.pl, remove Perl_malloc{ed,_good}_size from the !MYMALLOC skip lis
Nicholas Clark 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/07d8178fb8f2977a

In makedef.pl, remove 15 non-API functions from the not-PERLMAD skip list.
Nicholas Clark 1 file changed, 0 insertions(+), 15 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f28d3e18d02c4a3e

In makedef.pl, remove the skip for Perl_deb_growlevel for not-DEBUGGING.
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2638deb04aa839d7

In makedef.pl, remove the skip for PL_sig_sv for PERL_IMPLICIT_CONTEXT.
Nicholas Clark 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c1ebb07cec97f83e

In makedef.pl, remove the skip for 9 symbols for not-USE_ITHREADS
Nicholas Clark 1 file changed, 0 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ddfcc5d92ecd20b7

In makedef.pl, remove the skip for PL_regdupe for not-USE_ITHREADS.
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7642645939fff696

In makedef.pl, remove the skip for PL_curthr for FAKE_THREADS.
Nicholas Clark 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4173aa16ec996023

In makedef.pl, remove all skips for variables now in the parser struct.
Nicholas Clark 1 file changed, 1 insertion(+), 19 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2cea2a29b4edbbfb

In makedef.pl, consolidate $PLATFORM specific skip logic.
Nicholas Clark 1 file changed, 34 insertions(+), 54 deletions(-
http://perl5.git.perl.org/perl.git/commit/c36317f03bed52a8

In makedef.pl, correct a use of $^O to $PLATFORM.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ed76ea85d17f2b52

In makedef.pl, skip Perl_signbit when HAS_SIGNBIT is defined.
Nicholas Clark 1 file changed, 6 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/47e4ddfcb9838529

In makedef.pl, simplify handling the 7 symbols wanted on Win32 but not WinCE
Nicholas Clark 1 file changed, 12 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/5581753c12db7ac3

In makedef.pl, remove PL_csh{len,name} from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a5b12fd07d9fdc63

In makedef.pl, remove from 3 skip lists 3 variables now in PL_parser.
Nicholas Clark 1 file changed, 0 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cf3847c7789d796a

In makedef.pl, remove PL_archpat_auto from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/836a2a8d03e85acc

In makedef.pl, remove Perl_setenv_getix from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a3deb92fe77a92f9

In makedef.pl, remove Perl_init_thread_intern from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/30244d794fe4814f

In makedef.pl, remove Perl_my_p{open,close} from 3 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7032c0a5a4aa2069

In makedef.pl, remove Perl_ErrorNo from 4 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5ce6bc4718156f49

In makedef.pl, remove from skip lists symbols which are not in the API.
Nicholas Clark 1 file changed, 0 insertions(+), 35 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c1370ef46d9f41fe

In makedef.pl, remove Perl_safex{{c,m,re}alloc,free} from 4 skip lists.
Nicholas Clark 1 file changed, 0 insertions(+), 16 deletions(-)
http://perl5.git.perl.org/perl.git/commit/51c93d9a89e7ff93

In makedef.pl, skip relevant symbols when HAVE_INTERP_INTERN is not defined.
Nicholas Clark 1 file changed, 9 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1ab20eaa59b8c299

In makedef.pl, skip Perl_unlnk on all platforms without UNLINK_ALL_VERSIONS.
Nicholas Clark 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/df39eaa8a6a98e14

In makedef.pl, skip relevant symbols when USE_LOCALE_NUMERIC is not defined.
Nicholas Clark 1 file changed, 9 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1f1ade4f70e17545

In makedef.pl, skip relevant symbols when USE_LOCALE_COLLATE is not defined.
Nicholas Clark 1 file changed, 12 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bdcba273c1a481a4

In makedef.pl, remove PL_numeric_compat1 from the WinCE skip list.
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/646ffc275163232f

In makedef.pl, remove unneeded PerlIO* skips from the NetWare platform list.
Nicholas Clark 1 file changed, 0 insertions(+), 23 deletions(-)
http://perl5.git.perl.org/perl.git/commit/19875b014794275d

In makedef.pl, extract SPRINTF_RETURNS_STRLEN from config.h
Nicholas Clark 1 file changed, 1 insertion(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/918a61c764f12d63

In makedef.pl, all platforms other than OS/2 share 12 common "skip_symbols".
Nicholas Clark 1 file changed, 17 insertions(+), 60 deletions(-
http://perl5.git.perl.org/perl.git/commit/f2921293911cd992

In makedef.pl, merge the regexs that parse config.h.
Nicholas Clark 1 file changed, 2 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1f0041edd52930e9

In makedef.pl, merge the regexs that parse config.sh on non-dosish platforms
Nicholas Clark 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8a7bc875f0cf5d64

In makedef.pl, use HAS_{MMAP,SIGACTION} instead of d_{mmap,sigaction}.
Nicholas Clark 1 file changed, 2 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bd1ae5d27dcecc22

In makedef.pl, replace $CONFIG_ARGS, $ARCHNAME, $PATCHLEVEL with keys in %de
Nicholas Clark 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c85dd27b1a77d54f

In makedef.pl, set $CONFIG_ARGS, $ARCHNAME and $PATCHLEVEL on all platforms.
Nicholas Clark 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f4df7b62d11b45ae

In makedef.pl, process FILETYPE on all platforms.
Nicholas Clark 1 file changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3ea85c23a10977f7

All of makedef.pl's PLATFORMS always export boot_DynaLoader.
Nicholas Clark 1 file changed, 2 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d4cceec78ea64618

In makedef.pl, default $CCTYPE early, and process $TARG_DIR unconditionally.
Nicholas Clark 1 file changed, 3 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ca51b52ded736c6c

In makedef.pl use %export instead of output_symbol() for platform specific c
Nicholas Clark 1 file changed, 7 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8643a234afa37274

No need for makedef.pl to invoke $^X -V to get 'Compile-time options'.
Nicholas Clark 2 files changed, 5 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/e9cefc111f9de79d

Add a utility to help test makedef.pl
Nicholas Clark 2 files changed, 93 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/e95aa0cbf5ce7c39

Make verbatim pod in bigint.pm fit in 80 columns
Father Chrysostomos 2 files changed, 4 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ba048c2476d2ae91

Make verbatim pod in fields.pm fit in 80 columns
Father Chrysostomos 2 files changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8965f5324ad556c3

Attribute::Handlers: re-indent verbatim pod
Father Chrysostomos 2 files changed, 248 insertions(+), 246 deletion
http://perl5.git.perl.org/perl.git/commit/ed7422811df45bc2

podcheck.t: Correctly count columns
Karl Williamson 2 files changed, 62 insertions(+), 82 deletions(
http://perl5.git.perl.org/perl.git/commit/2cd46bfd6d03cd88

Weld switch in on position for useperlio in configure.com.
Craig A. Berry 1 file changed, 3 insertions(+), 40 deletions(-)
http://perl5.git.perl.org/perl.git/commit/712b953a2cdbb6f0

st_ino settings for configure.com.
Craig A. Berry 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/adf2bd28379ca9e5

Consistency tweaks in perlfunc/eval
Father Chrysostomos 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/df4833a805257d77

perlfunc: Note that eval "last" doesn’t set $@
Father Chrysostomos 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9cc672d43dc2542e

Call finalize_optree on optree generated by newFORM.
Gerard Goossen 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aee4f0726bf1b8c0

inifinite loop breaking some strict checking, TODO test.
Gerard Goossen 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7bac4ce875653e75

More typo fixes in pod/perl*.pod files
Keith Thompson 13 files changed, 13 insertions(+), 13 deletions
http://perl5.git.perl.org/perl.git/commit/1cecf2c07f6a6e81

Fix typos in several pod/perl*.pod files
Keith Thompson 4 files changed, 14 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/7698aede74509727

regen
H.Merijn Brand 1 file changed, 12 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dcfe4a1a1f7d8d28

Add st_ino size/sign probes
H.Merijn Brand 18 files changed, 120 insertions(+), 1 deletion(
http://perl5.git.perl.org/perl.git/commit/668fdbe135fd76c7

Chainsaw out the possibility to disable useperlio
H.Merijn Brand 1 file changed, 32 insertions(+), 115 deletions(
http://perl5.git.perl.org/perl.git/commit/dd35fa16610ef2fa

Add --list to checkcfgvar.pl
H.Merijn Brand 1 file changed, 26 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/acad74ad9dedd627

/aa and \b fail under some utf8 strings
Karl Williamson 2 files changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f2e96b5ddb639641

Panic with \b and /aa
Karl Williamson 3 files changed, 12 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/c973bd4f39028e70
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
13 commits. 7 unique authors. 6 unique committers.
56 files changed, 476 insertions(+), 998 deletions(-)
Net code removal: Craig A. Berry (809 lines)
Thanks, applied: Father Chrysostomos (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/9840cdeec87c1cfc.tar.gz

Update ExtUtils-MakeMaker to CPAN version 6.59
Chris 'BinGOs' Williams 30 files changed, 55 insertions(+), 32 deletions
http://perl5.git.perl.org/perl.git/commit/9840cdeec87c1cfc

RT #96354: \h \H \v and \V didn't check for EOL
David Mitchell 2 files changed, 13 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1380b51d3b2bb6a0

Don't use [.lib.pods] staging directory in VMS builds.
Craig A. Berry 2 files changed, 0 insertions(+), 812 deletions(
http://perl5.git.perl.org/perl.git/commit/203979cd3f6e5fc2

Don't install perldoc.com twice.
Craig A. Berry 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4403bf9319536d27

No dots in directory names, please.
Craig A. Berry 7 files changed, 11 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/63f27fd71dd22aa0

Fix typos in pod/perlgit.pod
brian greenfield 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c9d1da359da6a3d5

Another ExtUtils::ParseXS version upgrade necessary
Steffen Mueller 3 files changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/54d18cdceede591a

Promote ExtUtils::ParseXS to a stable release
Steffen Mueller 3 files changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e69061dc352aead7

Skip the hanging eintr.t test on GNU/kFreeBSD too
Niko Tyni 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e683222a962029ad

Support gcc-4.x on HP-UX PA-RISC/64
H.Merijn Brand 3 files changed, 29 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/9cfd094e6d0a8425

Update Module-Metadata to CPAN version 1.000005
Chris 'BinGOs' Williams 8 files changed, 153 insertions(+), 53 deletions
http://perl5.git.perl.org/perl.git/commit/4eb81ef27984510d

Update CPAN-Meta to CPAN version 2.112150
Chris 'BinGOs' Williams 11 files changed, 205 insertions(+), 86 deletion
http://perl5.git.perl.org/perl.git/commit/730e5b5b833ac104

Add the correct PL_sig_ignoring skip for VMS in makedef.pl.
Craig A. Berry 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/662667f1e08ac081
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
36 commits. 10 unique authors. 7 unique committers.
60 files changed, 1179 insertions(+), 677 deletions(-)
Net code removal: Nicholas Clark (28 lines)
Thanks, applied: Father Chrysostomos (6)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/f78469763f3f5d11.tar.gz

Keep verbatim pod in ExtUtils::Typemaps within 80 cols
Father Chrysostomos 2 files changed, 13 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/f78469763f3f5d11

Ignore another editor droppink
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e0a28d18583c9c77

Keep verbatim pod in ExtUtils::Installed within 80 cols
Father Chrysostomos 2 files changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/755104b1eda30228

Keep verbatim pod in Data::Dumper within 80 cols
Father Chrysostomos 2 files changed, 8 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b877fea2fc789be8

Keep verbatim pod in File::VMS/Win32 within 80 cols
Father Chrysostomos 3 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2f03b6be283ae09f

Keep verbatim pod in File::Mac/Unix within 80 cols
Father Chrysostomos 3 files changed, 18 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/7302ea77198bcd86

Keep verbatim pod in File::Spec within 80 cols
Father Chrysostomos 2 files changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2674d7ed407d6380

Update Encode to CPAN version 2.44
Chris 'BinGOs' Williams 10 files changed, 40 insertions(+), 19 deletions
http://perl5.git.perl.org/perl.git/commit/e46d973584785af1

Refactor Porting/checkcfgvar.pl, simplifying the control flow.
Nicholas Clark 2 parents
http://perl5.git.perl.org/perl.git/commit/1bfdb6af4f349a4b

In checkcfgvar.pl, eliminate the file-scope lexical %lst.
Nicholas Clark 1 file changed, 4 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/68cf6151323b2a22

In checkcfgvar.pl, eliminate the file-scope lexical %MASTER_CFG.
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2dcb77c26736076b

In checkcfgvar.pl, inline and eliminate read_file() and config_h_SH_reader()
Nicholas Clark 1 file changed, 37 insertions(+), 44 deletions(-
http://perl5.git.perl.org/perl.git/commit/4ccedf19068db1b3

In checkcfgvar.pl, inline check_cfg() into its only caller.
Nicholas Clark 1 file changed, 10 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/1750d3ff2eed6c4b

work around a bug in dtrace - it strips const from function parameters
Tony Cook 2 files changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/12b81ca50a3ad3c0

Remove 5.8.x VOS specific code from Porting/checkcfgvar.pl.
Nicholas Clark 1 file changed, 2 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2186be13a01ba687

Add defaults for st_ino size/sign probes to uconfig64.sh
Nicholas Clark 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cc3a8cf3b019ea5e

Add uconfig64.sh to the list of files that Porting/checkcfgvar.pl checks.
Nicholas Clark 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fc09a9a0cfd399ad

Make prototype("CORE::CORE") die once more.
Father Chrysostomos 2 files changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d673215e89e48f1d

Only warn about "Statement unlikely to be reached" after an exec if exec is
Gerard Goossen 2 files changed, 11 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/ea31ed6697f4ec8b

Change aassign_common_vars to check using the optree without using the linke
Gerard Goossen 2 files changed, 9 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3023b5f30c62e261

Move aassign common var detection to a separate function.
Gerard Goossen 4 files changed, 73 insertions(+), 56 deletions(
http://perl5.git.perl.org/perl.git/commit/83f9fced9447634b

AASSIGN_COMMON var detection bug with logical operators, TODO test
Gerard Goossen 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8d38d4f3d12487d8

Upgrade bignum to version 0.29
Florian Ragwitz 4 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4df4e8c46d30f489

Fix porting check for dots in directory names.
Craig A. Berry 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4c782551eaaaa6b2

ExtUtils::Manifest 1.59 just made it to CPAN
Florian Ragwitz 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/76c5dcfae755756b

Update Params-Check to CPAN version 0.32
Chris 'BinGOs' Williams 3 files changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cc48f4fedf9571c3

GNU gcc-4.6.1 revealed a broken system header on HP-UX 11.00
H.Merijn Brand 1 file changed, 21 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cfcf4a240719f70f

[perl #96228] perlop misdocuments ${ qr/x/ } as undef
Chas. Owens 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1c8ee5951aa0bf17

In embed.pl, inline hide() and bincompat_var() into their only call point.
Nicholas Clark 1 file changed, 2 insertions(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5f9c653531784e66

In embed.pl, refactor readvars() to return a sorted list.
Nicholas Clark 1 file changed, 15 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/adf34b4b4a293cee

In embed.pl, remove unused parameter $keep_pre from readvars().
Nicholas Clark 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/944f470e93f75e08

Update CPAN to CPAN version 1.9800
Chris 'BinGOs' Williams 18 files changed, 770 insertions(+), 412 deletio
http://perl5.git.perl.org/perl.git/commit/4ea805df821d5296

Update DB_File to CPAN version 1.824
Chris 'BinGOs' Williams 4 files changed, 8 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/37adef70fb8ef123

Update DB_File to CPAN version 1.823
Chris 'BinGOs' Williams 5 files changed, 30 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/a30cae0b01fd4edd

prevent mixing non-native and native newlines in manifest files
Sandy Andy 2 files changed, 67 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/e4ac890e26cfafba

Remove comment from ck_glob that is no longer relevant
Father Chrysostomos 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2b009216d764ed70

Current branch davem/re_eval
4 commits. 1 unique author. 1 unique committer.
5 files changed, 59 insertions(+), 27 deletions(-)

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

fix the descriptions for pregcomp/re_compile
David Mitchell 1 file changed, 20 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/5226eb3b9e5afb94

disable lexing of (?{}) within \Q, \U etc
David Mitchell 2 files changed, 15 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/f3ca0056f69e4253

update diagnostics message
David Mitchell 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5aad3844480df4fd

stop op_dump looping and leaking
David Mitchell 1 file changed, 22 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2d3e91723b31cfd0

Current branch tonyc/constdtrace
1 commit. 1 unique author. 1 unique committer.
154 files changed, 3392 insertions(+), 3252 deletions(-)

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

work around a bug in dtrace - it strips const from function parameters
Tony Cook 2 files changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4d45b003a9475ef0

New branch smoke-me/__FILE__()
2 commits. 1 unique author. 1 unique committer.

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

Add __FILE__ and its minions to perlfunc
Father Chrysostomos 1 file changed, 17 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e309bcd85d85e8b8

[perl #95546] Allow () after __FILE__, etc.
Father Chrysostomos 5 files changed, 1044 insertions(+), 991 deletio
http://perl5.git.perl.org/perl.git/commit/a8ce94f5c391d200

New branch smoke-me/coresubsi
5 commits. 1 unique author. 1 unique committer.

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

Document the new inlinable &CORE::subs
Father Chrysostomos 2 files changed, 22 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/057c83046d14053e

Tests for inlining \&CORE::subs
Father Chrysostomos 2 files changed, 92 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/a3a76471dd1f3866

Add inlinable &CORE::functions
Father Chrysostomos 5 files changed, 169 insertions(+), 3 deletions(
http://perl5.git.perl.org/perl.git/commit/776886afe4e1b7c0

Make core_prototype provide the op number as well
Father Chrysostomos 5 files changed, 22 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/30a4ac8ef3eb04ea

Make sure the CORE package is always called CORE
Father Chrysostomos 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/58fa3793f57badf7

New branch smoke-me/coresubsii
3 commits. 1 unique author. 1 unique committer.
Net code removal: Father Chrysostomos (8 lines)

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

Update core_prototype’s docs
Father Chrysostomos 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7b04ecc968c64a77

Move pp_-specific code out of core_prototype
Father Chrysostomos 6 files changed, 12 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/5d7ca9807e9d8bf8

Change core_prototype to take a keyword num
Father Chrysostomos 5 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bb89df8bb299ef00

New branch smoke-me/embedvar
1 commit. 1 unique author. 1 unique committer.
Net code removal: Nicholas Clark (387 lines)

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

Simplify embedvar.h, removing a level of macro indirection for PL_* variable
Nicholas Clark 17 files changed, 459 insertions(+), 846 deletio
http://perl5.git.perl.org/perl.git/commit/14eb46e23e259bbc

New branch smoke-me/systemtap
1 commit. 1 unique author. 1 unique committer.

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

workaround a type handling bug in SystemTape Dtrace 1.2
Tony Cook 1 file changed, 25 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e9df13cd371db678
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
27 commits. 9 unique authors. 7 unique committers.
53 files changed, 2211 insertions(+), 2365 deletions(-)
Net code removal: Nicholas Clark (387 lines)
Thanks, applied: Father Chrysostomos (2) Steffen Mueller (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/135c0b08fa622fdf.tar.gz

perldelta for __FILE__()
Father Chrysostomos 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/135c0b08fa622fdf

Test __FILE__() syntax
Father Chrysostomos 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c1ca05f02b1d7957

Add __FILE__ and its minions to perlfunc
Father Chrysostomos 1 file changed, 17 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cfa52385fa426b5e

[perl #95546] Allow () after __FILE__, etc.
Father Chrysostomos 5 files changed, 1037 insertions(+), 990 deletio
http://perl5.git.perl.org/perl.git/commit/7eb971ee54c13db5

Clean up MANIFEST before creating a new one.
Craig A. Berry 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f4ef369354bb1dbe

Revert "Oops! Update B::Deparse for the (l)stat proto change"
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9825ce0e87f6a081

Change (l)stat’s prototype from * to ;*
Father Chrysostomos 4 files changed, 9 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/465bc0f5bf04702a

Revert "[perl #95550] Remove prototypes from (l)stat"
Father Chrysostomos 3 files changed, 4 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/93e6f00ed5ef68c7

Better st_ino_size probe in configure.com.
Craig A. Berry 1 file changed, 28 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1766075810712c2d

Move bareword checking from the peephole optimizer to finalize_optree. Fixes
Gerard Goossen 5 files changed, 17 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/eb796c7f1a47acbd

Move context propagation and finalize_optree from do_eval to newPROG
Gerard Goossen 2 files changed, 15 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/86a64801a038eae8

API to explicitly select to export XSUB symbols or not
Steffen Mueller 1 file changed, 41 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e64345f82d66a32f

ExtUtils::ParseXS: Check that an XSUB with CODE&RETVAL has an OUTPUT
Steffen Mueller 2 files changed, 24 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/5179f97822e5dcfe

Simplify embedvar.h, removing a level of macro indirection for PL_* variable
Nicholas Clark 17 files changed, 459 insertions(+), 846 deletio
http://perl5.git.perl.org/perl.git/commit/115ff745268490ae

Synchronise Maintainers.pl for Storable and version
Chris 'BinGOs' Williams 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e469e61f2b416389

workaround a type handling bug in SystemTap Dtrace 1.2
Tony Cook 1 file changed, 25 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ee3ace03a4552116

ExtUtils::ParseXS version bump: release 3.03
Steffen Mueller 3 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/44d8286067ef9ddc

Rewrap some verbatim pod in Math::BigInt
Father Chrysostomos 2 files changed, 128 insertions(+), 117 deletion
http://perl5.git.perl.org/perl.git/commit/80df1b84a5cc99da

Keep verbatim pod in various dist/* pods within 79 cols
Father Chrysostomos 4 files changed, 189 insertions(+), 185 deletion
http://perl5.git.perl.org/perl.git/commit/d7d631d38c5c053e

Keep verbatim pod in I18N:LT and IO.pm within 80 cols
Father Chrysostomos 3 files changed, 14 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/e0d3d5f5ef330251

Keep verbatim pod in ExtUtils::Typemaps::OutputMap within 80 cols
Father Chrysostomos 2 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/87916f79aa07b5db

Add perldelta for /aa and \b commit
Karl Williamson 1 file changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c4499eff9e27f09a

Fix trivial test failure from dbef30a62b2ca0b186
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2f6c23cede836f48

Add Mike Sheldrake to AUTHORS
Steffen Mueller 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/66696b31b4bd676a

ExtUtils::ParseXS: Test All @INC Derived typemap Locations
Mike Sheldrake 3 files changed, 20 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/dbef30a62b2ca0b1

autodoc.pl: output to fit in 79 columns
Karl Williamson 2 files changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d2086f64ccaad7c8

podcheck.t: Change verbatim line length max to 79
Karl Williamson 2 files changed, 163 insertions(+), 145 deletion
http://perl5.git.perl.org/perl.git/commit/b879da0f8636785e

Current branch maint-5.12
2 commits. 2 unique authors. 1 unique committer.
2 files changed, 5 insertions(+), 3 deletions(-)
Thanks, applied: Ricardo Signes (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/0a0f98e326d7d6ea.tar.gz

Update the version of Darwin we know the by_BE locale to be broken on
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0a0f98e326d7d6ea

disable use of nm on darwin
Ricardo Signes 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/40fe0f2d95b880b4

Current branch maint-5.14
1 commit. 1 unique author. 1 unique committer.
1 file changed, 4 insertions(+), 2 deletions(-)

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

disable use of nm on darwin
Ricardo Signes 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8621250723f229ae

Current branch smoke-me/__FILE__()
1 commit. 1 unique author. 1 unique committer.
4 files changed, 41 insertions(+), 47 deletions(-)
Net code removal: Father Chrysostomos (6 lines)

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

Oops. I broke the MAD build.
Father Chrysostomos 4 files changed, 41 insertions(+), 47 deletions(
http://perl5.git.perl.org/perl.git/commit/95a80136e109c1cc

Current branch smoke-me/makedef
1 commit. 1 unique author. 1 unique committer.
196 files changed, 3613 insertions(+), 3505 deletions(-)

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

In makedef.pl, use %Config to avoid hardcoding the DLL version number.
Nicholas Clark 2 files changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e2fe6a91c3c8c8ad

New branch chip/scalartypes
11 commits. 1 unique author. 1 unique committer.

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

some make minimal copy upgrades depend on private flags (pIOK and pNOK)
Chip Salzenberg 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/62b257df1f540f19

minimize copy of strings as well as numbers; tweak pad.c which assumed other
Chip Salzenberg 2 files changed, 16 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/13dc07cdac031027

make minimal copy of IV/NV more aggressive; let sv_yes/sv_no be fat again
Chip Salzenberg 3 files changed, 55 insertions(+), 62 deletions(
http://perl5.git.perl.org/perl.git/commit/fc6d6ec43f51bd9a

Do not bother to save/restore magic if just calling taint get; it doesn't ne
Chip Salzenberg 2 files changed, 22 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/e0ffd3b958adba15

help Storable cope with its unwarranted assumptions about sv_yes/sv_no
Chip Salzenberg 1 file changed, 8 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0c71c4de899ffc41

inform sv_dump about the new flags expected on sv_yes and sv_no
Chip Salzenberg 1 file changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/364c9c6244476719

true and false don't need floating point
Chip Salzenberg 1 file changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/217bde292204ecd5

Oh yes, forgot the SvIsBOOLEAN() macro. here it is
Chip Salzenberg 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/04cd9e1324b28749

Implement isboolean() based on propagating special SvPVX values for true/fal
Chip Salzenberg 7 files changed, 86 insertions(+), 59 deletions(
http://perl5.git.perl.org/perl.git/commit/4aeea6dbdb294ae0

When copying scalars, upgrade target SV minimally when source is a number
Chip Salzenberg 1 file changed, 44 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/94f5bd27ec35166a

Real working isnumber and isstring
Chip Salzenberg 5 files changed, 72 insertions(+), 42 deletions(
http://perl5.git.perl.org/perl.git/commit/cef2aeb153dc12c2

New branch smoke-me/static_xsub
3 commits. 1 unique author. 1 unique committer.

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

Make XSUBs static by default
Steffen Mueller 1 file changed, 15 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/7a43e8a01dba3971

Exlicitly enable exporting of some XSUB symbols
Steffen Mueller 4 files changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3c10c5fb1b846d8a

New XS keyword: EXPORT_XSUB_SYMBOLS
Steffen Mueller 3 files changed, 46 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/85d902398734b160

New branch smueller/static_xsub
1 commit. 1 unique author. 1 unique committer.

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

Perldelta for static XSUBs
Steffen Mueller 1 file changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6e5676f3093c652c
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
46 commits. 12 unique authors. 6 unique committers.
40 files changed, 790 insertions(+), 505 deletions(-)
Net code removal: Reini Urban (245 lines)
Thanks, applied: Father Chrysostomos (6) Nicholas Clark (2) Steve Hay (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/78656f2d7ea5564c.tar.gz

Update AUTHORS following commit f5458e3a4f.
Steve Hay 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/78656f2d7ea5564c

Fix tabbing from commit f5458e3a4f and bump IO::Handle version.
Steve Hay 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1320cbfc8b33f8e1

Fix setting sockets nonblocking in Win32
Stephen Oberholtzer 1 file changed, 14 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f5458e3a4f5fed75

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

Restore (and slightly update) documentation about The Rules and the
Jesse Vincent 1 file changed, 51 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a101a7707032ceb9

Add another explicit synonym for the porters.
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/25f3a13c1eee8f4e

[perl #97076] Fix mad+threads bareword strict exemption
Father Chrysostomos 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4dc304e02d3569a2

perldelta update
Father Chrysostomos 1 file changed, 58 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bbc28bfcb28b9d71

Two AUTHORS fixes
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/10dcd143ab0245b0

Remove OPpENTERSUB_NOMOD from B::Concise
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8367b68105921d0d

Remove OPpENTERSUB_NOMOD.
Gerard Goossen 3 files changed, 0 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d26376f0cba86f87

Propagate lvalue context only to children of list ops which are not in void
Gerard Goossen 2 files changed, 14 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/5c906035ffb6b285

Fix tabbing and trailing whitespace from commit f1d35e3443
Steve Hay 1 file changed, 16 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/c192154b7b506019

Use the exception set in select (connect()) to early return when remote end
Karthik Rajagopalan 1 file changed, 15 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f1d35e3443aa8451

generic perldelta entry for prototype changes
Father Chrysostomos 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a67abb3a61237854

&CORE::not and &CORE::getprotobynumber
Father Chrysostomos 4 files changed, 7 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/0bbad7483f446e61

Give not and getprotobynumber listop prototypes
Father Chrysostomos 2 files changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dcbdef25d6257b58

Document and test $; prototype syntax
Father Chrysostomos 2 files changed, 17 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/3a8944db48a72ff3

Move checking of CV to GV assigned (OPpASSIGN_CV_TO_GV) from the peephole op
Gerard Goossen 1 file changed, 41 insertions(+), 45 deletions(-
http://perl5.git.perl.org/perl.git/commit/f2f8fd84e14dfcfc

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

Add Abigail as a release manager
Jesse Vincent 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d6655a35db9c09cc

CORE.pod: fix nit grammar
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5840c18f54d64eed

podcheck.t pod grammar fix
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5b1cac40b9ebeb00

Make lock(&foo) syntax nominally lock the subroutine
Father Chrysostomos 6 files changed, 16 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/f79aa60b66082c8b

Forgot one in d677d0fca41325ba7203de00652fdeb43659754a.
Craig A. Berry 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/186abd568524c217

Write some missing version strings in configure.com
Craig A. Berry 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/614391c851ec80dc

Correct some format strings in configure.com.
Craig A. Berry 1 file changed, 19 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d677d0fca41325ba

Improve comments about op_private bits. And move the non op specific flags t
Gerard Goossen 1 file changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1dafeec867743902

get authors.t passing again
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/60d42009cb8c5201

Update AUTHORS file and convert from Latin-1 to UTF-8
Keith Thompson 1 file changed, 34 insertions(+), 34 deletions(-
http://perl5.git.perl.org/perl.git/commit/055f85571268320d

perldiag.pod on defined %hash
Kevin Ryde 1 file changed, 15 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/f0ec97256486d075

perldelta for &CORE::foo
Father Chrysostomos 1 file changed, 24 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0afed34d529b803b

Update core_prototype’s docs
Father Chrysostomos 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a051f6c4b8aae71e

Move pp_-specific code out of core_prototype
Father Chrysostomos 6 files changed, 12 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/b66130dd0dcaf72b

Change core_prototype to take a keyword num
Father Chrysostomos 5 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/be1b855bbb2f62da

Add tests for precedence of CORE:: subs
Father Chrysostomos 1 file changed, 21 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6f9f564c230503d3

Add inlinable &CORE::functions
Father Chrysostomos 9 files changed, 284 insertions(+), 9 deletions(
http://perl5.git.perl.org/perl.git/commit/4aaa475724fbbc4a

Make core_prototype provide the op number as well
Father Chrysostomos 5 files changed, 22 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/9927957a90b2fe6b

Make sure the CORE package is always called CORE
Father Chrysostomos 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e058c50ad847ead2

Remove select’s prototype
Father Chrysostomos 3 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7391a1634af9fc4c

B::Terse and B::Xref were missing some documentation.
Reini Urban 3 files changed, 63 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/987f272968e350ef

remove the rest of pod/perlcompile.pod
Reini Urban 6 files changed, 0 insertions(+), 304 deletions(
http://perl5.git.perl.org/perl.git/commit/12972c3cf44efc6a

In makedef.pl, use %Config to avoid hardcoding the DLL version number.
Nicholas Clark 2 files changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d9f179d8be3032dd

Initial attempt at putting podcheck.t on a diet.
Craig A. Berry 1 file changed, 34 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/de4da25d0cf392a8

Trim trailing dots on VMS in podcheck.t.
Craig A. Berry 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8e263bd467d91d10

Check more than just the first word of the "Inconsistent C3" error message.
Nicholas Clark 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c3e4944bf469511c

Current branch davem/re_eval
1 commit. 1 unique author. 1 unique committer.
1 file changed, 127 insertions(+), 1 deletion(-)

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

re_eval and closures: add lots of TODO tests
David Mitchell 1 file changed, 127 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e04b85764f6d15d1

Current branch smueller/static_xsub
4 commits. 1 unique author. 1 unique committer.
8 files changed, 1065 insertions(+), 993 deletions(-)

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

Perldelta for static XSUBs
Steffen Mueller 1 file changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/65e9537ab1076cad

Make XSUBs static by default
Steffen Mueller 1 file changed, 15 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/6065f55e4f5f7898

Exlicitly enable exporting of some XSUB symbols
Steffen Mueller 4 files changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/642e6068d488374a

New XS keyword: EXPORT_XSUB_SYMBOLS
Steffen Mueller 3 files changed, 46 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/4a3a19787dd9c870

New branch chip/magicflags1
3 commits. 1 unique author. 1 unique committer.
Net code removal: Chip Salzenberg (78 lines)

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

leftover bug, perhaps unrelated, in Compress:::Raw::Zlib - uninitialized RET
Chip Salzenberg 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0023d991d9ad6844

fix final compression test errors - do not use _force macros on input string
Chip Salzenberg 1 file changed, 4 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/968b53bdaabb5b58

Fix SV flags for magic values
Chip Salzenberg 15 files changed, 495 insertions(+), 569 deletio
http://perl5.git.perl.org/perl.git/commit/a8215ad75251ceed

New branch drolsky/oo-docs
13 commits. 1 unique author. 1 unique committer.
Net code removal: Dave Rolsky (3501 lines)

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

Lots of updates based on feedback from sprout, including a few new sections
Dave Rolsky 1 file changed, 177 insertions(+), 80 deletions(
http://perl5.git.perl.org/perl.git/commit/f5cbe4d4fd5e52d2

Some changes based no sprout's feedback
Dave Rolsky 1 file changed, 17 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/c84b44501f276091

fix now-broken link to removed section in perlobj
Dave Rolsky 2 files changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/44efd534bb518f99

Add perldelta entries for all doc changes
Dave Rolsky 1 file changed, 13 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/a603b13f9fe1e2b8

Redo all examples using File and File::MP3
Dave Rolsky 1 file changed, 122 insertions(+), 114 deletions
http://perl5.git.perl.org/perl.git/commit/053da4b0bec5144f

Remove all references to old OO tutorial docs, and add refs to perlootut whe
Dave Rolsky 17 files changed, 27 insertions(+), 58 deletions
http://perl5.git.perl.org/perl.git/commit/be6e1f346615db03

remove all old OO tutorials (and perlbot)
Dave Rolsky 4 files changed, 0 insertions(+), 4597 deletions
http://perl5.git.perl.org/perl.git/commit/0f69f0ad65ac7fc8

Small revisions to the text to increase clarity, suggested by Philip Monsen
Dave Rolsky 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/5afb4cae0c74d0e1

Add more details on inside-out objects from David Golden, and an inside-out
Dave Rolsky 1 file changed, 40 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b9ab222c93a02d05

heavily revised perlobj.pod
Dave Rolsky 1 file changed, 730 insertions(+), 482 deletions
http://perl5.git.perl.org/perl.git/commit/a8e47a453275129e

Use same list of "when to use OO" criteria in perlmodstyle as in perlootut
Dave Rolsky 1 file changed, 30 insertions(+), 27 deletions(-
http://perl5.git.perl.org/perl.git/commit/6aa1a13440359475

Add Damian's list of when to use OO - copied from PBP
Dave Rolsky 1 file changed, 58 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a41efe24ab77c340

Check in new OO tutorial - perlootut
Dave Rolsky 1 file changed, 677 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/7c7b99c0b9988b11

New branch drolsky/test-perlrun
10 commits. 1 unique author. 1 unique committer.

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

Add _which_perl authors to copyright
Dave Rolsky 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c813c85303091ed2

Add a $VERSION
Dave Rolsky 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a9205b39ca18af79

Add perlrun() as an optional export and test it
Dave Rolsky 2 files changed, 66 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/13ee9bbd1094a5d8

Add PERLEXE to spelling whitelist
Dave Rolsky 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6c32426034189762

Add Test::PerlRun to Maintainers.pl
Dave Rolsky 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/95cf4b15827c149c

Delta entry for Test::PerlRun
Dave Rolsky 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8b7ec99099484b9f

Add Test-PerlRun to MANIFEST
Dave Rolsky 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ed2108f9d67eeaf0

Mention PERLEXE env var
Dave Rolsky 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d67c5b80b380eb22

Note t/test.pl copying in AUTHOR section
Dave Rolsky 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bcdbdcea7a175f22

first pass at Test::PerlRun
Dave Rolsky 5 files changed, 350 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/b941cf6eddacabc6
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
19 commits. 3 unique authors. 3 unique committers.
30 files changed, 395 insertions(+), 108 deletions(-)

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

Add OPpASSIGN_CV_TO_GV to B::Concise
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a264864ddee69cca

Add OPpDONT_INIT_GV to B::Concise
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a1cbc68fc572054c

pp.c:pp_rv2gv: Skip amagic check when vivifying a glob
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e4a1664ff161f516

&CORE::pwent()
Father Chrysostomos 2 files changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cc131e4093efdc1b

Ignore ExtUtils::Manifest's release tests in the core
Florian Ragwitz 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/447634a7648285ab

Upgrade ExtUtils::Manifest from version 1.59 to 1.60
Florian Ragwitz 3 files changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/54e0233510d7cf37

Swap the release suckers for 5.15.3 and 5.15.4
Florian Ragwitz 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4fb9242360ebc7d5

perldelta for perl #97010
Father Chrysostomos 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ab6ce8ea7f947e9b

[perl #97020] Carp (actually caller) leaking memory
Father Chrysostomos 4 files changed, 15 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/af80dd863acea845

Update perldiag/&CORE::%s cannot be called directly
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7530120a7b187fc2

Document &CORE::nullary() calls
Father Chrysostomos 2 files changed, 10 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/d47dcd9c7681849e

&CORE::wantarray()
Father Chrysostomos 5 files changed, 36 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/93f0bc4935f6ab55

&CORE::foo() for nullary functions
Father Chrysostomos 5 files changed, 226 insertions(+), 11 deletions
http://perl5.git.perl.org/perl.git/commit/7fa5bd9b5ba9d950

Add coreargs op
Father Chrysostomos 6 files changed, 20 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/deb8a388bf9e4429

rafl has accepted the burden of a maint release.
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b4d59f86ab96ed07

Dave Cross has been volunteered for a blead release
Jesse Vincent 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/008099e19ab466d0

Correct spelling of Kaňkovský
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1ef09ef9098cc92c

[perl #96126] Allocate CvFILE more simply
Father Chrysostomos 8 files changed, 59 insertions(+), 72 deletions(
http://perl5.git.perl.org/perl.git/commit/bad4ae388d727603

Add Max as a release victim
Jesse Vincent 1 file changed, 9 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/656b40dad946c578

Current branch maint-5.12
14 commits. 6 unique authors. 1 unique committer.
13 files changed, 241 insertions(+), 142 deletions(-)
Net code removal: David Mitchell (16 lines)
Thanks, applied: Father Chrysostomos (10)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ed4cfd1f0762ae57.tar.gz

perldelta for #75812
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ed4cfd1f0762ae57

RT #75812: apply get magic before checking flags, PVX
Tony Cook 2 files changed, 14 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/a7508b14cdf06d51

perldelta for ($<,$>)=... fix
Father Chrysostomos 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/81eebc3fbdd62475

Revert "Re: [perl #51636] segmentation fault with array ties"
David Mitchell 1 file changed, 3 insertions(+), 19 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3be560d07ca5eca2

perldelta for chop fix
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7ad8a0a5ad781a2e

handle perl extended utf8 start bytes
Tony Cook 2 files changed, 23 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/275185af646a56d1

perldelta update
Father Chrysostomos 1 file changed, 24 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0b75d8490f42fcbc

PATCH: correct misstatement, formats in perlunicode
Karl Williamson 1 file changed, 11 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/8a4be2acc0a9d3fe

Replace wrong tr/// table in perlebcdic.pod
Karl Williamson 1 file changed, 61 insertions(+), 45 deletions(-
http://perl5.git.perl.org/perl.git/commit/9410568d8622fbab

Fix perlebcdic for for 80 column tty; fix C<>s
Karl Williamson 1 file changed, 51 insertions(+), 47 deletions(-
http://perl5.git.perl.org/perl.git/commit/5e1b2ee46fa8bf90

PATCH: Make perluniprops.pod platform neutral
karl williamson (via RT) 1 file changed, 8 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a9a768c5949f58f6

Bump versions of charnames and Unicode::UCD after last patches
Rafael Garcia-Suarez 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ff42739fdba541e1

Adapt plan after last patch
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ff00b386a1ecadc0

PATCH [perl #72624] charnames::viacode(0) returns undef
Karl Williamson 4 files changed, 41 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/26f2b009aca98a03

Current branch smueller/static_xsub
5 commits. 1 unique author. 1 unique committer.
46 files changed, 867 insertions(+), 579 deletions(-)

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

Make the use of XS_EXTERNAL fall back to XS
Steffen Mueller 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e834117c63fd2c9d

Perldelta for static XSUBs
Steffen Mueller 1 file changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9d34fc58a32fd7ba

Make XSUBs static by default
Steffen Mueller 1 file changed, 15 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/ff738364b052f95f

Exlicitly enable exporting of some XSUB symbols
Steffen Mueller 4 files changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4399a1756efba493

New XS keyword: EXPORT_XSUB_SYMBOLS
Steffen Mueller 3 files changed, 46 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/056abf87132bd43f

New branch smoke-me/coresubsv
2 commits. 1 unique author. 1 unique committer.

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

Allow ampersand calls to CORE subs with (_) proto
Father Chrysostomos 3 files changed, 143 insertions(+), 7 deletions(
http://perl5.git.perl.org/perl.git/commit/5f8ffe694ce154c6

Add find_rundefsv2 function
Father Chrysostomos 4 files changed, 26 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/5f537e71f48dd1bf

New branch smoke-me/coresubsvi
3 commits. 1 unique author. 1 unique committer.

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

Enable ampersand calls to CORE subs with $$$ prototypes
Father Chrysostomos 3 files changed, 83 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/6d30f2b97df8bcfd

Simplify the CORE::__FOO__ op-generation code
Father Chrysostomos 4 files changed, 9 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/ff6d46152ba83ba0

Move coresub op-creation from gv.c to op.c
Father Chrysostomos 5 files changed, 54 insertions(+), 39 deletions(
http://perl5.git.perl.org/perl.git/commit/decd901096f90e31

New branch smoke-me/generated_headers
1 commit. 1 unique author. 1 unique committer.

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

Group 3 headers as $(generated_headers) in the *nix, VMS and Win32 makefiles
Nicholas Clark 4 files changed, 16 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/92b63b83f96447e1

New branch smoke-me/globvar
2 commits. 1 unique author. 1 unique committer.

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

Add t/porting/globvar.t, to sanity test globvar.sym on a *nix platform.
Nicholas Clark 5 files changed, 80 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/ce3ae8e9372c2c72

Handle PL_sh_path better in globvar.sym and makedef.pl
Nicholas Clark 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1aafaab79893a7df
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
57 commits. 14 unique authors. 12 unique committers.
134 files changed, 2734 insertions(+), 1210 deletions(-)
Net code removal: Karl Williamson (348 lines) Dominic Hargreaves (29 lines)
Thanks, applied: Father Chrysostomos (3) Jan Dubois (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/e4787c0c2a0ba733.tar.gz

SVTYPEMASK must be cast to (svtype) when comparing to SvTYPE()
Chip Salzenberg 3 files changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e4787c0c2a0ba733

Stop readline($foo) from autovivifying
Father Chrysostomos 2 files changed, 15 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/e59953eb69409565

close($undef) should not croak_no_modify
Father Chrysostomos 2 files changed, 12 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/ce74145d973236b7

Call get-magic once for implicit rv2gv in close(), etc.
Father Chrysostomos 4 files changed, 26 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/ed996e63f61a7ee2

Update Archive-Extract to CPAN version 0.56
Chris 'BinGOs' Williams 4 files changed, 40 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/aefcd4a25d09fa84

Upgrade Pod::Simple from version 3.18 to 3.19
Florian Ragwitz 44 files changed, 820 insertions(+), 191 deletio
http://perl5.git.perl.org/perl.git/commit/605278245c43587f

So much for ‘correcting’ a test!
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/64a8ad7041f9dfee

readdir.t: Remove erroneous comments; correct test
Father Chrysostomos 1 file changed, 4 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9baaa1e191fe9cbe

Remove null checks from pp_rv2gv
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/96293f4515aa214a

Run regen/uconfig_h.pl as part of the regen and regen_headers targets.
Nicholas Clark 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2caceca9d42200d3

Add t/porting/globvar.t, to sanity test globvar.sym on a *nix platform.
Nicholas Clark 5 files changed, 80 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/1f7ae1bebc8320dc

Handle PL_sh_path better in globvar.sym and makedef.pl
Nicholas Clark 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8dd15074b0ebb000

Group 3 headers as $(generated_headers) in the *nix, VMS and Win32 makefiles
Nicholas Clark 4 files changed, 16 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/9387abf86b0530ac

perlfunc: List all prototypes for lstat
Father Chrysostomos 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7ded94be2753f434

Strip S<> formatting codes from diagnostics output
Matthew Horsfall (alh) 3 files changed, 15 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/524e918826a7e5c1

[perl #95530] BigRat int(-1/2) == 0
Father Chrysostomos 3 files changed, 20 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/d93f0209d1eb23b0

Sync Module-CoreList version in Maintainers.pl with version on CPAN
Chris 'BinGOs' Williams 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b73ad6a4f6b1c6b2

Only list non-static undocumented funcs in perlintern
Father Chrysostomos 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/79fc8511e49123b4

Revise perlintern’s descr of undocumented funcs
Father Chrysostomos 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2616800a6ed97301

perlfaq: remove 1 link; correct another
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8a62f54fb8cb0951

Add quick note to perlfaq main page about searching the perlfaq
Matthew Horsfall 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ce46a4002e329bd0

Update Archive-Extract to CPAN version 0.54
Chris 'BinGOs' Williams 3 files changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4afdee4cfae839a7

Remove user-defined casing feature
Karl Williamson 8 files changed, 20 insertions(+), 368 deletions
http://perl5.git.perl.org/perl.git/commit/5d1892be338d6bf9

skip a test that requires Cwd under miniperl
Tony Cook 1 file changed, 12 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3712c77bc49a626e

skip the defined *+ and *- tests on miniperl
Tony Cook 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/811a7562647ede60

Fix Configure's csym test for gcc's link time optimisation
H.Merijn Brand 1 file changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e820c6d6a6d0a882

boot_Win32CORE needs to be XS_EXTERNAL() following commit ab1478f7146843f7.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e18249a59ddbc899

Add tests for defined(*builtin)
Father Chrysostomos 1 file changed, 48 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/5e9f035f8d446559

Make rv2gv return autovivified magic GVs
Father Chrysostomos 2 files changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/99fc7eca408edfc4

Make defined(${'$'}) return true
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f8326b3e75b86d98

Remove obsolete paragraph from perlintern/is_gv_magical_sv
Father Chrysostomos 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ea3b834e87e81ac3

Add tests for unlink
Father Chrysostomos 2 files changed, 39 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/17fa2594a536c743

Make unlink with implicit $_ work once more
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/72ec8a821beca962

Mention the 5.14 and 5.15 tracks.
Abigail 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c1ff15b2b4d6172b

Changelog/version bump for ExtUtils::ParseXS
Steffen Mueller 2 files changed, 17 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/9c6bc1776606dba7

Make sure to strip trailing semicolons from inputmap
Steffen Mueller 4 files changed, 17 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/4fdacf635adc3ab8

Fix C++ build following commit ab1478f7146843f7.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/45fef53488278d88

Bump $ExtUtils::ParseXS::VERSION following commit 948e998797279292.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/94663e6b0c2060e4

add the 5.15.2 epigraph
Ricardo Signes 1 file changed, 24 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bfb65171e6748bad

Make the use of XS_EXTERNAL fall back to XS
Steffen Mueller 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e9510e8f3503e275

Perldelta for static XSUBs
Steffen Mueller 1 file changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7ec04da5b5eb2040

Make XSUBs static by default
Steffen Mueller 1 file changed, 15 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/ab1478f7146843f7

Exlicitly enable exporting of some XSUB symbols
Steffen Mueller 4 files changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9777c6aa10762bfb

New XS keyword: EXPORT_XSUB_SYMBOLS
Steffen Mueller 3 files changed, 46 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/948e998797279292

Refactor unpack’s newDEFSVOP logic; correct prototype
Father Chrysostomos 6 files changed, 17 insertions(+), 32 deletions(
http://perl5.git.perl.org/perl.git/commit/ea5703f415b018a4

Correct test in defins.t
Father Chrysostomos 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f912a4747f84557c

Test unpack with no args
Father Chrysostomos 1 file changed, 11 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/54b894fa875e3ffe

[perl #96000] Apply standard copyright license statement
Dominic Hargreaves 2 files changed, 2 insertions(+), 31 deletions(-
http://perl5.git.perl.org/perl.git/commit/608704e1f3b32d0b

update TOC for perl5153delta
Ricardo Signes 10 files changed, 22 insertions(+), 15 deletions
http://perl5.git.perl.org/perl.git/commit/f25d4e0545b63ee4

create perldelta.pod for 5.12.3
Ricardo Signes 3 files changed, 659 insertions(+), 264 deletion
http://perl5.git.perl.org/perl.git/commit/63ac71b9616b2437

add new release to perlhist
Ricardo Signes 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7035badac73e5700

remove boilerplate text from perldelta
Ricardo Signes 1 file changed, 3 insertions(+), 243 deletions(-
http://perl5.git.perl.org/perl.git/commit/a7cb779ca7e1dbe3

update perldelta for release;
Ricardo Signes 1 file changed, 47 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/310913d440dcee34

WIP
Ricardo Signes 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dc80b0c6549ea0e8

Update Module::CoreList for 5.x.y
Ricardo Signes 2 files changed, 686 insertions(+), 9 deletions(
http://perl5.git.perl.org/perl.git/commit/2f183b4111db3983

bump version to 5.12.2 using Porting/bump-perl-version
Ricardo Signes 21 files changed, 142 insertions(+), 142 deletio
http://perl5.git.perl.org/perl.git/commit/eef7c73e44b9729e

&CORE::fork()
Father Chrysostomos 2 files changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4d3492ca676f32fc

Current branch drolsky/oo-docs
13 commits. 1 unique author. 1 unique committer.
114 files changed, 2707 insertions(+), 1441 deletions(-)
Net code removal: Dave Rolsky (3501 lines)

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

Lots of updates based on feedback from sprout, including a few new sections
Dave Rolsky 1 file changed, 177 insertions(+), 80 deletions(
http://perl5.git.perl.org/perl.git/commit/6aa70a5ba5254c1e

Some changes based no sprout's feedback
Dave Rolsky 1 file changed, 17 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/621313edafa347de

fix now-broken link to removed section in perlobj
Dave Rolsky 2 files changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7a1d9a2deaa95a6a

Add perldelta entries for all doc changes
Dave Rolsky 1 file changed, 13 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/ec82c89f544ca54b

Redo all examples using File and File::MP3
Dave Rolsky 1 file changed, 122 insertions(+), 114 deletions
http://perl5.git.perl.org/perl.git/commit/0866c2ae5220a946

Remove all references to old OO tutorial docs, and add refs to perlootut whe
Dave Rolsky 17 files changed, 27 insertions(+), 58 deletions
http://perl5.git.perl.org/perl.git/commit/a626b4e9ebd0c16d

remove all old OO tutorials (and perlbot)
Dave Rolsky 4 files changed, 0 insertions(+), 4597 deletions
http://perl5.git.perl.org/perl.git/commit/2069e932ea38ce8e

Small revisions to the text to increase clarity, suggested by Philip Monsen
Dave Rolsky 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/54227c51d5d5e9ca

Add more details on inside-out objects from David Golden, and an inside-out
Dave Rolsky 1 file changed, 40 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c6d65f4ec175b277

heavily revised perlobj.pod
Dave Rolsky 1 file changed, 730 insertions(+), 482 deletions
http://perl5.git.perl.org/perl.git/commit/b411e0236fea51ab

Use same list of "when to use OO" criteria in perlmodstyle as in perlootut
Dave Rolsky 1 file changed, 30 insertions(+), 27 deletions(-
http://perl5.git.perl.org/perl.git/commit/16b7a4416c4b859a

Add Damian's list of when to use OO - copied from PBP
Dave Rolsky 1 file changed, 58 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/563dc43992f82aaa

Check in new OO tutorial - perlootut
Dave Rolsky 1 file changed, 677 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/47785d72fb497301

Current branch maint-5.12
1 commit. 1 unique author. 1 unique committer.
1 file changed, 9 insertions(+), 0 deletions(-)

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

Mention (lack of) split to @_ in 5.12.0 in perldelta
Father Chrysostomos 1 file changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/886786c2eb986252

Current branch smoke-me/makedef
11 commits. 1 unique author. 1 unique committer.
134 files changed, 4092 insertions(+), 3625 deletions(-)
Net code removal: Nicholas Clark (913 lines)

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

In embed.pl, inline walk_table() into its only caller.
Nicholas Clark 1 file changed, 6 insertions(+), 27 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9a74680e95f6928b

Eliminate global.sym, as makedef.pl can generate it internally.
Nicholas Clark 17 files changed, 55 insertions(+), 969 deletion
http://perl5.git.perl.org/perl.git/commit/7aafb295d4b13434

Add regen/embed_lib.pl, for the code that processes embed.fnc and regen/opco
Nicholas Clark 3 files changed, 143 insertions(+), 133 deletion
http://perl5.git.perl.org/perl.git/commit/55e1c495179cb5ad

In embed.pl, move processing embed.fnc and regen/opcodes into a function.
Nicholas Clark 1 file changed, 91 insertions(+), 86 deletions(-
http://perl5.git.perl.org/perl.git/commit/2eeb644007649e7e

In embed.pl, refactor the handling of varargs *_nocontext wrappers.
Nicholas Clark 1 file changed, 17 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/1eb7a34462f1fbd1

In makedef.pl, move handling of $ARGS{TARG_DIR} to the open statements.
Nicholas Clark 1 file changed, 12 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/74fb507f603a3cf2

In makedef.pl, defaulting $ARGS{TARG_DIR} to '' simplifies the code.
Nicholas Clark 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6484d5615bbf6e27

Test the TARG_DIR argument to makedef.pl too.
Nicholas Clark 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e891757b90ec52a3

In makedef.pl, no need to store 'config.h' in a variable.
Nicholas Clark 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d2ba53bfe2949ca6

In embed.pl, simplify the code that parses regen/opcodes.
Nicholas Clark 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6721b789f32eec70

embed.pl was relying on embed.fnc starting with a pre-processor directive.
Nicholas Clark 1 file changed, 24 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/b54a015b3496238d

Current branch smoke-me/microperl
2 commits. 1 unique author. 1 unique committer.
1233 files changed, 203043 insertions(+), 83566 deletions(-)

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

For microperl, prefix generateuudmap and the 3 generated headers with u.
Nicholas Clark 2 files changed, 23 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/5d1476c8230b8b45

Group 3 headers as $(generated_headers) in microperl's Makefile.
Nicholas Clark 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bbae3d9217edfddf

New branch smoke-me/coresubsvii
9 commits. 1 unique author. 1 unique committer.

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

Allow ampersand calls for CORE subs with $*$$**$ protos
Father Chrysostomos 4 files changed, 108 insertions(+), 24 deletions
http://perl5.git.perl.org/perl.git/commit/c3441a2f451b925d

Add private coreargs flags for vivifying GVs
Father Chrysostomos 2 files changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/86da035d02d7d158

Move most of pp_rv2gv into a static function
Father Chrysostomos 1 file changed, 44 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/c4ca1ea97ea95c46

Invert the list of &-able functions in gv.c
Father Chrysostomos 1 file changed, 28 insertions(+), 31 deletions(-
http://perl5.git.perl.org/perl.git/commit/7f31eec79f6bbfcf

Enable ampersand calls to CORE subs with $$$ prototypes
Father Chrysostomos 3 files changed, 79 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/8912e156ca6c62ed

Simplify the CORE::__FOO__ op-generation code
Father Chrysostomos 4 files changed, 9 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/4f279f813555f00a

Move coresub op-creation from gv.c to op.c
Father Chrysostomos 5 files changed, 54 insertions(+), 39 deletions(
http://perl5.git.perl.org/perl.git/commit/bec009aa8a85862e

Allow ampersand calls to CORE subs with (_) proto
Father Chrysostomos 3 files changed, 141 insertions(+), 7 deletions(
http://perl5.git.perl.org/perl.git/commit/89f55149e4a9af55

Add find_rundefsv2 function
Father Chrysostomos 4 files changed, 26 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/3ff75d50225098e4

New branch smoke-me/makedef0
1 commit. 1 unique author. 1 unique committer.
Net code removal: Nicholas Clark (28 lines)

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

In makedef.pl, no longer any need to duplicate logic from perl.h
Nicholas Clark 2 files changed, 0 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/f526348b03790a91

1 ... 5 6 7 8 9 10 11 12 13 ... 18  View All