Mailing List Archive

1 ... 10 11 12 13 14 15 16 17 18  View All
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
19 commits. 7 unique authors. 5 unique committers.
22 files changed, 294 insertions(+), 133 deletions(-)
Net code removal: Nicholas Clark (37 lines)
Thanks, applied: Nicholas Clark (3) David Mitchell (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/eb69df04a640b905.tar.gz

update AUTHORS
David Mitchell 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/eb69df04a640b905

fix two my_setenv/my_clearenv bugs
Markus Jansen 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ba88ff58c874dab4

Merge in -DPERL_NO_INLINE_FUNCTIONS and t/porting/extrefs.t which tests it.
Nicholas Clark 2 parents
http://perl5.git.perl.org/perl.git/commit/b4e3b2cea727ac10

Add a space after -o to keep Darwin's g++ happy, in t/porting/extrefs.t
Nicholas Clark 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/128e8abda5a00064

Add a "verbose" option to t/porting/extrefs.t for debugging.
Nicholas Clark 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5069e7f01f3b3e49

support MSWin32 too
Tony Cook 1 file changed, 16 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/11dc1f92576f5aec

remove code for non-core builds and "modernize"
Tony Cook 1 file changed, 20 insertions(+), 69 deletions(-
http://perl5.git.perl.org/perl.git/commit/d8846a9693bac70d

test that perl headers don't introduce external references
Tony Cook 2 files changed, 156 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/68fd3ca593e27026

If PERL_NO_INLINE_FUNCTIONS is defined, don't include "inline.h"
Nicholas Clark 3 files changed, 18 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/c7627e6d4346964c

Revert "Change the warning for $* to add ", and will become a syntax error".
Nicholas Clark 4 files changed, 19 insertions(+), 29 deletions(
http://perl5.git.perl.org/perl.git/commit/4f650b80ec9c5c96

Revert "Add a deprecation warning for all uses of @*, %*, &* and **."
Nicholas Clark 4 files changed, 8 insertions(+), 53 deletions(-
http://perl5.git.perl.org/perl.git/commit/5b6da579918d96df

Deprecate spaces/comments in some regex tokens
Karl Williamson 4 files changed, 44 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/000947ada5b027f3

lib/utf8_heavy.pl: Fix separated '(?' token
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/eb5682978c85adb0

PATCH: [perl #117327]: Sequence (?#...) not recognized in regex
Karl Williamson 2 files changed, 20 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/182b0c3f66c6c5a9

reg_mesg.t: Turn off regexp warns along with deprecated
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c2a42ab2c12f5756

Carp: add a test for top-of-stack longmess
Ricardo Signes 1 file changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d7687301820945f4

Carp: distinguish deleted stash from top of stack
Ricardo Signes 2 files changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c541cacff57e9d56

I cannot find shorter URL's
H.Merijn Brand 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0d8492ed50b289c6

Update HP-UX readme
H.Merijn Brand 1 file changed, 44 insertions(+), 37 deletions(-
http://perl5.git.perl.org/perl.git/commit/34d1470613b86b90

Current branch smoke-me/nicholas/rt-117687
1 commit. 1 unique author. 1 unique committer.
6 files changed, 65 insertions(+), 45 deletions(-)
Thanks, applied: Nicholas Clark (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/275227021431a7db.tar.gz

Use PTR2IV() instead of casting a pointer to IV, to avoid warnings.
Robin Barker 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/275227021431a7db

New branch rjbs/carp-stack-top
2 commits. 1 unique author. 1 unique committer.

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

Carp: add a test for top-of-stack longmess
Ricardo Signes 1 file changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/90d21669c717e777

Carp: distinguish deleted stash from top of stack
Ricardo Signes 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6b2121fe25c3eebc

New branch smoke-me/Test-Harness-3.28
1 commit. 1 unique author. 1 unique committer.

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

Update Test-Harness to CPAN version 3.27
Nicholas Clark 58 files changed, 450 insertions(+), 154 deletio
http://perl5.git.perl.org/perl.git/commit/24ee7f33de5a04e4

New branch smoke-me/khw-5.18
10 commits. 5 unique authors. 1 unique committer.
Net code removal: Nicholas Clark (1 line)
Thanks, applied: Karl Williamson (6)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/2bb6547d3ec05dd7.tar.gz

Deprecate spaces/comments in some regex tokens
Karl Williamson 4 files changed, 44 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/2bb6547d3ec05dd7

lib/utf8_heavy.pl: Fix separated '(?' token
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9bbad7eaee989962

PATCH: [perl #117327]: Sequence (?#...) not recognized in regex
Karl Williamson 2 files changed, 20 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/12b2dcd92b472d88

reg_mesg.t: Turn off regexp warns along with deprecated
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a8857baed2f74cc5

I cannot find shorter URL's
H.Merijn Brand 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/166eb6a99d803270

Update HP-UX readme
H.Merijn Brand 1 file changed, 44 insertions(+), 37 deletions(-
http://perl5.git.perl.org/perl.git/commit/02340dd8d6dfd14f

Remove a comment made obsolete by commit 213f370f28504f3a.
Nicholas Clark 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ca783d1c55db4237

update known_pod_issues.dat to account for the README.macosx change
Tony Cook 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0f0f44fc2635e2c5

updating README.macosx to reflect current systems.
Breno G. de Oliveira 1 file changed, 47 insertions(+), 29 deletions(-
http://perl5.git.perl.org/perl.git/commit/f020fcb02a4c90a5

[perl #117743] don't warn on $@ = undef; die;
Tony Cook 2 files changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5b7c9d2c03fbac7e

New branch smoke-me/nicholas/rt-117031
2 commits. 1 unique author. 1 unique committer.

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

Regenerate perly.h and perly.tab using Bison 2.7
Nicholas Clark 2 files changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/183bd084e37c495f

Improve the logic in regen_perly.pl for manually generating token macros.
Nicholas Clark 4 files changed, 11 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/e34b330125744a85

Deleted branch smoke-me/khw-vos

Deleted branch smoke-me/nicholas/TAP-Parser-diet

Deleted branch smoke-me/nicholas/doublestar-minitrue

Deleted branch smoke-me/nicholas/extrefs
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
70 commits. 13 unique authors. 10 unique committers.
80 files changed, 3690 insertions(+), 7007 deletions(-)
Net code removal: Ricardo Signes (3744 lines)
Thanks, applied: Ricardo Signes (17) Nicholas Clark (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/d5f315e803fe1953.tar.gz

pod/perldelta: Add in some deprecations; fix a typo
Karl Williamson 1 file changed, 17 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d5f315e803fe1953

bump dist/IO/lib/IO/Handle.pm version to 1.34
Dominic Hargreaves 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/587ccce256c1fcfe

[perl #117791] Clarify that write does not match the C 'write' semantics
Dominic Hargreaves 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2e70af16400b46f7

document and improve hash algorithm randomization related build options
Yves Orton 4 files changed, 77 insertions(+), 49 deletions(
http://perl5.git.perl.org/perl.git/commit/e6b54db65c0cdda6

cleanup and test PERL_PERTURB_KEYS environment variable handling
Yves Orton 4 files changed, 83 insertions(+), 32 deletions(
http://perl5.git.perl.org/perl.git/commit/a2098e2036fea6a0

remove the 5.17 deltas, update for 5.18
Ricardo Signes 18 files changed, 14 insertions(+), 6078 deletio
http://perl5.git.perl.org/perl.git/commit/f13a3008d1d04fc1

put the perldelta we had been working on in place
Ricardo Signes 3 files changed, 2794 insertions(+), 3007 deleti
http://perl5.git.perl.org/perl.git/commit/5ed58cbd0b844b8a

update perldiag with new warnings
Ricardo Signes 1 file changed, 16 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/44abfe822fdc028f

regenerate uconfig.h and META.json
Ricardo Signes 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2654f2998af49321

Bump version to 5.18.0-RC0
Ricardo Signes 25 files changed, 191 insertions(+), 190 deletio
http://perl5.git.perl.org/perl.git/commit/4f9ffe5913849a7e

The URL for the dist source repo changed
H.Merijn Brand 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7c1269c390077d17

RMG: say that for maint there are two RMG versions
David Mitchell 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/74648505dad13815

RMG: add note about maint and Module::CoreList
David Mitchell 1 file changed, 15 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/89781932edba9325

RMG: maint perlhist: change from push to pull
David Mitchell 1 file changed, 17 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/80dd5f25070be474

RMG: maint perldeltas: change from push to pull
David Mitchell 1 file changed, 25 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f6b1864d179797c2

add PERL_NEW_COPY_ON_WRITE to perl -V output
David Mitchell 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2542212d9b73d032

hoping this works finally. gcc is too permissive with my build options
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/36dc22073c0c9dba

document Hash::Util::hash_traversal_mask()
Yves Orton 1 file changed, 22 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4950784de8a40c6d

fix build issue with picky compilers
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/42b49dd2b85336d2

Ensure -DUSE_PERLIO gets into Config's ccflags when using dmake on Windows
Steve Hay 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/43d4c9a308c81359

Make it possible to disable and control hash key traversal randomization
Yves Orton 18 files changed, 342 insertions(+), 106 deletio
http://perl5.git.perl.org/perl.git/commit/6a5b4183fb790111

Removed confusing reference to new in ties perlfunc entry
Brad Gilbert 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/64c33badc975262c

improve unpackstring() API docs
David Mitchell 1 file changed, 15 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/21ebfc7a520e60b3

Revert "Update docs to concur with $`,$&,$' changes"
David Mitchell 4 files changed, 24 insertions(+), 47 deletions(
http://perl5.git.perl.org/perl.git/commit/e1fd41328c84acca

make /(?p:...)/ keep RXf_PMf_KEEPCOPY flag
David Mitchell 2 files changed, 15 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/1e1a6340cf580169

Use PTR2IV() instead of casting a pointer to IV, to avoid warnings.
Robin Barker 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c85236310706ac0b

Improve the logic in regen_perly.pl for manually generating token macros.
Nicholas Clark 4 files changed, 11 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/9c221ee4de41f3d9

Fix non-blocking sockets on VMS.
Craig A. Berry 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d358b6cc0072c98e

Merge perldelta for 5.18, work from past weeks
Ricardo Signes 2 parents
http://perl5.git.perl.org/perl.git/commit/c37c89bfb73fcc6c

perldelta: split change is incompatible
Ricardo Signes 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/630b378604c9e5d7

perldelta: "corrupts"
Smylers 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5edbea1a6d46ae90

perldelta: singular agreement
Smylers 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cf73d5282c6f3a21

perldelta: "no" missing
Smylers 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e6792b87994b27a4

perldelta: unwanted comma removed
Smylers 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/90505d7edcd5b554

perldelta: mark $_ as code in header
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5c4bbbc1f98e02d0

perldelta: "continuation of"
Smylers 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/643fe176645285fd

perldelta: fatal error is an error, not a warning
Smylers 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/e4c2d1252d1e447f

perldelta: semicolon there isn't code
Smylers 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d1f8c2bf728941ae

perldelta: extraneous word removed
Smylers 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c4191fe72cd2fd17

perldelta: join sentence fragment
Smylers 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a9b1b9e1c77ec02c

perldelta: avoid comma splice
Smylers 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0ec66c936905cef4

perldelta: short-circuit cross-reference chain
Smylers 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f35ac54ab9840879

perldelta: DTrace probes as bullet list
Smylers 1 file changed, 9 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7dac98c669a11892

perldelta: spelling fix
Smylers 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5efcf1098a4c1e17

perldelta: an env var doesn't do anything itself
Smylers 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e4dc5aa5394712d4

perldelta: missing parenthetical comma
Smylers 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fcc54d47b677c5d7

perldelta: "order" is intended word
Smylers 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0309f1e208d4f052

warn of more things to be removed
Ricardo Signes 1 file changed, 20 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/71b6ff970987c685

carry forward future deprecations from 5.16 delta
Ricardo Signes 1 file changed, 46 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bea832c0be9092f8

perldelta: mention the removal of BeOS
Ricardo Signes 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d5ed3fc2756cd318

perldelta: the selected bugs
Ricardo Signes 1 file changed, 94 insertions(+), 175 deletions(
http://perl5.git.perl.org/perl.git/commit/30bcad585ed58d2b

perldelta: miscellaneous editing in the middle parts
Ricardo Signes 1 file changed, 34 insertions(+), 120 deletions(
http://perl5.git.perl.org/perl.git/commit/9abd6633a46be487

perldelta: deprecations section
Ricardo Signes 1 file changed, 15 insertions(+), 117 deletions(
http://perl5.git.perl.org/perl.git/commit/1ebc7ce8974c19e4

perldelta: the incompatible changes section
Ricardo Signes 1 file changed, 124 insertions(+), 143 deletions
http://perl5.git.perl.org/perl.git/commit/2516b9f0216623b7

perldelta: finish reordering and first pass through Core Enh.
Ricardo Signes 1 file changed, 53 insertions(+), 50 deletions(-
http://perl5.git.perl.org/perl.git/commit/d29861e7f4e6c523

experimental feature warning categories have ::
Ricardo Signes 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7a3f436eb2174f80

perldelta: collect hash changes
Ricardo Signes 1 file changed, 62 insertions(+), 55 deletions(-
http://perl5.git.perl.org/perl.git/commit/5946c0674531eec5

perldelta: tweak/fix "earlier changes" section
Ricardo Signes 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dac2f7cffe317d62

import perl51710delta content to perl5180delta
Ricardo Signes 1 file changed, 46 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0d14622304a01eae

import perl5179delta content to perl5180delta
Ricardo Signes 1 file changed, 252 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/e7ae12cf2f8c6d28

import perl5178delta content to perl5180delta
Ricardo Signes 1 file changed, 135 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/816361ee6be5c5a6

import perl5177delta content to perl5180delta
Ricardo Signes 1 file changed, 273 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/d268df4d88aea33b

import perl5176delta content to perl5180delta
Ricardo Signes 1 file changed, 223 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/7e7c78a1cded5e81

import perl5175delta content to perl5180delta
Ricardo Signes 1 file changed, 281 insertions(+), 26 deletions(
http://perl5.git.perl.org/perl.git/commit/f7b06e7f83fa8041

import perl5174delta content to perl5180delta
Ricardo Signes 1 file changed, 478 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/00785cb74560fe65

import perl5173delta content to perl5180delta
Ricardo Signes 1 file changed, 258 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/94b31d3f16f0c2f3

import perl5172delta content to perl5180delta
Ricardo Signes 1 file changed, 311 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/37133b209f9a98eb

import perl5171delta content to perl5180delta
Ricardo Signes 1 file changed, 388 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/0fef449b0b391169

import perl5170delta content to perl5180delta
Ricardo Signes 1 file changed, 190 insertions(+), 53 deletions(
http://perl5.git.perl.org/perl.git/commit/0bba4573e9485565

Fix typo in Module::CoreList POD
Chris 'BinGOs' Williams 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a1b61b289724f8b6

Current branch bingos/coreutils
2 commits. 1 unique author. 1 unique committer.
3 files changed, 859 insertions(+), 85 deletions(-)

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

Add Module::CoreList::Utils module
Chris 'BinGOs' Williams 3 files changed, 859 insertions(+), 85 deletions
http://perl5.git.perl.org/perl.git/commit/ad3adb62fe2f15d9

Sanitise the 5.xxx versions
Chris 'BinGOs' Williams 1 file changed, 12 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/9ea5e0c4844bcdf8

Current branch smoke-me/nicholas/genpacksizetables
35 commits. 2 unique authors. 1 unique committer.
58 files changed, 3616 insertions(+), 1694 deletions(-)
Net code removal: Nicholas Clark (1018 lines)
Thanks, applied: Nicholas Clark (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/bd11802966f714d8.tar.gz

Eliminate the implementations of [hv]to[vh][ls] for mixed-endian systems.
Nicholas Clark 2 files changed, 6 insertions(+), 103 deletions(
http://perl5.git.perl.org/perl.git/commit/bd11802966f714d8

Eliminate Perl_my_swabn(), as it is now unused.
Nicholas Clark 4 files changed, 0 insertions(+), 26 deletions(-
http://perl5.git.perl.org/perl.git/commit/de798883228f6772

When endian-swapping in pack, simply copy the bytes in reverse order.
Nicholas Clark 3 files changed, 67 insertions(+), 74 deletions(
http://perl5.git.perl.org/perl.git/commit/16a19a45fd40b9db

Pass 'needs_swap' as a parameter to SHIFT_BYTES.
Nicholas Clark 1 file changed, 32 insertions(+), 29 deletions(-
http://perl5.git.perl.org/perl.git/commit/46e2493d8a4ebb00

When endian-swapping in unpack, simply copy the bytes in reverse order.
Nicholas Clark 1 file changed, 26 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6802bef88370fc8c

Fold the implementation of DO_BO_UNPACK into SHIFT_BYTES(), its only user.
Nicholas Clark 1 file changed, 3 insertions(+), 29 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5b2b19df12565354

Re-implement SHIFT16 and SHIFT32 as wrappers to SHIFT_BYTES.
Nicholas Clark 1 file changed, 6 insertions(+), 20 deletions(-)
http://perl5.git.perl.org/perl.git/commit/57287a1660702ac0

Refactor the two uses of SHIFT{16,32} not followed by DO_BO_UNPACK().
Nicholas Clark 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/23516e828cf39c60

Remove the now unused 'type' argument from the macros DO_BO_(UN)?PACK.
Nicholas Clark 1 file changed, 41 insertions(+), 41 deletions(-
http://perl5.git.perl.org/perl.git/commit/3a4d94a2f9157978

As DO_BO_(UN)?PACK are now implemented with my_swabn(), simplify 'J' and 'j'
Nicholas Clark 2 files changed, 4 insertions(+), 38 deletions(-
http://perl5.git.perl.org/perl.git/commit/7d48e3bfd0c9a6d4

Merge the identical definitions of DO_BO_UNPACK and DO_BO_PACK.
Nicholas Clark 1 file changed, 0 insertions(+), 39 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9983f6f6f5a9cdca

Swap byte order in DO_BO_(UN)?PACK based on a variable needs_swap.
Nicholas Clark 1 file changed, 19 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/51e075c7aacd052c

DO_BO_{UN,}PACK can use my_swabn() directly.
Nicholas Clark 2 files changed, 4 insertions(+), 25 deletions(-
http://perl5.git.perl.org/perl.git/commit/964e774220fe79bc

Use DO_BO_{UN,}PACK in place of DO_BO_UNPACK_{N,PC}
Nicholas Clark 1 file changed, 11 insertions(+), 92 deletions(-
http://perl5.git.perl.org/perl.git/commit/e3e6cb1e0ed7251e

Eliminate my_{hto[bl]e,[bl]etoh}{16,32,64,s,i,l} as nothing now uses them.
Nicholas Clark 5 files changed, 0 insertions(+), 519 deletions(
http://perl5.git.perl.org/perl.git/commit/31304990f55447a2

In pp_pack.c, refactor DO_BO_(UN)?PACK to use my_letohn etc
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/896b17da0794070f

In pp_pack.c, refactor DO_BO_(UN)?PACK_PTR to use my_letohn etc
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/518f67394c494c3c

In pp_pack.c, refactor DO_BO_(UN)?PACK_N to use sizeof() on the variable.
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c707e4e8bdedca3d

Refactor macros in pp_pack.c, removing support for mixed-endian byte orders.
Nicholas Clark 1 file changed, 77 insertions(+), 48 deletions(-
http://perl5.git.perl.org/perl.git/commit/10085313160b3516

Eliminate the conditionally-compiled fallback functions for htonl etc.
Nicholas Clark 5 files changed, 13 insertions(+), 89 deletions(
http://perl5.git.perl.org/perl.git/commit/36be6318e2653a73

Remove buggy loop-based byte swapping code.
Nicholas Clark 2 files changed, 3 insertions(+), 40 deletions(-
http://perl5.git.perl.org/perl.git/commit/968e271c5bf88ac8

Update the Win32 miniperl conditional compilation, for the htonl etc changes
Nicholas Clark 1 file changed, 6 insertions(+), 14 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dc415a32f473f537

Fallbacks for ntohl, ntohs, htonl and htons for little endian systems.
Nicholas Clark 1 file changed, 24 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/27d23452064f51e3

Provide ntohl, ntohs, htonl and htons no-op macros on big endian systems.
Nicholas Clark 3 files changed, 9 insertions(+), 30 deletions(-
http://perl5.git.perl.org/perl.git/commit/3f4cfee87bb21c60

Provide vtohl, vtohs, htovl and htovs no-op macros on little endian systems.
Nicholas Clark 3 files changed, 11 insertions(+), 21 deletions(
http://perl5.git.perl.org/perl.git/commit/92504f8a11d14bd4

vtohl, vtohs, htovl and htovs are no-ops on 64 bit little endian systems.
Nicholas Clark 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5416437f22508737

Eliminate the definitions for DO_BO_PACK_P and DO_BO_UNPACK_P.
Nicholas Clark 1 file changed, 0 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c11ed8cb52d17890

Eliminate pre-5.9.x conditional code for PERL_PACK_CAN_SHRIEKSIGN
Nicholas Clark 3 files changed, 11 insertions(+), 87 deletions(
http://perl5.git.perl.org/perl.git/commit/8ecc09b61646c262

Eliminate pre-5.9.x conditional code for PERL_PACK_CAN_BYTEORDER
Nicholas Clark 1 file changed, 0 insertions(+), 25 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a1da16166a04e613

Add regen/genpacksizetables.pl to t/porting/regen.t
Nicholas Clark 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/026dab93aa53092d

Move genpacksizetables.pl to regen/genpacksizetables.pl
Nicholas Clark 4 files changed, 127 insertions(+), 127 deletion
http://perl5.git.perl.org/perl.git/commit/1f3387b0b74714c6

Refactor genpacksizetables.pl to use regen/regen_lib.pl
Nicholas Clark 2 files changed, 12 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/5ea05b84bab5561c

Extract the generated packprops array into packsizetables.c.
Nicholas Clark 3 files changed, 251 insertions(+), 249 deletion
http://perl5.git.perl.org/perl.git/commit/0b94458c6c86c039

Propagate a change from commit 1651fc447620d361 into genpacksizetables.pl.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/408ac63890bc98a3

genpacksizetables.pl: Correct comment typo
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/33dc1bc82e7c1676

New branch rjbs/release-5.18
5 commits. 1 unique author. 1 unique committer.
Net code removal: Ricardo Signes (6260 lines)

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

remove the 5.17 deltas, update for 5.18
Ricardo Signes 18 files changed, 14 insertions(+), 6078 deletio
http://perl5.git.perl.org/perl.git/commit/9d055c6596c43e10

put the perldelta we had been working on in place
Ricardo Signes 3 files changed, 2794 insertions(+), 3007 deleti
http://perl5.git.perl.org/perl.git/commit/696602b37760fe14

update perldiag with new warnings
Ricardo Signes 1 file changed, 16 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/39931a309133b444

regenerate uconfig.h and META.json
Ricardo Signes 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/556deaf8ae306c89

Bump version to 5.18.0-RC0
Ricardo Signes 25 files changed, 191 insertions(+), 190 deletio
http://perl5.git.perl.org/perl.git/commit/6abf4896040139f5

New branch smoke-me/rjbs/handle-l-test
1 commit. 1 unique author. 1 unique committer.

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

Restore the warning previously issued by (-l $fh)
Ricardo Signes 3 files changed, 19 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/6c4b10383d870de6

New branch smoke-me/yves_perturb_keys
2 commits. 1 unique author. 1 unique committer.

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

fix export error
Yves Orton 3 files changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7d9b70325a21ed39

Make it possible to disable and control hash key traversal randomization
Yves Orton 17 files changed, 341 insertions(+), 106 deletio
http://perl5.git.perl.org/perl.git/commit/199efdb0e1e94c31

Deleted branch rjbs/Pod-Simple-3.24

Deleted branch rjbs/carp-stack-top

Deleted branch rjbs/deprecate-cpanplus

Deleted branch rjbs/dumpvar-eval

Deleted branch rjbs/editor-hints

Deleted branch rjbs/perl-dot-pod

Deleted branch rjbs/perlbug-domain

Deleted branch rjbs/perldelta-5.18

Deleted branch rjbs/pod-checker-simple

Deleted branch rjbs/post-5.16

Deleted branch rjbs/release-5.16

Deleted branch rjbs/rt-113794

Deleted branch smoke-me/nicholas/bison-2.7

Deleted branch smoke-me/nicholas/rt-117031

Deleted branch smoke-me/nicholas/rt-117687

Deleted branch smoke-me/rjbs/debug-kentnl

Deleted branch smoke-me/rjbs/revert-ol-change
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
51 commits. 13 unique authors. 8 unique committers.
33 files changed, 645 insertions(+), 300 deletions(-)
Net code removal: Leon Timmermans (2 lines)
Thanks, applied: Ricardo Signes (5) Tony Cook (3) David Mitchell (1)
Karl Williamson (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/5c46a73fa3c94035.tar.gz

perldelta: no warnings will do no good if you leave out "warnings"
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5c46a73fa3c94035

perldelta: document the experimental smartmatch change
Ricardo Signes 1 file changed, 18 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/64a74324052183e1

perldelta: add "how to disable" to experimental warnings
Ricardo Signes 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1ea0ff56fd90fb8c

perldelta: remove placeholders for module changes
Ricardo Signes 1 file changed, 1 insertion(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9863976f6583b747

[perl #66604] 64bit compilation Problem on Solaris x86_64
Andy Dougherty 1 file changed, 12 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/767f54d7e2d96371

[perl #66604] 64bit compilation Problem on Solaris x86_64
Andy Dougherty 1 file changed, 14 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1ddb6a49bccfef91

Add repository and bugtracker META to Module-CoreList Makefile.PL
Chris 'BinGOs' Williams 1 file changed, 15 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ddd66388bd9fbae5

update Module::CoreList for v5.18.0
Ricardo Signes 2 files changed, 74 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d4d6c558798ba630

perldelta: acknowledgements
Ricardo Signes 1 file changed, 44 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dd38235c0cf97502

Fix regex /il and /iaa failures for single element [] class
Karl Williamson 2 files changed, 18 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/3345a47950127cf9

further tweak SvPV() docs
David Mitchell 1 file changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fe02ddb7a070fc75

perldelta: remove some placeholders
Ricardo Signes 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ae3a5aada640c0fa

regenerated uconfig
H.Merijn Brand 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/552812474b84e131

More spellchecks
H.Merijn Brand 2 files changed, 11 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/cfc2543abc58e12e

Spell-checking on meta-units
H.Merijn Brand 3 files changed, 50 insertions(+), 50 deletions(
http://perl5.git.perl.org/perl.git/commit/1332606d830a2c7e

maildomain to support /etc/mailname
H.Merijn Brand 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9a5c46146d935367

perldelta: "single character" is clearer than "length one"
Ricardo Signes 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c6c6975ea49b129f

porting/podcheck.t: improve diagnostic
David Mitchell 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b2bf5aeaea16f8fe

clarify SvPV* and SvPV_force* docs
David Mitchell 1 file changed, 18 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fd1423831cf9d78f

Remove PERL_ASYNC_CHECK() from Perl_leave_scope().
Nicholas Clark 4 files changed, 12 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/47c9d59fcd27684d

perldelta: update how we talk about COW
Ricardo Signes 1 file changed, 10 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d16360cf46a05f65

perldelta: use v5.x rather than 5.x
Ricardo Signes 1 file changed, 43 insertions(+), 41 deletions(-
http://perl5.git.perl.org/perl.git/commit/e612b5a06eb8f0fa

perldelta: we suspect no known problems..?
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7f50b25bd639b3bf

perldelta: typo fix
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7779650e00d44c1f

perldelta: use UTF-8 when we mean UTF-8
Ricardo Signes 1 file changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/be12dd2250a1620a

perldelta: warn of more platform deprecation
Ricardo Signes 1 file changed, 11 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ec985017e9c79e63

perldelta: correct "new hash function" entry
Ricardo Signes 1 file changed, 8 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0f2be12f7076e5ae

perldelta: hash ordering may differ, may not
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8e74b2edc30f8705

revise hash overhaul docs
David Golden 1 file changed, 11 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/484d8ba11e732fb3

perldelta: drop a reference to a change internal to 5.17
Ricardo Signes 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c8b79d5f6bcdd669

perldelta: remove an inscrutable note, clean up another
Ricardo Signes 1 file changed, 2 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/66f62cf68f814b40

silence warnings under NO_TAINT_SUPPORT
David Mitchell 9 files changed, 36 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/9a9b5ec9e94e1e20

fix threaded NO_TAINT_SUPPORT build errors
Daniel Dragan 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3231f5793f6a3d7e

dump.c: avoid compiler warning under -Dmad
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/299ef33b5b1be54a

toke.c/MAD: silence a couple of warnings
David Mitchell 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9c3c07f8ec0a449a

Minor touch-ups to VMS section of perldelta.
Craig A. Berry 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/05f5908f8de71a2e

spelling, punct fixes for perldelta
Karen Etheridge 1 file changed, 52 insertions(+), 49 deletions(-
http://perl5.git.perl.org/perl.git/commit/f105b7be64bf24df

Officially deprecate stdio/sfio builds of perl
Leon Timmermans 1 file changed, 9 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e0a1dec53b09cce9

Quick fixes to Yves' hash randomization documentation
Steffen Mueller 2 files changed, 29 insertions(+), 24 deletions(
http://perl5.git.perl.org/perl.git/commit/4d74c8ebb8dca8e2

perldelta: Typos, grammar
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4263dd11f350ef0d

Change some perldelta text
Karl Williamson 1 file changed, 5 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2e7bc64746e6372a

Use 'was' not 'is' to describe fixed regressions
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2ae351f8ff15bc6a

perldelta: mention non-blocking sockets on VMS
Ricardo Signes 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d85cd26b2827e2d8

perldelta: mention PERL_NO_INLINE_FUNCTIONS in delta
Ricardo Signes 1 file changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ff772877975ecd16

perldelta: use Pod, not asterisks, for emphasis
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c295998260f98f41

perldelta: document PERL_PERTURB_KEYS
Ricardo Signes 1 file changed, 24 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c40c48bbd4f18fae

Restore the warning previously issued by (-l $fh)
Ricardo Signes 3 files changed, 19 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/cd22fad3cbcea929

add various HASH defines to perl -V output
David Mitchell 1 file changed, 39 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/59b86f4bb520d35d

INSTALL: fix a couple of typos
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/eb7178503ad763e7

release_managers_guide: fix typo
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/38e4b8577259a59b

bisect-runner.pl: clarify -D,-U,-A args in docs
David Mitchell 1 file changed, 10 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/28c4aad0a09583de

Current branch khw/ebcdic
214 commits. 3 unique authors. 1 unique committer.
120 files changed, 4444 insertions(+), 7255 deletions(-)
Thanks, applied: Karl Williamson (4)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/0927e6d305b43bb0.tar.gz

perlapi: Move 'experimental' warning to front of entries
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0927e6d305b43bb0

pp.c, regexec.c: Declare buffers large enough
Karl Williamson 3 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a849085480315693

pp.c: Don'tdeclare array to large
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/469584709d4fe2f0

XXX experimental pp_pack.c: 'u'
Karl Williamson 1 file changed, 11 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/4b3085bb338db6b1

XXX CPAN Normalize
Karl Williamson 1 file changed, 18 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ac5589c28065db28

XXX CPAN prob wrong Collate
Karl Williamson 1 file changed, 12 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b32330f69f95b8cb

utf8.c: Remove wrapper functions.
Karl Williamson 6 files changed, 100 insertions(+), 138 deletion
http://perl5.git.perl.org/perl.git/commit/5632740e0eaf5122

perlapi vis utf8.c: Nits
Karl Williamson 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9e6e934f297af904

utf8.c: Move 2 functions to earlier in file
Karl Williamson 1 file changed, 36 insertions(+), 62 deletions(-
http://perl5.git.perl.org/perl.git/commit/423df84e7cc52a13

embed.fnc: Slight clarification in comments
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/04e6ee63e68eac53

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

toke.c: Remove redundant test
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a8c3082d3358fa16

gv.c: Add comment
Karl Williamson 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6691b7dc2f1adfa0

XXX rebase, finish up: reenable fold_grind.t
Karl Williamson 1 file changed, 10 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/a5d8eebae0a6ce99

t/op/coreamp.t: Generalize for non-ASCII platfomrs
Karl Williamson 1 file changed, 17 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c4906415b9911694

XXX temporary lib/warnings.pm: Add debugging info
Karl Williamson 1 file changed, 38 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c862faa99233665d

regcomp.c: Add missing (parens) to expression
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c99d8ed191e7b69f

t/re/re_tests: Some tests are platform-specific
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c71afcf7f166a02a

t/re/regexp.t: Add ability to skip depending on platform
Karl Williamson 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a78038da1057959a

t/io/crlf.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/20580d61a7c0fecb

unicode_constants.h: regened for ebcdic
Karl Williamson 1 file changed, 16 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/b2528922768aa6b8

XXX finish up t/re/regexp.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 29 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5c32032223b0c37c

ext/B/t/b.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7e4694ed00752d69

dist/Safe/t/safeutf8.t: Generalize to non-ASCII platform
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3ab9353bb471aebc

t/op/warn.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 9 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ba71f7562fb3841c

re/reg_email.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 8 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/32b77636ecf4159f

t/porting/regen.t: Add file to check
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8747629eaa5d053d

dist/ExtUtils-Install/t/InstallWithMM.t: Skip if EBCDIC
Karl Williamson 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4bfd7b31fe7b963b

XXX: t/lib/warnings/utf8: Experiment with malformed utf8
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b4e7851aad6bd166

XXX skip cpan tests
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/13fd00d70c319839

ext/XS-APItest/t/svpeek.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b10230548881d806

ext/XS-APItest/t/svpv_magic.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 10 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6078cb41f1bf6970

lib/DBM_Filter/t/encode.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3e013bea732c3d21

XXX finish up lib/dumpvar.pl: Generalize for EBCDIC
Karl Williamson 1 file changed, 23 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/edee087da9ccf505

XXX finish up lib/utf8.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 17 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/30b50a6b65c1d945

t/uni/parser.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b35ae770d23a8662

t/uni/method.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 12 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dfb8ca69af797a79

t/op/magic.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d610fc1ce299b59d

t/io/through.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 29 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1953a9b20f51f64e

toke.c: Fix EBCDIC bugs with single char variable names
Karl Williamson 1 file changed, 11 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/608b1fa1b32943b4

toke.c: An EBCDIC fix
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/455a63d023d5b330

XXX \c must be followed by printable
Karl Williamson 1 file changed, 12 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/6f45f838c890df98

XXX temp toCTRL
Karl Williamson 5 files changed, 42 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/d5a3e2c315a18646

perlio.c: Generalize for EBCDIC
Karl Williamson 1 file changed, 19 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/e3b947066f2886ac

unicode_constants.h: Add #defines for CR, LF
Karl Williamson 2 files changed, 23 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/65c65aad38d4a70d

t/op/goto.t: Generalize for EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0285a86654e4be7a

regcomp.c: White-space only, wrap comment to fit
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3b0127ee40cf60fc

t/re/pat.t: Generalize for EBCDIC
Karl Williamson 1 file changed, 14 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/6b732e6b475f1dd7

XXX t/op/pack.t: Generalize for EBCDIC
Karl Williamson 1 file changed, 34 insertions(+), 32 deletions(-
http://perl5.git.perl.org/perl.git/commit/3bdd9337387c5edd

regcomp.c: In EBCDIC [i-j] exclude also ASCII
Karl Williamson 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4626c9a0a86866eb

utf8.c: Don't use slower general-purpose function
Karl Williamson 1 file changed, 7 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3fae5de8b7b052b9

utf8.c: Don't do ++ in macro parameter
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aaab82d322cd823b

utf8.c: Use macro instead of duplicating code
Karl Williamson 1 file changed, 13 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/7b49cfa50ab91907

t/io/bom.t: Fix to run under EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/68f2135d70572b7d

t/uni/overload.t: EBCDIC fixes
Karl Williamson 1 file changed, 44 insertions(+), 42 deletions(-
http://perl5.git.perl.org/perl.git/commit/5319255bde3995a7

t/uni/method.t: EBCDIC fixes
Karl Williamson 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6c461b314c256c21

t/op/utf8magic.t: EBCDIC fixes
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/412ee49a03680595

t/op/evalbytes.t: EBCDIC fixes
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/19c8829546a165d0

lib/utf8.pm: Fix pod verbatim line wrap
Karl Williamson 2 files changed, 15 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/cf9621106eb4280c

t/op/length.t: EBCDIC fixes
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/630602eae3cbe9e7

t/op/utfhash.t: XXX Add debug
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2833f74aebf8c4c2

Data-Dumper/Dumper.pm: Fix for EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/37e39d2ee6087ac3

Dumper.xs: Don't translate character twice
Karl Williamson 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/640da34ed9117b4a

dist/IO/t/io_utf8argv.t: Generalize and enable EBCDIC
Karl Williamson 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/807a9b6ae27f55cd

utf8.h: Clarify comments
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ec2610a2e8c7cdd0

XXX CPAN cpan/Test/lib/Test.pm: Fixes for EBCDIC
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f0be98566763406d

t/re/pat_re_eval.t: Some EBCDIC fixes
Karl Williamson 1 file changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7befaf86c1e49657

t/test.pl: Add fcn for UTF-EBCDIC conversion
Karl Williamson 1 file changed, 103 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/98f6ada50ae97a31

dist/Storable/t/utf8.t: Fix to run under EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0782c6e6faddf042

t/uni/variables.t: Fix to run under EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/139bc213c5d781b5

t/op/split.t: EBCDIC fixes
Karl Williamson 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/80d2c38e9c89f704

re/pat_advanced.t: EBCDIC fixes
Karl Williamson 1 file changed, 68 insertions(+), 48 deletions(-
http://perl5.git.perl.org/perl.git/commit/ad64b1e85c385f7e

t/io/utf8.t: EBCDIC fixes
Karl Williamson 1 file changed, 16 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/b825a208cd315e39

Unicode::UCD.pm: Nits
Karl Williamson 1 file changed, 17 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/f7f422e645ac78c8

t/uni/fold.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 20 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/20099624f242334a

XXX t/op/tiehandle.t: skip for now; deep recursion
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/04d094c4a295fdf8

XXX better commit msg utf8.c: Avoid unnecessary UTF-8 conversions
Karl Williamson 1 file changed, 61 insertions(+), 26 deletions(-
http://perl5.git.perl.org/perl.git/commit/7586789e02fe1972

utf8.c: No need to check for UTF-8 malformations
Karl Williamson 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/598e5ffeb761d4e9

utf8.c: Remove redundant assignment.
Karl Williamson 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/472c1e569cabb2ab

XXX enable _invlist_dump;
Karl Williamson 3 files changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/531ffb498dc7b61b

XXX EBCDIC header files
Karl Williamson 4 files changed, 1315 insertions(+), 1070 deleti
http://perl5.git.perl.org/perl.git/commit/cee9218eacda9192

hints/os390.sh: Suppress bogus compiler message
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a8ae681e227d795e

XXX Temporary for z/OS long long support
John Goodyear 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/91a94ef6c5285771

Add test that to/from native character set works
Karl Williamson 2 files changed, 28 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/1b9009ffa907d163

lib/feature/bundle: Fix some things to pass under EBCDIC
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/80edfa432fa4620e

XS-APItest/t/fetch_pad_names.t: Skip if EBCDIC
Karl Williamson 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/066276ef152f3f29

XXX ext/XS-APItest/t/utf8.t: Fix so passes EBCDIC
Karl Williamson 1 file changed, 10 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/53fee2857f4eb1f9

ext/re/t/re_funcs_u.t: Fix to work under EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a82d908fcd8f045a

XXX dist/IO/t/io_utf8argv.t: Temporarily skip if EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/473b88e881f0d52f

t/op/print.t: Skip an EBCDIC test
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1d95de4526e8de55

XXX t/TEST: Avoid SIGPIPEs
Karl Williamson 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/04b62bd4f2441cd5

XXX Temporarily test normalization
Karl Williamson 12 files changed, 60 insertions(+), 60 deletions
http://perl5.git.perl.org/perl.git/commit/7ea25108f7ebecd9

op/index.t: Fix tests for EBCDIC
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7fbc6c4426237a0e

op/chop.t: Fix for EBCDIC
Karl Williamson 1 file changed, 8 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/30a9c3139e79dbbc

t/op/lc.t: Fix to work under EBCDIC
Karl Williamson 1 file changed, 9 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cbac419ed7ec8a51

Skip some tests under EBCDIC
Karl Williamson 2 files changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d8048cbcfc4ae853

porting/bincompat.t: Skip under EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c727dfae83a31a83

t/re/regex_sets.t: So will pass under EBCDIC
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ff8f19802070e1a0

t/porting/bincompat.t: Typo in comment
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1ba4e1b838e34225

XXX fix \x{too large}
Karl Williamson 10 files changed, 24 insertions(+), 22 deletions
http://perl5.git.perl.org/perl.git/commit/9dfef3a52b0483a9

mktables: Fix typos in comments
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6a74ee93a2eda275

utf8.c: Fix so UTF-16 to UTF-8 conversion works under EBCDIC
Karl Williamson 1 file changed, 9 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/90bc86b47aecf259

utf8.h, utfebcdic.h: Add #define
Karl Williamson 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/995bb6e48d685959

utf8.c: Use mnemonics instead of hex numbers
Karl Williamson 1 file changed, 9 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/eedf657d7655844b

lib/Unicode/UCD.t: Allow to run under EBCDIC,
Karl Williamson 1 file changed, 158 insertions(+), 75 deletions(
http://perl5.git.perl.org/perl.git/commit/5481598c64fe1d94

t/op/quotemeta.t: EBCDIC fixes
Karl Williamson 1 file changed, 24 insertions(+), 21 deletions(-
http://perl5.git.perl.org/perl.git/commit/8d5d394a78a49603

t/re/fold_grind.t: Fixes for EBCDIC
Karl Williamson 1 file changed, 11 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/34b3bf409af58cee

t/lib/charnames/alias: Fix some EBCDIC problems
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6ad8aa4a993f904c

t/uni/class.t: Make work on EBCDIC
Karl Williamson 1 file changed, 12 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d15549660f42a7cd

feature/unicode_strings.t: Fix to work on EBCDIC
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fc657da4a4f8487c

XXX rebase regen/regcharclass.pl: make more EBCDIC friendly
Karl Williamson 2 files changed, 34 insertions(+), 21 deletions(
http://perl5.git.perl.org/perl.git/commit/87804fa703ecc864

XXX temporarily skip some folding tests
Karl Williamson 3 files changed, 16 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/849e1923f02d7195

XXX temp skip perl5db.t
Karl Williamson 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fa5e04fe2b071216

pp.c: White-space only
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/78e2aa69949647d9

Fix valid_utf8_to_uvchr() for EBCDIC
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9e8261d4e4f590d3

t/test.pl: Add comment about EBCDIC
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f4cbd08fe4da32d5

XXX makedepend.SH: Why does 255 work and 250 not?
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4235931b8614755a

XXX regen/mk_PL_charclass.pl: Make EBCDIC friendly
Karl Williamson 1 file changed, 34 insertions(+), 83 deletions(-
http://perl5.git.perl.org/perl.git/commit/43dc1d32bbea49ed

XXX make various things more EBCDIC friendly
Karl Williamson 4 files changed, 29 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/195b406b152e36b8

XXX: Fixup commit message.
Karl Williamson 2 files changed, 9 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b1057c6e8240eeaa

regcomp.c: Fix bug in EBCDIC
Karl Williamson 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/4abc2fb46d4555fa

re/charset.t: Allow to work on EBCDIC
Karl Williamson 1 file changed, 12 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/f4c956693552db8c

XS-APItest/t/handy.t: Change output message
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cce6676519ad8a5a

XXX Dumper.xs: Don't know why this stopped compiling
Karl Williamson 1 file changed, 8 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6a30cf3f9b8395eb

toke.c: Simplify some code
Karl Williamson 1 file changed, 5 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d77835230535c878

genpacksizetables.pl: Correct comment typo
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4afd3716cea24520

APItest/t/handy.t: Make EBCDIC-friendly
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/072e50c2984abbfc

Data-Dumper: Make EBCDIC-friendly
Karl Williamson 1 file changed, 2 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7b934c9380bb8f76

sv.c: Make less ASCII-centric
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/952ee3277f379573

charnames.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 19 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e7e538bab5ac3aaa

dump.c: Make less ASCII-centric:
Karl Williamson 1 file changed, 14 insertions(+), 63 deletions(-
http://perl5.git.perl.org/perl.git/commit/35c2801b200bc3a1

hv.c: Stop being ASCII-centric
Karl Williamson 1 file changed, 22 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/eefb21c18abd450e

t/TEST: Don't bail if fails in t/base unless minitest
Karl Williamson 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/864d3ed25561cf5d

Added Porting/reorder_charclass_invlists.pl
Karl Williamson 2 files changed, 189 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/69291fb8d2ea6430

t/base/lex.t: Use char suitable for both ASCII and EBCDIC
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fd50d59a982f6ac0

XXX Temporary comment out ParseXS check
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8db2bda1ff939aa8

XXX Collate, Normalize: Allow to compile under EBCDIC
Karl Williamson 4 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/46f65df8ece4d086

XXX dquote_static.c: Silence wrong warning on EBCDIC
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/92b41f1f030ae5b9

utfebcdic.h: Change 'unsigned char' to U8
Karl Williamson 1 file changed, 35 insertions(+), 35 deletions(-
http://perl5.git.perl.org/perl.git/commit/bc1e07f11169e1d4

regen/regcharclass.pl: Make more EBCDIC-friendly
Karl Williamson 2 files changed, 588 insertions(+), 556 deletion
http://perl5.git.perl.org/perl.git/commit/38fd8705c0eea20d

utfebcdic.h: Add (UV) cast
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/00e3039cc6e6fef8

handy.h: Allow bootstrapping to non-ASCII platform
Karl Williamson 2 files changed, 174 insertions(+), 63 deletions
http://perl5.git.perl.org/perl.git/commit/f8cd29a3b6b6601e

toke.c: Remove EBCDIC dependency
Karl Williamson 1 file changed, 3 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/259fcdb0ba13b1f9

toke.c: Remove character set dependency
Karl Williamson 1 file changed, 9 insertions(+), 15 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fa629eeead542f21

unicode_constants.h: Add #defines for Byte Order Mark
Karl Williamson 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1d7e1c8286e2708a

XXX: Find a cleaner way. Handle missing is_UTF8_CHAR_utf8_safe
Karl Williamson 2 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1fcd5eafdcd284ac

Add Porting tool for help with non-ASCII platforms
Karl Williamson 3 files changed, 51 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/396ef1395147f1bd

inline.h: Reorder functions
Karl Williamson 1 file changed, 18 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/4e73df94729487ba

utfebcdic.h: Add comment
Karl Williamson 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/180ca003805d6275

utf8.h: Clean up START_MARK definition and use
Karl Williamson 2 files changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/83b67432499ccb63

utf8.h: Move #includes
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/da8284bf8bbe6b87

utfebcdic.h: Remove extra parameter expansions
John Goodyear 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d63cf7f6b5d14735

utf8.h: Simplify UTF8_EIGHT_BIT_foo on EBCDIC
Karl Williamson 1 file changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c7c33f15b22c8f27

XXX temp: show makedepend cerr
Karl Williamson 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3c12fde3e93f424a

makedepend.SH: Split too long lines; properly join
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/de7917bc0fe33520

makedepend.SH: White-space only
Karl Williamson 1 file changed, 15 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/28c52ddc5172d232

makedepend.SH: Remove some unnecessary white space
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e82c1bc0ec2a4126

makedepend.SH: Retain '/**/' comments
Karl Williamson 1 file changed, 18 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ab3943640edcd898

handy.h: Remove extraneous parens
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c34c41882d5ed6a5

Disable gcc-style function attributes on z/OS.
Andy Dougherty 1 file changed, 19 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/41e97cf4f702585a

Change os390 custom cppstdin script to use fgrep.
Andy Dougherty 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9925d74e949e8348

utf8.c: Use more clearly named macro
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a936efa66093e827

Add macro OFFUNISKIP
Karl Williamson 4 files changed, 18 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/fffc8898c8bb00a0

toke.c: white space only
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/45ce7a06818ad712

toke.c: Don't remap \N{} for EBCDIC
Karl Williamson 1 file changed, 13 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/49135a87e5655886

utf8.c: Deprecate two functions
Karl Williamson 6 files changed, 58 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/3be4a02cd8a10a6b

Deprecate uvuni_to_utf8()
Karl Williamson 5 files changed, 10 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/ae4e97f643253e9c

Deprecate utf8_to_uni_buf()
Karl Williamson 3 files changed, 10 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/26be2377b28d6baf

makedepend.SH: Comment out unnecessary code
Karl Williamson 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b16d3df7da174b64

Deprecate valid_utf8_to_uvuni()
Karl Williamson 3 files changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c6534cd8393ba848

utf8.c: Swap which fcn wraps the other
Karl Williamson 5 files changed, 32 insertions(+), 41 deletions(
http://perl5.git.perl.org/perl.git/commit/36a6de9ad4a07e55

utf8.c: Skip a no-op
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9a6d3ec152f4aa6c

utf8.c: Move comment to where makes more sense
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ac9dc29742e9c57b

APItest: Test native code points, instead of Unicode
Karl Williamson 3 files changed, 14 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/ea46b8c952c8d11a

XXX CPAN Encode.xs
Karl Williamson 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/98449697b4c48c8d

XXX CPAN and unsure Encode
Karl Williamson 2 files changed, 10 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/1a829b414c6f9fd3

XXX CPAN Encode.xs: fix indent
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3e26abdbb8c846c3

Don't refer to U+XXXX when mean native
Karl Williamson 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/984f589620b8c7d5

Convert some uvuni() to uvchr()
Karl Williamson 8 files changed, 46 insertions(+), 49 deletions(
http://perl5.git.perl.org/perl.git/commit/732017582df8924d

handy.h: White space only
Karl Williamson 1 file changed, 23 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/3e54e40e3d473e21

t/test.pl: Allow native/latin1 string conversions to work on utf8.
Karl Williamson 1 file changed, 14 insertions(+), 102 deletions(
http://perl5.git.perl.org/perl.git/commit/4e5aea39bf67261c

t/test.pl: Simplify ord to/from native fcns
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6c64e54ab9beeda5

Make casing tables native
Karl Williamson 2 files changed, 165 insertions(+), 13 deletions
http://perl5.git.perl.org/perl.git/commit/f2d34345d50245aa

utfebcdic.h: Remove trailing spaces
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9e6215695e49a496

EBCDIC has the unicode bug too
Karl Williamson 1 file changed, 2 insertions(+), 28 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3503f8d2d8ad5c85

handy.h: Solve a failure to compile problem under EBCDIC
Karl Williamson 1 file changed, 22 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/881bf008b449ea6b

handy.h: Simplify some macro definitions
Karl Williamson 1 file changed, 3 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/546c6460c0a9be9e

handy.h: Combine macros that are same in ASCII, EBCDIC
Karl Williamson 1 file changed, 4 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b30daea0bbf0473a

Deprecate NATIVE_TO_NEED and ASCII_TO_NEED
Karl Williamson 6 files changed, 25 insertions(+), 21 deletions(
http://perl5.git.perl.org/perl.git/commit/ed78e797d63ae801

Remove remaining calls of NATIVE_TO_NEED
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/006f4c4108e19958

toke.c: Remove some NATIVE_TO_NEED calls
Karl Williamson 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/f6aac53b8edf34e6

toke.c: in [A-Za-z] use macros that exclude non-ASCII alphas
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6f8b693da3bbf82d

Use real illegal UTF-8 byte
Karl Williamson 3 files changed, 15 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/f1e81e0fccf0ce16

toke.c: Remove remapping for EBCDIC for octal
Karl Williamson 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cc312d12d9f8e194

Remove EBCDIC remappings
Karl Williamson 6 files changed, 52 insertions(+), 92 deletions(
http://perl5.git.perl.org/perl.git/commit/83e54e3fc1ad6289

Add and use macro to return EBCDIC
Karl Williamson 7 files changed, 45 insertions(+), 40 deletions(
http://perl5.git.perl.org/perl.git/commit/cb4d136dc3527b71

charnames: fix nit in comment
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4b7c6d19a6dbbb92

charnames: Make work in EBCDIC
Karl Williamson 2 files changed, 30 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/e2cdbf4ec732ac5c

Unicode::UCD: Work on non-ASCII platforms
Karl Williamson 1 file changed, 82 insertions(+), 32 deletions(-
http://perl5.git.perl.org/perl.git/commit/b4d106ae2a35b79e

Unicode::UCD: Typo in comment
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9039e71e4380bca4

mktables: Generate native code-point tables
Karl Williamson 1 file changed, 161 insertions(+), 34 deletions(
http://perl5.git.perl.org/perl.git/commit/21f4e9ae7fd42c1a

mktables: Move table creation code
Karl Williamson 1 file changed, 12 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/e668dc9bff22b196

Fix some EBCDIC problems
Karl Williamson 3 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/32063c8c521367cf

Remove unnecessary temp variable in converting to UTF-8
Karl Williamson 3 files changed, 13 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/3920e2bf49efafc1

utf8.h: Correct macros for EBCDIC
Karl Williamson 1 file changed, 10 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/63ea37f6d8a49f3b

Extract common code to an inline function
Karl Williamson 8 files changed, 34 insertions(+), 35 deletions(
http://perl5.git.perl.org/perl.git/commit/e8a8fdeaebdf9b00

Don't use EBCDIC macro for a C language escape
Karl Williamson 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/29637f8c7ab1668a

Use byte domain EBCDIC/LATIN1 macro where appropriate
Karl Williamson 3 files changed, 29 insertions(+), 28 deletions(
http://perl5.git.perl.org/perl.git/commit/a76b091d94e0735a

Use new clearer named #defines
Karl Williamson 5 files changed, 37 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/586e71de063be2c9

utf8.h, utfebcdic.h: Create less confusing #defines
Karl Williamson 2 files changed, 31 insertions(+), 17 deletions(
http://perl5.git.perl.org/perl.git/commit/0830fa7589a1378b

pp_ctl.c: Use isCNTRL instead of hard-coded mask
Karl Williamson 1 file changed, 9 insertions(+), 13 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0aacbddb4b587b66

utf8.c: is_utf8_char_slow() should use native length
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7a442da46b0cdd0d

autodoc.pl: Don't list undocumented deprecated fcns in API
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7f5792ef1e04df62

autodoc.pl: Add note for deprecated functions
Karl Williamson 3 files changed, 10 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/544ddcf8751103b0

Current branch smoke-me/nicholas/genpacksizetables
36 commits. 2 unique authors. 1 unique committer.
3 files changed, 74 insertions(+), 19 deletions(-)
Net code removal: Nicholas Clark (1018 lines)
Thanks, applied: Nicholas Clark (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/be30ec3cf9852942.tar.gz

Annotate the "cold" paths in pp_pack.c with UNLIKELY().
Nicholas Clark 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/be30ec3cf9852942

Eliminate the implementations of [hv]to[vh][ls] for mixed-endian systems.
Nicholas Clark 2 files changed, 6 insertions(+), 103 deletions(
http://perl5.git.perl.org/perl.git/commit/3e5e4da453372316

Eliminate Perl_my_swabn(), as it is now unused.
Nicholas Clark 4 files changed, 0 insertions(+), 26 deletions(-
http://perl5.git.perl.org/perl.git/commit/19e40dc2ce4923be

When endian-swapping in pack, simply copy the bytes in reverse order.
Nicholas Clark 3 files changed, 67 insertions(+), 74 deletions(
http://perl5.git.perl.org/perl.git/commit/0f0aa222493e76e0

Pass 'needs_swap' as a parameter to SHIFT_BYTES.
Nicholas Clark 1 file changed, 32 insertions(+), 29 deletions(-
http://perl5.git.perl.org/perl.git/commit/a182e3bdba682686

When endian-swapping in unpack, simply copy the bytes in reverse order.
Nicholas Clark 1 file changed, 26 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9f98e247dd623bdb

Fold the implementation of DO_BO_UNPACK into SHIFT_BYTES(), its only user.
Nicholas Clark 1 file changed, 3 insertions(+), 29 deletions(-)
http://perl5.git.perl.org/perl.git/commit/15a89947e19e8f66

Re-implement SHIFT16 and SHIFT32 as wrappers to SHIFT_BYTES.
Nicholas Clark 1 file changed, 6 insertions(+), 20 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bbd9a2a25a251ffc

Refactor the two uses of SHIFT{16,32} not followed by DO_BO_UNPACK().
Nicholas Clark 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/20d939d8b67661ed

Remove the now unused 'type' argument from the macros DO_BO_(UN)?PACK.
Nicholas Clark 1 file changed, 41 insertions(+), 41 deletions(-
http://perl5.git.perl.org/perl.git/commit/5624a6974f8620b4

As DO_BO_(UN)?PACK are now implemented with my_swabn(), simplify 'J' and 'j'
Nicholas Clark 2 files changed, 4 insertions(+), 38 deletions(-
http://perl5.git.perl.org/perl.git/commit/af3292e493faca1b

Merge the identical definitions of DO_BO_UNPACK and DO_BO_PACK.
Nicholas Clark 1 file changed, 0 insertions(+), 39 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1aca421a158f2d00

Swap byte order in DO_BO_(UN)?PACK based on a variable needs_swap.
Nicholas Clark 1 file changed, 19 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a32df516e8579124

DO_BO_{UN,}PACK can use my_swabn() directly.
Nicholas Clark 2 files changed, 4 insertions(+), 25 deletions(-
http://perl5.git.perl.org/perl.git/commit/b2e040d6f54da58f

Use DO_BO_{UN,}PACK in place of DO_BO_UNPACK_{N,PC}
Nicholas Clark 1 file changed, 11 insertions(+), 92 deletions(-
http://perl5.git.perl.org/perl.git/commit/4fca6d7c20efa100

Eliminate my_{hto[bl]e,[bl]etoh}{16,32,64,s,i,l} as nothing now uses them.
Nicholas Clark 5 files changed, 0 insertions(+), 519 deletions(
http://perl5.git.perl.org/perl.git/commit/b5a4d5bd3a5db214

In pp_pack.c, refactor DO_BO_(UN)?PACK to use my_letohn etc
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f0da6e842a59b9e9

In pp_pack.c, refactor DO_BO_(UN)?PACK_PTR to use my_letohn etc
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1b9094a9b24299f9

In pp_pack.c, refactor DO_BO_(UN)?PACK_N to use sizeof() on the variable.
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/00b1d9857e4cc779

Refactor macros in pp_pack.c, removing support for mixed-endian byte orders.
Nicholas Clark 1 file changed, 77 insertions(+), 48 deletions(-
http://perl5.git.perl.org/perl.git/commit/f62eed006652f9c3

Eliminate the conditionally-compiled fallback functions for htonl etc.
Nicholas Clark 5 files changed, 13 insertions(+), 89 deletions(
http://perl5.git.perl.org/perl.git/commit/1519935763d993a1

Remove buggy loop-based byte swapping code.
Nicholas Clark 2 files changed, 3 insertions(+), 40 deletions(-
http://perl5.git.perl.org/perl.git/commit/9f21ab358801f458

Update the Win32 miniperl conditional compilation, for the htonl etc changes
Nicholas Clark 1 file changed, 6 insertions(+), 14 deletions(-)
http://perl5.git.perl.org/perl.git/commit/08f8103b0c0a0470

Fallbacks for ntohl, ntohs, htonl and htons for little endian systems.
Nicholas Clark 1 file changed, 24 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d51ff990bfbd09f1

Provide ntohl, ntohs, htonl and htons no-op macros on big endian systems.
Nicholas Clark 3 files changed, 9 insertions(+), 30 deletions(-
http://perl5.git.perl.org/perl.git/commit/617983c6cbb1c624

Provide vtohl, vtohs, htovl and htovs no-op macros on little endian systems.
Nicholas Clark 3 files changed, 11 insertions(+), 21 deletions(
http://perl5.git.perl.org/perl.git/commit/37f9d5c06665703b

vtohl, vtohs, htovl and htovs are no-ops on 64 bit little endian systems.
Nicholas Clark 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9784851be9cc604b

Eliminate the definitions for DO_BO_PACK_P and DO_BO_UNPACK_P.
Nicholas Clark 1 file changed, 0 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/89ceddb48075a2bc

Eliminate pre-5.9.x conditional code for PERL_PACK_CAN_SHRIEKSIGN
Nicholas Clark 3 files changed, 11 insertions(+), 87 deletions(
http://perl5.git.perl.org/perl.git/commit/8e93bda86b2185be

Eliminate pre-5.9.x conditional code for PERL_PACK_CAN_BYTEORDER
Nicholas Clark 1 file changed, 0 insertions(+), 25 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bce7725400d270de

Add regen/genpacksizetables.pl to t/porting/regen.t
Nicholas Clark 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c3b9489eaa5f295d

Move genpacksizetables.pl to regen/genpacksizetables.pl
Nicholas Clark 4 files changed, 127 insertions(+), 127 deletion
http://perl5.git.perl.org/perl.git/commit/ec7cb4e58e27a154

Refactor genpacksizetables.pl to use regen/regen_lib.pl
Nicholas Clark 2 files changed, 12 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/189fb7a4bdce41ee

Extract the generated packprops array into packsizetables.c.
Nicholas Clark 3 files changed, 251 insertions(+), 249 deletion
http://perl5.git.perl.org/perl.git/commit/5bb67ca4dcbce272

Propagate a change from commit 1651fc447620d361 into genpacksizetables.pl.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/24e148a184151ea4

genpacksizetables.pl: Correct comment typo
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/21bc1ca2cbdfa414

New branch bingos/interix_hints
2 commits. 1 unique author. 1 unique committer.

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

Actually make it try and detect the search paths
Chris 'BinGOs' Williams 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a5930ed2fc512b7a

Interix seems to have multi-arch so ask gcc where stuff is
Chris 'BinGOs' Williams 1 file changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c92f37d809cefa73

New branch smoke-me/khw-fold
2 commits. 1 unique author. 1 unique committer.

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

Fix compiler warnings in regcomp.c
Karl Williamson 1 file changed, 23 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/4093bb4d2b2ec5fb

Fix regex /il and /iaa failures for single element [] class
Karl Williamson 2 files changed, 18 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/a1052d41b5a21e6f

New branch tonyc/format-security
1 commit. 1 unique author. 1 unique committer.

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

[perl #117893] avoid -Wformat-security warnings
Tony Cook 3 files changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6cfe87de54e3ccd8

New branch tonyc/gcc64
2 commits. 1 unique author. 1 unique committer.
Thanks, applied: Tony Cook (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/a7915087158ebd61.tar.gz

[perl #66604] 64bit compilation Problem on Solaris x86_64
Andy Dougherty 1 file changed, 12 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a7915087158ebd61

[perl #66604] 64bit compilation Problem on Solaris x86_64
Andy Dougherty 1 file changed, 14 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5f4524bbd74bc7e0

New branch tux/Configure
4 commits. 1 unique author. 1 unique committer.

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

regenerated uconfig
H.Merijn Brand 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6e4da6ac2da242ec

More spellchecks
H.Merijn Brand 2 files changed, 11 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/06069c8ba75590b8

Spell-checking on meta-units
H.Merijn Brand 3 files changed, 50 insertions(+), 50 deletions(
http://perl5.git.perl.org/perl.git/commit/9aad9997491b38a3

maildomain to support /etc/mailname
H.Merijn Brand 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9b3a779d96157804

Deleted branch smoke-me/khw-5.18

Deleted branch smoke-me/khw-ebcdic

Deleted branch smoke-me/rjbs/handle-l-test
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
18 commits. 9 unique authors. 3 unique committers.
48 files changed, 1105 insertions(+), 215 deletions(-)
Thanks, applied: Ricardo Signes (5) James E Keenan (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/55c6e7a8d6cf0b49.tar.gz

Spelling correction.
James E Keenan 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/55c6e7a8d6cf0b49

perldelta: add obituary for AMORETTE
Ricardo Signes 1 file changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/32b79602ef6bb21c

perldelta: minor nitpicks
Aristotle Pagaltzis 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ad94908e59157f3c

bump patchlevel to RC3, update hist
Ricardo Signes 2 files changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/34f49b4894c7f9fe

fix extrefs text with SDK 2003
Steve Hay 1 file changed, 9 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/24ec451bf0fe6b57

perldelta: fix reported new version of Carp
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a0932e7e8a28c36b

[perl #117141] sometimes we just can't make fork fail, skip the test
Tony Cook 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2ffc2ff6a9a02e39

bump patchlevel to RC2, update hist
Ricardo Signes 2 files changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f24aa4593518ca1e

perldelta: remove the "from version X" from module updates
Ricardo Signes 1 file changed, 70 insertions(+), 76 deletions(-
http://perl5.git.perl.org/perl.git/commit/606e21ea45ab6ea0

perldelta: combine, merge, and edit "modules updated"
Arthur Axel 'fREW' Schmidt 2 files changed, 699 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/357b01df297f81bc

update CoreList for new Pod::Simple in 5.18.0
Ricardo Signes 2 files changed, 29 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/3b95efe6bb010aee

Update Pod-Simple to CPAN version 3.28
Chris 'BinGOs' Williams 36 files changed, 307 insertions(+), 165 deletio
http://perl5.git.perl.org/perl.git/commit/b5ae6e744cecbf07

bump the version on Module::CoreList
Ricardo Signes 3 files changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/058ce27e651caf4c

set the patchlevel to RC1
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b4e787b95c5d1ac1

perlhist: update for 5.18.0-RC1
Ricardo Signes 1 file changed, 29 insertions(+), 26 deletions(-
http://perl5.git.perl.org/perl.git/commit/6a9c395ed6e283b8

Applying typographical correction supplied by Andreas J. Koenig++.
James E Keenan 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4f5e76eb2411944f

Fix -Wformat-security issues
Niko Tyni 3 files changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0157ef98f2758c15

nitpicks
SHIRAKATA Kentaro 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/237b9c6d16c0bc18

New branch tonyc/rt117141
1 commit. 1 unique author. 1 unique committer.

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

[perl #117141] sometimes we just can't make fork fail, skip the test
Tony Cook 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bbe11bf6c00790b4
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
16 commits. 6 unique authors. 3 unique committers.
7 files changed, 132 insertions(+), 67 deletions(-)
Thanks, applied: Ricardo Signes (2) Karl Williamson (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/142d80b351477c82.tar.gz

update the release schedule
Ricardo Signes 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/142d80b351477c82

perldelta: document known failure on HP-UX 11.00
Ricardo Signes 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8732b7e3f76db528

bump patchlevel and perlhist for RC4
Ricardo Signes 2 files changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/637e71d9c74ca2ae

perldelta: restate the changes to ${x} versus $x
Ricardo Signes 1 file changed, 6 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/31d2074969860b98

perldelta: Clarify removal vs deprecation of modules
Aristotle Pagaltzis 2 files changed, 48 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/c68b7fe2634008b3

perldelta: Use 'Here doc' consistently sans dash
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ef4b82dd613f0d22

Fix typo in perldelta
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3d3677c1442f14c5

perldelta clarification
Zsbán Ambrus 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9c34b3759b6ab18d

expand documentation of the \cK change
Ricardo Signes 1 file changed, 17 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9be53992140c34e6

perldelta: add another hash overhaul cross reference
Ricardo Signes 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/32affb187267ab56

Clarified perldelta entry for UID/GID magic variables
Leon Timmermans 1 file changed, 15 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/064fb7979931c2a2

Address [perl #117999] for now by skipping known bad test on AIX
Tony Cook 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/610996fda2dae66f

perldelta: various fixes suggested by Dave Mitchell
Ricardo Signes 1 file changed, 3 insertions(+), 15 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5cd341ec74739edf

perldelta: remove a literally incorrect "literal"
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3853dabdb3611ac1

perldelta: collapse a bit of vertical space
Ricardo Signes 1 file changed, 5 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c163876cc4c0635a

perldelta: clarify the deprecation of non-PerlIO perl
Ricardo Signes 1 file changed, 8 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f3068e1b8162c9d1

New branch bingos/post-5.18.0
2 commits. 1 unique author. 1 unique committer.
Net code removal: Chris 'BinGOs' Williams (28175 lines)

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

Remove cpan/CPANPLUS and associated utilities
Chris 'BinGOs' Williams 107 files changed, 17 insertions(+), 26607 delet
http://perl5.git.perl.org/perl.git/commit/e84e3a070f1511d5

Remove cpan/CPANPLUS-Dist-Build
Chris 'BinGOs' Williams 14 files changed, 1 insertion(+), 1586 deletions
http://perl5.git.perl.org/perl.git/commit/576be78ef66b84d4

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

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

Add Module::CoreList::Utils module
Chris 'BinGOs' Williams 2 files changed, 859 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/e4f0ee67c08def16

New branch smoke-me/nicholas/x2p-depend-later
12 commits. 1 unique author. 1 unique committer.
Net code removal: Nicholas Clark (169 lines)

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

Simplify x2p's Makefile.
Nicholas Clark 1 file changed, 2 insertions(+), 14 deletions(-)
http://perl5.git.perl.org/perl.git/commit/12bc250a20b24833

Remove rules to delete *.loadmap and *.prelmap files, generated on VM/ESA
Nicholas Clark 3 files changed, 1 insertion(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/478dc33466f28c83

Add x2p/Makefile.SH to the *.SH files processed by the top level Makefile.
Nicholas Clark 2 files changed, 2 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fcb660fa088b71ce

Remove the now unused 'shlist' Makefile targets.
Nicholas Clark 2 files changed, 1 insertion(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bbb6863c2b87930e

Programmatically generate dependencies for all *.SH files.
Nicholas Clark 2 files changed, 17 insertions(+), 39 deletions(
http://perl5.git.perl.org/perl.git/commit/936f63cc0c895173

Add runtests.SH to the code that generates the targets sh and shextract.
Nicholas Clark 1 file changed, 2 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6fd5db0ca0b31e24

Eliminate x2p/cflags.SH. x2p's Makefile can use ../cflags
Nicholas Clark 4 files changed, 4 insertions(+), 110 deletions(
http://perl5.git.perl.org/perl.git/commit/859b64d856c95812

Pass in to makedepend the name(s) of files that all objects depend on.
Nicholas Clark 3 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/94d499fdfa942f92

In the Makefile, generate the value of shextract programmatically.
Nicholas Clark 1 file changed, 12 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/935c3ed27b0128c9

Defer running makedepend in x2p/ until it's needed.
Nicholas Clark 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6847bd02093571fd

Add x2p/makefile to the dependencies for targets within x2p/
Nicholas Clark 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e4bccc4443fdec48

Remove vestigial *.SH code which can link the extracted file into ../
Nicholas Clark 4 files changed, 0 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/fc129f427fa77d5a

Deleted branch bingos/coreutils
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
158 commits. 10 unique authors. 7 unique committers.
426 files changed, 7896 insertions(+), 49501 deletions(-)
Net code removal: Chris 'BinGOs' Williams (41334 lines)
Nicholas Clark (992 lines) Ricardo Signes (549 lines)
Dagfinn Ilmari Mannsåker (2 lines)
Thanks, applied: Ricardo Signes (12) Chris 'BinGOs' Williams (6)
Karl Williamson (4) James E Keenan (2) David Golden (1)
Nicholas Clark (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/5fb91d484fee378b.tar.gz

Fix typo in Porting/sync-with-cpan
Max Maischein 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5fb91d484fee378b

Eliminate external call to tar executable in favour of Archive::Tar
Max Maischein 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a1450e8bf79c3c2d

Add new Module::CoreList::Utils to MANIFEST
Chris 'BinGOs' Williams 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b6956a94c03907bb

Merge branch 'smoke-me/coreutils' into blead
Chris 'BinGOs' Williams 2 parents
http://perl5.git.perl.org/perl.git/commit/eab82fd6486ac097

Remove 2 superfluous use lines from ExtUtils::CBuilder.
Nicholas Clark 1 file changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b4b2fefd8bdd72b0

Refactor 3 tests so that they avoid clearing %:: via list assignment.
Nicholas Clark 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fdf38e49aa470e60

Test that caller does not SEGV when the current package is undefined.
Nicholas Clark 1 file changed, 9 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/aee674b7db1a4a3f

Remove fakethr.h and eliminate all references to it and FAKE_THREADS
Nicholas Clark 7 files changed, 6 insertions(+), 99 deletions(-
http://perl5.git.perl.org/perl.git/commit/ef4abe7673cc0b19

Merge the refactoring of x2p's Makefile to blead.
Nicholas Clark 2 parents
http://perl5.git.perl.org/perl.git/commit/31a53e79025eb594

Simplify x2p's Makefile.
Nicholas Clark 1 file changed, 2 insertions(+), 14 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8ca91d39a4a96434

Remove rules to delete *.loadmap and *.prelmap files, generated on VM/ESA
Nicholas Clark 3 files changed, 1 insertion(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e1da83eac92e1d22

Add x2p/Makefile.SH to the *.SH files processed by the top level Makefile.
Nicholas Clark 2 files changed, 2 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6105164f37e277ea

Remove the now unused 'shlist' Makefile targets.
Nicholas Clark 2 files changed, 1 insertion(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/655e5c9e391de4ee

Programmatically generate dependencies for all *.SH files.
Nicholas Clark 2 files changed, 17 insertions(+), 39 deletions(
http://perl5.git.perl.org/perl.git/commit/9719c95bf27185af

Add runtests.SH to the code that generates the targets sh and shextract.
Nicholas Clark 1 file changed, 2 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fc40bd89f80e1d94

Eliminate x2p/cflags.SH. x2p's Makefile can use ../cflags
Nicholas Clark 4 files changed, 4 insertions(+), 110 deletions(
http://perl5.git.perl.org/perl.git/commit/c0d271fb2cf4e67f

Pass in to makedepend the name(s) of files that all objects depend on.
Nicholas Clark 3 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3ae7e562a2ff05c2

In the Makefile, generate the value of shextract programmatically.
Nicholas Clark 1 file changed, 12 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0ff64a71c493f41b

Defer running makedepend in x2p/ until it's needed.
Nicholas Clark 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/417de989d3cb17f8

Add x2p/makefile to the dependencies for targets within x2p/
Nicholas Clark 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2fea047185866412

Remove vestigial *.SH code which can link the extracted file into ../
Nicholas Clark 4 files changed, 0 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/d730c2986a70e4fa

Merge the pack refactoring to blead.
Nicholas Clark 2 parents
http://perl5.git.perl.org/perl.git/commit/9e7945ee50c30a17

Notes in perldelta for the tiny XS-visible changes of the pack refactoring.
Nicholas Clark 1 file changed, 9 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7df6ffa3fb2efaa9

Annotate the "cold" paths in pp_pack.c with UNLIKELY().
Nicholas Clark 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/228e69a781c23b25

Eliminate the implementations of [hv]to[vh][ls] for mixed-endian systems.
Nicholas Clark 2 files changed, 6 insertions(+), 103 deletions(
http://perl5.git.perl.org/perl.git/commit/545872c5eddf1f00

Eliminate Perl_my_swabn(), as it is now unused.
Nicholas Clark 4 files changed, 0 insertions(+), 26 deletions(-
http://perl5.git.perl.org/perl.git/commit/1cb43330cc18f2ee

When endian-swapping in pack, simply copy the bytes in reverse order.
Nicholas Clark 3 files changed, 67 insertions(+), 74 deletions(
http://perl5.git.perl.org/perl.git/commit/3a88beaa68dbb5ba

Pass 'needs_swap' as a parameter to SHIFT_BYTES.
Nicholas Clark 1 file changed, 32 insertions(+), 29 deletions(-
http://perl5.git.perl.org/perl.git/commit/aaec8192358ffb80

When endian-swapping in unpack, simply copy the bytes in reverse order.
Nicholas Clark 1 file changed, 26 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/20aa3a3813ca2068

Fold the implementation of DO_BO_UNPACK into SHIFT_BYTES(), its only user.
Nicholas Clark 1 file changed, 3 insertions(+), 29 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cd7e75121be11e79

Re-implement SHIFT16 and SHIFT32 as wrappers to SHIFT_BYTES.
Nicholas Clark 1 file changed, 6 insertions(+), 20 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7285e3f43c94010f

Refactor the two uses of SHIFT{16,32} not followed by DO_BO_UNPACK().
Nicholas Clark 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e396d2357dcec18c

Remove the now unused 'type' argument from the macros DO_BO_(UN)?PACK.
Nicholas Clark 1 file changed, 41 insertions(+), 41 deletions(-
http://perl5.git.perl.org/perl.git/commit/2b4ad5699f46c7f6

As DO_BO_(UN)?PACK are now implemented with my_swabn(), simplify 'J' and 'j'
Nicholas Clark 2 files changed, 4 insertions(+), 38 deletions(-
http://perl5.git.perl.org/perl.git/commit/e8966daba3270993

Merge the identical definitions of DO_BO_UNPACK and DO_BO_PACK.
Nicholas Clark 1 file changed, 0 insertions(+), 39 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0c0fa9f456cec3d6

Swap byte order in DO_BO_(UN)?PACK based on a variable needs_swap.
Nicholas Clark 1 file changed, 19 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a1219b5e0bb6c311

DO_BO_{UN,}PACK can use my_swabn() directly.
Nicholas Clark 2 files changed, 4 insertions(+), 25 deletions(-
http://perl5.git.perl.org/perl.git/commit/e8fda8c499f46bb8

Use DO_BO_{UN,}PACK in place of DO_BO_UNPACK_{N,PC}
Nicholas Clark 1 file changed, 11 insertions(+), 92 deletions(-
http://perl5.git.perl.org/perl.git/commit/7e38f754fea50c46

Eliminate my_{hto[bl]e,[bl]etoh}{16,32,64,s,i,l} as nothing now uses them.
Nicholas Clark 5 files changed, 0 insertions(+), 519 deletions(
http://perl5.git.perl.org/perl.git/commit/79be8fb4ac8fa995

In pp_pack.c, refactor DO_BO_(UN)?PACK to use my_letohn etc
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/68a0946fb4222dd6

In pp_pack.c, refactor DO_BO_(UN)?PACK_PTR to use my_letohn etc
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/86c6fce076648c5a

In pp_pack.c, refactor DO_BO_(UN)?PACK_N to use sizeof() on the variable.
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/df609c5f9dbf07fc

Refactor macros in pp_pack.c, removing support for mixed-endian byte orders.
Nicholas Clark 1 file changed, 77 insertions(+), 48 deletions(-
http://perl5.git.perl.org/perl.git/commit/3cc90e2e712615f2

Eliminate the conditionally-compiled fallback functions for htonl etc.
Nicholas Clark 5 files changed, 13 insertions(+), 89 deletions(
http://perl5.git.perl.org/perl.git/commit/691a44df41bbec11

Remove buggy loop-based byte swapping code.
Nicholas Clark 2 files changed, 3 insertions(+), 40 deletions(-
http://perl5.git.perl.org/perl.git/commit/66bb80e432461784

Update the Win32 miniperl conditional compilation, for the htonl etc changes
Nicholas Clark 1 file changed, 6 insertions(+), 14 deletions(-)
http://perl5.git.perl.org/perl.git/commit/36bb5e1d607385b4

Fallbacks for ntohl, ntohs, htonl and htons for little endian systems.
Nicholas Clark 1 file changed, 24 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e4b03fedd1c92616

Provide ntohl, ntohs, htonl and htons no-op macros on big endian systems.
Nicholas Clark 3 files changed, 9 insertions(+), 30 deletions(-
http://perl5.git.perl.org/perl.git/commit/8e2d7c446d5ab31e

Provide vtohl, vtohs, htovl and htovs no-op macros on little endian systems.
Nicholas Clark 3 files changed, 11 insertions(+), 21 deletions(
http://perl5.git.perl.org/perl.git/commit/260c6fee6deba90b

vtohl, vtohs, htovl and htovs are no-ops on 64 bit little endian systems.
Nicholas Clark 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5ae724797a32a9a9

Eliminate the definitions for DO_BO_PACK_P and DO_BO_UNPACK_P.
Nicholas Clark 1 file changed, 0 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fcdf154797de7146

Eliminate pre-5.9.x conditional code for PERL_PACK_CAN_SHRIEKSIGN
Nicholas Clark 3 files changed, 11 insertions(+), 87 deletions(
http://perl5.git.perl.org/perl.git/commit/f8e5a5db38586c72

Eliminate pre-5.9.x conditional code for PERL_PACK_CAN_BYTEORDER
Nicholas Clark 1 file changed, 0 insertions(+), 25 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5fa237154915dfcb

Merge the reworking of how genpacksizetables.pl is used.
Nicholas Clark 2 parents
http://perl5.git.perl.org/perl.git/commit/39ecab1c690aee1a

Add regen/genpacksizetables.pl to t/porting/regen.t
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/843b37592a564e2e

Move genpacksizetables.pl to regen/genpacksizetables.pl
Nicholas Clark 4 files changed, 127 insertions(+), 127 deletion
http://perl5.git.perl.org/perl.git/commit/e3f061af802f7db7

Refactor genpacksizetables.pl to use regen/regen_lib.pl
Nicholas Clark 2 files changed, 12 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/6b05cb8115fc15fe

Extract the generated packprops array into packsizetables.c.
Nicholas Clark 3 files changed, 251 insertions(+), 249 deletion
http://perl5.git.perl.org/perl.git/commit/298bc19c0935302f

Propagate a change from commit 1651fc447620d361 into genpacksizetables.pl.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e2add64b70b6d5c5

genpacksizetables.pl: Correct comment typo
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d8a3828919c2d8a9

Change LIKELY() and UNLIKELY() to cast their first argument to a bool.
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6d5abc62848da0e1

handy.h: Change the error return of two macros
Karl Williamson 1 file changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b2bf251fd850e281

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

utf8.c: White space only.
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4f48919406dde731

fold_grind.t: Add tests
Karl Williamson 1 file changed, 63 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a3f3bf18711ca1ac

Fix multi-char fold edge case
Karl Williamson 7 files changed, 149 insertions(+), 46 deletions
http://perl5.git.perl.org/perl.git/commit/1ca267a56acf6985

Expand flags parameter from boolean in _to_fold_latin1
Karl Williamson 5 files changed, 13 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/519101418837cf0e

unicode_constants.h: Add some #defines
Karl Williamson 2 files changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f2e063754de41c90

utf8.c: Replace two macro calls with equiv single
Karl Williamson 1 file changed, 6 insertions(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a4f12ed78e91a49a

lib/charnames.t: Fix wrongly complemented test
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/33bdd83dc2db4d07

t/re/fold_grind.t: White space only
Karl Williamson 1 file changed, 154 insertions(+), 139 deletions
http://perl5.git.perl.org/perl.git/commit/91638220a6a521d8

perlapi: Move 'experimental' warning to front of entries
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/58a428bba943d9d3

regcomp.c: Remove always-true test
Karl Williamson 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fdfb35c800b283d7

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

regcomp.c: Reorder two 'if's so shorter branches are first
Karl Williamson 1 file changed, 32 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/b35bbc3f802dc4b4

perllocale: Update to mention fc(), \F
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b9cc4f69dc87bbd2

regcomp.c: Clarify comment
Karl Williamson 1 file changed, 11 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/d3cb55c1b8a3b80c

pp.c: Eliminate custom macro and use Copy() instead
Karl Williamson 3 files changed, 17 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/a78bc3c6c5c9dd76

perl #117865] [PATCH] Eliminate useless variable and sizeof(char)
Dagfinn Ilmari Mannsåker 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a96bc63507f57f35

op.c: Don't fold constant fc() in locale
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7ccde1209c3d4319

autodoc.pl: Don't list undocumented deprecated fcns in API
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8c869419331313c4

autodoc.pl: Add note for deprecated functions
Karl Williamson 3 files changed, 10 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/d4e99c76278c7e40

embed.fnc: Slight clarification in comments
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6ef8d77a18f45460

Add tests for case-change macros API
Karl Williamson 3 files changed, 382 insertions(+), 3 deletions(
http://perl5.git.perl.org/perl.git/commit/2e1414cec3028c7f

Use new case changing macros
Karl Williamson 4 files changed, 10 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/d22b930b662c8c65

handy.h: Add some macro definitions
Karl Williamson 1 file changed, 23 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/25200305a51f9944

pp.c: Nit in comment
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/22e255cb04e4d885

perlclib.pod: Update character class macro descriptions
Karl Williamson 1 file changed, 44 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/fa2b1084e3c2ca84

perlclib.pod: Fix too long verbatim lines
Karl Williamson 2 files changed, 66 insertions(+), 64 deletions(
http://perl5.git.perl.org/perl.git/commit/5b2821400d3dea1b

perlapi: Add docs for some case-changing macros; clarify others
Karl Williamson 2 files changed, 104 insertions(+), 44 deletions
http://perl5.git.perl.org/perl.git/commit/1f607577c172af48

Remove perlsh, which is neither installed nor referenced anywhere.
Nicholas Clark 2 files changed, 0 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/4572fa3eeef0e6fc

Update Test-Harness to CPAN version 3.27
Nicholas Clark 58 files changed, 447 insertions(+), 155 deletio
http://perl5.git.perl.org/perl.git/commit/dbd04185fe7ac500

handy.h: Add missing toFOLD_utf8 macro
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7d2b61dd6d5e3e16

handy.h: define some synonyms for consistency
Karl Williamson 1 file changed, 8 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c753c8d3b46bc998

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

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

toke.c: Remove redundant test
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/aecf5a4bae81aedf

t/porting/regen.t: Add file to check
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/838d7b5b2dbf1d78

handy.h: Clarify comment
Karl Williamson 1 file changed, 4 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/236415e2432a2fed

regcomp.c: White-space only, wrap comment to fit
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/accd961fc36103ca

mktables: Fix typos in comments
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7e017d6d5751c3a3

utf8.c: Remove redundant assignment.
Karl Williamson 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ed47657b3780d113

t/TEST: Don't bail if fails in t/base unless minitest
Karl Williamson 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/25a4a90c0d533001

t/porting/bincompat.t: Typo in comment
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b8b46d9f8ad9fe06

utf8.c: Use mnemonics instead of hex numbers
Karl Williamson 1 file changed, 9 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/46956fadb29bc626

charnames: fix nit in comment
Karl Williamson 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a48a707d737e2308

Remove double space between words in pod
Brian Fraser 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2f7e507347688b84

podcheck.t: Avoid misleading error message
Karl Williamson 1 file changed, 7 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/83ced756a828362f

lib/utf8.pm: Fix pod verbatim line wraps
Karl Williamson 2 files changed, 16 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/291cc134f6d2f9b4

lib/utf8.pm: Pod clarification and nit
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/637ec54ef44f10a0

Add missing test for regex parse error
Karl Williamson 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/76cccc4deff40bc5

regcomp.c: Use mnemonic instead of number
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2de83f6fff96b45e

toke.c: VALID_LEN_ONE_IDENT only needs a char, not a char*
Brian Fraser 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/850a35c98e34a81a

toke.c, S_intuit_method: Minor parsing speedup for 'maybe_method $foo'
Brian Fraser 1 file changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/04e07f8b182303f6

toke.c: Call base macro that does the same thing
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/14bd96d0d32197b5

add new perldelta
Ricardo Signes 10 files changed, 468 insertions(+), 57 deletion
http://perl5.git.perl.org/perl.git/commit/583aa5c2e70fbc81

bump version to 5.19.1
Ricardo Signes 22 files changed, 136 insertions(+), 136 deletio
http://perl5.git.perl.org/perl.git/commit/483394c85ff7a217

perldelta: 5.19.0, shortest perldelta ever?
Ricardo Signes 2 files changed, 43 insertions(+), 309 deletions
http://perl5.git.perl.org/perl.git/commit/e285f503300a228c

update corelist for Getopt::Std, utf8
Ricardo Signes 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e68d5354833474e4

Bump $Getopt::Std::VERSION following commit 0c0a84c65e572a92.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7c568b56922ba698

Document getopts before getopt, and de-recommend getopt.
Reuben Thomas 1 file changed, 12 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/0c0a84c65e572a92

utf8: Remove unused variable (%utf8::enc).
Brian Fraser 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bb003204009d113d

Added v5.18.0 and v5.19.0 data to Module::CoreList::Utils
Chris 'BinGOs' Williams 1 file changed, 18 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5730025fe53aa27d

update Module::CoreList for 5.19.0
Ricardo Signes 3 files changed, 75 insertions(+), 117 deletions
http://perl5.git.perl.org/perl.git/commit/d7eee6ca7f778e29

update CoreList for new Pod::Simple in 5.18.0
Ricardo Signes 2 files changed, 29 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/1d198bc1726bd4b5

bump the version on Module::CoreList
Ricardo Signes 3 files changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a0f025713b17b812

Add repository and bugtracker META to Module-CoreList Makefile.PL
Chris 'BinGOs' Williams 1 file changed, 15 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0b1e85f9e451ed79

update Module::CoreList for v5.18.0
Ricardo Signes 2 files changed, 74 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e1075176865db1ea

Include deprecations for v5.17.10 and v5.17.11 in Module::CoreList
Chris 'BinGOs' Williams 3 files changed, 176 insertions(+), 3 deletions(
http://perl5.git.perl.org/perl.git/commit/5e2ab1340306463e

update Module::CoreList for v5.17.11
Ricardo Signes 3 files changed, 56 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/3b14c6d9ec653e85

Subject: [PATCH] Update INSTALLDIRS to favor installation under 'site'.
James E Keenan 8 files changed, 8 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/05f3163ba4cd41e3

perlhist for 5.19.0
Ricardo Signes 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/68e37e75ceb3b4af

bring in the 5.18-related epigraphs
Ricardo Signes 1 file changed, 54 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4e720792bd3977d0

update Module::CoreList for 5.19.0
Ricardo Signes 3 files changed, 75 insertions(+), 117 deletions
http://perl5.git.perl.org/perl.git/commit/38a400f2228b6ee9

Removed cpan/File-CheckTree
Ricardo Signes 4 files changed, 0 insertions(+), 431 deletions(
http://perl5.git.perl.org/perl.git/commit/7c3c39a3b46cd3e5

Removed cpan/Text-Soundex
Ricardo Signes 7 files changed, 0 insertions(+), 809 deletions(
http://perl5.git.perl.org/perl.git/commit/d1fe84e5946ba9c3

regenerate known pod issues
Ricardo Signes 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bb2608d913682e51

Removed cpan/Log-Message
Chris 'BinGOs' Williams 13 files changed, 4 insertions(+), 1498 deletion
http://perl5.git.perl.org/perl.git/commit/4bda23b9621837bd

Removed cpan/Log-Message-Simple
Chris 'BinGOs' Williams 8 files changed, 1 insertion(+), 461 deletions(-
http://perl5.git.perl.org/perl.git/commit/ac344ac5c394fb61

Remove cpan/Object-Accessor
Chris 'BinGOs' Williams 13 files changed, 1 insertion(+), 1381 deletions
http://perl5.git.perl.org/perl.git/commit/deafb5738efe03cc

Remove cpan/Term-UI
Chris 'BinGOs' Williams 9 files changed, 2 insertions(+), 1016 deletions
http://perl5.git.perl.org/perl.git/commit/3bbb8b642ef78240

Remove cpan/Module-Pluggable
Chris 'BinGOs' Williams 78 files changed, 3 insertions(+), 2900 deletion
http://perl5.git.perl.org/perl.git/commit/482cac4d574f8c6c

Remove cpan/Pod-LaTeX and pod2latex utility
Chris 'BinGOs' Williams 17 files changed, 6 insertions(+), 2854 deletion
http://perl5.git.perl.org/perl.git/commit/ad68f4fd1e830cd8

Remove cpan/B-Lint
Chris 'BinGOs' Williams 7 files changed, 2 insertions(+), 1045 deletions
http://perl5.git.perl.org/perl.git/commit/bdbd6dd7316e4a2f

Remove cpan/Archive-Extract
Chris 'BinGOs' Williams 36 files changed, 71 insertions(+), 2302 deletio
http://perl5.git.perl.org/perl.git/commit/97e1df436b02746f

Remove cpan/CPANPLUS and associated utilities
Chris 'BinGOs' Williams 107 files changed, 17 insertions(+), 26607 delet
http://perl5.git.perl.org/perl.git/commit/fb598ba5e55920eb

Remove cpan/CPANPLUS-Dist-Build
Chris 'BinGOs' Williams 14 files changed, 1 insertion(+), 1586 deletions
http://perl5.git.perl.org/perl.git/commit/664ba38731e2f592

Remove core references to SVt_BIND
Karl Williamson 5 files changed, 12 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/a9032aa0965cbaab

perlpacktut: nit
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/99f65d0199386f0b

Fix compiler warnings in regcomp.c
Karl Williamson 1 file changed, 23 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/cc5524b47a7d6dda

Perform all the "bump us to 5.19.0" work
Ricardo Signes 2 parents
http://perl5.git.perl.org/perl.git/commit/b6d67c65e48d80e0

regenerate META.json
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3cd728e478e75a0c

regen feature.pm
Ricardo Signes 2 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d09258e79780544e

bump the perldelta version
Ricardo Signes 9 files changed, 3940 insertions(+), 3529 deleti
http://perl5.git.perl.org/perl.git/commit/e9912eaa0d41601b

bump version to 5.19.0
Ricardo Signes 27 files changed, 178 insertions(+), 178 deletio
http://perl5.git.perl.org/perl.git/commit/f7cf42bb697e73cd

final version and perlhist update for 5.18.0
Ricardo Signes 3 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a9acda3b5f745858

update perlexperiment
Sebastien Aperghis-Tramoni 1 file changed, 104 insertions(+), 78 deletions(
http://perl5.git.perl.org/perl.git/commit/fe8d2675da435755

fix wrong tense
Sebastien Aperghis-Tramoni 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3d6d9494e8d0dd14

Current branch bingos/post-5.18.0
8 commits. 1 unique author. 1 unique committer.
152 files changed, 90 insertions(+), 13457 deletions(-)
Net code removal: Chris 'BinGOs' Williams (13367 lines)

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

Removed cpan/Log-Message
Chris 'BinGOs' Williams 13 files changed, 4 insertions(+), 1498 deletion
http://perl5.git.perl.org/perl.git/commit/400553bec3ca1aee

Removed cpan/Log-Message-Simple
Chris 'BinGOs' Williams 8 files changed, 1 insertion(+), 461 deletions(-
http://perl5.git.perl.org/perl.git/commit/785ada7845ab8774

Remove cpan/Object-Accessor
Chris 'BinGOs' Williams 13 files changed, 1 insertion(+), 1381 deletions
http://perl5.git.perl.org/perl.git/commit/fb45ddfd15c2a662

Remove cpan/Term-UI
Chris 'BinGOs' Williams 9 files changed, 2 insertions(+), 1016 deletions
http://perl5.git.perl.org/perl.git/commit/105231ef63830278

Remove cpan/Module-Pluggable
Chris 'BinGOs' Williams 78 files changed, 3 insertions(+), 2900 deletion
http://perl5.git.perl.org/perl.git/commit/f303fd1aa991196c

Remove cpan/Pod-LaTeX and pod2latex utility
Chris 'BinGOs' Williams 17 files changed, 6 insertions(+), 2854 deletion
http://perl5.git.perl.org/perl.git/commit/41f2bbe9e038e68e

Remove cpan/B-Lint
Chris 'BinGOs' Williams 7 files changed, 2 insertions(+), 1045 deletions
http://perl5.git.perl.org/perl.git/commit/5bb01de8daebc9fe

Remove cpan/Archive-Extract
Chris 'BinGOs' Williams 36 files changed, 71 insertions(+), 2302 deletio
http://perl5.git.perl.org/perl.git/commit/600925988efc9501

New branch khw-ebcdic
203 commits. 3 unique authors. 1 unique committer.
Thanks, applied: Karl Williamson (4)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/846bc9bf1b056b94.tar.gz

lib/locale.t: Generalize to work on non-ASCII
Karl Williamson 1 file changed, 10 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/846bc9bf1b056b94

ext/XS-APItest/t/hash.t: Generalize to run on non-ASCII platforms
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a6dc0886bc6232d9

dist/Storable/t/code.t: Fixes to run under EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8332e10343f90f7c

XXX CPAN, incomplete cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm: Generalize
Karl Williamson 1 file changed, 13 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/95da796bec07d59e

t/lib/feature/implicit: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5687c8ae95323d05

pp.c, regexec.c: Declare buffers large enough
Karl Williamson 3 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d504de60a392b1d2

pp.c: Don'tdeclare array to large
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/34e1a92649a6ee5a

XXX experimental pp_pack.c: 'u'
Karl Williamson 1 file changed, 11 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/3a45f684f9156aa1

XXX CPAN Normalize
Karl Williamson 1 file changed, 18 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7e2040ce5c9cb408

XXX CPAN prob wrong Collate
Karl Williamson 1 file changed, 12 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/42944d11d58338d8

utf8.c: Remove wrapper functions.
Karl Williamson 6 files changed, 100 insertions(+), 138 deletion
http://perl5.git.perl.org/perl.git/commit/be3ff53cae307da7

perlapi vis utf8.c: Nits
Karl Williamson 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/533300b0d2ec1d67

utf8.c: Move 2 functions to earlier in file
Karl Williamson 1 file changed, 36 insertions(+), 62 deletions(-
http://perl5.git.perl.org/perl.git/commit/9de633f190be2dad

gv.c: Add comment
Karl Williamson 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f3605b1fe8d59ef7

t/op/coreamp.t: Generalize for non-ASCII platfomrs
Karl Williamson 1 file changed, 17 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bb386848fb07eb96

XXX temporary lib/warnings.pm: Add debugging info
Karl Williamson 1 file changed, 38 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/741da65799930958

regcomp.c: Add missing (parens) to expression
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/702f6b5da738d682

t/re/re_tests: Some tests are platform-specific
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fcbc87b965557d97

t/re/regexp.t: Add ability to skip depending on platform
Karl Williamson 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d5cdc6dec1420fe8

t/io/crlf.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1bcd758400a5a2b7

unicode_constants.h: regened for ebcdic
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0563bec690cb5abe

XXX finish up t/re/regexp.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 29 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/65475008b1147911

ext/B/t/b.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fe3d822aa365b479

dist/Safe/t/safeutf8.t: Generalize to non-ASCII platform
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5defc07f44057657

t/op/warn.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 11 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fdef3f7077faa722

re/reg_email.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 8 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/628e13aaa6992585

dist/ExtUtils-Install/t/InstallWithMM.t: Skip if EBCDIC
Karl Williamson 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9b580692be38f2db

XXX: t/lib/warnings/utf8: Experiment with malformed utf8
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2aef090608ada570

XXX skip cpan tests
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cb9a8eed5bf9dec6

ext/XS-APItest/t/svpeek.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4489f3f5ffc31e4e

ext/XS-APItest/t/svpv_magic.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 10 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2cf059823672a6fa

lib/DBM_Filter/t/encode.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5953fbd2c6e85dc8

XXX finish up lib/dumpvar.pl: Generalize for EBCDIC
Karl Williamson 1 file changed, 23 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/648c06a431fc120a

XXX finish up lib/utf8.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 17 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/a7b5a6c7a84ca7a2

t/uni/parser.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/452c48fd89a0a2be

t/uni/method.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 12 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/df4e0817b6f574e0

t/op/magic.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c7c2ed39a8bfd40a

t/io/through.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 29 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/18562296e0468f8d

toke.c: Fix EBCDIC bugs with single char variable names
Karl Williamson 1 file changed, 11 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ab569bc79b233f2a

toke.c: An EBCDIC fix
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/643081f8b54c4cd3

XXX \c must be followed by printable
Karl Williamson 1 file changed, 12 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/0378d3b35a8ad68b

XXX temp toCTRL
Karl Williamson 5 files changed, 42 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/d85d5c77618888b8

perlio.c: Generalize for EBCDIC
Karl Williamson 1 file changed, 19 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/8381ec4d6e99cba0

unicode_constants.h: Add #defines for CR, LF
Karl Williamson 2 files changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/79eead4d9b5bbcc2

t/op/goto.t: Generalize for EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/38ae23e772528ca2

t/re/pat.t: Generalize for EBCDIC
Karl Williamson 1 file changed, 14 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/e146b0dbd1f5f932

XXX t/op/pack.t: Generalize for EBCDIC
Karl Williamson 1 file changed, 34 insertions(+), 32 deletions(-
http://perl5.git.perl.org/perl.git/commit/0b621743b4fcbd46

regcomp.c: In EBCDIC [i-j] exclude also ASCII
Karl Williamson 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3775709fb496701f

utf8.c: Don't use slower general-purpose function
Karl Williamson 1 file changed, 7 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/495e427b992031dc

utf8.c: Don't do ++ in macro parameter
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4185b06c5b546f9c

utf8.c: Use macro instead of duplicating code
Karl Williamson 1 file changed, 13 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/81fa4afc35b316a1

t/io/bom.t: Fix to run under EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bfde7995312c3e67

t/uni/overload.t: EBCDIC fixes
Karl Williamson 1 file changed, 44 insertions(+), 42 deletions(-
http://perl5.git.perl.org/perl.git/commit/cbc28442dcf478f4

t/uni/method.t: EBCDIC fixes
Karl Williamson 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ad84b647dd681b26

t/op/utf8magic.t: EBCDIC fixes
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7a939faff39c91be

t/op/evalbytes.t: EBCDIC fixes
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/757f0cbdd73d9e80

t/op/length.t: EBCDIC fixes
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a993fdd206819d44

t/op/utfhash.t: XXX Add debug
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9e1198f03a7491f8

Data-Dumper/Dumper.pm: Fix for EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9ca4e3deae9c1c2f

Dumper.xs: Don't translate character twice
Karl Williamson 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2ccb29bebaec4ca9

dist/IO/t/io_utf8argv.t: Generalize and enable EBCDIC
Karl Williamson 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7db978d1bf537773

utf8.h: Clarify comments
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/56f7ad754b3d81fa

XXX CPAN cpan/Test/lib/Test.pm: Fixes for EBCDIC
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8a1d8f33d96cafcb

t/re/pat_re_eval.t: Some EBCDIC fixes
Karl Williamson 1 file changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9b41ed73a7a62d5d

t/test.pl: Add fcn for UTF-EBCDIC conversion
Karl Williamson 1 file changed, 103 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/36d11ade774a8c0f

dist/Storable/t/utf8.t: Fix to run under EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a799971fe1c6e7bf

t/uni/variables.t: Fix to run under EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/26a42ea23cb34342

t/op/split.t: EBCDIC fixes
Karl Williamson 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0adf4cea5ffcb8c5

re/pat_advanced.t: EBCDIC fixes
Karl Williamson 1 file changed, 73 insertions(+), 53 deletions(-
http://perl5.git.perl.org/perl.git/commit/889fd63aca87c233

t/io/utf8.t: EBCDIC fixes
Karl Williamson 1 file changed, 16 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/fdc687c32a839c9d

Unicode::UCD.pm: Nits
Karl Williamson 1 file changed, 17 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/c5982cbc7cbbbaf7

t/uni/fold.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 20 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/52bdcb2ae24b0782

XXX t/op/tiehandle.t: skip for now; deep recursion
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/379d0ee3921e7734

XXX better commit msg utf8.c: Avoid unnecessary UTF-8 conversions
Karl Williamson 1 file changed, 61 insertions(+), 26 deletions(-
http://perl5.git.perl.org/perl.git/commit/7b1392dec926c9b4

utf8.c: No need to check for UTF-8 malformations
Karl Williamson 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ca2a982ec84b76af

XXX enable _invlist_dump;
Karl Williamson 3 files changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2fe237b2ead3b7d5

XXX EBCDIC header files
Karl Williamson 4 files changed, 1209 insertions(+), 864 deletio
http://perl5.git.perl.org/perl.git/commit/c6c6c4f2e9be2367

hints/os390.sh: Suppress bogus compiler message
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d65c5d77246f9685

XXX Temporary for z/OS long long support
John Goodyear 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2d8ce2d001f8e124

Add test that to/from native character set works
Karl Williamson 2 files changed, 28 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/0fc51098579d6bac

lib/feature/bundle: Fix some things to pass under EBCDIC
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7f2184e8086d3861

XS-APItest/t/fetch_pad_names.t: Skip if EBCDIC
Karl Williamson 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d17548980042f02f

XXX ext/XS-APItest/t/utf8.t: Fix so passes EBCDIC
Karl Williamson 1 file changed, 10 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bef44e0fe1a91c37

ext/re/t/re_funcs_u.t: Fix to work under EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b3e5e5fdabbef83e

XXX dist/IO/t/io_utf8argv.t: Temporarily skip if EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c9fd381b09cd9c8b

t/op/print.t: Skip an EBCDIC test
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8e11c594ca00985d

XXX t/TEST: Avoid SIGPIPEs
Karl Williamson 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1335f8cffc805cd1

XXX Temporarily test normalization
Karl Williamson 12 files changed, 60 insertions(+), 60 deletions
http://perl5.git.perl.org/perl.git/commit/5e656ef84e65173f

op/index.t: Fix tests for EBCDIC
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f7a65aef1d3fea33

op/chop.t: Fix for EBCDIC
Karl Williamson 1 file changed, 8 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aa5a298fc0c028ca

t/op/lc.t: Fix to work under EBCDIC
Karl Williamson 1 file changed, 9 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9f67212afd517b5a

Skip some tests under EBCDIC
Karl Williamson 2 files changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f2b728509d8a1359

porting/bincompat.t: Skip under EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/389a512f74d39be5

t/re/regex_sets.t: So will pass under EBCDIC
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bf4b2050d3001fdb

XXX fix \x{too large}
Karl Williamson 10 files changed, 24 insertions(+), 22 deletions
http://perl5.git.perl.org/perl.git/commit/cbe575d208c24dc4

utf8.c: Fix so UTF-16 to UTF-8 conversion works under EBCDIC
Karl Williamson 1 file changed, 9 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aa34f711a9e96776

utf8.h, utfebcdic.h: Add #define
Karl Williamson 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9e8c1573cf235325

lib/Unicode/UCD.t: Allow to run under EBCDIC,
Karl Williamson 1 file changed, 158 insertions(+), 75 deletions(
http://perl5.git.perl.org/perl.git/commit/3fb2a0221fcad500

t/op/quotemeta.t: EBCDIC fixes
Karl Williamson 1 file changed, 24 insertions(+), 21 deletions(-
http://perl5.git.perl.org/perl.git/commit/b5f3c1728ff65d98

t/re/fold_grind.t: Fixes for EBCDIC
Karl Williamson 1 file changed, 16 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/5d172959135cac43

t/lib/charnames/alias: Fix some EBCDIC problems
Karl Williamson 1 file changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9632f23ce8177ed5

t/uni/class.t: Make work on EBCDIC
Karl Williamson 1 file changed, 12 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/629212b42c92dd6f

feature/unicode_strings.t: Fix to work on EBCDIC
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7a4fb27b9214b51d

XXX rebase regen/regcharclass.pl: make more EBCDIC friendly
Karl Williamson 2 files changed, 34 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/0090870daba8fec1

XXX temporarily skip some folding tests
Karl Williamson 3 files changed, 16 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/9595023f46e4c1f2

XXX temp skip perl5db.t
Karl Williamson 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5d8179efd6dd1ada

pp.c: White-space only
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/35801f5e596e3cba

Fix valid_utf8_to_uvchr() for EBCDIC
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f98569b84642c064

t/test.pl: Add comment about EBCDIC
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/faaf8fbd9dea6941

XXX makedepend.SH: Why does 255 work and 250 not?
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8034a4ee3a99a75e

XXX regen/mk_PL_charclass.pl: Make EBCDIC friendly
Karl Williamson 1 file changed, 34 insertions(+), 83 deletions(-
http://perl5.git.perl.org/perl.git/commit/4b3174531d11ec8f

XXX make various things more EBCDIC friendly
Karl Williamson 4 files changed, 29 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/97393aeb62a0fc1e

XXX: Fixup commit message.
Karl Williamson 2 files changed, 9 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d24dc6ea3aa4066b

regcomp.c: Fix bug in EBCDIC
Karl Williamson 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/639ac22b318504da

re/charset.t: Allow to work on EBCDIC
Karl Williamson 1 file changed, 12 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/90d102f1dc5d5313

XS-APItest/t/handy.t: Change output message
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0e6de6e038bf2d3c

XXX Dumper.xs: Don't know why this stopped compiling
Karl Williamson 1 file changed, 8 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cc8d0fe963f61b87

toke.c: Simplify some code
Karl Williamson 1 file changed, 5 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3cd919847e9441ed

genpacksizetables.pl: Correct comment typo
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e6ffc398630b03bb

APItest/t/handy.t: Make EBCDIC-friendly
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/87f6869b82bf13bc

Data-Dumper: Make EBCDIC-friendly
Karl Williamson 1 file changed, 2 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d7d680934c3482d5

sv.c: Make less ASCII-centric
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dd047fff6d2ce6ce

charnames.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 20 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3a77e4cc7afebb7d

dump.c: Make less ASCII-centric:
Karl Williamson 1 file changed, 14 insertions(+), 63 deletions(-
http://perl5.git.perl.org/perl.git/commit/166335409f796058

hv.c: Stop being ASCII-centric
Karl Williamson 1 file changed, 22 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/2674e33eadf62129

Added Porting/reorder_charclass_invlists.pl
Karl Williamson 2 files changed, 189 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/e512104c7b4e199f

t/base/lex.t: Use char suitable for both ASCII and EBCDIC
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ddcc000109288b58

XXX Temporary comment out ParseXS check
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1fb145e8b46f9968

XXX Collate, Normalize: Allow to compile under EBCDIC
Karl Williamson 4 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9c8e94cbdd0aad0b

XXX dquote_static.c: Silence wrong warning on EBCDIC
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8ddf498a22c5505b

utfebcdic.h: Change 'unsigned char' to U8
Karl Williamson 1 file changed, 35 insertions(+), 35 deletions(-
http://perl5.git.perl.org/perl.git/commit/a050b48625691fe3

regen/regcharclass.pl: Make more EBCDIC-friendly
Karl Williamson 2 files changed, 594 insertions(+), 562 deletion
http://perl5.git.perl.org/perl.git/commit/e0bb2ed995a6f527

utfebcdic.h: Add (UV) cast
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e8a285a85629d8e8

handy.h: Allow bootstrapping to non-ASCII platform
Karl Williamson 2 files changed, 174 insertions(+), 63 deletions
http://perl5.git.perl.org/perl.git/commit/291715559e38ab39

toke.c: Remove EBCDIC dependency
Karl Williamson 1 file changed, 3 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/93a99031285bb0e8

toke.c: Remove character set dependency
Karl Williamson 1 file changed, 9 insertions(+), 15 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b2743d186c3861b2

unicode_constants.h: Add #defines for Byte Order Mark
Karl Williamson 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d471c933c260c794

XXX: Find a cleaner way. Handle missing is_UTF8_CHAR_utf8_safe
Karl Williamson 2 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/11a2d037f2269bed

Add Porting tool for help with non-ASCII platforms
Karl Williamson 3 files changed, 51 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/32a6773f5f8fd714

inline.h: Reorder functions
Karl Williamson 1 file changed, 18 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/5e9252212361bb7d

utfebcdic.h: Add comment
Karl Williamson 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/188f5bf31aa2e848

utf8.h: Clean up START_MARK definition and use
Karl Williamson 2 files changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/68c325fca7682b54

utf8.h: Move #includes
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7cebc440be4825fe

utfebcdic.h: Remove extra parameter expansions
John Goodyear 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4a14c233522a14c9

utf8.h: Simplify UTF8_EIGHT_BIT_foo on EBCDIC
Karl Williamson 1 file changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c730f0f9f7712dab

XXX temp: show makedepend cerr
Karl Williamson 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4b34d9ef26d69fb1

makedepend.SH: Split too long lines; properly join
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/71e3c75dd008d2c9

makedepend.SH: White-space only
Karl Williamson 1 file changed, 15 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/2232c0495dfbefcf

makedepend.SH: Remove some unnecessary white space
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ce7db967db8f07ff

makedepend.SH: Retain '/**/' comments
Karl Williamson 1 file changed, 18 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/20ae44565cfddc53

handy.h: Remove extraneous parens
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/da1e0a6e6a890939

Disable gcc-style function attributes on z/OS.
Andy Dougherty 1 file changed, 19 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/79fe62c06aa2a250

Change os390 custom cppstdin script to use fgrep.
Andy Dougherty 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/92eafeb88ec7b973

utf8.c: Use more clearly named macro
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ddb74c9c41a3de6d

Add macro OFFUNISKIP
Karl Williamson 4 files changed, 18 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/c29e6931ed88b816

toke.c: white space only
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/23137845176046d7

toke.c: Don't remap \N{} for EBCDIC
Karl Williamson 1 file changed, 13 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/09452bcd9f3168f1

utf8.c: Deprecate two functions
Karl Williamson 6 files changed, 58 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/d34c3b4e4c355753

Deprecate uvuni_to_utf8()
Karl Williamson 5 files changed, 10 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/9601f7fae768cd6a

Deprecate utf8_to_uni_buf()
Karl Williamson 3 files changed, 10 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/f71011a407ce69d4

makedepend.SH: Comment out unnecessary code
Karl Williamson 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c2aba261eec2d814

Deprecate valid_utf8_to_uvuni()
Karl Williamson 3 files changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/24cd120f481f2216

utf8.c: Swap which fcn wraps the other
Karl Williamson 5 files changed, 32 insertions(+), 41 deletions(
http://perl5.git.perl.org/perl.git/commit/72fcfbd7276b6a25

utf8.c: Skip a no-op
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/40f2d4cdebbbfa04

utf8.c: Move comment to where makes more sense
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7d79ccbe4d2a031b

APItest: Test native code points, instead of Unicode
Karl Williamson 2 files changed, 13 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/60ad9ed5ad305d04

XXX CPAN Encode.xs
Karl Williamson 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b8fd38230f209eff

XXX CPAN and unsure Encode
Karl Williamson 2 files changed, 10 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/da724701c8aed26b

XXX CPAN Encode.xs: fix indent
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/83e59b9664c9fa2e

Don't refer to U+XXXX when mean native
Karl Williamson 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0c53257d6df6c5e6

Convert some uvuni() to uvchr()
Karl Williamson 8 files changed, 46 insertions(+), 49 deletions(
http://perl5.git.perl.org/perl.git/commit/9920d20eac0a278b

handy.h: White space only
Karl Williamson 1 file changed, 23 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/403f02b0c88d069a

t/test.pl: Allow native/latin1 string conversions to work on utf8.
Karl Williamson 1 file changed, 14 insertions(+), 102 deletions(
http://perl5.git.perl.org/perl.git/commit/ecfe98a97b7cace5

t/test.pl: Simplify ord to/from native fcns
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/159b69e84691d5f5

Make casing tables native
Karl Williamson 2 files changed, 165 insertions(+), 13 deletions
http://perl5.git.perl.org/perl.git/commit/117ac6b127c01575

utfebcdic.h: Remove trailing spaces
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f01ec5e8b3d43058

EBCDIC has the unicode bug too
Karl Williamson 1 file changed, 2 insertions(+), 28 deletions(-)
http://perl5.git.perl.org/perl.git/commit/65b524a51ec4dc19

handy.h: Solve a failure to compile problem under EBCDIC
Karl Williamson 1 file changed, 22 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/c9e5384f5bd88cd9

handy.h: Simplify some macro definitions
Karl Williamson 1 file changed, 3 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a0ebfdcdb7af7c10

handy.h: Combine macros that are same in ASCII, EBCDIC
Karl Williamson 1 file changed, 4 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/827a4d3c43097e2a

Deprecate NATIVE_TO_NEED and ASCII_TO_NEED
Karl Williamson 6 files changed, 25 insertions(+), 21 deletions(
http://perl5.git.perl.org/perl.git/commit/c7667e4a7566f014

Remove remaining calls of NATIVE_TO_NEED
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ae256637f5d9318c

toke.c: Remove some NATIVE_TO_NEED calls
Karl Williamson 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/95eef86603b7f99a

toke.c: in [A-Za-z] use macros that exclude non-ASCII alphas
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/57daaa5e620c0083

Use real illegal UTF-8 byte
Karl Williamson 3 files changed, 15 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/2449dee11c3c8809

toke.c: Remove remapping for EBCDIC for octal
Karl Williamson 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/49f04457f857b0a7

Remove EBCDIC remappings
Karl Williamson 6 files changed, 52 insertions(+), 92 deletions(
http://perl5.git.perl.org/perl.git/commit/7324d3ae3f193aaf

Add and use macro to return EBCDIC
Karl Williamson 7 files changed, 45 insertions(+), 40 deletions(
http://perl5.git.perl.org/perl.git/commit/2c2605c19d666c5f

charnames: Make work in EBCDIC
Karl Williamson 2 files changed, 28 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/b126752ccd537666

Unicode::UCD: Work on non-ASCII platforms
Karl Williamson 1 file changed, 82 insertions(+), 32 deletions(-
http://perl5.git.perl.org/perl.git/commit/e878b052a7a05c2d

Unicode::UCD: Typo in comment
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/29a1d721c61031f4

mktables: Generate native code-point tables
Karl Williamson 1 file changed, 161 insertions(+), 35 deletions(
http://perl5.git.perl.org/perl.git/commit/bcb619e5ae6cd4c1

mktables: Move table creation code
Karl Williamson 1 file changed, 12 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/017a0259eea89468

Fix some EBCDIC problems
Karl Williamson 3 files changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/487a62930f60cdaa

Remove unnecessary temp variable in converting to UTF-8
Karl Williamson 3 files changed, 13 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/843dd8d84cc5c528

utf8.h: Correct macros for EBCDIC
Karl Williamson 1 file changed, 10 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b20fa569455dea21

Extract common code to an inline function
Karl Williamson 8 files changed, 34 insertions(+), 35 deletions(
http://perl5.git.perl.org/perl.git/commit/085ad129ba1ecbd2

Don't use EBCDIC macro for a C language escape
Karl Williamson 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fd2cfe7a5ab723a0

Use byte domain EBCDIC/LATIN1 macro where appropriate
Karl Williamson 3 files changed, 31 insertions(+), 31 deletions(
http://perl5.git.perl.org/perl.git/commit/46dd7864d20ae39c

Use new clearer named #defines
Karl Williamson 5 files changed, 37 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/b64046a6a258ffd6

utf8.h, utfebcdic.h: Create less confusing #defines
Karl Williamson 2 files changed, 31 insertions(+), 17 deletions(
http://perl5.git.perl.org/perl.git/commit/5a52ceee75ccfd0b

pp_ctl.c: Use isCNTRL instead of hard-coded mask
Karl Williamson 1 file changed, 9 insertions(+), 13 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bfeedb6c9f82b70b

utf8.c: is_utf8_char_slow() should use native length
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/47dffce247050957

New branch smoke-me/tonyc/even-more-cachepropagate
1 commit. 1 unique author. 1 unique committer.

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

[perl #118059] avoid a race condition in cachepropagate-tcp.t
Tony Cook 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d70c836f01b33b36

Deleted branch smoke-me/Test-Harness-3.28

Deleted branch smoke-me/leave-scope-async-check

Deleted branch smoke-me/nicholas/ExtUtils-CBuilder-Base-prune

Deleted branch smoke-me/nicholas/RT54044

Deleted branch smoke-me/nicholas/caller-undef-package

Deleted branch smoke-me/nicholas/genpacksizetables

Deleted branch smoke-me/nicholas/likely-cBOOL

Deleted branch smoke-me/nicholas/x2p-depend-later

Deleted branch tonyc/format-security

Deleted branch tonyc/gcc64

Deleted branch tonyc/rt117141
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
53 commits. 9 unique authors. 8 unique committers.
184 files changed, 4399 insertions(+), 2993 deletions(-)
Net code removal: David Golden (185 lines) James Keenan (5 lines)
Thanks, applied: James E Keenan (10) Ricardo Signes (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/107bec06d7f6354a.tar.gz

Update HTTP-Tiny to CPAN version 0.029
Chris 'BinGOs' Williams 16 files changed, 639 insertions(+), 20 deletion
http://perl5.git.perl.org/perl.git/commit/107bec06d7f6354a

Update Module-Build to CPAN version 0.4005
Chris 'BinGOs' Williams 33 files changed, 113 insertions(+), 49 deletion
http://perl5.git.perl.org/perl.git/commit/ee76e75720066eb0

Update Pod-Perldoc to CPAN version 3.20
Chris 'BinGOs' Williams 18 files changed, 306 insertions(+), 296 deletio
http://perl5.git.perl.org/perl.git/commit/cb1974ba967c78b8

Update Pod-Usage to CPAN version 1.62
Chris 'BinGOs' Williams 6 files changed, 810 insertions(+), 1044 deletio
http://perl5.git.perl.org/perl.git/commit/5b9c51566def4f7f

Ensure that the IV in struct pmop (for ithreads) is aligned properly.
Nicholas Clark 2 files changed, 18 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c2a50ddb1bed6576

Update to CPAN-Meta means META.* need regenerating
Chris 'BinGOs' Williams 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1a72e160c417a912

Update File-Temp to CPAN version 0.2301
Chris 'BinGOs' Williams 2 files changed, 814 insertions(+), 773 deletion
http://perl5.git.perl.org/perl.git/commit/814e893fe6bc47fc

Update CPAN-Meta to CPAN version 2.130880
Chris 'BinGOs' Williams 12 files changed, 586 insertions(+), 61 deletion
http://perl5.git.perl.org/perl.git/commit/7f6e6ca2fce12521

Updated Module-Metadata to CPAN version 1.000014
Chris 'BinGOs' Williams 7 files changed, 225 insertions(+), 37 deletions
http://perl5.git.perl.org/perl.git/commit/e571b8a647f3c46b

Update File-Fetch to CPAN version 0.42
Chris 'BinGOs' Williams 3 files changed, 80 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/9062a81cf6820101

Update perlfaq to CPAN version 5.0150043
Chris 'BinGOs' Williams 7 files changed, 11 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/f3dd8566cf2591f2

Update Encode to CPAN version 2.51
Chris 'BinGOs' Williams 15 files changed, 118 insertions(+), 54 deletion
http://perl5.git.perl.org/perl.git/commit/bbf2f5be121c69b9

Update Config-Perl-V version in Maintainers.pl
Chris 'BinGOs' Williams 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/54b985aaf6458a3b

Update Config-Perl-V to version 0.18
H.Merijn Brand 5 files changed, 182 insertions(+), 62 deletions
http://perl5.git.perl.org/perl.git/commit/215cc5d70607dba8

Add NO_TAINT_SUPPORT to S_Internals_V ()
H.Merijn Brand 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3b0e4ee2077fba66

typo fixes for porting scripts
David Steinbrunner 8 files changed, 12 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/730ad6b92c67f547

typo fixes for version pod
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8524aa6e56ea4ae1

Try to avoid nesting F<$F<...>> in generated Config.pm
David Golden 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/246653713af14d15

fix various podcheck nits
David Golden 14 files changed, 52 insertions(+), 52 deletions
http://perl5.git.perl.org/perl.git/commit/3d6c5fec8cb3579a

fix various Pod line length warnings
David Golden 12 files changed, 65 insertions(+), 44 deletions
http://perl5.git.perl.org/perl.git/commit/1dcc3c19f1c031cf

help t/podcheck.t skip duplicate pod in utils
David Golden 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f5bfcfd8f19e8103

stop t/podcheck.t from flagging blockquotes
David Golden 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b5902b6c26c970cc

Make t/podcheck.t less sensitive
David Golden 2 files changed, 23 insertions(+), 232 deletions
http://perl5.git.perl.org/perl.git/commit/f26da014a698383a

typo fixes for porting modules
David Steinbrunner 2 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/67a05ee15ae3919d

typo fixes for porting pod note optimiser
David Steinbrunner 4 files changed, 12 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/c5fb089acddd55b3

making DOS stand out in dosify
David Steinbrunner 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/aded5122391be239

typo fix for os2 module
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/09bf710e3bc7de55

typo fix for util script
David Steinbrunner 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e8a97f2987133151

typo fixes for win32 scripts
David Steinbrunner 3 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f5323a256eff3c47

Sync Module-CoreList version in Maintainers.pl
Chris 'BinGOs' Williams 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/48ef1d7bfd88b4eb

Refactor autodoc.pl to read MANIFEST line by line, instead of slurping it.
Nicholas Clark 1 file changed, 5 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/741c0772bf49e348

autodoc.pl now uses regen/embed_lib.pl to parse embed.fnc
Nicholas Clark 1 file changed, 5 insertions(+), 19 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e8e591c9e54c36d7

Refactor autodoc.pl to use regen_lib.pl to generate file headers & footers.
Nicholas Clark 2 files changed, 15 insertions(+), 24 deletions(
http://perl5.git.perl.org/perl.git/commit/7882b24ab46e0bf0

In regen/regen_lib.pl, add 'Pod' as a third supported 'language'.
Nicholas Clark 1 file changed, 9 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0caa72038c587cd4

t/porting/diag.t now uses regen/embed_lib.pl to parse embed.fnc
Nicholas Clark 1 file changed, 8 insertions(+), 25 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9c9407cf9dec1e81

In t/porting/diag.t, use TestInit to chdir and set up @INC.
Nicholas Clark 1 file changed, 7 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0bfe7176bdac2308

Avoid VMS running autodoc.pl twice for no reason.
Nicholas Clark 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/54df26840e3160c0

Refactor the "check categories and severity" logic in diag.t
Nicholas Clark 1 file changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4a32881b5b710fd4

Provide alternate email address for jkeenan.
James E Keenan 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/dfe12d64f471217d

Correct known_pod_issues.dat.
James Keenan 1 file changed, 0 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3b89f54e7729300a

typo fix for vms script
David Steinbrunner 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d21c5a51cf8cd457

typo fixes for regen scripts
David Steinbrunner 4 files changed, 11 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/b6a6e9564d193cb7

typo fixes for root level scripts
David Steinbrunner 11 files changed, 15 insertions(+), 9 deletions(
http://perl5.git.perl.org/perl.git/commit/2effe01f18007a1b

perldiag: Describe \g syntax error
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5364049c28608557

regcomp.c: Actually emit proper warning
Karl Williamson 4 files changed, 11 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/779fedd7c3021f01

Make Unicode::UCD::search_invlist() available
Karl Williamson 4 files changed, 72 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/1fdd5e539a93d9e9

Unicode::UCD Clarifications in pod
Karl Williamson 1 file changed, 8 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ad5f730f426dcac6

Unicode::UCD: Move function in file.
Karl Williamson 1 file changed, 59 insertions(+), 59 deletions(-
http://perl5.git.perl.org/perl.git/commit/e2ce70ff8deec39f

Unicode::UCD: Correct wrong pod info
Karl Williamson 1 file changed, 36 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/5b2b197795133a17

remove a spurious space
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2248d90cae57123b

Some more comments describing the slab allocator.
Nicholas Clark 1 file changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2073970fee26667a

Add comments describing the operation of S_scan_ident().
Nicholas Clark 1 file changed, 19 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c5b6cc8c74b4cfaa

More tests for the "Ambiguous use of ... resolved ..." warning S_scan_ident(
Nicholas Clark 1 file changed, 15 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/27ffb73a493be4fd

Current branch smoke-me/nicholas/lazy-hv-fill
3 commits. 1 unique author. 1 unique committer.
711 files changed, 15246 insertions(+), 56292 deletions(-)

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

Cache HvFILL() for larger hashes, and update on insertion/deletion.
Nicholas Clark 7 files changed, 208 insertions(+), 25 deletions
http://perl5.git.perl.org/perl.git/commit/6ce7181b5ea47520

Perl_hv_fill() can return early if the hash only has 0 or 1 keys.
Nicholas Clark 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/72d3791b7ad49f02

Tests for hashes in scalar context (and hence HvFILL()).
Nicholas Clark 1 file changed, 88 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7f809ab997010783

New branch smoke-me/davem/enable_cow
2 commits. 1 unique author. 1 unique committer.

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

perl -V displayed PERL_NEW_COPY_ON_WRITE twice
David Mitchell 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2ba14035dacbc515

re-enable Copy-on-Write by default.
David Mitchell 7 files changed, 123 insertions(+), 31 deletions
http://perl5.git.perl.org/perl.git/commit/043d863a0a5fb0c6

New branch smoke-me/nicholas/ex-dgux
1 commit. 1 unique author. 1 unique committer.
Net code removal: Nicholas Clark (395 lines)

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

Remove DG/UX support.
Nicholas Clark 12 files changed, 21 insertions(+), 416 deletion
http://perl5.git.perl.org/perl.git/commit/527f0c114598879e

New branch smoke-me/nicholas/perl5db-perldoc
1 commit. 1 unique author. 1 unique committer.

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

Fix the man/perldoc/doc command in the debugger.
Nicholas Clark 2 files changed, 23 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/5becb9f37bb57264

New branch smoke-me/smueller/eupxs_ng2
17 commits. 1 unique author. 1 unique committer.

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

EU::ParseXS: Test cleanup
Steffen Mueller 19 files changed, 12 insertions(+), 45 deletions
http://perl5.git.perl.org/perl.git/commit/e2325a5c59555e43

EU::ParseXS: Move several constants out of the runtime object
Steffen Mueller 2 files changed, 33 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/b3a15250c78464ee

EU::ParseXS: Cosmetics; more explicitness in *_handler
Steffen Mueller 1 file changed, 26 insertions(+), 32 deletions(-
http://perl5.git.perl.org/perl.git/commit/80c98ca596a1e17a

EU::ParseXS: Use OO version of ExtUtils::ParseXS in test
Steffen Mueller 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/93c049c51f211997

EU::ParseXS: Simplify output typemap code generation (targetable)
Steffen Mueller 1 file changed, 16 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/59e376c54367c90f

EU::ParseXS: Cosmetics; better variable naming
Steffen Mueller 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bdaedb56bc332027

EU::ParseXS: Fix targetable size detection
Steffen Mueller 3 files changed, 196 insertions(+), 9 deletions(
http://perl5.git.perl.org/perl.git/commit/1f76cba74e2ac34c

EU::ParseXS: Drop dup'd code: make_targetable moves to EU::Typemaps
Steffen Mueller 5 files changed, 3 insertions(+), 223 deletions(
http://perl5.git.perl.org/perl.git/commit/e0bfe2ad8c63213d

EU::ParseXS: Update changelog
Steffen Mueller 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0fd164cf38587252

EU::ParseXS: Attempt to canonicalize C++ types in tidy_type
Steffen Mueller 6 files changed, 61 insertions(+), 85 deletions(
http://perl5.git.perl.org/perl.git/commit/80652dacca793b0e

EU::ParseXS: Update Changelog
Steffen Mueller 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/db19eb46acba4e04

EU::Typemaps: Document special typemap variables
Steffen Mueller 1 file changed, 20 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5010872c2f608daa

EU::ParseXS: Stop using global state; an OO interface
Steffen Mueller 7 files changed, 309 insertions(+), 184 deletion
http://perl5.git.perl.org/perl.git/commit/5f2aae7d44eb491b

EU::ParseXS: Don't inherit from Exporter; import 'import' instead
Steffen Mueller 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3752132ec2c6425d

EU::ParseXS: Only initialize some parser regexps once
Steffen Mueller 1 file changed, 14 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/3e040f8fb8dd4715

EU::Typemaps: Implement API for typemap cloning
Steffen Mueller 3 files changed, 87 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/48e595e3972e6fea

ExtUtils::ParseXS version bump to 3.19
Steffen Mueller 7 files changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b457af9da0ea20f3

Deleted branch nicholas/configpm

Deleted branch smoke-me/nicholas/S_scan_ident
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
132 commits. 12 unique authors. 9 unique committers.
192 files changed, 3106 insertions(+), 1866 deletions(-)
Net code removal: David Steinbrunner (1 line)
Thanks, applied: James E Keenan (47) Nicholas Clark (1)
Steffen Mueller (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/99f57afc36ebadbe.tar.gz

Upgrade to threads 1.87
Jerry D. Hedden 6 files changed, 34 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/99f57afc36ebadbe

[perl #117081] Deparse foreach my $lexical correctly under -p
Father Chrysostomos 2 files changed, 20 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/4da9a2cac516f511

perlthrtut: Shorten/rewrap long lines
Father Chrysostomos 2 files changed, 39 insertions(+), 38 deletions(
http://perl5.git.perl.org/perl.git/commit/c3f7faac321cf706

remove the expectation of a "P" command
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ce1a68089a38c027

Merge in various enhancements to bisect.pl and bisect-runner.pl
Nicholas Clark 2 parents
http://perl5.git.perl.org/perl.git/commit/4724da031eae31b4

Add -q to git clean in bisect-runner.pl
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/082484dd2f490fcf

Three Configure fixups so that bisect-runner.pl can build 1997-era 5.004
Nicholas Clark 1 file changed, 27 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/54591b5ad50bccc6

bisect-runner.pl should match patches with directory 'b' before 'a'.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bff4c28782fd076a

Add a 'none' target to bisect-runner.pl
Nicholas Clark 1 file changed, 12 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3f468b94fc9d0dac

bisect.pl can now optionally timeout the user's test case.
Nicholas Clark 1 file changed, 57 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1fdd0dcc48757998

Add an option to bisect.pl to run the user testcase in its own process group
Nicholas Clark 1 file changed, 14 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b9dcd8de22bd198a

In bisect-runner.pl, run_report_and_exit() now uses run_with_options().
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/61ae9994ad9d74ee

In bisect-runner.pl, extract the Configure running into run_with_options().
Nicholas Clark 1 file changed, 27 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/12641c3bc3b66b6b

In bisect-runner.pl, invert the first parameter to report_and_exit().
Nicholas Clark 1 file changed, 9 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/37c43f74cd68c954

In bisect-runner.pl, refactor the calls to system @ARGV into a function.
Nicholas Clark 1 file changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b518173ed46ab7a3

bisect.pl can run in-place if the checkout is totally clean.
Nicholas Clark 1 file changed, 44 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/c8fde7fafa0a9cec

If there is no 'blead' branch, bisect.pl now uses a suitable alternative.
Nicholas Clark 1 file changed, 13 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7f39e2df44ff4f42

Add --gold option to bisect.pl for the revision to use for "recent" files.
Nicholas Clark 2 files changed, 15 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/02b83d1ddb195be6

bisect-runner.pl always needs to pass paths gleaned from gcc to Configure.
Nicholas Clark 1 file changed, 7 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8b5692380409165c

When bisecting, use `git tag -l` to get the list of stable releases.
Nicholas Clark 2 files changed, 17 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/f66c64b16575a001

bisect-runner.pl needs to probe DB_File.xs before running Configure
Nicholas Clark 1 file changed, 17 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fbaecb459ef5196c

bisect-runner.pl needs another minor fixup to build 5.004_05 on Linux.
Nicholas Clark 1 file changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c8ac76a5f3ff8fba

bisect-runner.pl should fix 5.7.x to export Perl_cxinc on AIX.
Nicholas Clark 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7ffe6e18a90dfa69

bisect-runner.pl should fix a typo in the Solaris hints file.
Nicholas Clark 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1f0f6439c61f0f57

Tweak to make it clearer what to do if your working space is dirty
Yves Orton 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b835daeb04122e4e

Add a --valgrind option to bisect.pl, to run the test program with valgrind.
Nicholas Clark 1 file changed, 34 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/54c7e1f075f1a633

bisect-runner.pl will now invoke with ./perl -Ilib if it sees a #!./perl lin
Nicholas Clark 1 file changed, 22 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e3caab27000c1f2e

bisect-runner.pl should fix Makefile.SH to remove remove GNU make-isms.
Nicholas Clark 1 file changed, 23 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/67bec9384212c1d3

Add --early-fixup and --late-fixup to bisect.pl, for user-controlled patchin
Nicholas Clark 1 file changed, 119 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/df14fc1356c4b115

Add --all-fixups to bisect.pl, to apply all patches and fixups.
Nicholas Clark 1 file changed, 25 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/86905c1e468b4df7

bisect-runner.pl should always exit fatally with 255, to abort the bisect.
Nicholas Clark 1 file changed, 58 insertions(+), 40 deletions(-
http://perl5.git.perl.org/perl.git/commit/f6647108bf035186

In bisect-runner.pl, refactor the system ... and die; into system_or_die().
Nicholas Clark 1 file changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d953d40db5675420

When testing the end version, bisect.pl should treat a 'skip' as fatal.
Nicholas Clark 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a84ce349a5d624d7

bisect-runner.pl should search for lib*.a as well as lib*.so
Nicholas Clark 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/40c9485684ea62c3

bisect-runner.pl should use ".$Config{dlext}" instead of hard-coding ".so".
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/551dc3741cd19f08

Teach bisect-runner.pl that on HP-UX, _filbuf() is named __filbuf().
Nicholas Clark 1 file changed, 20 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8245f0865186037c

bisect-runner.pl needs to know how to identify HP-UX's patch.
Nicholas Clark 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ccb58ea9c92c04da

On HP-UX, bisect without any -j option as the system make is "special".
Nicholas Clark 2 files changed, 13 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/d3232d34580154cd

In bisect{,-runner}.pl, refactor the code for CPU probing and make jobs.
Nicholas Clark 2 files changed, 21 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/0bc550ba196833e6

diag.t, perldiag.pod: Make sure S is used for Perl_warn
Father Chrysostomos 2 files changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ff9c1ae817f5e401

[perl #117947] Verify lvalueness of XSUBs at run time
Father Chrysostomos 3 files changed, 20 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/4587c5322c964bea

Update IO-Compress to CPAN version 2.061
Chris 'BinGOs' Williams 33 files changed, 178 insertions(+), 145 deletio
http://perl5.git.perl.org/perl.git/commit/717a97bab95e1c5b

Update Compress-Raw-Zlib to CPAN version 2.061
Chris 'BinGOs' Williams 18 files changed, 167 insertions(+), 105 deletio
http://perl5.git.perl.org/perl.git/commit/1cae22935619e1af

Update Compress-Raw-Bzip2 to CPAN version 2.061
Chris 'BinGOs' Williams 6 files changed, 15 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/3383dc2c38271fef

pat_advanced.t: fix two tests
Father Chrysostomos 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/24ee35539e5d73b5

On Linux LC_ALL overrides LC_MESSAGES, so tweak perl5db.t accordingly.
Nicholas Clark 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f81b1f8b75b4a650

typo fixes for Math-BigInt
David Steinbrunner 4 files changed, 20 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/ada8209b13c041b7

man perlrules doesn't always output "No manual entry for perlrules"
Tony Cook 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/08a004e4d58edacd

Remove DG/UX support.
Nicholas Clark 11 files changed, 20 insertions(+), 414 deletion
http://perl5.git.perl.org/perl.git/commit/8d87852bc15db255

Perl_hv_fill() can return early if the hash only has 0 or 1 keys.
Nicholas Clark 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/553215cca7b3b92e

Tests for hashes in scalar context (and hence HvFILL()).
Nicholas Clark 1 file changed, 88 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2fff5797d3953494

perldiag: reflow another entry for nice splain output
Father Chrysostomos 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b5e3739bd41b6cce

Make \N{ } deprecation warnings fatalizable
Father Chrysostomos 3 files changed, 35 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/94ec3a20140bf33f

Turn \N{ } deprecation warnings on by default
Father Chrysostomos 2 files changed, 25 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/3036c853dc4dc124

Make ‘Escape literal pattern white space’ a default warning
Father Chrysostomos 2 files changed, 11 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9a5996c94d9e3da7

perldiag: mark two deprecated entries with D
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3c664d1afc10b66a

perldiag: wrap an entry for better splain output
Father Chrysostomos 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a38411bceb52074d

[perl #64126] ./Configure -de -Dusevendorprefix didn't default
H.Merijn Brand 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8f1aac9885804c62

perldiag: more alphabetisation
Father Chrysostomos 1 file changed, 134 insertions(+), 134 deletions
http://perl5.git.perl.org/perl.git/commit/5a25739d1abe18a1

do not wrap long non-verbatim lines in perldiag.pod
Ricardo Signes 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d4fe7078a76a8402

perldiag: miscellaneous clean-up
Father Chrysostomos 3 files changed, 192 insertions(+), 235 deletion
http://perl5.git.perl.org/perl.git/commit/675fa9ffbd41c6a7

Increase $Net::Ping::VERSION to 2.42
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/22bb4385a9b065ce

regen pod issues
Father Chrysostomos 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/da92f282d074b679

POSIX.pod: wrap/shorten long lines
Father Chrysostomos 1 file changed, 27 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/b70c169c7f2c206d

Net::Ping: wrap long pod lines
Father Chrysostomos 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b08c27cdd093c96b

perl -V displayed PERL_NEW_COPY_ON_WRITE twice
David Mitchell 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6617f9f1f8da06f5

re-enable Copy-on-Write by default.
David Mitchell 7 files changed, 123 insertions(+), 31 deletions
http://perl5.git.perl.org/perl.git/commit/13b0f67d12a6400f

typo fixes for Unicode UCD
David Steinbrunner 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/13d1b68a2ea5e223

Update Sys-Syslog to CPAN version 0.33
Chris 'BinGOs' Williams 5 files changed, 44 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/848ca32ce8363c6d

Update DB_File to CPAN version 1.828
Chris 'BinGOs' Williams 4 files changed, 28 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/b6990ae0c41eccbe

Update autodie to CPAN version 2.19
Chris 'BinGOs' Williams 25 files changed, 946 insertions(+), 165 deletio
http://perl5.git.perl.org/perl.git/commit/273225d4fa4dfa11

[perl #118159] Make PVs take precedence in SvTRUE
Father Chrysostomos 2 files changed, 19 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/762dbf22cb226457

perldiag: Re-correct spelling of copiable
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ab830aa00cac1e0b

Use SvREFCNT_dec_NN in one place in mro.c
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/060591571a005b56

mg.c: Use SvREFCNT_dec_NN
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2357bae7a0b405c6

typo fix for obj pod
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d2534ce927217280

make corelist switches always case sensitive
Ricardo Signes 2 files changed, 8 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/811152076124f23c

Bump Tie::File's test suite's version to match modules.
James E Keenan 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1cc7c3a8e2c83632

typo fix for reguts pod
David Steinbrunner 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5bb4462fed21484f

typo fix for re pod change use of optimise to be consistent with other uses
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/31dc26d6ecb66c54

changed uses of initialise to be consistent with other uses of initialize in
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3bf17896a9a3ecc4

typo fixes for diag changed use of initialise to be consistent with other us
David Steinbrunner 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/50a39ba40db94abc

typo fix for vms pod
David Steinbrunner 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7396cde17e3431e8

typo fixes for uniintro pod
David Steinbrunner 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/301896330f37c56a

typo fix for unicode pod
David Steinbrunner 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3e2dd9eef3def26c

typo fix for reref pod
David Steinbrunner 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/211f3bbfca4d40f4

typo fixes for recharclass pod
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/11a9b3e022d1c6ff

typo fix for reapi pod
David Steinbrunner 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/579794ec244a5965

Correction recommended by Brad Gilbert++.
James E Keenan 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/191050aabed3fc5b

typo fix for ebcdic pod
David Steinbrunner 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0e56abba1c48d143

typo fix for dtrace pod
David Steinbrunner 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/97dd44ee4948c467

making DOS stand out in dosish for 58 delta pod
David Steinbrunner 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/04df3297ebfe9e1e

typo fixes for delta pods
David Steinbrunner 3 files changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/12b4b02f448379ff

Bump $VERSION.
James E Keenan 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8268b43eb3334e9f

typo fix for XS::APItest
David Steinbrunner 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/04a9cc255d537b1d

making the BSD in bsdish stand out for Sys::Hostname
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6c4772cd3653ab52

typo fix for re
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d952710bbc46ec51

typo fix for mro
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/837cf3a0e61d71ca

typo fix for IPC::Open3
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/181d2a7c6b5c41b5

typo fix for Hash::Util::FieldHash
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/92a34c4500aa1971

typo fixes for File::DosGlob
David Steinbrunner 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d61dc561ebee15e3

typo fixes for Tie::File
David Steinbrunner 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2ded50a3a5f3bcef

typo fixes for Term::ReadLine
David Steinbrunner 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d6579db461e0c75f

typo fix for Module::CoreList
David Steinbrunner 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f5ee86c7378dd260

typo fix for Storable
David Steinbrunner 2 files changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/efaa61e24beb535f

typo fix for IO
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d80134284328cd51

typo fixes for ExtUtils::Install
David Steinbrunner 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/f7a863aa51e5d026

typo fix for ExtUtils::CBuilder
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a9b2c8ff33688a42

typo fix for Data::Dumper
David Steinbrunner 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/436d4ccf07e80c4a

typo fix for bigint
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dbeba1b00efc84f9

typo fixes for B::Depaese
David Steinbrunner 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e63cc694c1c5f7a8

Correct bug number comment in test.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9e4422ce853c1cf9

In the debugger use local $ENV{MANPATH}, instead of a work around.
Nicholas Clark 1 file changed, 1 insertion(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/58219fbdb5667e30

Remove the hard-coded list of "perl" manpages from the debugger.
Nicholas Clark 1 file changed, 15 insertions(+), 135 deletions(
http://perl5.git.perl.org/perl.git/commit/45827d0e0d57e61f

In the debugger's doc command, use man[13]direxp instead of man[13]dir.
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/29fd4a042ea14bfb

canonical.t test for Storable will use Digest::MD5 instead of MD5
Alexandr Ciornii 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9d0fc219fc1b5651

Fix the man/perldoc/doc command in the debugger.
Nicholas Clark 3 files changed, 28 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/b019bbd28397aba6

Bump $VERSION.
James E Keenan 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b98b7dc97e705b7a

typo fixes for Locale::Maketext
David Steinbrunner 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2b1cd0ebb7e64c82

typo fixes for Cwd
David Steinbrunner 2 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2d3da5dff6642499

another typo fix for ExtUtils::ParseXS
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/344b43a3ab9d4fa9

typo fixes for ExtUtils::ParseXS
David Steinbrunner 2 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4c75f49d21ef881a

typo fix for Attribute::Handlers
David Steinbrunner 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a0b243e8e44aef17

lib/perldoc.pod is no longer generated, stop ignoring it
Tony Cook 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fedcf306fb1b0310

Typo fixes for B modules.
David Steinbrunner 3 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b84c7839f2ebbf8f

typo fix for perl5db
David Steinbrunner 1 file changed, 9 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7e3426eab08c236f

typo fix for Thread
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1a471f9e757c3f62

typo fix for DB
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c0b435603334620c

typo fix for _charnames
David Steinbrunner 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/203f930da805cdab

Add lib/Pod/perldoc.pod to lib/.gitignore.
James E Keenan 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4a430f720d08f48d

typo fixes for Benchmark
David Steinbrunner 1 file changed, 24 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/5f7d9242a8905643

typo fix for File::Find
David Steinbrunner 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c84f4bc67c7c5d07

Current branch maint-5.18
6 commits. 3 unique authors. 1 unique committer.
31 files changed, 4100 insertions(+), 3655 deletions(-)
Thanks, applied: Ricardo Signes (3)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/a85ae1daceb418f7.tar.gz

On Linux LC_ALL overrides LC_MESSAGES, so tweak perl5db.t accordingly.
Nicholas Clark 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a85ae1daceb418f7

man perlrules doesn't always output "No manual entry for perlrules"
Tony Cook 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/69c551d20bba936c

bump version of debugger
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/70d50d2196e402f6

Fix the man/perldoc/doc command in the debugger.
Nicholas Clark 3 files changed, 28 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/817dbc123f02d8a5

add new perldelta for 5.18.1
Ricardo Signes 9 files changed, 3941 insertions(+), 3528 deleti
http://perl5.git.perl.org/perl.git/commit/0cbb108a776367b0

bump version to 5.18.1
Ricardo Signes 22 files changed, 127 insertions(+), 127 deletio
http://perl5.git.perl.org/perl.git/commit/95baba4ccb51fda7

Current branch smoke-me/nicholas/lazy-hv-fill
1 commit. 1 unique author. 1 unique committer.
264 files changed, 5898 insertions(+), 3728 deletions(-)

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

Cache HvFILL() for larger hashes, and update on insertion/deletion.
Nicholas Clark 7 files changed, 208 insertions(+), 25 deletions
http://perl5.git.perl.org/perl.git/commit/bafd66d590cbc8ab

Current branch smueller/eupxs_ng2
1 commit. 1 unique author. 1 unique committer.
5 files changed, 79 insertions(+), 9 deletions(-)
Thanks, applied: Steffen Mueller (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/258b6f6d3b64a6e3.tar.gz

Stop "sv_2mortal(&PL_sv_yes)" and "(void)sv_newmortal()" in ParseXS
Daniel Dragan 5 files changed, 79 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/258b6f6d3b64a6e3

New branch smoke-me/nicholas/Storable
4 commits. 2 unique authors. 1 unique committer.
Thanks, applied: Nicholas Clark (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/f4260ab96dd18d69.tar.gz

Tweak the new Storable destroy test.
Nicholas Clark 1 file changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f4260ab96dd18d69

Test that Storable works in DESTROY blocks.
Reini Urban 2 files changed, 22 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/7199c45f09e114a2

Use magic rather than DESTROY to free memory in Storable's context.
Nicholas Clark 1 file changed, 49 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/f31810a939d6251a

Restore Storable support for 5.005 and (astoundingly) 5.004
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d891c2807c8c2351

New branch smoke-me/nicholas/rt-118055-1
1 commit. 1 unique author. 1 unique committer.

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

Improved struct pmop alignment fix - avoid the slow path on 64 bit systems.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f61a27cade956988

New branch smueller/destructcb
1 commit. 1 unique author. 1 unique committer.

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

PL_destructcb: A C callback invoked after all Perl code is done
Steffen Mueller 8 files changed, 73 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/b1bff83f343fc0aa

Deleted branch nicholas/bisect

Deleted branch smoke-me/nicholas/ex-dgux

Deleted branch smoke-me/nicholas/perl5db-perldoc
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
11 commits. 6 unique authors. 6 unique committers.
33 files changed, 460 insertions(+), 156 deletions(-)
Thanks, applied: David Mitchell (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/d2a68ca8e9f23a35.tar.gz

update link for DTrace user guide
Ricardo Signes 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d2a68ca8e9f23a35

Update the GSMATCH handling in vms/gen_shrfls.pl.
Craig A. Berry 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/0412267b40f63a0c

iperlipc: s/multithreading/multitasking/
Shlomi Fish 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5e220227379abcad

correct example for turning of experimental warnings
Ricardo Signes 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2153ce53b982b7b5

Update Text-Tabs to CPAN version 2013.0523
Chris 'BinGOs' Williams 8 files changed, 51 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/83aea42c35461c43

CPAN-Meta bugfix exposed an assumption in EUMM tests, fix that.
Chris 'BinGOs' Williams 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3b4fbbca1235aae9

CPAN-Meta has changed so regenerate the META.* files
Chris 'BinGOs' Williams 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c0a11da3f4beefe0

Update CPAN-Meta to CPAN version 2.131490
Chris 'BinGOs' Williams 10 files changed, 158 insertions(+), 91 deletion
http://perl5.git.perl.org/perl.git/commit/a0831c789c50dc6b

git-deltatool: show files changed when tagging new commits
David Golden 1 file changed, 14 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1d06a9432846fff5

git-deltatool: fix problem reading changed commit message
David Golden 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b61d97357007c350

Cache HvFILL() for larger hashes, and update on insertion/deletion.
Nicholas Clark 8 files changed, 215 insertions(+), 25 deletions
http://perl5.git.perl.org/perl.git/commit/9faf471aadb0009c

Current branch maint-5.16
1 commit. 1 unique author. 1 unique committer.
2 files changed, 14 insertions(+), 2 deletions(-)

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

update link for DTrace user guide
Ricardo Signes 2 files changed, 14 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/559001b783a85d5d

Current branch maint-5.18
2 commits. 1 unique author. 1 unique committer.
2 files changed, 6 insertions(+), 5 deletions(-)

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

update link for DTrace user guide
Ricardo Signes 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/15aee1a04d8ef8e5

correct example for turning of experimental warnings
Ricardo Signes 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/576348d7b011a13f

Current branch smoke-me/nicholas/Storable
13 commits. 2 unique authors. 1 unique committer.
21 files changed, 409 insertions(+), 280 deletions(-)
Net code removal: Nicholas Clark (76 lines)
Thanks, applied: Nicholas Clark (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/8b070a3a71641cd4.tar.gz

In Storable.xs, simplify and inline the macro STORE_HASH_SORT.
Nicholas Clark 1 file changed, 5 insertions(+), 31 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8b070a3a71641cd4

In Storable.xs, inline INIT_STCXT as both definitions are now identical.
Nicholas Clark 1 file changed, 4 insertions(+), 13 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b099c784388d36ce

In Storable.xs, add a no-op definition of dSTCXT_SV for non-ithreads builds.
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cdc55b73602224eb

In Storable.xs, inline the macro dSTCXT_PTR into its only user.
Nicholas Clark 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7af92aebb0ce198c

In Storable, use newSVpvn() instead of newSVpv() as the length is known.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0574bb035c68e3f8

In Storable.xs, inline mbuf2sv into its only caller.
Nicholas Clark 1 file changed, 1 insertion(+), 19 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6783656265ffd6d0

Inline is_{stor,retriev}ing and last_op_in_netorder into their only callers.
Nicholas Clark 1 file changed, 4 insertions(+), 48 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f6c5d72a3c8b334c

Remove pre-5.004 support code from Storable.
Nicholas Clark 2 files changed, 1 insertion(+), 16 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2c32c32200e66842

Consistent whitespace for the Storable ChangeLog.
Nicholas Clark 1 file changed, 59 insertions(+), 59 deletions(-
http://perl5.git.perl.org/perl.git/commit/233dee8c886561ab

Tweak the new Storable destroy test, and the ChangeLog
Nicholas Clark 2 files changed, 5 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a5147f2912ea912b

[perl #118139] Storable 2.42 - die in global destruction
Reini Urban 4 files changed, 44 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/94b18086626ec4ba

Use magic rather than DESTROY to free memory in Storable's context.
Nicholas Clark 1 file changed, 50 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/927f7bd97cd090bd

Restore Storable support for 5.005 and (astoundingly) 5.004
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f57d97a716c9258a

New branch smoke-me/davem/kill_reg_state
28 commits. 1 unique author. 1 unique committer.

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

document fields of regmatch_info struct
David Mitchell 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a66f7323abbdfd59

tidy up init code in regexec() and intuit_start()
David Mitchell 1 file changed, 9 insertions(+), 15 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5c852cbd376d5a8c

better comment the remaining PL_ regex vars
David Mitchell 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2134959d151c7e56

eliminate PL_regdummy
David Mitchell 5 files changed, 6 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0bb04a5de40d89a6

eliminate PL_reg_state
David Mitchell 8 files changed, 2 insertions(+), 67 deletions(-
http://perl5.git.perl.org/perl.git/commit/aab33ccd412d5452

Eliminate PL_reg_starttry
David Mitchell 2 files changed, 5 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2446c80ebacab422

make PL_reg_curpm global
David Mitchell 6 files changed, 9 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ddd14958abd91cd1

better document the regex super-linear pos cache
David Mitchell 1 file changed, 41 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/caba2ad33d207d80

eliminate PL_reg_poscache, PL_reg_poscache_size
David Mitchell 6 files changed, 15 insertions(+), 25 deletions(
http://perl5.git.perl.org/perl.git/commit/ee212ee898cd4287

use new cleanup for PL_regmatch_state
David Mitchell 2 files changed, 80 insertions(+), 68 deletions(
http://perl5.git.perl.org/perl.git/commit/734f510b5187a2ec

unify regmatch_info data
David Mitchell 2 files changed, 109 insertions(+), 68 deletions
http://perl5.git.perl.org/perl.git/commit/b0503dc02ec7b846

move eval_state init from regtry() to regexec()
David Mitchell 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/68882563e3b0ebe4

move savestack restore from regmatch to regexec
David Mitchell 1 file changed, 29 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/d53ad02b210b7612

eliminate PL_reg_maxiter, PL_reg_leftiter
David Mitchell 3 files changed, 18 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/e0fa221080eccad5

Rationalise RX_MATCH_UTF8_set()
David Mitchell 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/da7efdf4a648e0f6

S_setup_eval_state: save subcoffset, not suboffset
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/80db2a40640888ac

Eliminate PL_reg_match_utf8
David Mitchell 2 files changed, 13 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/2ea9d33d672f8d13

regex engine: simplify is_utf8_pat handling
David Mitchell 3 files changed, 14 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/d7115db1f1054d6b

stop callers of rex engine using RX_MATCH_UTF8_set
David Mitchell 5 files changed, 7 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/ce04897b4aa0d847

add regmatch_eval_state struct
David Mitchell 5 files changed, 91 insertions(+), 74 deletions(
http://perl5.git.perl.org/perl.git/commit/083be7f54f6625d0

S_setup_eval_state(): always set up destructor
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/88a5b32be19f3197

S_regtry(): move eval setup code into separate fn
David Mitchell 1 file changed, 95 insertions(+), 67 deletions(-
http://perl5.git.perl.org/perl.git/commit/938a8799a739a8bc

remove unused reginfo->bol field
David Mitchell 2 files changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8f369d83529926fe

eliminate PL_bostr
David Mitchell 3 files changed, 42 insertions(+), 40 deletions(
http://perl5.git.perl.org/perl.git/commit/fe3a0e9ebca48fac

add strbeg argument to Perl_re_intuit_start()
David Mitchell 10 files changed, 86 insertions(+), 52 deletions
http://perl5.git.perl.org/perl.git/commit/bd2f3455db3ef4d8

find_byclass, regrepeat: remove is_utf8_pat arg
David Mitchell 4 files changed, 24 insertions(+), 25 deletions(
http://perl5.git.perl.org/perl.git/commit/fe284de508af82c2

eliminiate PL_regeol
David Mitchell 3 files changed, 64 insertions(+), 61 deletions(
http://perl5.git.perl.org/perl.git/commit/8fad9f1c7fb2c48e

make more use of regmatch_info struct.
David Mitchell 5 files changed, 66 insertions(+), 54 deletions(
http://perl5.git.perl.org/perl.git/commit/24bc5d3bbe4a41d7

Deleted branch smoke-me/nicholas/lazy-hv-fill

Deleted branch smoke-me/smueller/eupxs_ng2
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
73 commits. 12 unique authors. 5 unique committers.
107 files changed, 1746 insertions(+), 1180 deletions(-)
Net code removal: Craig A. Berry (24 lines) Brian Fraser (14 lines)
Daniel Dragan (4 lines) Shlomi Fish (2 lines)
Thanks, applied: Father Chrysostomos (11) Tony Cook (4)
Chris 'BinGOs' Williams (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/929c6ecf94db1e29.tar.gz

Interix seems to have multi-arch so ask gcc where stuff is
Chris 'BinGOs' Williams 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/929c6ecf94db1e29

remove obsolete STRUCT_MGVTBL_DEFINITION from mg.h
Daniel Dragan 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1b1e45eba1d55ada

perlipc: remove some confusing text.
Shlomi Fish 1 file changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9fba1c80b4e33c66

[perl #115112] avoid repeated calls to path_is_absolute() and rename it
Tony Cook 4 files changed, 35 insertions(+), 34 deletions(
http://perl5.git.perl.org/perl.git/commit/511712dced790d8f

Typo fix in perlfunc [RT#118093]
Eric Brine 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a5840deeec2a32c8

Stop making assumptions about uids and gids.
Brian Fraser 7 files changed, 86 insertions(+), 100 deletions
http://perl5.git.perl.org/perl.git/commit/dfff4baff950c368

[perl #117531] Deparse elements of %# correctly
Father Chrysostomos 2 files changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bcbe2b27bd986868

Traps for the unwary JS programmer (perltrap.pod)
Father Chrysostomos 1 file changed, 95 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9b12f83b0b658279

deparse.t: Fix test count
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1b45d357ddcec6f3

add a special case for VOS handling of argv[0] in magic.t
Paul Green 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d18d7217818220bb

remove an obsolete special case for VOS handling of permissions in AnyDBM_Fi
Paul Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/436a99448b59f547

add a special case for VOS handling of file position after open in tell.t
Paul Green 1 file changed, 17 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/28f6649022f8901b

remove an obsolete VOS special case and add a new one in fs.t
Paul Green 1 file changed, 4 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/701c441c32ee2892

change svpeek.t to append the VOS executable suffix to $^X
Paul Green 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4b9f75b3722d4acc

change DynaLoader.t to know VOS has no libc library
Paul Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/84a5d26b119b5efb

remove obsolete VOS special cases from eu_command.t
Paul Green 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/10ff26e60b1a5104

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

[perl #117311] B::Deparse with option -l leaves formfeed characters in its o
hexcoder 2 files changed, 13 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/f2734596ace65fd0

op.h: Corrent comment about entersub strictures
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/81db44398a49c2d5

Fix internal inconsistencies in style in utf8.pm docs
Eric Brine 1 file changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ac8b87d7b0cd3f06

FAIL_OK looks too much like a constant [RT##118279]
Eric Brine 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/98695e1399367339

PATCH: Bump Locale-Codes from 3.25 to 3.26
Sullivan Beck 36 files changed, 98 insertions(+), 64 deletions
http://perl5.git.perl.org/perl.git/commit/e64a19080640c68a

Adjust documentation for removal of splice warning
Eric Brine 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8e602cc9d8b282d6

avoid undeflow in regex poscache count
David Mitchell 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/338e600ab7ba30b4

perldelta for 285a3ca13
Tony Cook 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/46f1e811d4f7565a

[perl #118175] avoid making pointers outside of objects
Tony Cook 2 parents
http://perl5.git.perl.org/perl.git/commit/285a3ca139d04d2e

[perl #118175] avoid making a pointer outside a string
Tony Cook 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/dfb8f192c83f98bb

[perl #118175] prevent a similar overflow for CANY
Tony Cook 2 files changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9597860a6bc54662

[perl #118175] prevent a similar overflow for POSIXA
Tony Cook 2 files changed, 13 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/0430522fe9e09f21

[perl #118175] avoid overflowing a pointer for repeated EXACT nodes
Tony Cook 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e93698247608fc5e

eliminate an unused variable
Tony Cook 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aad042978d66db81

perldelta: changed intuit API
David Mitchell 1 file changed, 10 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bb240f8d4e893f6d

[MERGE] get rid of (most) regex engine global state
David Mitchell 2 parents
http://perl5.git.perl.org/perl.git/commit/7d75537ea64f99b6

document fields of regmatch_info struct
David Mitchell 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/28d03b21d43611f9

tidy up init code in regexec() and intuit_start()
David Mitchell 1 file changed, 9 insertions(+), 15 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6c3fea77afb1df05

better comment the remaining PL_ regex vars
David Mitchell 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/87c1d905b4923d99

eliminate PL_regdummy
David Mitchell 5 files changed, 6 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f7c7e32a45f023c8

eliminate PL_reg_state
David Mitchell 8 files changed, 2 insertions(+), 67 deletions(-
http://perl5.git.perl.org/perl.git/commit/b3d298be91e6629f

Eliminate PL_reg_starttry
David Mitchell 2 files changed, 5 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6d59b6464a160af2

make PL_reg_curpm global
David Mitchell 6 files changed, 9 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f65e70f560c80556

better document the regex super-linear pos cache
David Mitchell 1 file changed, 41 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1cb95af747617861

eliminate PL_reg_poscache, PL_reg_poscache_size
David Mitchell 6 files changed, 15 insertions(+), 25 deletions(
http://perl5.git.perl.org/perl.git/commit/2ac8ff4bf339d781

use new cleanup for PL_regmatch_state
David Mitchell 2 files changed, 80 insertions(+), 68 deletions(
http://perl5.git.perl.org/perl.git/commit/331b2dcc3fd1fd97

unify regmatch_info data
David Mitchell 2 files changed, 109 insertions(+), 68 deletions
http://perl5.git.perl.org/perl.git/commit/bf2039a952dec80d

move eval_state init from regtry() to regexec()
David Mitchell 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d3aa529cd2d266e8

move savestack restore from regmatch to regexec
David Mitchell 1 file changed, 29 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/006f26b2c7df5d8e

eliminate PL_reg_maxiter, PL_reg_leftiter
David Mitchell 3 files changed, 18 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/1cb48e53e0cc9d61

Rationalise RX_MATCH_UTF8_set()
David Mitchell 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0254aed965cd47ad

S_setup_eval_state: save subcoffset, not suboffset
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a8ee055f0c6d9737

Eliminate PL_reg_match_utf8
David Mitchell 2 files changed, 13 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/ba44c21651ed0b6f

regex engine: simplify is_utf8_pat handling
David Mitchell 3 files changed, 14 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/aed7b151d4e452f2

stop callers of rex engine using RX_MATCH_UTF8_set
David Mitchell 5 files changed, 7 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/0603fe5cded5ad96

add regmatch_eval_state struct
David Mitchell 5 files changed, 91 insertions(+), 74 deletions(
http://perl5.git.perl.org/perl.git/commit/8adc0f72b0398cec

S_setup_eval_state(): always set up destructor
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a46737de7eb272b1

S_regtry(): move eval setup code into separate fn
David Mitchell 1 file changed, 95 insertions(+), 67 deletions(-
http://perl5.git.perl.org/perl.git/commit/a75351a1ba6d821f

remove unused reginfo->bol field
David Mitchell 2 files changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/561a1286da8d6e97

eliminate PL_bostr
David Mitchell 3 files changed, 42 insertions(+), 40 deletions(
http://perl5.git.perl.org/perl.git/commit/9d9163fbc178eb6f

add strbeg argument to Perl_re_intuit_start()
David Mitchell 10 files changed, 86 insertions(+), 52 deletions
http://perl5.git.perl.org/perl.git/commit/52a21eb36148cc4f

find_byclass, regrepeat: remove is_utf8_pat arg
David Mitchell 4 files changed, 24 insertions(+), 25 deletions(
http://perl5.git.perl.org/perl.git/commit/f9176b44e50593d8

eliminiate PL_regeol
David Mitchell 3 files changed, 64 insertions(+), 61 deletions(
http://perl5.git.perl.org/perl.git/commit/220db18a521ebfe8

make more use of regmatch_info struct.
David Mitchell 5 files changed, 66 insertions(+), 54 deletions(
http://perl5.git.perl.org/perl.git/commit/02d5137b98854dd9

Fix crashes after syntax errors in lexical subs
Father Chrysostomos 2 files changed, 4 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3a74e0e282cd5c25

[perl #116735] Honour lexical prototypes when no parens are used
Father Chrysostomos 6 files changed, 34 insertions(+), 24 deletions(
http://perl5.git.perl.org/perl.git/commit/9a5e6f3cd84e6eaf

Name lexical constants
Father Chrysostomos 2 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/83a72a15a3e8908c

lexsub.t: To-do tests for citing lex subs after errors
Father Chrysostomos 1 file changed, 19 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fe54d63b71ffdc66

Update Pod-Usage to CPAN version 1.63
Chris 'BinGOs' Williams 6 files changed, 280 insertions(+), 4 deletions(
http://perl5.git.perl.org/perl.git/commit/2ed399824d40517f

[perl #118237] Fix coreamp.t’s rand test
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fba93b250c0d566f

Stop constant inlining from countermanding ‘use subs’
Father Chrysostomos 2 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/70e5f2b56cbcbdf6

Update Filter-Util-Call to CPAN version 1.49
Chris 'BinGOs' Williams 4 files changed, 21 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/d8b87a9b781df570

Update Pod-Parser to CPAN version 1.61
Chris 'BinGOs' Williams 6 files changed, 17 insertions(+), 17 deletions(
http://perl5.git.perl.org/perl.git/commit/9a031c8e679b31a2

Correct three sub call comments in perly.y
Father Chrysostomos 4 files changed, 248 insertions(+), 270 deletion
http://perl5.git.perl.org/perl.git/commit/fb602e323d7ed710

toke.c: Under -DT, report pending idents more clearly
Father Chrysostomos 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4ebc798659d1b2b9

Fix ExtUtils::Constant test failure on VMS.
Craig A. Berry 1 file changed, 3 insertions(+), 27 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cc37ebcee3a931a3

New branch smoke-me/bingos/EUMM-6.67_02
1 commit. 1 unique author. 1 unique committer.

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

Update ExtUtils-MakeMaker to CPAN version 6.67_02
Chris 'BinGOs' Williams 30 files changed, 83 insertions(+), 53 deletions
http://perl5.git.perl.org/perl.git/commit/7aeb5360c462eea0

New branch smoke-me/nicholas/a2p-main
1 commit. 1 unique author. 1 unique committer.
Net code removal: Nicholas Clark (4 lines)

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

Remove the unused env parameter from a2p's main, and the associated pragma.
Nicholas Clark 1 file changed, 1 insertion(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/23b71327cbb02307

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

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

In S_regatom, declare parse_start when RE_TRACK_PATTERN_OFFSETS is defined.
Nicholas Clark 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ed15f089efe23c3c

Deleted branch smoke-me/davem/enable_cow

Deleted branch smoke-me/davem/kill_reg_state

Deleted branch smoke-me/davem/re_array
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
35 commits. 9 unique authors. 7 unique committers.
34 files changed, 327 insertions(+), 201 deletions(-)
Net code removal: Steve Hay (7 lines) Nicholas Clark (3 lines)
Thanks, applied: Father Chrysostomos (1) Ricardo Signes (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/903f2d7006dbd87b.tar.gz

Include the Win32 extension in the ALL_STATIC build on Win32
Steve Hay 5 files changed, 9 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/903f2d7006dbd87b

version bumps and perldelta for debugger depth
Ricardo Signes 3 files changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1799399c45baa7e5

adjust $DB::deep from 100 to 1000
Mark Jason Dominus 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7aeefbb3234c8cf5

Stop delete local $ENV{foo} from leaking
Father Chrysostomos 2 files changed, 13 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/9332b95f7fd17b24

hv.c: Clarify uvar comment
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e987ad1c31f774bd

Don’t leak when compiling /(?[\d\d])/
Father Chrysostomos 2 files changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b573e7000fd9c1cf

Free operand when encountering unmatched ')' in (?[])
Father Chrysostomos 2 files changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4bc5d08976b7df23

Stop /(?[\p{...}])/ compilation from leaking
Father Chrysostomos 2 files changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c80d037c54749655

Add a note to Win32's BUILD_STATIC configuration to include Win32CORE
Steve Hay 2 files changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7a278470580a96e0

Exclude Compress/Raw/Bzip2 from ALL_STATIC extensions for MinGW for now
Steve Hay 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a6c3746408c2badd

Simplify recipes for making perl-static.exe on Win32
Steve Hay 2 files changed, 5 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aafd2430436dddf9

Fix creation of libperl519s.a on Win32 with MinGW
Steve Hay 1 file changed, 7 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cc0b589ad6053fdb

Remove /PDB:NONE linker option from Win32 makefiles
Steve Hay 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/056775f5f57d30cd

Ensure Win32 [nd]make builds the 'static' target when ALL_STATIC=define
Steve Hay 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/eb4420e670a3282a

Stop (?[]) operators from leaking
Father Chrysostomos 2 files changed, 21 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/a84e671a269f736a

perldiag: Document ‘Expecting '(?flags:(?[....'’
Father Chrysostomos 2 files changed, 11 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/27350048d47bfa7c

perldiag: Clarify why ‘False [] range’ can be F
Father Chrysostomos 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3c6ca74ae1c7e83b

Merge remote-tracking branch 'remotes/origin/smoke-me/env-instead-of-echo' i
H.Merijn Brand 2 parents
http://perl5.git.perl.org/perl.git/commit/77f118c279be3f2b

perldiag: Correct severity/category for ‘False [] range’
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4f2e2aa236a3300a

diag.t: Don’t confuse the two exception listse
Father Chrysostomos 1 file changed, 11 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/beb1a06ece75d264

diag.t: Remove commented obsoleted by 62f5f54dc2d
Father Chrysostomos 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/91dcf1581c191610

Alphabetize perltrap
Father Chrysostomos 1 file changed, 71 insertions(+), 71 deletions(-
http://perl5.git.perl.org/perl.git/commit/f6289783b6f4ac2a

In regcomp.c, Set_Node_Cur_Length() uses parse_start, so explicitly pass it.
Nicholas Clark 1 file changed, 10 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/6a86c6ad94ba9f2a

In S_regatom, declare parse_start when RE_TRACK_PATTERN_OFFSETS is defined.
Nicholas Clark 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1c432b0bcd1dc055

Don’t leak the /(?[])/ parsing stack on error
Father Chrysostomos 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1e4f088863436a80

perldelta for #114576 (XS lvalue subs)
Father Chrysostomos 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dc6876f2369ec6d8

perldelta: typo
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bccd8210e89dc9c3

Update CPAN-Meta to CPAN version 2.131560
Chris 'BinGOs' Williams 11 files changed, 48 insertions(+), 28 deletions
http://perl5.git.perl.org/perl.git/commit/cfda751763e4837f

use 'env' instead of 'echo' for %ENV tests in magic.t
H.Merijn Brand 1 file changed, 9 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/60acf81859bd0f2e

require.t: handle parallel runs
David Mitchell 1 file changed, 14 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c106f444cf492294

make some tests TODO under -DPERL_NO_COW
David Mitchell 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4bc5302aa9ad04ce

Remove the unused env parameter from a2p's main, and the associated pragma.
Nicholas Clark 1 file changed, 1 insertion(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/97b6ed7a84b765cf

dtrace.t: Don’t rely on installed strict.pm
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/35e3dd033f81095e

[perl #118297] Fix interpolating downgraded variables into upgraded regexp
Dagfinn Ilmari Mannsåker 2 files changed, 16 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/b8372399b387c0e2

-l $handle warning: globs, iorefs, utf8
Father Chrysostomos 3 files changed, 37 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/5840701a1aaa2086

Current branch maint-5.16
2 commits. 1 unique author. 1 unique committer.
4 files changed, 24 insertions(+), 7 deletions(-)

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

perldelta for #117947
Father Chrysostomos 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8650ff0a5ca343c3

[perl #117947] Verify lvalueness of XSUBs at run time
Father Chrysostomos 3 files changed, 20 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/e5da327237289669

Current branch maint-5.18
3 commits. 2 unique authors. 2 unique committers.
6 files changed, 43 insertions(+), 10 deletions(-)
Thanks, applied: David Mitchell (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ae335535b7b63240.tar.gz

[perl #118297] Fix interpolating downgraded variables into upgraded regexp
Dagfinn Ilmari Mannsåker 2 files changed, 16 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/ae335535b7b63240

perldelta for #117947
Father Chrysostomos 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f6f12e5902ab71ba

[perl #117947] Verify lvalueness of XSUBs at run time
Father Chrysostomos 3 files changed, 20 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/dffdb99cd421f034

New branch chip/dots
1 commit. 1 unique author. 1 unique committer.

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

feature "dots": Class.method $obj.method $obj.$method $str ~ $concat
Chip Salzenberg 4 files changed, 73 insertions(+), 52 deletions(
http://perl5.git.perl.org/perl.git/commit/6ac1aed280ea04b0

New branch smoke-me/nicholas/FindExt
3 commits. 1 unique author. 1 unique committer.

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

Thanks to FindExt::apply_config() we're now able to test dynamic extensions.
Nicholas Clark 1 file changed, 4 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/10ebc385e581e179

FindExt::apply_config() needs to skip Sys::Syslog on Win32.
Nicholas Clark 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9f91105860a29e9f

Correct a type in FindExt::apply_config in the "I18N-Langinfo" code.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c0b6f737b156b849

New branch smoke-me/nicholas/Win32-Ui_rpcsvcdbm
1 commit. 1 unique author. 1 unique committer.

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

On Win32, i_rpcsvcdbm should be 'undef' as there is no <rpcsvc/dbm.h>
Nicholas Clark 6 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/476784c7f68d78a6

Deleted branch bingos/release-5.15.7

Deleted branch smoke-me/nicholas/a2p-main

Deleted branch smoke-me/nicholas/parse_start

Deleted branch smoke-me/nicholas/rt-118055-1
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
85 commits. 17 unique authors. 10 unique committers.
72 files changed, 879 insertions(+), 232 deletions(-)
Net code removal: Kang-min Liu (5 lines)
Thanks, applied: Ricardo Signes (7) Nicholas Clark (3)
Father Chrysostomos (3)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/50d028f89c00e331.tar.gz

perldelta: Correct misstatement
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/50d028f89c00e331

Branch prediction hint for SvREFCNT_dec
Steffen Mueller 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/79e2a32a095274dd

Remove magic literal constant in favor of named constant
Steffen Mueller 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/586fc6a31347339b

updates to release schedule
Ricardo Signes 1 file changed, 27 insertions(+), 37 deletions(-
http://perl5.git.perl.org/perl.git/commit/ba4c68a684c8a192

Merge the refactoring of toke.c's S_force_word.
Nicholas Clark 2 parents
http://perl5.git.perl.org/perl.git/commit/8abd6374ff4d4e3b

Inline a subset of S_force_word() into the KEY_format section of Perl_yylex(
Nicholas Clark 1 file changed, 12 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d6a4f4b5319be6b1

toke.c: Remove the allow_initial_tick hack from S_force_word.
Brian Fraser 4 files changed, 19 insertions(+), 21 deletions(
http://perl5.git.perl.org/perl.git/commit/345b3785326c7725

Eliminate the last call to S_force_word() passing allow_initial_tick as TRUE
Brian Fraser 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7196fc2f2d32b6d9

Test that C<format ::Foo> is identical to C<format Foo>
Nicholas Clark 1 file changed, 11 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1a01716a33e6e32e

Test that C<format 'Foo> is identical to C<format Foo>
Brian Fraser 1 file changed, 13 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a20e6aaed858bacb

prevent lib/File/stat.t from aborting at END on cygwin
Tony Cook 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d82e2a6d8f2cc646

perldelta: typo
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/386de64977e726b5

perldelta: ">" was missing its "C<"
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f47828ac6b0923e3

pod/perldelta: Add note about documenting toLOWER() etc
Karl Williamson 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1de7c8e611b889db

Quantifier follows nothing in regex
Karl Williamson 2 files changed, 10 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/c37d14f947f79982

correct omission of File::CheckTree and Text::Soundex from deprecations
Ricardo Signes 4 files changed, 14 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/1a2d1f10228c7338

perldelta for debugger @_ fix
Ricardo Signes 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a1fd55a836db9fd5

Fix the mutability of @_ in perl -d.
Shlomi Fish 2 files changed, 41 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/e0cd3692aa11b7fa

Fix for RT #118169
Shlomi Fish 4 files changed, 48 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/e3d167f6f658f944

Benchmark.t: test for inconsistent clock
David Mitchell 1 file changed, 63 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1ebabb47e140c4b8

On Win32, i_rpcsvcdbm should be 'undef' as there is no <rpcsvc/dbm.h>
Nicholas Clark 6 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/30f6094bc1f1cbd9

RMG: need to update Module::CoreList again after blead release
David Golden 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/042e7a25dcc77f68

perldelta for recent BUILD_STATIC/ALL_STATIC changes
Steve Hay 1 file changed, 11 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a34da6c44564d9e8

perldelta: DB has not been removed
Father Chrysostomos 1 file changed, 7 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d69d1f92b76912e3

perldelta for double quantifier warnings (688e039)
Father Chrysostomos 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/acfe52c843a9519b

perldelta for File::Spec->tmpdir and changing env (#88940)
Father Chrysostomos 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/287d2d218f9a91c4

Increase $File::Spec::VERSION to 3.41
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2d4602a90de104d1

perldelta for PL_stashcacheh and glob-to-glob assignment (210fdecd4)
Father Chrysostomos 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e0d4623837bd4fec

perldelta for freed stashes (#117941)
Father Chrysostomos 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/42dd67ca0471eb6d

perldelta for sort/require CORE:: (#24482)
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1efc2d08eb802267

perldealt for delete local $ENV{x} leaking (9332b95f7)
Father Chrysostomos 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a2ef523e036d1425

perldelta for (?[]) fixes
Father Chrysostomos 1 file changed, 12 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5f050f838c845272

perldelta for #117595 (-l warning)
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2a288271d0e7524c

perldelta for deparsing ${#}{foo} (#117531)
Father Chrysostomos 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/708e0828b9fb7f94

perldelta for JS in perltrap
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4990a62a04c46666

perldelta for #117311/B::Deparse -l and FF
Father Chrysostomos 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4602962a0815cc6f

perldelta: typo
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/76ac71299722d156

perldelta for lexsub syntax errors (3a74e0e282c)
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3221bc400f3da87f

perldelta for two lexsub fixes
Father Chrysostomos 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/81748522aff12edb

perldelta for constant inlining (70e5f2b5)
Father Chrysostomos 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c3839c1055c15bdd

perldelta for deparsing for my $x (#117081)
Father Chrysostomos 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0597af6bb06a2731

perldelta for 3036c853/\N{} deprecations
Father Chrysostomos 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6f397ec198adda42

perldelta for #118159 (SvTRUE on ""/1 dualvar)
Father Chrysostomos 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/94f721723a98a82e

perldiag: Document ‘Can't call mro_isa_changed_in’
Father Chrysostomos 2 files changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/dfe378f166a453c4

perlfunc: Document fallback to "top" format
Father Chrysostomos 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dbaf95aca2eb7d37

diag.t: Remove more nonexistent exceptions
Father Chrysostomos 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/319f71293a1ed7c0

Make ‘make regen’ regenerate the tree in perllexwarn
Father Chrysostomos 3 files changed, 38 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/f2a78a4827a3bae7

diag.t: Remove nonexistent exception
Father Chrysostomos 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/487ab7ef015b630f

Stop /(a|b)(?=a){3}/ from warning twice
Father Chrysostomos 2 files changed, 12 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/688e03912e3bff2d

Remove ‘bad top format’ error
Father Chrysostomos 2 files changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/636013b3f52d8d82

perldiag: Tweak ‘'%c' allowed only after types’
Father Chrysostomos 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/04f745798a0e989d

Bump version in Carp::Heavy.
James E Keenan 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1ef9e4dd163392fd

Carp: Don't autovivify the CARP_NOT or ISA array
Brian Fraser 2 files changed, 11 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/79f8d0e810e1442c

Carp: Stop polluting the caller's namespace if they lack @CARP_NOT or @ISA
Brian Fraser 2 files changed, 21 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/1a4f8f41aa38eebf

AUTHORS: Use tabs consistently
Father Chrysostomos 1 file changed, 19 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/9b3e256ba8b6c2c4

podcheck.t: Use scalar instead of array
Father Chrysostomos 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/86098e45b32c333f

Synchronize pod2html usage output and its POD text
Petr Písař 2 files changed, 113 insertions(+), 10 deletions
http://perl5.git.perl.org/perl.git/commit/9b9923c633797a23

add Petr Písař to the AUTHORS file
Ricardo Signes 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d21d00c277975a3b

Synchronize h2ph POD text with usage output
Petr Písař 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fe89bf70817551c3

tweak perltw.pod for long lines (and default exports)
Ricardo Signes 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d7b1992c319ddbf7

add gugod to the AUTHORS file
Ricardo Signes 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/55b2202a0b15ebd8

Remove references of "encoding" module in README.tw
Kang-min Liu 1 file changed, 7 insertions(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e4ea3144e7562f41

use more descriptive examples in File::Copy
Zsbán Ambrus 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/86e39d7d2858df4e

note that the return value of for is unspecified
Ricardo Signes 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/739ba955b87a7c51

document the /p flag and related variables in delta
Zsban Ambrus 1 file changed, 17 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9af0006bddac3108

remove -Dmad string length restriction
David Mitchell 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e7245888eddac196

Increase some File::Spec versions to 3.41
Father Chrysostomos 6 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5f425cbef56bf693

Correct File::Spec POD about tainting and tmpdir
Father Chrysostomos 3 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1d0806cfaae4b389

[perl #89940] File::Spec->tmpdir and env changes
Father Chrysostomos 7 files changed, 59 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/82730d4c29900a58

File::Spec::Epoc: Small pod clean-up
Father Chrysostomos 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/483ad8291bb83bb5

Flush PL_stashcache on glob-to-glob assignment
Father Chrysostomos 2 files changed, 16 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/210fdecd4386556f

pp_hot.c: Correct comment
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1f3ffe4c6058f20e

podcheck.t: Output fixed problems as passing to-do tests
Father Chrysostomos 1 file changed, 9 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c549afe0d456f555

Improve fileno example
Dominic Hargreaves 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3231d2579ce5888f

add 1 to SvGROW under COW (and fix svleak.t)
David Mitchell 1 file changed, 12 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cbcb2a16c528e483

[perl #117941] reset crashes when current stash is freed
Father Chrysostomos 2 files changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e39b51c67c545800

perldiag: typo
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/434f489be7a3ec92

[perl #117941] eval crashes when current stash is freed
Father Chrysostomos 2 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cb1ad50e615d4947

[perl #117941] Blessing into freed current stash
Father Chrysostomos 3 files changed, 17 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/dcdfe746ecfff81c

[perl #117941] Handle vivification crashing w/freed stash
Father Chrysostomos 2 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/94e7eb6fe4b29b1c

Stop using PL_sortstash
Father Chrysostomos 2 files changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6cda7db16df9c75a

[perl #24482] Fix sort and require to treat CORE:: as keyword
Father Chrysostomos 3 files changed, 21 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/01b5ef509f2ebf46

Allow qr/(?[ [a] ])/ interpolation in (?[...])
Father Chrysostomos 2 files changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1cb2b5d4ff78efbd

perldiag: Correct descr of ‘Expecting '(?flags:(?[....'’
Father Chrysostomos 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8b6fbf55492d6275

Include the Encode extension in the ALL_STATIC build on Win32 for VC++
Steve Hay 3 files changed, 18 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/13cedc2a3e4c518d

Current branch chip/dots
1 commit. 1 unique author. 1 unique committer.
65 files changed, 823 insertions(+), 301 deletions(-)

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

"use dots": Class.method $obj.method [$a].[0] {a=>1}.{a} $str ~ $concat
Chip Salzenberg 7 files changed, 237 insertions(+), 38 deletions
http://perl5.git.perl.org/perl.git/commit/7e4b75ad02fa8593

Current branch maint-5.18
3 commits. 2 unique authors. 1 unique committer.
5 files changed, 85 insertions(+), 11 deletions(-)
Thanks, applied: Ricardo Signes (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/0a77bcb9c5bd03b2.tar.gz

perldelta for debugger @_ fix
Ricardo Signes 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0a77bcb9c5bd03b2

Fix the mutability of @_ in perl -d.
Shlomi Fish 2 files changed, 41 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/70a2dad880f94d9f

Fix for RT #118169
Shlomi Fish 4 files changed, 48 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/21810b688fa5c2c2

Current branch smoke-me/khw-readonly_invlists
9 commits. 1 unique author. 1 unique committer.
1253 files changed, 63004 insertions(+), 96652 deletions(-)
Net code removal: Karl Williamson (102 lines)

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

smoke
Karl Williamson 8 files changed, 32 insertions(+), 31 deletions(
http://perl5.git.perl.org/perl.git/commit/d961c65c789a1516

regcomp.c: Move some #defines to only file that uses them
Karl Williamson 2 files changed, 19 insertions(+), 36 deletions(
http://perl5.git.perl.org/perl.git/commit/9392405ade2a9578

regcomp.c: Make C-array inversion lists const
Karl Williamson 6 files changed, 74 insertions(+), 74 deletions(
http://perl5.git.perl.org/perl.git/commit/50835cb105b7ddab

regcomp.c: Move inversion list hdr field to SV hdr
Karl Williamson 4 files changed, 56 insertions(+), 35 deletions(
http://perl5.git.perl.org/perl.git/commit/3a2b76df7e837f8f

regcomp.c: Change, variable, fcn name
Karl Williamson 5 files changed, 28 insertions(+), 28 deletions(
http://perl5.git.perl.org/perl.git/commit/97f5a2d3bb11d382

regcomp.c: Move 2 hdr inversion fields to SV hdr
Karl Williamson 6 files changed, 53 insertions(+), 136 deletions
http://perl5.git.perl.org/perl.git/commit/b62eeb299361b2e6

regcomp.c: Remove unused data structure field
Karl Williamson 4 files changed, 1 insertion(+), 20 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e92d9642d1977428

regcomp.c: Make inversion lists SVt_PVLV
Karl Williamson 4 files changed, 19 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/9eb9ea2f095ff46d

regcomp.c: Add a constant 0 element before inversion lists
Karl Williamson 6 files changed, 212 insertions(+), 224 deletion
http://perl5.git.perl.org/perl.git/commit/673d0f1fd2be0ad6

Current branch smoke-me/nicholas/FindExt
3 commits. 1 unique author. 1 unique committer.
64 files changed, 786 insertions(+), 283 deletions(-)

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

Thanks to FindExt::apply_config() we're now able to test dynamic extensions.
Nicholas Clark 1 file changed, 4 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6626cab890ee7f65

FindExt::apply_config() needs to skip Sys::Syslog on Win32.
Nicholas Clark 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a56a45d2769da9ad

Correct a type in FindExt::apply_config in the "I18N-Langinfo" code.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/28418bc3e42658ba

New branch rjbs/win32-test
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: Ricardo Signes (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ef83895a4e796abf.tar.gz

converted t/win32.t/system* to test.pl style
Marcel Gruenauer 2 files changed, 23 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/ef83895a4e796abf

New branch smoke-me/EUMM-6.67_04
1 commit. 1 unique author. 1 unique committer.

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

Update ExtUtils-MakeMaker to CPAN version 6.67_04
Chris 'BinGOs' Williams 31 files changed, 128 insertions(+), 54 deletion
http://perl5.git.perl.org/perl.git/commit/c973d5c3a89b0838

New branch smoke-me/leont/pclose
1 commit. 1 unique author. 1 unique committer.
Net code removal: Leon Timmermans (10 lines)

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

Don't ignore signals on pclose
Leon Timmermans 1 file changed, 0 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/898f5dd017d8035a

New branch smoke-me/nicholas/early-Makefile-bootstrap
1 commit. 1 unique author. 1 unique committer.

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

Generate lib/buildcustomize.pl at the same time as the miniperl executable.
Nicholas Clark 4 files changed, 30 insertions(+), 17 deletions(
http://perl5.git.perl.org/perl.git/commit/ed197709cebd1c8a

New branch sprout/podcheck
2 commits. 1 unique author. 1 unique committer.

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

Run podcheck.t only when PERL_EXTRA_TESTS is set
Father Chrysostomos 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c0c2b785282df434

podcheck.t: Restore L/C/F<> and line length checks
Father Chrysostomos 2 files changed, 230 insertions(+), 14 deletions
http://perl5.git.perl.org/perl.git/commit/57b3068d891e5fab

Deleted branch bingos/interix_hints

Deleted branch bingos/post-5.18.0

Deleted branch khw-ebcdic

Deleted branch smoke-me/Pod-Simple-3.28

Deleted branch smoke-me/bingos/EUMM-6.67_02

Deleted branch smoke-me/chip/magicflags7

Deleted branch smoke-me/khw-fold

Deleted branch smoke-me/nicholas/Win32-Ui_rpcsvcdbm

Deleted branch smoke-me/nicholas/force-word
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
38 commits. 12 unique authors. 10 unique committers.
59 files changed, 713 insertions(+), 756 deletions(-)
Net code removal: Mike Doherty (265 lines) Leon Timmermans (10 lines)
Steve Hay (3 lines) Tony Cook (1 line)
Thanks, applied: Ricardo Signes (1) Steve Hay (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/673553d05ec39a29.tar.gz

Update ExtUtils-MakeMaker to CPAN version 6.68
Chris 'BinGOs' Williams 31 files changed, 137 insertions(+), 56 deletion
http://perl5.git.perl.org/perl.git/commit/673553d05ec39a29

note that \s matching \cK is marked experimental
Ricardo Signes 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3602d7b64bbbd934

perlexperiment: version of acceptance for \N{name}
Ricardo Signes 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3cb3bd668f5d1724

perlexperiment: ithreads seemed accepted in 5.8.0
Ricardo Signes 1 file changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3a0e7915191b8bbc

perlexperiment: long doubles are not experimental
Ricardo Signes 1 file changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/36d2f798ed0d18fd

reorder experiments by version (mostly)
Ricardo Signes 1 file changed, 98 insertions(+), 100 deletions(
http://perl5.git.perl.org/perl.git/commit/51c34fa4701dd3a8

the code that used hstat, istat, qstat was removed in 6fd8c33a
Tony Cook 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/68787f3b00557f39

tboffset hasn't been used since 7196fc2f
Tony Cook 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/057a50b9ffdf7561

prevent a couple of porting test issues under PERL_UNICODE
Tony Cook 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f378d7a60bac945d

remove reference to experimental code never in core
Ricardo Signes 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1ba4c839040ad56f

Fix inclusion of Compress/Raw/Bzip2 and Encode in MinGW ALL_STATIC build
Steve Hay 2 files changed, 8 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/b520de4a53f99c20

note warning categories in perlexperiment
Ricardo Signes 1 file changed, 12 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9f28b5b1757fff63

perldelta for the exec warning category change
Ricardo Signes 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6810f0add8525bb2

fix category on "Statement unlikely to be reached"
Ricardo Signes 3 files changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/573d2b1a3b181bcb

Eliminate macro for OpenVMS debugger [perl #118447].
Craig A. Berry 2 files changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9152021db0fe677b

Possessive and non greedy quantifier modifiers are mutually exclusive
Yves Orton 4 files changed, 13 insertions(+), 21 deletions(
http://perl5.git.perl.org/perl.git/commit/5f3789aabfaf43d0

Don't ignore signals on pclose
Leon Timmermans 1 file changed, 0 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6fd8c33ab8e814d9

Merge the re-ordering of when in the build write_buildcustomize.pl is run.
Nicholas Clark 2 parents
http://perl5.git.perl.org/perl.git/commit/6b28e74b02b8a23c

In miniperl, if lib/buildcustomize.pl fails to load, exit with an error.
Nicholas Clark 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/15870c5cfd6279e9

write_buildcustomize.pl now test loads the generated lib/buildcustomize.pl
Nicholas Clark 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8e6dd9cb29e9c036

write_buildcustomize.pl no longer writes to STDOUT
Nicholas Clark 5 files changed, 39 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/b78ac7159b42a0e0

Remove the Icwd Makefile macros as lib/buildcustomize.pl now sets this up.
Nicholas Clark 4 files changed, 10 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/f6b3c354c9a2b091

Generate lib/buildcustomize.pl at the same time as the miniperl executable.
Nicholas Clark 4 files changed, 37 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/cb251201d6951395

Benchmark.t: fix skip() call
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5c39bf1981fd94f2

Benchmark.t: make calibration a test
David Mitchell 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f12bac9728169abf

do not warn when optimizing away /x{0,0}?+/ and /x{0,0}+/
Yves Orton 2 files changed, 16 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/b75763d608047188

perldelta: add entries gleaned from commit messages
David Golden 1 file changed, 31 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d7bfa5540b75a547

Corrections to 0511665b4b
Steve Hay 2 files changed, 8 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/125084908db87e2d

converted t/win32.t/system* to test.pl style
Marcel Gruenauer 2 files changed, 23 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/0511665b4b04e5ba

Benchmark.t: consistent delta comparing
David Mitchell 1 file changed, 15 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/8a753380757ead7b

Benchmark.t: disdplay calibration diag output
David Mitchell 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e95cc2cfb6218800

release schedule: fix years for 5.20
Ricardo Signes 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/06911b0726a09e7a

Merge branch 'delta-deprecate' into blead
Ricardo Signes 2 parents
http://perl5.git.perl.org/perl.git/commit/5bf0592bdf78c2f2

make Porting/corelist.pl emit delta-style %deprecated
Ricardo Signes 1 file changed, 33 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/1e955fab3a83454a

add Mike Doherty to the AUTHORS file
Ricardo Signes 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f9547781e8e156bf

Module::CoreList: changelog for delta %deprecated
Ricardo Signes 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cd1607cd05b60ab6

re-add the deprecation data for soundex and checktree
Ricardo Signes 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/230125eac17a9c68

Make %Module::CoreList::deprecated a delta hash
Mike Doherty 1 file changed, 208 insertions(+), 473 deletions
http://perl5.git.perl.org/perl.git/commit/5ff416ffca0cf4af

Current branch smoke-me/nicholas/File-Spec-in-XS
9 commits. 2 unique authors. 1 unique committer.
1139 files changed, 28308 insertions(+), 64289 deletions(-)
Thanks, applied: Nicholas Clark (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/f6c46fb4e5773c2b.tar.gz

In Cwd's THX_unix_canonpath add two casts from (void*) to keep C++ sweet.
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f6c46fb4e5773c2b

File::Spec in XS
Zefram 7 files changed, 394 insertions(+), 27 deletions
http://perl5.git.perl.org/perl.git/commit/b1b57238640e81ae

Add the upstream Makefile.PL for Cwd
Nicholas Clark 2 files changed, 28 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/9e5aabc89b6c743a

Add dist/constant/lib to the paths in the generated lib/buildcustomize.pl
Nicholas Clark 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2aeb70c3773c6e85

In miniperl, if lib/buildcustomize.pl fails to load, exit with an error.
Nicholas Clark 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f2bb23ac2b5cfd86

write_buildcustomize.pl now test loads the generated lib/buildcustomize.pl
Nicholas Clark 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/be0aeee89a7ae5ff

write_buildcustomize.pl no longer writes to STDOUT
Nicholas Clark 5 files changed, 39 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/6b3058844b30a9a4

Remove the Icwd Makefile macros as lib/buildcustomize.pl now sets this up.
Nicholas Clark 4 files changed, 10 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/24b93d3a7c36b82e

Generate lib/buildcustomize.pl at the same time as the miniperl executable.
Nicholas Clark 4 files changed, 37 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/600ea516310bd645

Current branch smoke-me/nicholas/FindExt
4 commits. 1 unique author. 1 unique committer.
40 files changed, 727 insertions(+), 671 deletions(-)

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

Minor refactors to FindExt's test, removing code duplication.
Nicholas Clark 1 file changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/930ac65c0ce5bcbc

Thanks to FindExt::apply_config() we're now able to test dynamic extensions.
Nicholas Clark 1 file changed, 4 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/814ea9677e06a8e2

FindExt::apply_config() needs to skip Sys::Syslog on Win32.
Nicholas Clark 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/409a555d3df5ceed

Correct a type in FindExt::apply_config in the "I18N-Langinfo" code.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e2f848703d41c69f

New branch rjbs/not-unique
1 commit. 1 unique author. 1 unique committer.
Net code removal: Ricardo Signes (14 lines)

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

remove any special handling of :unique, deprecated since v5.10
Ricardo Signes 3 files changed, 3 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/f78cc69f033dbd81

New branch smoke-me/nicholas/known-extensions
3 commits. 1 unique author. 1 unique committer.
Net code removal: Nicholas Clark (29 lines)

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

In FindExt, eliminate _ext_ne() and make extensions() a simple subroutine.
Nicholas Clark 1 file changed, 2 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e87a7260927c4d60

Add non-XS extensions to known_extensions.
Nicholas Clark 2 files changed, 14 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/6b7d34dded5d1e38

Remove Configure code that supported the old-style nested layout for ext/
Nicholas Clark 1 file changed, 28 insertions(+), 55 deletions(-
http://perl5.git.perl.org/perl.git/commit/c94915b65a7fabf0

New branch smoke-me/salva/Storable
119 commits. 5 unique authors. 1 unique committer.
Net code removal: Salvador (860 lines) Salvador Fandino (643 lines)
Nicholas Clark (28 lines)
Thanks, applied: Nicholas Clark (117)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/0b2583a5f8620b94.tar.gz

remove several unused variables
Salvador 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0b2583a5f8620b94

remove unused variable
Salvador 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/872561601e20227f

remove unused variable
Salvador 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7a090afabd316dbe

remove implicit conversion of void* to char*
Salvador 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/65b1e3406d68f776

remove some warning related to implicit conversion of const char * to char *
Salvador 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/83755d7ef15bd84c

a SvMAGICAL test guarding a mg_find call was been performed on the wrong obj
Salvador 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/81af16c1db1cae60

In Storable.xs, don't attempt return the return value of a void function.
Nicholas Clark 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0e6b41b5683f2b07

Fix pointer-sign warnings, and add missing returns
Reini Urban 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/040e51c74f334b9e

In Storable.xs, simplify and inline the macro STORE_HASH_SORT.
Nicholas Clark 1 file changed, 5 insertions(+), 34 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5fa04395b5f903b2

support serialization and cloning of SVs comming from a tied structure in 5.
Salvador 1 file changed, 9 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f4977f1ea3324caf

remove syntax error only happening with threaded perls
Salvador 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/38aab6fd5bc815f6

remove ISO C90 forbids mixed declarations and code warning
Salvador 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/92751ff808208d91

fix some comments
Salvador 1 file changed, 4 insertions(+), 21 deletions(-)
http://perl5.git.perl.org/perl.git/commit/103aa9c64ac1ab0d

fix some comments
Salvador 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b9e2449f635229df

remove obsolete comment
Salvador 1 file changed, 0 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ff192239e19051aa

use a pointer table instead of a hash table for storing package indexes
Salvador 1 file changed, 21 insertions(+), 38 deletions(-
http://perl5.git.perl.org/perl.git/commit/a4e921b9084e08db

remove pkg_can, pkg_fetchmeth, pkg_hide and pkg_uncache that are not used an
Salvador 1 file changed, 0 insertions(+), 43 deletions(-)
http://perl5.git.perl.org/perl.git/commit/49a8370efa6ea25e

remove pkg_can, pkg_fetchmeth, pkg_hide and pkg_uncache that are not used an
Salvador 1 file changed, 0 insertions(+), 77 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d961632dbe1af784

inline pkg_can, pkg_fetchmeth, pkg_hide on store_blessed and store_hook; rem
Salvador 1 file changed, 51 insertions(+), 44 deletions(-
http://perl5.git.perl.org/perl.git/commit/ea7a083abdf45c13

add missing FREETMPS and LEAVE on store_hook; reorder things to eliminate us
Salvador 1 file changed, 20 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/411e29a52ff03f3a

on store_hook instead of moving result values to a temporary AV serialize th
Salvador 1 file changed, 19 insertions(+), 33 deletions(-
http://perl5.git.perl.org/perl.git/commit/61ae21fae8ddc2a6

use ST macro to access hook return values from the stack instead of POPs in
Salvador 1 file changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f32a22f39d8e1044

remove function array_call now unused
Salvador 1 file changed, 0 insertions(+), 44 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3a96ad6a1330239e

inline array_call inside store_hook to open the way for new optimizations
Salvador 1 file changed, 24 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/90562e6802f13456

put comment in the rigth place
Salvador 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a293277165dfe0ec

put comment in the rigth place
Salvador 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/13b5675a72a75d84

give friendly name to lenx variables and reorganize code putting flag calcul
Salvador 1 file changed, 48 insertions(+), 59 deletions(-
http://perl5.git.perl.org/perl.git/commit/64a2ac5af9c214a1

do not cache ref tags on store_hook as creating the new SVs may be actually
Salvador 1 file changed, 42 insertions(+), 55 deletions(-
http://perl5.git.perl.org/perl.git/commit/6baea1bc1c82f038

simplify handling of eflags in store_hook
Salvador 1 file changed, 15 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/f0d7c8aa4992a2d7

add missing PUTBACK
Salvador 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ced2413fcd921721

remove the 'optype' slots and replace them by 'cloning'
Salvador 1 file changed, 49 insertions(+), 75 deletions(-
http://perl5.git.perl.org/perl.git/commit/ca7d9133ca9be4d2

fix bad ASSERT call; remove unused macros for char IO
Salvador 1 file changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d18c28ec5a63abae

storing functions now are void
Salvador 1 file changed, 170 insertions(+), 212 deletions
http://perl5.git.perl.org/perl.git/commit/a7a949b107022b62

simplify store function
Salvador 1 file changed, 40 insertions(+), 72 deletions(-
http://perl5.git.perl.org/perl.git/commit/77a6e4baf46882c8

use HAS_HTONL and htonl/ntohl if available in order to guarantee we retain t
Salvador 1 file changed, 24 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/49b639db28a6fa14

hints is not needed anymore
Salvador 9 files changed, 31 insertions(+), 31 deletions(
http://perl5.git.perl.org/perl.git/commit/8686b0b120469d8e

$File::Spec::VERSION may have format x.xx_xx which results in a warning when
Salvador Fandiño 3 files changed, 10 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/454f055e1ac1cbf6

copy ptr_table code into a header file so that it can be used in old perls
Salvador Fandiño 3 files changed, 191 insertions(+), 3 deletions(
http://perl5.git.perl.org/perl.git/commit/fb8df7d40e6dd9b4

put fixes for old perls into Storable.xs instead of pushing them into Devel:
Salvador Fandiño 1 file changed, 11 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5d3042301ed5e871

croak_sv required in 5.10 and below
Salvador Fandiño 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c097b30d3ade4636

fix some errors that only appear on Perl compiled with thread support, fix s
Salvador 3 files changed, 10 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/3c5bd8c9aacbc21f

minor cleanup
Salvador Fandino 1 file changed, 14 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/e7c0dc951bdd9b20

use SvREFCNT_inc_NN variant
Salvador Fandino 1 file changed, 25 insertions(+), 34 deletions(-
http://perl5.git.perl.org/perl.git/commit/40e8d2a952c488c2

convert the BLESS macro into a function, remove the in_retrieve_overloaded h
Salvador Fandino 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1044495246b70b99

convert the BLESS macro into a function, remove the in_retrieve_overloaded h
Salvador Fandino 1 file changed, 14 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/0123f3df23326a86

fix memory leak
Salvador Fandino 1 file changed, 49 insertions(+), 48 deletions(-
http://perl5.git.perl.org/perl.git/commit/20fd93ec4aafc68b

retrieve_hash and retrieve_flags_hash merged into one function
Salvador Fandino 1 file changed, 87 insertions(+), 132 deletions(
http://perl5.git.perl.org/perl.git/commit/2b6d3d824833ce4d

prepare for merging retrieve_hash and retrieve_flags_hash into one function
Salvador Fandino 1 file changed, 47 insertions(+), 54 deletions(-
http://perl5.git.perl.org/perl.git/commit/7fe48fd67f77bf4b

s/retrieve_any_scalar/retrieve_scalar_any/
Salvador Fandino 1 file changed, 6 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9660bae70ae80f9c

fix spelling error
Salvador Fandino 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5db1e407922039d0

merge retrieve_vstring and retrieve_lvstring into one function
Salvador Fandino 1 file changed, 30 insertions(+), 52 deletions(-
http://perl5.git.perl.org/perl.git/commit/08258eb6253d1512

make retrieve_scalar variants into one unique function
Salvador Fandino 1 file changed, 33 insertions(+), 64 deletions(-
http://perl5.git.perl.org/perl.git/commit/1b28804b9e75c19e

remove a couple of memory leaks
Salvador Fandino 1 file changed, 13 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/113b29db86129e89

use a unique function for retrieving tied hashes, arrays and scalar, fix mem
Salvador Fandino 1 file changed, 22 insertions(+), 60 deletions(-
http://perl5.git.perl.org/perl.git/commit/758aab33d0b24337

remove obsolete comments
Salvador Fandino 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bfa031ed3d433864

fix memory leak
Salvador Fandino 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4a2b2b5f4861542e

fix memory leak
Salvador Fandino 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5128afdc3ae197a3

remove UNSEE macro and scalar_call function which are not used any more
Salvador Fandino 1 file changed, 0 insertions(+), 63 deletions(-)
http://perl5.git.perl.org/perl.git/commit/76eb8d0f9fc58908

retrieve_hook cleanup
Salvador Fandino 2 files changed, 148 insertions(+), 184 deletion
http://perl5.git.perl.org/perl.git/commit/b1f3aae50e6bcf95

taint new scalars when they are read
Salvador 1 file changed, 2 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a3adebf598e116df

one and only one of f and in must be non null
Salvador 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/788d0a62019953d7

one and only one of f and in must be non null
Salvador 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a4e8f7e747464ff5

one and only one of f and in must be non null
Salvador 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e5ddb81c394672c7

use a macro to read variable length integers
Salvador 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b390bc5e276cdeb5

use a macro to read variable length integers
Salvador 1 file changed, 14 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/cca0729debb8e8bc

code simplification
Salvador 1 file changed, 11 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/6b4c2acebca4ade3

minor cleanup
Salvador 1 file changed, 29 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/71b9cb424dd938a6

remove immortal flag from SEEN macro, immortals don't mind being properly re
Salvador 1 file changed, 28 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/9af417b559ca41db

minor cleanup
Salvador 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dac61199e5d9dd99

minor cleanup
Salvador 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aa4a9d7a4df288d6

remove now useless macros
Salvador 1 file changed, 0 insertions(+), 14 deletions(-)
http://perl5.git.perl.org/perl.git/commit/033ba5bbd38fd782

fix memory leak on old_retrieve_array
Salvador 1 file changed, 2 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4045b24ee6a05dae

retrieve_code cleanup, fix $@ handling, dying from inside $Storage::Eval sho
Salvador 2 files changed, 20 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/3f6b80ea763311ed

retrieve_code cleanup
Salvador 1 file changed, 6 insertions(+), 14 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6986dfe700cb18ed

retrieve_code cleanup
Salvador 1 file changed, 47 insertions(+), 44 deletions(-
http://perl5.git.perl.org/perl.git/commit/8c8faf0eed834d7d

simplify forgive_me handling, do not cache it
Salvador 1 file changed, 7 insertions(+), 20 deletions(-)
http://perl5.git.perl.org/perl.git/commit/93a197b110676101

improve croak_io_error and related macros, generate bad magic number errors
Salvador 1 file changed, 346 insertions(+), 392 deletions
http://perl5.git.perl.org/perl.git/commit/9805b21a545cea22

assertions
Salvador Fandino 1 file changed, 50 insertions(+), 46 deletions(-
http://perl5.git.perl.org/perl.git/commit/89115ae2b63e1e48

clean read/write macros and functions, diying on error instead of returning
Salvador Fandino 2 files changed, 181 insertions(+), 214 deletion
http://perl5.git.perl.org/perl.git/commit/bcdfaabdf778127a

simplify code
Salvador 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/64c448e33dca8583

fix syntax error inside TRACEME call
Salvador 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/be31612bccb316a0

remove memory leak when storing hashes in canonical order and some callback
Salvador 1 file changed, 1 insertion(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5ad7362c7416909d

add FIXME comment for later
Salvador 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/dd79c4adb2b0f67d

simplify code flow
Salvador 1 file changed, 103 insertions(+), 105 deletions
http://perl5.git.perl.org/perl.git/commit/c4ae8ff0f034761c

mortalize AV containing results from STORABLE_freeze hook instead of managin
Salvador 1 file changed, 2 insertions(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/324262f28096b24d

preserve integrity of av in store_hook at any time, so we don't leak in case
Salvador 1 file changed, 7 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8bb228b668c9eca0

fix memory leak: save free pseen ptr_table operation
Salvador 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6cb19c94664da739

remove conditional code to use hashes instead of ptr tables, the later can b
Salvador 1 file changed, 12 insertions(+), 75 deletions(-
http://perl5.git.perl.org/perl.git/commit/b940c1dd06fbdadd

fix broken sanity check when serializing values returned by STORABLE_freeze
Salvador 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8f2fd9ae2e77aec4

remove memory leak happening when STORABLE_freeze dies
Salvador 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0508a36ab96a645e

remove memory leak happening when STORABLE_freeze dies
Salvador 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dd0cf5f5b889a00d

change fragile test, that now breaks because we are not leaking memory anymo
Salvador 1 file changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2d413e9d4ff09a57

remove hack abusing hash structure to store classname classnums, it was a mo
Salvador 1 file changed, 15 insertions(+), 35 deletions(-
http://perl5.git.perl.org/perl.git/commit/f52dcce9f6ed91e6

allocate temporary perl structures as mortals
Salvador 2 files changed, 17 insertions(+), 27 deletions(
http://perl5.git.perl.org/perl.git/commit/4ee632b5e694e054

add support for last_op_in_netorder sub
Salvador 2 files changed, 8 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/949728272ecd6194

readd support for 'is_retrieving' and 'is_storing' subs
Salvador 2 files changed, 24 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/be2cb16d7f5d162b

massive changes resulting from the elimination of this diabolic by-thread-st
Salvador Fandino 1 file changed, 417 insertions(+), 796 deletions
http://perl5.git.perl.org/perl.git/commit/bafb493abbe3514f

remove some unused fields from store_cxt and create new retrieve_cxt types
Salvador Fandino 1 file changed, 28 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b0cd7dc136d05890

init retrieve context before reading the magic header, this probably fixes a
Salvador 1 file changed, 15 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/fd84e87b64a10077

set cxt->forgive_me from init_retrieve_context
Salvador 2 files changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fdddd4e6cf5428de

emit magic header also from dclone
Salvador 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ae966443e9c4a865

store returns true on failure
Salvador 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/df3102120c07f7a9

breaking context structure into store and retrieve parts
Salvador 1 file changed, 200 insertions(+), 327 deletions
http://perl5.git.perl.org/perl.git/commit/cb18f273822a5e09

use better names
Salvador 1 file changed, 49 insertions(+), 37 deletions(-
http://perl5.git.perl.org/perl.git/commit/ea977fb6cbdd2c90

print truncate length on test_truncate
Salvador 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/39966656ec0a57b2

replace membuf by input and input_end pointers, remove extensible structure
Salvador 1 file changed, 23 insertions(+), 44 deletions(-
http://perl5.git.perl.org/perl.git/commit/e35131dec9cdf13c

remove references to the now useless membuf_ro and msaved
Salvador 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b5ebed587e3effc2

croak on write error instead of returning -1 from function to function up th
Salvador 1 file changed, 24 insertions(+), 55 deletions(-
http://perl5.git.perl.org/perl.git/commit/a47641c115d0578a

place WRITE_MARK macro in a better place
Salvador 1 file changed, 7 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7d2f4a36f5ec3f6a

membuf substituted by SV for write operations
Salvador 1 file changed, 290 insertions(+), 364 deletions
http://perl5.git.perl.org/perl.git/commit/8e2df3ba65ee531d

clone input SV if it has magic attached as it may change unexpectedly right
Salvador 1 file changed, 8 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a57581c280b42850

simpler UTF8 downgrade
Salvador 1 file changed, 8 insertions(+), 38 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4cd20d851ae271d9

reorder some macros and functions and remove some useless code
Salvador 1 file changed, 17 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/bd435d4b21250b9a

use READ_STRING instead of READ, fix memory leak
Salvador 1 file changed, 8 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c2ed7c8c84a7f621

use READ_STRING instead of SAFEPVREAD
Salvador 1 file changed, 25 insertions(+), 72 deletions(-
http://perl5.git.perl.org/perl.git/commit/63f95a28ff49421d

substitute SAFEREAD and its always-the-same context code by a simpler READ_S
Salvador 1 file changed, 26 insertions(+), 84 deletions(-
http://perl5.git.perl.org/perl.git/commit/3bd5e34f2becf6ab

make read_key into read_string that accepts the target SV as a parameter
Salvador 1 file changed, 15 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/4679443b8c811944

make key buffer allocation and key reading into one function (read_key)
Salvador 1 file changed, 35 insertions(+), 26 deletions(-
http://perl5.git.perl.org/perl.git/commit/63ab12b696674ced

use a SV as key buffer
Salvador 1 file changed, 33 insertions(+), 30 deletions(-
http://perl5.git.perl.org/perl.git/commit/7f5df6a7ba69c2d7

Deleted branch smoke-me/nicholas/early-Makefile-bootstrap

Deleted branch smoke-me/vms-autodoc-once
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
42 commits. 10 unique authors. 8 unique committers.
37 files changed, 543 insertions(+), 215 deletions(-)
Thanks, applied: Father Chrysostomos (2) James E Keenan (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/96d496e4cd065116.tar.gz

perldelta: note the change to "goto" in perlfunc
Ricardo Signes 1 file changed, 12 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/96d496e4cd065116

replace weird C<goto-TYPE> with C<goto TYPE>
Ricardo Signes 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5a5b79a33d5fadad

document that goto-EXPR will treat a subref differently
Ricardo Signes 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3e8a637058231ac4

lib/locale.t: Remove workaround for now fixed #108378
Karl Williamson 1 file changed, 3 insertions(+), 13 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b79536ea166b1ad7

UTF8f
Father Chrysostomos 4 files changed, 18 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/670610ebb1750810

perlfunc: Add caveat about string eval containing NV scalar
Karl Williamson 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/798dc914c398c7c0

perlapi: Add note to isASCII
Karl Williamson 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d98532ea8ab5685c

perlrecharclass: Nits
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/de36fb2e712ebd31

pp.c: Use correct size for two arrays.
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bfac13d4c01b3098

perldelta for locale fixes
Karl Williamson 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a2c659f2396d62ae

In FindExt, use File::Find instead of shelling out to a dir command.
Nicholas Clark 1 file changed, 9 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2b7bd0cd8c00be3c

Add Module::CoreList::Utils to perldelta as a new module.
Chris 'BinGOs' Williams 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/86714aaae213175e

Add documentation for Module::CoreList::Utils
Chris 'BinGOs' Williams 1 file changed, 104 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/7a0b45a114040864

Correct module links in perldelta
Chris 'BinGOs' Williams 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/78d20e8f761c9be2

perldelta for #118297
Father Chrysostomos 1 file changed, 13 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0e417e4df08b6604

Update release managers guide to note to bump Module::CoreList::Utils versio
Chris 'BinGOs' Williams 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7ac0c33863364a2c

Manually add Utils delta for v5.19.1
Chris 'BinGOs' Williams 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8c94cb790822c076

Upgrade cv_flags_t from 16 to 32 bits.
Peter Martini 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/51c78f1b91bbcd7a

don't crash on deep recursion warnings in lexical subs (#118521)
Lukas Mai 2 files changed, 18 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/07b2687d22462e59

subst.t: Rename test
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6daa8d508141a873

concat2.t: Unskip an encoding.pm test
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ce6a2be471f129b0

Fix ext\B\t\concise.t when building with ALL_STATIC=define on Windows
Steve Hay 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/89eabf381ec4b828

Fix t\op\magic.t when building with ALL_STATIC=define on Windows
Steve Hay 1 file changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/88348cbd8676d112

Mark the common case with LIKELY branch predictor hint
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c1b30ad9d14ad161

perllocale: Update, clarify
Karl Williamson 1 file changed, 101 insertions(+), 36 deletions(
http://perl5.git.perl.org/perl.git/commit/b960a36e9eac1bc3

Don't use locale definitions unless within scope
Karl Williamson 3 files changed, 27 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/68e8f474bc686a86

PATCH: [perl #108378] [perl #115800]
Karl Williamson 2 files changed, 26 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/b127e37e51c21b0a

perllocale: Nits
Karl Williamson 2 files changed, 60 insertions(+), 57 deletions(
http://perl5.git.perl.org/perl.git/commit/39332f6847057169

regcomp.c: Reorder tests to avoid throwing away work.
Karl Williamson 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e92587081904f9cc

Set Config's *extensions and *_ext vars correctly for Win32 static builds
Steve Hay 2 files changed, 16 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/21339399ecf6ae3a

Update HTTP-Tiny to CPAN version 0.031
Chris 'BinGOs' Williams 2 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3ea9257d13af7b9f

Update HTTP-Tiny to CPAN version 0.030
Chris 'BinGOs' Williams 2 files changed, 15 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/1bc742331781be28

Update Getopt-Long to CPAN version 2.40
Chris 'BinGOs' Williams 4 files changed, 18 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/654bf52631c12aca

Small corrections in perlsyn, less one identified by tomc++.
SHIRAKATA Kentaro 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/368fb0189ca803eb

Update Unicode-Collate to CPAN version 0.98
Chris 'BinGOs' Williams 4 files changed, 25 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/ed2081ada8ab5b68

pad.c: Correct comment added by dd2155a49b
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/eb8137a9091194b1

pp.c: pp_ref: remove null checks
Father Chrysostomos 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/511ddbdf610b853e

perlfunc: mention that cho(m)p resets the iterator
Father Chrysostomos 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/feef49c9993c73b0

doop.c: Correct introductory text
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/347f3823c84af87f

pp.c: Eliminate unnecessary dORIGMARK from pp_anonlist
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/31476221e8e03a31

op.c: Don’t reallocate a temp for lvalue funcs
Father Chrysostomos 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/169504d53dbeb12d

op.c: add assertion
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/653e8c97898a44bf

Current branch maint-5.18
4 commits. 4 unique authors. 1 unique committer.
6 files changed, 83 insertions(+), 10 deletions(-)
Thanks, applied: David Mitchell (3)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/f4612955aa389913.tar.gz

update perldelta with recent cherry-picks
David Mitchell 1 file changed, 26 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f4612955aa389913

Ensure that the IV in struct pmop (for ithreads) is aligned properly.
Nicholas Clark 2 files changed, 18 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/45d94421d77056cb

[perl #118159] Make PVs take precedence in SvTRUE
Father Chrysostomos 2 files changed, 19 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/55d1519425e224c2

Fix regmatch pointer 32-bit wraparound regression
Tony Cook 2 files changed, 20 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/4149c7198d9b78d8

New branch goto-doc-fix
3 commits. 1 unique author. 1 unique committer.

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

slightly improve prose
Ricardo Signes 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/79fd42f62d1cd37f

use "evaluates to" instead of "resolves to"
Ricardo Signes 1 file changed, 8 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d9681ebb78a46f4a

document that goto-EXPR will treat a subref differently
Ricardo Signes 1 file changed, 9 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4e4f9631605e6dc9

New branch rjbs/podcheck-again
2 commits. 1 unique author. 1 unique committer.

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

do not worry about long verbatim lines w/o env var
Ricardo Signes 1 file changed, 15 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5004b1dbb77800d2

Revert "Make t/podcheck.t less sensitive"
Ricardo Signes 2 files changed, 247 insertions(+), 14 deletions
http://perl5.git.perl.org/perl.git/commit/2098e39844bfab12

New branch smoke-me/khw-locale
3 commits. 1 unique author. 1 unique committer.

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

PATCH: [perl #108378] [perl #115800]
Karl Williamson 3 files changed, 48 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/0d7bbe3f67ac6ceb

perllocale: Nits
Karl Williamson 2 files changed, 60 insertions(+), 57 deletions(
http://perl5.git.perl.org/perl.git/commit/40bf493ac7b60383

regcomp.c: Reorder tests to avoid throwing away work.
Karl Williamson 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/14d6ff56a5c48e6e

New branch smoke-me/nicholas/Makefile.SH
2 commits. 1 unique author. 1 unique committer.

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

If miniperl fails the simple Exporter test, print a message and bail out.
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e82b092fbc8301e5

For *nix, only delete the ppport.h files that we created.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4ef13af80948e473

New branch smoke-me/nicholas/vms-filespec
14 commits. 1 unique author. 1 unique committer.
Net code removal: Nicholas Clark (28 lines)

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

Remove defunct DESCRIP.MMS cleanup rules.
Nicholas Clark 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/faad9166d464b662

Move VMS::Filespec from vms/ext to ext/
Nicholas Clark 11 files changed, 651 insertions(+), 654 deletio
http://perl5.git.perl.org/perl.git/commit/a233906b943b0b9f

vms/ext/filespec.t does not need to be +x
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/159bb3d70b940b87

Refactor FindExt, merging scan_ext() and find_ext().
Nicholas Clark 1 file changed, 4 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/030a9ec59bc3eac9

Skip most of FindExt's tests for troublesome configurations.
Nicholas Clark 1 file changed, 32 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/46301da0125670d8

In FindExt.t, move the main loop's comparison logic into a subroutine.
Nicholas Clark 1 file changed, 11 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/46c7b80c57ac68dc

Minor refactors to FindExt's test, removing code duplication.
Nicholas Clark 1 file changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f5a79cf8f56440fc

Thanks to FindExt::apply_config() we're now able to test dynamic extensions.
Nicholas Clark 1 file changed, 11 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5da03458af83f9ed

Correct a type in FindExt::apply_config in the "I18N-Langinfo" code.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d2fd805dddaed690

In FindExt, eliminate _ext_ne() and make extensions() a simple subroutine.
Nicholas Clark 1 file changed, 2 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/223e0cc04ec496e3

Also add Encode's sub-modules to known_extensions when building statically.
Nicholas Clark 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8fecd458228dff0d

Add non-XS extensions to known_extensions.
Nicholas Clark 2 files changed, 14 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/929f9910c91c0cf6

Remove Configure code that supported the old-style nested layout for ext/
Nicholas Clark 1 file changed, 28 insertions(+), 55 deletions(-
http://perl5.git.perl.org/perl.git/commit/9f40039bbb7c5f2c

In FindExt, use File::Find instead of shelling out to a dir command.
Nicholas Clark 1 file changed, 9 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/03a891d3904e0f12

New branch sprout/padconst
12 commits. 1 unique author. 1 unique committer.

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

pad.c: Use &PL_sv_no for const pad names
Father Chrysostomos 5 files changed, 32 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/f4bf10de132d2bb8

Re(mov|writ)e two comments from pad.c:pad_alloc
Father Chrysostomos 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/99b4affa61c16603

op.c:S_fold_constants: Add assertion
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/75880c0c9939a249

Change the tests for #3105 into to-dos
Father Chrysostomos 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4559eacc4a435cb6

Test readonliness of overload constants
Father Chrysostomos 1 file changed, 15 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8225d3e5ac6fd442

To-do test for #109746
Father Chrysostomos 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/33a802073a42ec4c

Test (im)mutability of constants and constant-like subs
Father Chrysostomos 2 files changed, 72 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/2b92ef9b36ad054f

Test !0 and !1 immutability and singletonness
Father Chrysostomos 1 file changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/dad8af79c6e5d8b8

Test that literal numbers and strings are read-only
Father Chrysostomos 1 file changed, 23 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1caf57ed881a5dd6

To-do tests for perl #78194
Father Chrysostomos 6 files changed, 44 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/1f63947f1b515128

ref.t: To-do test for retvals of folded ops
Father Chrysostomos 1 file changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2caa660d469c465e

sub.t: To-do test for recursive shared-hash-keys TARGs
Father Chrysostomos 1 file changed, 24 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5e355c910387bb99

Deleted branch jkeenan/dd-moretests-1

Deleted branch rjbs/5.19/fix-subs-leak

Deleted branch rjbs/release-5.18

Deleted branch rjbs/win32-test

Deleted branch smoke-me/leont/pclose
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
39 commits. 9 unique authors. 7 unique committers.
73 files changed, 1875 insertions(+), 873 deletions(-)
Net code removal: Johan Vromans (24 lines)
Thanks, applied: Father Chrysostomos (1) Karl Williamson (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/0e05e560edc12120.tar.gz

Correction to Perl version number.
James E Keenan 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0e05e560edc12120

Update Text-ParseWords to CPAN version 3.29
Chris 'BinGOs' Williams 4 files changed, 135 insertions(+), 124 deletion
http://perl5.git.perl.org/perl.git/commit/33954ec3715c20be

Update Params-Check to CPAN version 0.38
Chris 'BinGOs' Williams 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8b21fa03ebc1de8c

Update HTTP-Tiny to CPAN version 0.033
Chris 'BinGOs' Williams 6 files changed, 160 insertions(+), 18 deletions
http://perl5.git.perl.org/perl.git/commit/9a00675db41cb211

Module-CoreList is 2.92 on CPAN
Chris 'BinGOs' Williams 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5a50c7c8970381e0

perldata: More identifier definition fix
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4c1060812937b838

Increase $B::VERSION to 1.44
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a68a39540f0d7418

Remove BmRARE and BmPREVIOUS
Father Chrysostomos 5 files changed, 28 insertions(+), 38 deletions(
http://perl5.git.perl.org/perl.git/commit/8922e4382e9c1488

Update perlsub.pod for lvalue subroutines.
Johan Vromans 1 file changed, 6 insertions(+), 30 deletions(-)
http://perl5.git.perl.org/perl.git/commit/771cc755419212f6

PATCH [perl #118563]: Fix perldata ident defn
Karl Williamson 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9c1129c7de15ff80

release_managers_guide.pod: amended based on v5.19.1 experience
David Golden 1 file changed, 156 insertions(+), 97 deletions(
http://perl5.git.perl.org/perl.git/commit/1dbf759920c13f5e

Improved struct pmop alignment fix - avoid the slow path on 64 bit systems.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0f5bd29fb92492cf

[perl #118305] make dtrace sub-entry probe support lexsubs
Father Chrysostomos 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/88dbe4af2506aa2a

optree_constants.t: Correct line number in comment
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/609d3913d15c86a4

perldiag: Document ‘Can't call mro_method_changed_in()’
Father Chrysostomos 2 files changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2bf7e7b22ae2341b

Revert "portport: remove DG/UX"
David Golden 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ea297d26859293c0

Porting/epigraphs.pod: add link to release announcement
David Golden 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/703078b2cb5abba6

Benchmark.t: fix skip() argument order
Brian Gottreu 2 files changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4b2a788cef03c651

stub Module::CoreList for v5.19.2
David Golden 5 files changed, 28 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/d04adc2097f8f151

bump version to v5.19.2
David Golden 22 files changed, 136 insertions(+), 136 deletio
http://perl5.git.perl.org/perl.git/commit/93a90a483db0bb0f

new perldelta
David Golden 10 files changed, 993 insertions(+), 583 deletio
http://perl5.git.perl.org/perl.git/commit/38663f11700d5959

Porting/epigraphs.pod: add v5.19.1 and v5.19.0 epigraphs
David Golden 1 file changed, 30 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/549a11ea8c714ac3

add cpan/autodie/t/truncate_me to makerel @writables list
David Golden 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bdd7a7a04ba7f16c

finalize perldelta.pod for v5.19.1
David Golden 1 file changed, 242 insertions(+), 31 deletions(
http://perl5.git.perl.org/perl.git/commit/42bff0d970cc1d4a

update perlhist for v5.19.1
David Golden 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/45cd3e727fcdf42d

update Module::CoreList for v5.19.1 release
David Golden 4 files changed, 290 insertions(+), 7 deletions(
http://perl5.git.perl.org/perl.git/commit/2f4a2205cfe200d9

portport: remove DG/UX
David Golden 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/28371e3dbee6234e

Fix Perl version references in INSTALL
David Golden 2 files changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2136887ad30a1425

add some tests for Perl #71922
Yves Orton 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5c53df946578f159

Rough draft of perldelta for v5.19.1
David Golden 1 file changed, 30 insertions(+), 204 deletions(
http://perl5.git.perl.org/perl.git/commit/b8a02ff16952a74a

bump Time::Piece VERSION to 1.2002
David Golden 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/be4c439fc4419c08

t/porting/customized.t: consistent data file sorting
David Golden 2 files changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b39091a6342bf35b

Update Maintainers.PL for divergence from cpan
David Golden 2 files changed, 12 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/9d40a27aedfd16bf

fix core-cpan-diff treatment of 'undef'
David Golden 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/25b25355681b1b11

perldelta for #118047
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/14fd9356c9a6abaf

[perl #118047] Don’t warn for tr//a/c
Father Chrysostomos 2 files changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b8c388a94dc746cf

Update Archive-Tar to CPAN version 1.92
Chris 'BinGOs' Williams 4 files changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/14f3ea6619750636

If miniperl fails the simple Exporter test, print a message and bail out.
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/24da714d1c2c6d58

For *nix, only delete the ppport.h files that we created.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e621c5a8064a4cff

Current branch smoke-me/khw-locale
10 commits. 1 unique author. 1 unique committer.
20 files changed, 351 insertions(+), 85 deletions(-)

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

f
Karl Williamson 1 file changed, 20 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b641a1147acfdd12

perl.c: Use Strerror instead of strerror
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b1f10e006dadc069

pp_sys.c: Use macro instead of reinventing it
Karl Williamson 1 file changed, 1 insertion(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0343e04065429414

util.c: Avoid unnecessary setlocale() calls
Karl Williamson 1 file changed, 9 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/20e8e62f3e3c6b13

PATCH: [perl #112208]: Set utf8 flag on $! appropriately
Karl Williamson 1 file changed, 18 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7b0a5da208580425

sv.h: Add comment
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/38f1d85306036e11

lib/locale.t: Remove workaround for now fixed #108378
Karl Williamson 1 file changed, 3 insertions(+), 13 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1a416c125f79cb4f

perlfunc: Add caveat about string eval containing NV scalar
Karl Williamson 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d4d289affb0e89e8

pp.c: Use correct size for two arrays.
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0958777a176511cc

perldelta for locale fixes
Karl Williamson 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9ff87e40f132053c

Current branch smoke-me/rt_114884
1 commit. 1 unique author. 1 unique committer.
1951 files changed, 153898 insertions(+), 159440 deletions(-)

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

fix 114884 positive GPOS lookbehind regex substitution failure
Yves Orton 2 files changed, 12 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/faa801973429581e

Current branch sprout/padconst
10 commits. 1 unique author. 1 unique committer.
7 files changed, 25 insertions(+), 23 deletions(-)

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

pad.c: cast before comparing signed with unsigned
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6d83b630ecb521cf

op.c: Stop copying constants under ithreads
Father Chrysostomos 6 files changed, 18 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/2f810cab79498523

pad.c: Expand pad_push SVf_READONLY explanation
Father Chrysostomos 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/29d0ab0acc6babae

pad.c: Use &PL_sv_no for const pad names
Father Chrysostomos 6 files changed, 33 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/9497a8097124a54a

Re(mov|writ)e two comments from pad.c:pad_alloc
Father Chrysostomos 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b5e31d0101850f84

op.c:S_fold_constants: Add assertion
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ee9de1fa9d41cd14

Change the tests for #3105 into to-dos
Father Chrysostomos 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/419d3d8b5153bf10

Test readonliness of overload constants
Father Chrysostomos 1 file changed, 15 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ea4277e27dfa6399

To-do test for #109746
Father Chrysostomos 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/def7297da28dbfc5

Test (im)mutability of constants and constant-like subs
Father Chrysostomos 2 files changed, 72 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/1e5b47a2b0887b26

New branch rjbs/perlexperiment
3 commits. 1 unique author. 1 unique committer.

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

perlexperiment: (?{}) and (??{}) are not experimental
Ricardo Signes 2 files changed, 45 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/10636061a4226fff

perlexperiment: mark regexp backtracking verbs as accepted
Ricardo Signes 2 files changed, 8 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/4bab772fefc6bbb1

perlexperiment: mark lvalue subs as accepted in next release
Ricardo Signes 2 files changed, 8 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d61cfc9c6fd3dd3a

New branch smoke-me/nicholas/Makefile-target-purge
10 commits. 1 unique author. 1 unique committer.
Net code removal: Nicholas Clark (591 lines)

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

Eliminate the perl.gprof and perl.gcov Makefile targets.
Nicholas Clark 2 files changed, 42 insertions(+), 76 deletions(
http://perl5.git.perl.org/perl.git/commit/e442d4d0779b0a70

Run Porting/podtidy on pod/perlhacktips.pod
Nicholas Clark 1 file changed, 16 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/e08fc7eabc43f861

Update perlhacktips to note that Address Sanitizer is now also in gcc 4.8
Nicholas Clark 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1a07b0d2c23504c3

In perlhacktips, no need to give 3 ways to set an environment variable.
Nicholas Clark 1 file changed, 1 insertion(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c519669b061e6e22

Remove the explicit purify/quantify/purecov targets and documentation.
Nicholas Clark 3 files changed, 1 insertion(+), 181 deletions(-
http://perl5.git.perl.org/perl.git/commit/39f5160cf929c7c7

We don't actually need to set $ENV{PERL} for the tests to work.
Nicholas Clark 5 files changed, 6 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/a657d6ae296af81c

valgrind doesn't require that perl was built with -g, so remove the check.
Nicholas Clark 1 file changed, 0 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/135cb8f125041471

Inline the Makefile target minitest.prep into its only user.
Nicholas Clark 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/eacc019aef43309c

Remove Makefile targets and tools related to Irix and Tru64 debugging tools.
Nicholas Clark 7 files changed, 4 insertions(+), 255 deletions(
http://perl5.git.perl.org/perl.git/commit/cb7c62a6bedb5cd1

Remove various rarely used test targets from the generated Makefile.
Nicholas Clark 2 files changed, 2 insertions(+), 102 deletions(
http://perl5.git.perl.org/perl.git/commit/a59962d98476ae88

New branch tonyc/even-more-cachepropagate
1 commit. 1 unique author. 1 unique committer.

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

[perl #118059] avoid a race condition in cachepropagate-tcp.t
Tony Cook 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/15bf0e0107a76381

Deleted branch smoke-me/EUMM-6.67_04

Deleted branch smoke-me/RT-113472

Deleted branch smoke-me/blead

Deleted branch smoke-me/gsoc-pod

Deleted branch smoke-me/nicholas/Makefile.SH

Deleted branch smoke-me/rt112866

Deleted branch smoke-me/tonyc/even-more-cachepropagate
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
107 commits. 15 unique authors. 8 unique committers.
149 files changed, 2187 insertions(+), 1472 deletions(-)
Net code removal: Dagfinn Ilmari Mannsåker (8 lines) Tony Cook (7 lines)
Thanks, applied: Tony Cook (7) James E Keenan (2) Steffen Mueller (2)
Father Chrysostomos (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/31108f3ee208f242.tar.gz

Add tests for a backreference following a literal, which is a different code
Yves Orton 1 file changed, 13 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/31108f3ee208f242

Fix rules for parsing numeric escapes in regexes
Yves Orton 4 files changed, 46 insertions(+), 17 deletions(
http://perl5.git.perl.org/perl.git/commit/f1e1b256c5c1773d

Document and clean up -s option to xsubpp
Steffen Mueller 2 files changed, 23 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/39150c421f7908f6

Stop "sv_2mortal(&PL_sv_yes)" and "(void)sv_newmortal()" in ParseXS
Daniel Dragan 5 files changed, 79 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/fc5771079abcc2fc

EU::ParseXS: Test cleanup
Steffen Mueller 19 files changed, 12 insertions(+), 45 deletions
http://perl5.git.perl.org/perl.git/commit/9219b11479eb6fd9

EU::ParseXS: Move several constants out of the runtime object
Steffen Mueller 2 files changed, 33 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/470f769f911d5dd3

EU::ParseXS: Cosmetics; more explicitness in *_handler
Steffen Mueller 1 file changed, 26 insertions(+), 32 deletions(-
http://perl5.git.perl.org/perl.git/commit/4566f34fd5bc3e14

EU::ParseXS: Use OO version of ExtUtils::ParseXS in test
Steffen Mueller 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e7c0023082194e70

EU::ParseXS: Simplify output typemap code generation (targetable)
Steffen Mueller 1 file changed, 16 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/b28d84821eb92e2c

EU::ParseXS: Cosmetics; better variable naming
Steffen Mueller 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cfba0fa69b3193a3

EU::ParseXS: Fix targetable size detection
Steffen Mueller 3 files changed, 196 insertions(+), 9 deletions(
http://perl5.git.perl.org/perl.git/commit/42dec8cfd2525f91

EU::ParseXS: Drop dup'd code: make_targetable moves to EU::Typemaps
Steffen Mueller 5 files changed, 3 insertions(+), 223 deletions(
http://perl5.git.perl.org/perl.git/commit/33de40a5a571ddfe

EU::ParseXS: Update changelog
Steffen Mueller 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f2fab6eee647db5d

EU::ParseXS: Attempt to canonicalize C++ types in tidy_type
Steffen Mueller 6 files changed, 61 insertions(+), 85 deletions(
http://perl5.git.perl.org/perl.git/commit/ae7fdf584559a304

EU::ParseXS: Update Changelog
Steffen Mueller 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9259b56b53913360

EU::Typemaps: Document special typemap variables
Steffen Mueller 1 file changed, 20 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/95ffdeee0d113532

EU::ParseXS: Stop using global state; an OO interface
Steffen Mueller 7 files changed, 309 insertions(+), 184 deletion
http://perl5.git.perl.org/perl.git/commit/9f8d2499ec277ee3

EU::ParseXS: Don't inherit from Exporter; import 'import' instead
Steffen Mueller 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b6c2a869e3e6d848

EU::ParseXS: Only initialize some parser regexps once
Steffen Mueller 1 file changed, 14 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/af3a4c14a1fd6809

EU::Typemaps: Implement API for typemap cloning
Steffen Mueller 3 files changed, 87 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/e02e72da331b25be

ExtUtils::ParseXS version bump to 3.21
Steffen Mueller 9 files changed, 9 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b35e4bd37b17cc87

[perl #75186] Remove obsolete references to vi support
Tony Cook 1 file changed, 1 insertion(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c5cd7eb8d3b26b44

[perl #118561] failures loading modules are ignored when sub-package exists
Graham Knop 3 files changed, 9 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c4f21d8bae2372c7

Remove spaces from a (copy of) a proto when used. The logic that uses protot
Peter Martini 3 files changed, 30 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/d16269d8356f921e

podcheck.t: Re-enable --add_link
Karl Williamson 1 file changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8c791efdf6d13626

Update B's size/offset for CvFLAGS to U32, following commit 51c78f1b91bbcd7a
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e93a7aed5025e7a4

Update autodie to CPAN version 2.20
Chris 'BinGOs' Williams 7 files changed, 194 insertions(+), 143 deletion
http://perl5.git.perl.org/perl.git/commit/391c72152e89f549

[perl #113926] fix a hash randomization bug
Tony Cook 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/07be00e85aff72fb

[perl #113926] add tests for Pod::Html::anchorify()
James E Keenan 2 files changed, 97 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/1022acf44e2d2874

perldelta for changes to perlexperiment
Ricardo Signes 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/41f6d116e8ce841a

perlexperiment: mark lvalue subroutines accepted
Ricardo Signes 1 file changed, 8 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/af7c9f88a480d414

perlexperiment: (?{}) and (??{}) are not experimental
Ricardo Signes 2 files changed, 53 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/83f32abae480ed4e

perlexperiment: mark regexp backtracking verbs as accepted
Ricardo Signes 2 files changed, 8 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/b387afbc3c259edc

Quote and indent %B::Concise::priv initialisation consistently
Dagfinn Ilmari Mannsåker 1 file changed, 60 insertions(+), 68 deletions(-
http://perl5.git.perl.org/perl.git/commit/8c1a7e3503b5ab75

[perl #116781] several small changes to h2xs
Tony Cook 2 parents
http://perl5.git.perl.org/perl.git/commit/f3ece40787fb16d3

h2xs: place for license for META.* files
Alexandr Ciornii 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b7d75c4615fa9118

h2xs: remove useless compatibility code (VERSION_FROM requires EU::MM from p
Alexandr Ciornii 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ea80267dedd60432

h2xs: dependency on XSLoader should be declared even when it is in core
Alexandr Ciornii 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ddb9ea59505fa7d0

h2xs: remove indirect object notation
Alexandr Ciornii 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/94a8122c42638abd

perldiag: Correct ‘Unknown Unicode option value’
Father Chrysostomos 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/64187737d0419040

perldiag: Document ‘SWASHNEW didn't return an HV ref’
Father Chrysostomos 2 files changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/05a40652eaf82122

perldiag: Correct ‘Repeated format line...’
Father Chrysostomos 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a7f533cbfb8939da

perldiag: Correct ‘Perl %s required’
Father Chrysostomos 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6903f24f6aa2a0ee

perldiag: Correct ‘Pattern subroutine nesting...’
Father Chrysostomos 2 files changed, 1 insertion(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b9bd8d8c6cabdf25

diag.t: Tolerate trailing spaces in C code
Father Chrysostomos 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/45c76a8eaee36f02

perldiag: Document mprotect errors
Father Chrysostomos 2 files changed, 8 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/92951bcef065d7e3

perldiag: Correct ‘length() used on %s’
Father Chrysostomos 3 files changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/25e26107ac5b0e99

perldiag: Document ‘internal %<num>p might conflict’
Father Chrysostomos 2 files changed, 9 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/870978ae522c2ba1

perldiag: Correct ‘Infinite recursion in regex’
Father Chrysostomos 2 files changed, 1 insertion(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6a2ed79a05a42b48

sv.c: Allow COWs through sv_magic unscathed
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/eaf7e88fef6975b1

perldiag: Correct ‘Don't know how to handle magic’
Father Chrysostomos 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4021c788a0e0964d

perldiag: Add the elliptical variant of strict refs error
Father Chrysostomos 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5e634d20f3927991

Stop undef &foo from crashing on lex subs
Father Chrysostomos 2 files changed, 15 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/bdbfc51a7bc15a2f

op.c: Refactor calls to bad_type_sv
Father Chrysostomos 4 files changed, 20 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/7b3b090481956031

gv.c:gv_fetchmethod_pvn_flags: Avoid unnecessary extra SV
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/017c5e4e9b62adc6

Use UTF8f in more places
Father Chrysostomos 5 files changed, 53 insertions(+), 69 deletions(
http://perl5.git.perl.org/perl.git/commit/acc19697c67fa63c

Document scalarref retvals of @INC hook
Father Chrysostomos 1 file changed, 8 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5e5128baad2b5270

regcomp.c:regdump_intflags: rem unused var
Father Chrysostomos 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3e02b9823c7c1df9

[Merge] Fix bugs involving compilation and ro SVs
Father Chrysostomos 2 parents
http://perl5.git.perl.org/perl.git/commit/68f2a74cad3ce0a1

Remove ‘Can't coerce readonly %s’ error
Father Chrysostomos 3 files changed, 6 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/ee3818ca2c5e172c

sv.c: Make sv_force_normal always croak on ro SVs
Father Chrysostomos 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c72a4eedff166d5a

Increase $B::Deparse::VERSION to 1.22
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0bcd71eb9262d2c1

toke.c: Don’t depend on sv_force_normal’s good graces
Father Chrysostomos 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9657ccb4f31f4d02

Copy scalar refs returned from @INC filters
Father Chrysostomos 2 files changed, 22 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/9b7d7782b9990e57

Stop SVt_REGEXPs from being upgraded.
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ecff11eb0f000fc1

dump.c: Dump PV fields of SVt_PVIOs
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5a3c73497c32449b

util.c: Stop ck_index/fbm_compile from abusing readonliness
Father Chrysostomos 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/66379c06cdfaf5fb

Stop ck_index from flattening other people’s SVs
Father Chrysostomos 2 files changed, 30 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/310f4fdb24138eb4

sv.h: Correct assertion in BmUSEFUL
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f156091762ac3e6b

Stop fbm_compile from flattening refs
Father Chrysostomos 2 files changed, 12 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/948d23704c370224

index.t: Comment final brace
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8aafe2e9ee6ccf5b

Stop split from mangling constants
Father Chrysostomos 6 files changed, 32 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/60041a0991995a4c

Increase $DBM_Filter::utf8::VERSION to 0.03
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/48c357fd49c074d8

Increase perl5db.pl’s $VERSION to 1.41
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/835704c5cca29245

Increase $integer::VERSION to 1.01
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/32ff8285a4c2bb09

Increase $deprecate::VERSION to 0.03
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6e9efe032bf0b1f7

Increase $Tie::Scalar::VERSION to 1.03
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/393e35b1aecb7888

Increase $Tie::Hash::VERSION to 1.05
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6af6617c4da93f79

Increase $Tie::Array::VERSION to 1.06
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6459e9959b5940d4

Increase $Getopt::Std::VERSION to 1.09
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/589e7e1fb134e4bb

Increase $File::Basename::VERSION to 2.85
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/650303cfd06855ca

Increase $ExtUtils::XSSymSet::VERSION to 1.3
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/93fd879ffceea4d2

Increase $English::VERSION to 1.07
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7262e0e70e685c0e

Increase $DBM_Filter::null::VERSION to 0.03
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d705e9a367e14b76

Increase $DBM_Filter::int32::VERSION to 0.03
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7811227b3efed887

Increase $DBM_Filter::encode::VERSION to 0.03
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2ffae00a081802d8

Increase $DBM_Filter::compress::VERSION to 0.03
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/493efffc466352a9

Increase $DBM_Filter::VERSION to 0.06
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8c46e67d009bd249

Increase $DB::VERSION to 1.07
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a85b63fd80fcbaa4

Increase $Class::Struct::VERSION to 0.65
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/05998a5c094df9b7

Increase $Benchmark::VERSION to 1.17
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/eda74b07919680a4

Increase $XS::APItest::VERSION to 0.54
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1cfd12eac71966de

Increase $I18N::Langinfo::VERSION to 0.11
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/645b87049490627c

Increase $Hash::Util::FieldHash::VERSION to 1.12
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2569408562bc03e6

Increase $Devel::Peek::VERSION to 1.12
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/58af2c92c0c5ef18

Increase $B::Concise::VERSION to 0.97
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6add2b619d6188f7

Increase $Safe::VERSION to 2.37
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/be2588b7c71b4673

Increase $File::Spec::Win32::VERSION to 3.42
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3bf028c7ca3ca924

Increase $File::Spec::VMS::VERSION to 3.42
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5c2eb1076a099aa2

Increase $strict::VERSION to 1.08
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a9718cca12898e15

Increase $vmsish::VERSION to 1.04
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0720aa4d2f1fd577

Fixed verbatim lines in POD over 79 characters
Brian Gottreu 56 files changed, 365 insertions(+), 325 deletio
http://perl5.git.perl.org/perl.git/commit/555bd962bf06d749

Documentation corrections from Wallace Reis++.
James E Keenan 8 files changed, 17 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/6ca3c6c679258bbb

add PL_reg_intflags_name to globvar.sym - used in debugging regex engine
Yves Orton 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7faf190f41917e1b

Fix and add tests for *PRUNE/*THEN plus leading non-greedy +
Yves Orton 6 files changed, 28 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/b8f6efdd9cee0ae5

Show intflags as well as extflags
Yves Orton 6 files changed, 91 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/337ff3078c4082e8

Treat a consecutive semicolons in a prototype as 1
Peter Martini 2 files changed, 31 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/80e09529483332d9

Current branch khw/ebcdic
203 commits. 3 unique authors. 1 unique committer.
468 files changed, 8527 insertions(+), 49085 deletions(-)
Thanks, applied: Karl Williamson (4)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/d1d01d6bcafd2122.tar.gz

XXX Needs tests regexec.c: Fix some EBCDIC problems
Karl Williamson 1 file changed, 4 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d1d01d6bcafd2122

lib/locale.t: Generalize to work on non-ASCII
Karl Williamson 1 file changed, 10 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f9d720050b307ef9

ext/XS-APItest/t/hash.t: Generalize to run on non-ASCII platforms
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d25e7f4586b34433

dist/Storable/t/code.t: Fixes to run under EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/609a6e78ee524b97

XXX CPAN, incomplete cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm: Generalize
Karl Williamson 1 file changed, 13 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aa85cd657163d0c7

t/lib/feature/implicit: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5d9a83c286557976

pp.c, regexec.c: Declare buffers large enough
Karl Williamson 3 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2afb6ca501cb11e5

pp.c: Don'tdeclare array to large
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/33c6f98219fc3d18

XXX experimental pp_pack.c: 'u'
Karl Williamson 1 file changed, 11 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/0cc257cda9484e3c

XXX CPAN Normalize
Karl Williamson 1 file changed, 18 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7df976b5867939ad

XXX CPAN prob wrong Collate
Karl Williamson 1 file changed, 12 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/19843d0757ec56fc

utf8.c: Remove wrapper functions.
Karl Williamson 6 files changed, 100 insertions(+), 138 deletion
http://perl5.git.perl.org/perl.git/commit/977b807e23e819e0

perlapi vis utf8.c: Nits
Karl Williamson 1 file changed, 4 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c012ee92a45120de

utf8.c: Move 2 functions to earlier in file
Karl Williamson 1 file changed, 36 insertions(+), 62 deletions(-
http://perl5.git.perl.org/perl.git/commit/77817a8b9f9d65e7

gv.c: Add comment
Karl Williamson 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/34de2b312f6465d5

t/op/coreamp.t: Generalize for non-ASCII platfomrs
Karl Williamson 1 file changed, 17 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/110e898fd6be94c1

XXX temporary lib/warnings.pm: Add debugging info
Karl Williamson 1 file changed, 38 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a79ae532ae11ace4

regcomp.c: Add missing (parens) to expression
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ed38434eb733d8d3

t/re/re_tests: Some tests are platform-specific
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c167b074372c1e6d

t/re/regexp.t: Add ability to skip depending on platform
Karl Williamson 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4882194ea6298e96

t/io/crlf.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/13118d4aa55bb95a

unicode_constants.h: regened for ebcdic
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ddb6c455bbc94766

XXX finish up t/re/regexp.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 29 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/389714ae55098165

ext/B/t/b.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/133a8e243ddf55b7

dist/Safe/t/safeutf8.t: Generalize to non-ASCII platform
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/97e717f9770909b0

t/op/warn.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 11 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d8f6ef9d8da1fef6

re/reg_email.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 8 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f8f4447639e88840

dist/ExtUtils-Install/t/InstallWithMM.t: Skip if EBCDIC
Karl Williamson 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/66d09b40cc6db6c3

XXX: t/lib/warnings/utf8: Experiment with malformed utf8
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bdbdf28414b56d3f

XXX skip cpan tests
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8831a5b0866340cc

ext/XS-APItest/t/svpeek.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c406f640d56f9e90

ext/XS-APItest/t/svpv_magic.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 10 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/59ebc741c5265417

lib/DBM_Filter/t/encode.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f527f12b274a3005

XXX finish up lib/dumpvar.pl: Generalize for EBCDIC
Karl Williamson 1 file changed, 23 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/8e97a594dcd426eb

XXX finish up lib/utf8.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 17 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/01f91b6de9631ea1

t/uni/parser.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cf558aeab283d1eb

t/uni/method.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 12 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c3b0f0db28eb29e8

t/op/magic.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4bd9b3f3cf3331e5

t/io/through.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 29 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/15d2a600e78bc1f1

toke.c: Fix EBCDIC bugs with single char variable names
Karl Williamson 1 file changed, 11 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/64da1daffacc9967

toke.c: An EBCDIC fix
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/82bb668c87f78d6f

XXX \c must be followed by printable
Karl Williamson 1 file changed, 12 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/1455cfd477b30871

XXX temp toCTRL
Karl Williamson 5 files changed, 42 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/3a5ae14c3593e9ae

perlio.c: Generalize for EBCDIC
Karl Williamson 1 file changed, 19 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/da380a9d450f86cc

unicode_constants.h: Add #defines for CR, LF
Karl Williamson 2 files changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cb1ce04e16f191dd

t/op/goto.t: Generalize for EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/05afd9cb32899b20

t/re/pat.t: Generalize for EBCDIC
Karl Williamson 1 file changed, 14 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/4be1ea67f0425175

XXX t/op/pack.t: Generalize for EBCDIC
Karl Williamson 1 file changed, 34 insertions(+), 32 deletions(-
http://perl5.git.perl.org/perl.git/commit/01784fc452933988

regcomp.c: In EBCDIC [i-j] exclude also ASCII
Karl Williamson 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0ddba8081e659729

utf8.c: Don't use slower general-purpose function
Karl Williamson 1 file changed, 7 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c484758f8a2d34cd

utf8.c: Don't do ++ in macro parameter
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7fb386ffcffab0f3

utf8.c: Use macro instead of duplicating code
Karl Williamson 1 file changed, 13 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/b9b18dd3e677401c

t/io/bom.t: Fix to run under EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7e8efe5afa5a7171

t/uni/overload.t: EBCDIC fixes
Karl Williamson 1 file changed, 44 insertions(+), 42 deletions(-
http://perl5.git.perl.org/perl.git/commit/c07fd65af0c0e9b5

t/uni/method.t: EBCDIC fixes
Karl Williamson 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1ea21916fbdd4cf8

t/op/utf8magic.t: EBCDIC fixes
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d0c59bd533dc6bf9

t/op/evalbytes.t: EBCDIC fixes
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fc78aff48222893a

t/op/length.t: EBCDIC fixes
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fe84e0668dc6c65f

t/op/utfhash.t: XXX Add debug
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ed1b108c7b08490f

Data-Dumper/Dumper.pm: Fix for EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0a5e20260b5223f4

Dumper.xs: Don't translate character twice
Karl Williamson 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8bf1926c396ce178

dist/IO/t/io_utf8argv.t: Generalize and enable EBCDIC
Karl Williamson 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ec8681dd408c4ec2

utf8.h: Clarify comments
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5520cbd3c78be1a5

XXX CPAN cpan/Test/lib/Test.pm: Fixes for EBCDIC
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/86a589de3730dfc6

t/re/pat_re_eval.t: Some EBCDIC fixes
Karl Williamson 1 file changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4345a5756e4238b2

t/test.pl: Add fcn for UTF-EBCDIC conversion
Karl Williamson 1 file changed, 103 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/ecfa6524843ccc7d

dist/Storable/t/utf8.t: Fix to run under EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/438749025fdfb243

t/uni/variables.t: Fix to run under EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ef2fb7d64625acf9

t/op/split.t: EBCDIC fixes
Karl Williamson 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1af2a3b56a07659e

re/pat_advanced.t: EBCDIC fixes
Karl Williamson 1 file changed, 73 insertions(+), 53 deletions(-
http://perl5.git.perl.org/perl.git/commit/3e482e460a1705fd

t/io/utf8.t: EBCDIC fixes
Karl Williamson 1 file changed, 16 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/cb1d418ddc93acc6

Unicode::UCD.pm: Nits
Karl Williamson 1 file changed, 17 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/e661ba250b0c398a

t/uni/fold.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 20 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/d9dd7ed46a21b69a

XXX t/op/tiehandle.t: skip for now; deep recursion
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/21c773cf6077296f

XXX better commit msg utf8.c: Avoid unnecessary UTF-8 conversions
Karl Williamson 1 file changed, 61 insertions(+), 26 deletions(-
http://perl5.git.perl.org/perl.git/commit/c3397c98b7b950cc

utf8.c: No need to check for UTF-8 malformations
Karl Williamson 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6bc2169c7fd3d116

XXX enable _invlist_dump;
Karl Williamson 3 files changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/918dc91803dd748c

XXX EBCDIC header files
Karl Williamson 4 files changed, 1209 insertions(+), 864 deletio
http://perl5.git.perl.org/perl.git/commit/4eb3856ea62456f6

hints/os390.sh: Suppress bogus compiler message
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e24f1c50d3ac21e4

XXX Temporary for z/OS long long support
John Goodyear 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d0fb3948b8d06fa0

Add test that to/from native character set works
Karl Williamson 2 files changed, 28 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/b292666d0385f902

lib/feature/bundle: Fix some things to pass under EBCDIC
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ee05b31ed55c2617

XS-APItest/t/fetch_pad_names.t: Skip if EBCDIC
Karl Williamson 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8926d3357ae9ad72

XXX ext/XS-APItest/t/utf8.t: Fix so passes EBCDIC
Karl Williamson 1 file changed, 10 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a6c03d091027b201

ext/re/t/re_funcs_u.t: Fix to work under EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bbd7c9f651979895

XXX dist/IO/t/io_utf8argv.t: Temporarily skip if EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ce3adfd7a91d7fdc

t/op/print.t: Skip an EBCDIC test
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5a4fc73fc4ab5cb2

XXX t/TEST: Avoid SIGPIPEs
Karl Williamson 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/99f49044bb38807f

XXX Temporarily test normalization
Karl Williamson 12 files changed, 60 insertions(+), 60 deletions
http://perl5.git.perl.org/perl.git/commit/7238616324c18167

op/index.t: Fix tests for EBCDIC
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/38c10e630ab1ea45

op/chop.t: Fix for EBCDIC
Karl Williamson 1 file changed, 8 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fffefd9cfc9883ea

t/op/lc.t: Fix to work under EBCDIC
Karl Williamson 1 file changed, 9 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c6a996fadb5ba978

Skip some tests under EBCDIC
Karl Williamson 2 files changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/85a1522fef19196b

porting/bincompat.t: Skip under EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f97cc352e21faf69

t/re/regex_sets.t: So will pass under EBCDIC
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e327556130295301

XXX fix \x{too large}
Karl Williamson 10 files changed, 24 insertions(+), 22 deletions
http://perl5.git.perl.org/perl.git/commit/33f4c35ea274ae10

utf8.c: Fix so UTF-16 to UTF-8 conversion works under EBCDIC
Karl Williamson 1 file changed, 9 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ae42381ce81aa901

utf8.h, utfebcdic.h: Add #define
Karl Williamson 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3ce804ecd2615cf6

lib/Unicode/UCD.t: Allow to run under EBCDIC,
Karl Williamson 1 file changed, 158 insertions(+), 75 deletions(
http://perl5.git.perl.org/perl.git/commit/7c3171836a5e2531

t/op/quotemeta.t: EBCDIC fixes
Karl Williamson 1 file changed, 24 insertions(+), 21 deletions(-
http://perl5.git.perl.org/perl.git/commit/b435de4527bf405f

t/re/fold_grind.t: Fixes for EBCDIC
Karl Williamson 1 file changed, 16 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/7cf0db0b25ff174c

t/lib/charnames/alias: Fix some EBCDIC problems
Karl Williamson 1 file changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e068879bd6214e45

t/uni/class.t: Make work on EBCDIC
Karl Williamson 1 file changed, 12 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3b73a60caf112e25

feature/unicode_strings.t: Fix to work on EBCDIC
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/05f1922d4be77f5f

XXX rebase regen/regcharclass.pl: make more EBCDIC friendly
Karl Williamson 2 files changed, 34 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/0f5727b0a55d08e3

XXX temporarily skip some folding tests
Karl Williamson 3 files changed, 16 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/ec4943aaab1e6088

XXX temp skip perl5db.t
Karl Williamson 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0b169f3c11b46018

pp.c: White-space only
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/10c0095a6e572fc7

Fix valid_utf8_to_uvchr() for EBCDIC
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/75d85aa9e0d746c3

t/test.pl: Add comment about EBCDIC
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2b79cf208b8eeeda

XXX makedepend.SH: Why does 255 work and 250 not?
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/96fa25b09d29e588

XXX regen/mk_PL_charclass.pl: Make EBCDIC friendly
Karl Williamson 1 file changed, 34 insertions(+), 83 deletions(-
http://perl5.git.perl.org/perl.git/commit/7b6f843c5dcd87a9

XXX make various things more EBCDIC friendly
Karl Williamson 4 files changed, 29 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/ef9471555f888d88

XXX: Fixup commit message.
Karl Williamson 2 files changed, 9 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ba05f11c237cd548

regcomp.c: Fix bug in EBCDIC
Karl Williamson 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/8b25f5c603b6ab9b

re/charset.t: Allow to work on EBCDIC
Karl Williamson 1 file changed, 12 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/5d083ecaa2455085

XS-APItest/t/handy.t: Change output message
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/de1673d3ee660c2d

XXX Dumper.xs: Don't know why this stopped compiling
Karl Williamson 1 file changed, 8 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d1699ce63818466b

toke.c: Simplify some code
Karl Williamson 1 file changed, 5 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7937e1b00a9bfe3c

APItest/t/handy.t: Make EBCDIC-friendly
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a951b13250a65d27

Data-Dumper: Make EBCDIC-friendly
Karl Williamson 1 file changed, 2 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8280a9c2e87cd433

sv.c: Make less ASCII-centric
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/09e06684ef116b30

charnames.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 20 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/177aa065090be454

dump.c: Make less ASCII-centric:
Karl Williamson 1 file changed, 14 insertions(+), 63 deletions(-
http://perl5.git.perl.org/perl.git/commit/b7583172ff77a5df

hv.c: Stop being ASCII-centric
Karl Williamson 1 file changed, 22 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/a849b519e0652782

Added Porting/reorder_charclass_invlists.pl
Karl Williamson 2 files changed, 189 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/b4c6670b2bc42b01

t/base/lex.t: Use char suitable for both ASCII and EBCDIC
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/274a201a693614b2

XXX Temporary comment out ParseXS check
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/17b3a8def5a63b0a

XXX Collate, Normalize: Allow to compile under EBCDIC
Karl Williamson 4 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/52cb048d35c4601b

XXX dquote_static.c: Silence wrong warning on EBCDIC
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d01fcc33278c6835

utfebcdic.h: Change 'unsigned char' to U8
Karl Williamson 1 file changed, 35 insertions(+), 35 deletions(-
http://perl5.git.perl.org/perl.git/commit/83bee277f30b21ac

regen/regcharclass.pl: Make more EBCDIC-friendly
Karl Williamson 2 files changed, 594 insertions(+), 562 deletion
http://perl5.git.perl.org/perl.git/commit/d5a3b54be3e0b5ee

utfebcdic.h: Add (UV) cast
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f544ed0ac29aa500

handy.h: Allow bootstrapping to non-ASCII platform
Karl Williamson 2 files changed, 174 insertions(+), 63 deletions
http://perl5.git.perl.org/perl.git/commit/5d03942ba43dbb25

toke.c: Remove EBCDIC dependency
Karl Williamson 1 file changed, 3 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/09576e333c28f77a

toke.c: Remove character set dependency
Karl Williamson 1 file changed, 9 insertions(+), 15 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7c571a198de13c79

unicode_constants.h: Add #defines for Byte Order Mark
Karl Williamson 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1a762a7326304d81

XXX: Find a cleaner way. Handle missing is_UTF8_CHAR_utf8_safe
Karl Williamson 2 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d79cfd44d602e945

Add Porting tool for help with non-ASCII platforms
Karl Williamson 3 files changed, 51 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/965ef2448db013eb

inline.h: Reorder functions
Karl Williamson 1 file changed, 18 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/8dd50da2e36a8ad5

utfebcdic.h: Add comment
Karl Williamson 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6cf148d3c546de35

utf8.h: Clean up START_MARK definition and use
Karl Williamson 2 files changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8d4e4371b902df26

utf8.h: Move #includes
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/62907c85e0d853bf

utfebcdic.h: Remove extra parameter expansions
John Goodyear 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8a8c135fa9daf5d6

utf8.h: Simplify UTF8_EIGHT_BIT_foo on EBCDIC
Karl Williamson 1 file changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e95cbeda6be63a42

XXX temp: show makedepend cerr
Karl Williamson 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/94a92b6885065cca

makedepend.SH: Split too long lines; properly join
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4e784b481af617fc

makedepend.SH: White-space only
Karl Williamson 1 file changed, 15 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/51a8602fd370302b

makedepend.SH: Remove some unnecessary white space
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/06991dc01c97cf2b

makedepend.SH: Retain '/**/' comments
Karl Williamson 1 file changed, 18 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ab0e6ee291bf43ea

handy.h: Remove extraneous parens
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8123ab4e2fab29d5

Disable gcc-style function attributes on z/OS.
Andy Dougherty 1 file changed, 19 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/652d49c010d236cb

Change os390 custom cppstdin script to use fgrep.
Andy Dougherty 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c72645a9b706b145

utf8.c: Use more clearly named macro
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6e5a8b20422e1299

Add macro OFFUNISKIP
Karl Williamson 4 files changed, 18 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/596a4fa8fe226420

toke.c: white space only
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a7ad97730f26aee7

toke.c: Don't remap \N{} for EBCDIC
Karl Williamson 1 file changed, 13 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/cb4ab8647c25d361

utf8.c: Deprecate two functions
Karl Williamson 6 files changed, 58 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/9fa50ffb95a8bf34

Deprecate uvuni_to_utf8()
Karl Williamson 5 files changed, 10 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/933d87dd875de9fd

Deprecate utf8_to_uni_buf()
Karl Williamson 3 files changed, 10 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/13462470d297bac3

makedepend.SH: Comment out unnecessary code
Karl Williamson 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/969c3924a4f7a46e

Deprecate valid_utf8_to_uvuni()
Karl Williamson 3 files changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5cc28ad151802a70

utf8.c: Swap which fcn wraps the other
Karl Williamson 5 files changed, 32 insertions(+), 41 deletions(
http://perl5.git.perl.org/perl.git/commit/5b7fe3dcce4b3b18

utf8.c: Skip a no-op
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a79e1acc48287965

utf8.c: Move comment to where makes more sense
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/578f321b9585c19e

APItest: Test native code points, instead of Unicode
Karl Williamson 2 files changed, 13 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/08fab45e5621887a

XXX CPAN Encode.xs
Karl Williamson 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/de7ecbca63a93274

XXX CPAN and unsure Encode
Karl Williamson 2 files changed, 10 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/c60a88a2c788da62

XXX CPAN Encode.xs: fix indent
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fdd56213bdb30930

Don't refer to U+XXXX when mean native
Karl Williamson 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ce3d802f730ce175

Convert some uvuni() to uvchr()
Karl Williamson 8 files changed, 46 insertions(+), 49 deletions(
http://perl5.git.perl.org/perl.git/commit/5f8f9e4a9f646147

handy.h: White space only
Karl Williamson 1 file changed, 23 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/9ccc06a3057d8314

t/test.pl: Allow native/latin1 string conversions to work on utf8.
Karl Williamson 1 file changed, 14 insertions(+), 102 deletions(
http://perl5.git.perl.org/perl.git/commit/4d1213a50ebf8ab2

t/test.pl: Simplify ord to/from native fcns
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1bb8c7293143733f

Make casing tables native
Karl Williamson 2 files changed, 165 insertions(+), 13 deletions
http://perl5.git.perl.org/perl.git/commit/8c55b8b7308f209d

utfebcdic.h: Remove trailing spaces
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/63200adac91812f7

EBCDIC has the unicode bug too
Karl Williamson 1 file changed, 2 insertions(+), 28 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2336ce6a7bb9f370

handy.h: Solve a failure to compile problem under EBCDIC
Karl Williamson 1 file changed, 22 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/5dd51dcf43e1a5d7

handy.h: Simplify some macro definitions
Karl Williamson 1 file changed, 3 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4a63d866d31ec3f9

handy.h: Combine macros that are same in ASCII, EBCDIC
Karl Williamson 1 file changed, 4 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3e5201f839d4ff25

Deprecate NATIVE_TO_NEED and ASCII_TO_NEED
Karl Williamson 6 files changed, 25 insertions(+), 21 deletions(
http://perl5.git.perl.org/perl.git/commit/d279465419de0a23

Remove remaining calls of NATIVE_TO_NEED
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/079a5d2c39e36b2e

toke.c: Remove some NATIVE_TO_NEED calls
Karl Williamson 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/beaff1ad54db7bb9

toke.c: in [A-Za-z] use macros that exclude non-ASCII alphas
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cf8d940e41ccf33e

Use real illegal UTF-8 byte
Karl Williamson 3 files changed, 15 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/1429a191370b3188

toke.c: Remove remapping for EBCDIC for octal
Karl Williamson 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9bf75213744b1540

Remove EBCDIC remappings
Karl Williamson 6 files changed, 52 insertions(+), 92 deletions(
http://perl5.git.perl.org/perl.git/commit/ffff4c2c26b54700

Add and use macro to return EBCDIC
Karl Williamson 7 files changed, 45 insertions(+), 40 deletions(
http://perl5.git.perl.org/perl.git/commit/2c05fd0d8aefb959

charnames: Make work in EBCDIC
Karl Williamson 2 files changed, 28 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/7e142d93027401a7

Unicode::UCD: Work on non-ASCII platforms
Karl Williamson 1 file changed, 82 insertions(+), 32 deletions(-
http://perl5.git.perl.org/perl.git/commit/318942320a39ffd4

Unicode::UCD: Typo in comment
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7b9fdf5684b37943

mktables: Generate native code-point tables
Karl Williamson 1 file changed, 161 insertions(+), 35 deletions(
http://perl5.git.perl.org/perl.git/commit/29accf0684aa05e5

mktables: Move table creation code
Karl Williamson 1 file changed, 12 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/965308986a03b740

Fix some EBCDIC problems
Karl Williamson 3 files changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a6bd3580dc15b488

Remove unnecessary temp variable in converting to UTF-8
Karl Williamson 3 files changed, 13 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/2e27a1b3dc7fc3a3

utf8.h: Correct macros for EBCDIC
Karl Williamson 1 file changed, 10 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c69be0862ca24931

Extract common code to an inline function
Karl Williamson 8 files changed, 35 insertions(+), 42 deletions(
http://perl5.git.perl.org/perl.git/commit/4459cc7ea44a718d

Don't use EBCDIC macro for a C language escape
Karl Williamson 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/db5bbf5ba985adb5

Use byte domain EBCDIC/LATIN1 macro where appropriate
Karl Williamson 3 files changed, 31 insertions(+), 31 deletions(
http://perl5.git.perl.org/perl.git/commit/f86ee9f6990bec5a

Use new clearer named #defines
Karl Williamson 5 files changed, 37 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/b0a9740b7f3da432

utf8.h, utfebcdic.h: Create less confusing #defines
Karl Williamson 2 files changed, 31 insertions(+), 17 deletions(
http://perl5.git.perl.org/perl.git/commit/9f505d43cb4dad24

pp_ctl.c: Use isCNTRL instead of hard-coded mask
Karl Williamson 1 file changed, 9 insertions(+), 13 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a71b29a89446e0b9

utf8.c: is_utf8_char_slow() should use native length
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b92ae5688c6c6cd2

Current branch maint-5.18
1 commit. 1 unique author. 1 unique committer.
1 file changed, 1 insertion(+), 1 deletion(-)
Thanks, applied: David Mitchell (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ffa0fbf4bf6f9a9f.tar.gz

Improved struct pmop alignment fix - avoid the slow path on 64 bit systems.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ffa0fbf4bf6f9a9f

Current branch sprout/padconst
24 commits. 1 unique author. 1 unique committer.
126 files changed, 2619 insertions(+), 1092 deletions(-)

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

Stop folding of ops from changing mutability
Father Chrysostomos 5 files changed, 10 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/2a706e1f6b7716fc

[perl #78194] Make foreach copy pad tmps
Father Chrysostomos 3 files changed, 22 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/47dab7f996d8ec47

Correct list.t descr in MANIFEST
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fb9079f0f897aa36

[perl #3105] Make 1..3 modification safe
Father Chrysostomos 3 files changed, 29 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/596467f9656cec60

Increase $XS::APItest::VERSION to 0.54
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a192566d368a4fdd

constant.t: Correct version
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/654e40659ff71923

[perl #78194] Make sub calls copy pad tmps
Father Chrysostomos 4 files changed, 12 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/fea4f37135762ef7

Increase $OptreeCheck::VERSION to 0.10
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bb2c48c74e0d2e03

[perl #78194] Make grep/map copy pad tmps
Father Chrysostomos 3 files changed, 12 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/873e3334528bf3d3

pad.c: cast before comparing signed with unsigned
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/09bbb57a8164f27a

op.c: Stop copying constants under ithreads
Father Chrysostomos 6 files changed, 18 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/96cd4d15352a9474

pad.c: Expand pad_push SVf_READONLY explanation
Father Chrysostomos 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e1b3998dacd0f99b

pad.c: Use &PL_sv_no for const pad names
Father Chrysostomos 6 files changed, 33 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/199d2c2a7e58a8ed

Re(mov|writ)e two comments from pad.c:pad_alloc
Father Chrysostomos 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7a06c3c28d2788bd

op.c:S_fold_constants: Add assertion
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ec6192f1f6f16821

Change the tests for #3105 into to-dos
Father Chrysostomos 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1e60fe45d088062c

Test readonliness of overload constants
Father Chrysostomos 1 file changed, 15 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d2b18a064e6c744e

To-do test for #109746
Father Chrysostomos 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/840d1f251a6630d9

Test (im)mutability of constants and constant-like subs
Father Chrysostomos 2 files changed, 72 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/8443d1152b65bb10

Test !0 and !1 immutability and singletonness
Father Chrysostomos 1 file changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c0a22a9535ab7eec

Test that literal numbers and strings are read-only
Father Chrysostomos 1 file changed, 23 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d5b8bf88554befa9

To-do tests for perl #78194
Father Chrysostomos 9 files changed, 69 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/abdffebce2e7fd8d

ref.t: To-do test for retvals of folded ops
Father Chrysostomos 1 file changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d09b0e43f0bc1084

sub.t: To-do test for recursive shared-hash-keys TARGs
Father Chrysostomos 1 file changed, 24 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c0f286c28982fcfd

New branch smoke-me/nicholas/RT-118603
1 commit. 1 unique author. 1 unique committer.

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

Update B's size/offset for CvFLAGS to U32, following commit 51c78f1b91bbcd7a
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/13d58115f07b1213

New branch smueller/eupxs_ng3
19 commits. 2 unique authors. 1 unique committer.
Thanks, applied: Steffen Mueller (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/e7666f08a45535e2.tar.gz

Document and clean up -s option to xsubpp
Steffen Mueller 2 files changed, 23 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/e7666f08a45535e2

Stop "sv_2mortal(&PL_sv_yes)" and "(void)sv_newmortal()" in ParseXS
Daniel Dragan 5 files changed, 79 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/1128d70c0704c780

EU::ParseXS: Test cleanup
Steffen Mueller 19 files changed, 12 insertions(+), 45 deletions
http://perl5.git.perl.org/perl.git/commit/2b3ec749327ef507

EU::ParseXS: Move several constants out of the runtime object
Steffen Mueller 2 files changed, 33 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/a826059675cbff39

EU::ParseXS: Cosmetics; more explicitness in *_handler
Steffen Mueller 1 file changed, 26 insertions(+), 32 deletions(-
http://perl5.git.perl.org/perl.git/commit/85e785f67a3d9635

EU::ParseXS: Use OO version of ExtUtils::ParseXS in test
Steffen Mueller 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a3f5e9810af5839b

EU::ParseXS: Simplify output typemap code generation (targetable)
Steffen Mueller 1 file changed, 16 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/ac35e96d2e63d339

EU::ParseXS: Cosmetics; better variable naming
Steffen Mueller 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6e5ed09b75838b1c

EU::ParseXS: Fix targetable size detection
Steffen Mueller 3 files changed, 196 insertions(+), 9 deletions(
http://perl5.git.perl.org/perl.git/commit/b811be8066366e44

EU::ParseXS: Drop dup'd code: make_targetable moves to EU::Typemaps
Steffen Mueller 5 files changed, 3 insertions(+), 223 deletions(
http://perl5.git.perl.org/perl.git/commit/797ca1422b45367f

EU::ParseXS: Update changelog
Steffen Mueller 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fef407824e0ada02

EU::ParseXS: Attempt to canonicalize C++ types in tidy_type
Steffen Mueller 6 files changed, 61 insertions(+), 85 deletions(
http://perl5.git.perl.org/perl.git/commit/a1546aa6d3c81de7

EU::ParseXS: Update Changelog
Steffen Mueller 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/22df681c9a77f801

EU::Typemaps: Document special typemap variables
Steffen Mueller 1 file changed, 20 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a909abfa60057116

EU::ParseXS: Stop using global state; an OO interface
Steffen Mueller 7 files changed, 309 insertions(+), 184 deletion
http://perl5.git.perl.org/perl.git/commit/f50aae0b6390069e

EU::ParseXS: Don't inherit from Exporter; import 'import' instead
Steffen Mueller 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5d25a331848d609c

EU::ParseXS: Only initialize some parser regexps once
Steffen Mueller 1 file changed, 14 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/4e658b4773efb3ba

EU::Typemaps: Implement API for typemap cloning
Steffen Mueller 3 files changed, 87 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/43784d92897f03f0

ExtUtils::ParseXS version bump to 3.19
Steffen Mueller 6 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/69c575dba6015ce5

New branch tonyc/ndbm_win32
1 commit. 1 unique author. 1 unique committer.

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

[perl #71680] hints to use gdbm compat for [NO]DBM_File on Win32
Tony Cook 3 files changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/580ca39b30585117

Deleted branch smoke-me/dom/5.12.4

Deleted branch smueller/eupxs_ng2
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
33 commits. 13 unique authors. 5 unique committers.
49 files changed, 772 insertions(+), 241 deletions(-)
Thanks, applied: Father Chrysostomos (6) Tony Cook (5)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/7161e5c2c4a09302.tar.gz

perlfunc: consistent spaces after dots
Father Chrysostomos 1 file changed, 25 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/7161e5c2c4a09302

Clarify variable lists for my, our, state.
Johan Vromans 1 file changed, 29 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/672208d28d58e736

7b2d3c0 Added description of the Benchmark object to doc
Neil Bowers 1 file changed, 40 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/394f432921d9bb40

op.c:cv_ckproto_len_flags: do null checks first
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/38d27505c65e77f9

Reinstate UTF8f
Father Chrysostomos 8 files changed, 77 insertions(+), 74 deletions(
http://perl5.git.perl.org/perl.git/commit/b17a067929304f6d

make sure the prototype actually matches
Tony Cook 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/72e8be865ba96e46

pad.c, S_cv_clone: Maintain the utf8-ness of the cloned cv
Brian Fraser 2 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fdf416b69a0b2fb8

perlexperiment: mark :pop layer as accepted
Ricardo Signes 2 files changed, 10 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/8a7bc8629c40af6e

MANIFEST: add t/porting/readme.t
Brian Gottreu 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/395d3e0e0df32503

Fix Porting/README.pod so it passes its new test.
Brian Gottreu 1 file changed, 48 insertions(+), 41 deletions(-
http://perl5.git.perl.org/perl.git/commit/9bd302882904983d

t/porting/readme.t: Check Porting/README.pod consistency
Brian Gottreu 1 file changed, 75 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d4345e37fcc51193

Correct the SYNOPSIS for Module::CoreList::Utils
Chris 'BinGOs' Williams 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/42e670e83c13d5ca

Update HTTP-Tiny to CPAN version 0.034
Chris 'BinGOs' Williams 8 files changed, 200 insertions(+), 26 deletions
http://perl5.git.perl.org/perl.git/commit/49d2f5964651f939

cv_ckproto should disregard spaces
Peter Martini 2 files changed, 59 insertions(+), 41 deletions(
http://perl5.git.perl.org/perl.git/commit/7a2f0b06ba7aaa69

t/re/reg_mesg.t: Add diagnostic output on some failures
Karl Williamson 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b0b90d2593e236a9

[perl #117751] prevent POSIX::AUTOLOAD recursing if POSIX$(so) fails to load
Aristotle Pagaltzis 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c448c12411b1ba56

Use -Wno-unused-value also on other clang compilers
Reini Urban 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/eb387cb8e5146f6b

[perl #117535, #76910] Fix bogus ambiguity warnings
Father Chrysostomos 3 files changed, 66 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9700e2d38d91e667

regen/genpacksizetables.pl: Add comment
Karl Williamson 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/43fdf692884d7d71

perlguts: Nit
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9f98c7fe7c73db3c

embed.fnc: S_ptr_hash is inline
Father Chrysostomos 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ec79994d178a5800

Update Digest-SHA to CPAN version 5.85
Chris 'BinGOs' Williams 8 files changed, 23 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/96d38a9d05abd090

Put all sort arguments in list context
Father Chrysostomos 2 files changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e9d9e6f3421bdff0

Fix up f_sort.t for changes in the prev commit
Father Chrysostomos 1 file changed, 40 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/85117865c7464787

Put sort arguments in lvalue context
Father Chrysostomos 2 files changed, 12 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/f65493df1c26b49c

In-place sort should not leave array read-only
Father Chrysostomos 4 files changed, 14 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/20d5dc239d1bc844

document that it is the operator that determines the operation
Moritz Lenz 1 file changed, 16 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ae3f739188e3ee21

Increase $if::VERSION to 0.0603
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/be5bca002b09fb86

Added example usage and SEE ALSO links to similar modules in doc for if.pm
Neil Bowers 2 files changed, 48 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/88da3e79b8c079c7

op.c:S_simplify_sort: remove redundant OPf_STACKED check
Father Chrysostomos 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8a38d2ce6d198181

op.c:ck_sort: Restore HINT_LOCALIZE_HH check
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c3258369cad3fe2a

Revert "Use UTF8f in more places"
Karl Williamson 5 files changed, 69 insertions(+), 53 deletions(
http://perl5.git.perl.org/perl.git/commit/b3e714770ee1b301

Revert "UTF8f"
Karl Williamson 4 files changed, 4 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/1c8b67b38f0a53a8

Current branch rjbs/perlexperiment
1 commit. 1 unique author. 1 unique committer.
207 files changed, 3923 insertions(+), 2467 deletions(-)

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

perlexperiment: mark :pop layer as accepted
Ricardo Signes 2 files changed, 10 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/0a6d291d0a2f281e

Current branch smoke-me/khw-locale
13 commits. 1 unique author. 1 unique committer.
243 files changed, 5106 insertions(+), 2619 deletions(-)

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

perl.c: Use Strerror instead of strerror
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ec3e25b951a90200

pp_sys.c: Use macro instead of reinventing it
Karl Williamson 1 file changed, 1 insertion(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a065ed1e771c3f85

util.c: Avoid unnecessary setlocale() calls
Karl Williamson 1 file changed, 9 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/510941f2a2298794

PATCH: [perl #118197] Cope with non-ASCII decimal separators
Karl Williamson 3 files changed, 46 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1c2f9090940853a8

Properly determine if in locale for NV stringification
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f97e6b969c29eadb

PATCH: [perl #112208]: Set utf8 flag on $! appropriately
Karl Williamson 2 files changed, 49 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a1f1680ee511a669

XXX segfault on dromedary, ps_AF fails locale.c; special case C and POSIX: F
Karl Williamson 2 files changed, 75 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/111ea8267d9606d0

locale.c: Extract out, fix, expand fcn to see if a locale is utf8
Karl Williamson 4 files changed, 117 insertions(+), 40 deletions
http://perl5.git.perl.org/perl.git/commit/46b471d7c96336f8

locale.c: Compare apples to apples
Karl Williamson 1 file changed, 9 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f4585fe067fb4e3c

perl.h, locale.c: White space only
Karl Williamson 2 files changed, 13 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/436cfe4d7e43b968

locale.c: Add assert()
Karl Williamson 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/234d15fc39129153

locale.c: Add comments
Karl Williamson 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b0fa529c9dbfcd4d

sv.h: Add comment
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ae5f2130803b03d4

Current branch sprout/padconst
26 commits. 1 unique author. 1 unique committer.
161 files changed, 2166 insertions(+), 1459 deletions(-)

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

[perl #78194] Make sort copy PADTMPs
Father Chrysostomos 2 files changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bc762ea161748e02

[perl #78194] Make x copy PADTMPs in lv cx
Father Chrysostomos 2 files changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a752abf9a61dd25c

[perl #78194] Make list slices copy PADTMPs in lv cx
Father Chrysostomos 2 files changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6e92f02d0d947247

Stop folding of ops from changing mutability
Father Chrysostomos 5 files changed, 10 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/38c26a5c1bfce7ef

[perl #78194] Make foreach copy pad tmps
Father Chrysostomos 3 files changed, 22 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/81bfa30fc6836cb2

Correct list.t descr in MANIFEST
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ae75f9f451e2583e

[perl #3105] Make 1..3 modification safe
Father Chrysostomos 3 files changed, 29 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/7bc5dc0ea418f1cc

constant.t: Correct version
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/18a2ff785dbeed2d

[perl #78194] Make sub calls copy pad tmps
Father Chrysostomos 4 files changed, 12 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/54c1f27e62b307de

Increase $OptreeCheck::VERSION to 0.10
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/37ea5d35bdb3f8a5

[perl #78194] Make grep/map copy pad tmps
Father Chrysostomos 3 files changed, 12 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/739294e9605ec36b

pad.c: cast before comparing signed with unsigned
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/510ace8448e2767d

op.c: Stop copying constants under ithreads
Father Chrysostomos 6 files changed, 18 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/c2bcfe0401389696

pad.c: Expand pad_push SVf_READONLY explanation
Father Chrysostomos 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cf40bde891dea9f1

pad.c: Use &PL_sv_no for const pad names
Father Chrysostomos 6 files changed, 33 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/28cdd89ac2c88345

Re(mov|writ)e two comments from pad.c:pad_alloc
Father Chrysostomos 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d0c020f92d7845ec

op.c:S_fold_constants: Add assertion
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f58088a87c25baf3

Change the tests for #3105 into to-dos
Father Chrysostomos 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a308906eced75ed5

Test readonliness of overload constants
Father Chrysostomos 1 file changed, 15 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7da65acad1ec4c12

To-do test for #109746
Father Chrysostomos 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ba8f77c2d72da20b

Test (im)mutability of constants and constant-like subs
Father Chrysostomos 2 files changed, 72 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/ec97f2f8efb6beb7

Test !0 and !1 immutability and singletonness
Father Chrysostomos 1 file changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5030dfd56f4df461

Test that literal numbers and strings are read-only
Father Chrysostomos 1 file changed, 23 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8f96c04510762498

To-do tests for perl #78194
Father Chrysostomos 9 files changed, 69 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/718a54fca5685993

ref.t: To-do test for retvals of folded ops
Father Chrysostomos 1 file changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c871020f2226546c

sub.t: To-do test for recursive shared-hash-keys TARGs
Father Chrysostomos 1 file changed, 24 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/aceafd59f6d01442

New branch bingos/maint-5.18
1 commit. 1 unique author. 1 unique committer.

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

[perl #118649] maint-5.18: Digest-SHA crash fix in 5.85
Chris 'BinGOs' Williams 2 files changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ee8c6f40e6bd7b4e

New branch smoke-me/nicholas/PERL_GLOBAL_STRUCT_PRIVATE
2 commits. 1 unique author. 1 unique committer.

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

For -DPERL_GLOBAL_STRUCT, eliminate local variable plvarsp in main().
Nicholas Clark 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/560cfab8402460c0

Fix SEGVs and test failures for -DPERL_GLOBAL_STRUCT_PRIVATE
Nicholas Clark 4 files changed, 21 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/39afa1df5516cca4

New branch smoke-me/nicholas/rt-65838-fixup
3 commits. 1 unique author. 1 unique committer.

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

Avoid read-after-free in S_scan_heredoc() if the terminator line has no "\n"
Nicholas Clark 2 files changed, 18 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/4ce8df50a8b3fb38

For -DPERL_GLOBAL_STRUCT, eliminate local variable plvarsp in main().
Nicholas Clark 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cb37e87fe4576a10

Fix SEGVs and test failures for -DPERL_GLOBAL_STRUCT_PRIVATE
Nicholas Clark 4 files changed, 22 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/091ec938fce4acb7

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

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

UTF8f
Father Chrysostomos 8 files changed, 78 insertions(+), 73 deletions(
http://perl5.git.perl.org/perl.git/commit/a1131facfec06732

New branch sprout/utf8f
2 commits. 2 unique authors. 1 unique committer.
Thanks, applied: Father Chrysostomos (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/d021a458fd57ef00.tar.gz

Cast arguments to UTF8f
Father Chrysostomos 7 files changed, 35 insertions(+), 28 deletions(
http://perl5.git.perl.org/perl.git/commit/d021a458fd57ef00

Remove spaces from a (copy of) a proto when used.
Peter Martini 3 files changed, 30 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/272cd1bf01c103eb

New branch tonyc/perlbug-patch
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: Tony Cook (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/fd0138d8b6871dd5.tar.gz

Make perlbug.PL run patchlevel.h through cpp where possible
Niko Tyni 1 file changed, 23 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fd0138d8b6871dd5
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
16 commits. 9 unique authors. 4 unique committers.
25 files changed, 419 insertions(+), 138 deletions(-)
Net code removal: Brian Gottreu (41 lines) Father Chrysostomos (7 lines)
Thanks, applied: Father Chrysostomos (8) Tony Cook (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/dc127417deebfc7f.tar.gz

[perl #71680] hints to use gdbm compat for [NO]DBM_File on Win32
Tony Cook 3 files changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/dc127417deebfc7f

Small stylistic improvement; add one POD formatting character.
James E Keenan 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/80fc8b557b4e3802

Give little more examples to interpolated typemap variables
Hojung Youn 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3efcb594869a2787

Make t/comp/parser.t get the correct libraries.
Craig A. Berry 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/561e8675346bc8f4

change tied_method to use SVs with precomputed hash values
Ruslan Zakirov 5 files changed, 19 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/3e0cb5de60bed906

change magic_methcall to use SV with shared hash value
Ruslan Zakirov 6 files changed, 29 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/36925d9e116d2779

SV_CONST(name) and PL_sv_consts
Ruslan Zakirov 5 files changed, 61 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/a38ab4751f3c0df4

G_METHOD_NAMED flag for call_method and call_sv
Ruslan Zakirov 4 files changed, 34 insertions(+), 17 deletions(
http://perl5.git.perl.org/perl.git/commit/c106c2be8b83eeb3

perldiag: Consistent spaces after dots
Father Chrysostomos 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f26c79ba7e11714d

Update IPC-Cmd to CPAN version 0.82
Chris 'BinGOs' Williams 2 files changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cd0a8b4cc61c7815

op.c: Suppress compiler warning
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fcfc2536982bb48d

regenerate t/porting/known_pod_issues.dat
Brian Gottreu 1 file changed, 10 insertions(+), 78 deletions(-
http://perl5.git.perl.org/perl.git/commit/4d3a1c657c85acec

Run the pedantic checks when regenerating the database
Brian Gottreu 1 file changed, 67 insertions(+), 40 deletions(-
http://perl5.git.perl.org/perl.git/commit/0cbb9de550d7c53b

do not worry about long verbatim lines w/o env var
Ricardo Signes 1 file changed, 15 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/beabdcb7d34ad66d

Revert "Make t/podcheck.t less sensitive"
Ricardo Signes 2 files changed, 247 insertions(+), 14 deletions
http://perl5.git.perl.org/perl.git/commit/113a3f613b2d047d

op.c: Remove dummy code from const_sv_xsub
Father Chrysostomos 1 file changed, 0 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/08aff5359b72aa13

Current branch smoke-me/khw-locale
3 commits. 1 unique author. 1 unique committer.
102 files changed, 947 insertions(+), 1998 deletions(-)

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

locale.c: Add assert()
Karl Williamson 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dca7e8e2cf55746b

locale.c: Add comments
Karl Williamson 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7789f274a5dbeace

sv.h: Add comment
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/991eafaa81a679c4

Current branch smoke-me/nicholas/vms-filespec
13 commits. 1 unique author. 1 unique committer.
246 files changed, 5252 insertions(+), 2612 deletions(-)
Net code removal: Nicholas Clark (30 lines)

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

Remove defunct DESCRIP.MMS cleanup rules.
Nicholas Clark 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/815e201f32a5879c

Move VMS::Filespec from vms/ext to ext/
Nicholas Clark 12 files changed, 652 insertions(+), 655 deletio
http://perl5.git.perl.org/perl.git/commit/d29dc30941ae11ca

vms/ext/filespec.t does not need to be +x
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1377ac09df22de89

Refactor FindExt, merging scan_ext() and find_ext().
Nicholas Clark 1 file changed, 4 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e7f5fcc4fe87c5e4

Skip most of FindExt's tests for troublesome configurations.
Nicholas Clark 1 file changed, 32 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/ad67b8ef4cff91f2

In FindExt.t, move the main loop's comparison logic into a subroutine.
Nicholas Clark 1 file changed, 11 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/00d05c1f81e4c1b5

Minor refactors to FindExt's test, removing code duplication.
Nicholas Clark 1 file changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8e7bf777e42710fd

Thanks to FindExt::apply_config() we're now able to test dynamic extensions.
Nicholas Clark 1 file changed, 11 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d67b082e677e3fc5

Correct a type in FindExt::apply_config in the "I18N-Langinfo" code.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4303c96d50189f38

In FindExt, eliminate _ext_ne() and make extensions() a simple subroutine.
Nicholas Clark 1 file changed, 2 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bea287f07c7df176

Also add Encode's sub-modules to known_extensions when building statically.
Nicholas Clark 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/94ff12a52d61070d

Add non-XS extensions to known_extensions.
Nicholas Clark 2 files changed, 14 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/aaaba31e4b8add15

Remove Configure code that supported the old-style nested layout for ext/
Nicholas Clark 1 file changed, 28 insertions(+), 55 deletions(-
http://perl5.git.perl.org/perl.git/commit/9d4a4e37c8fe2135

Current branch sprout/padconst
35 commits. 1 unique author. 1 unique committer.
45 files changed, 705 insertions(+), 234 deletions(-)

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

Make sub(){42} return a mutable value
Father Chrysostomos 2 files changed, 10 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/ba10855a17ab6759

Tweak optree_constants.t for inlined list consts
Father Chrysostomos 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5bfbcb7ab8d11e1d

Update constant.pm to reflect list inlinement
Father Chrysostomos 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fa7fdfd5091f1ddc

Inline list constants
Father Chrysostomos 5 files changed, 25 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/7d7d4e78a2244a7e

constant.pm: Make list constants read-only
Father Chrysostomos 2 files changed, 16 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/8025c5ca19f2846b

Allow stash elems to be array refs
Father Chrysostomos 5 files changed, 54 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/40b8536d7403ede9

Increase $constant::VERSION to 1.28
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/389716623eb396e2

Stop constant.pm from (ab)using subs for scalars
Father Chrysostomos 1 file changed, 25 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a732d0e28b00df1f

[perl #78194] Make re-evals copy PADTMPs
Father Chrysostomos 2 files changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1a181a72cdd26e71

[perl #78194] Make sort copy PADTMPs
Father Chrysostomos 2 files changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a9150c02bcb108ff

[perl #78194] Make x copy PADTMPs in lv cx
Father Chrysostomos 2 files changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c2a9370272726e47

[perl #78194] Make list slices copy PADTMPs in lv cx
Father Chrysostomos 2 files changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/deec39e12186923f

Stop folding of ops from changing mutability
Father Chrysostomos 6 files changed, 12 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/d3bad03794265c0e

[perl #78194] Make foreach copy pad tmps
Father Chrysostomos 3 files changed, 22 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/21cd01b0f992bfc1

Correct list.t descr in MANIFEST
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5ff51ee425d2e0ef

[perl #3105] Make 1..3 modification safe
Father Chrysostomos 3 files changed, 29 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/fa393972408b226a

constant.t: Correct version
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a893c06716e92569

[perl #78194] Make sub calls copy pad tmps
Father Chrysostomos 4 files changed, 12 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/f514a9b8050a9477

Increase $OptreeCheck::VERSION to 0.10
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/11032352b11e9c8e

[perl #78194] Make grep/map copy pad tmps
Father Chrysostomos 3 files changed, 12 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/23554ef92df331ee

pad.c: cast before comparing signed with unsigned
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e90be4ed09b7fdb5

op.c: Stop copying constants under ithreads
Father Chrysostomos 7 files changed, 18 insertions(+), 24 deletions(
http://perl5.git.perl.org/perl.git/commit/d2133b5bd43d0878

pad.c: Expand pad_push SVf_READONLY explanation
Father Chrysostomos 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/09fa0dd94d30960c

pad.c: Use &PL_sv_no for const pad names
Father Chrysostomos 6 files changed, 33 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/626fe8ef579b6906

Re(mov|writ)e two comments from pad.c:pad_alloc
Father Chrysostomos 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e8e236e453e3988b

op.c:S_fold_constants: Add assertion
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4bcd56a2fb1d9d53

Change the tests for #3105 into to-dos
Father Chrysostomos 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/02e70bd4e829b349

Test readonliness of overload constants
Father Chrysostomos 1 file changed, 15 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/96f80cce65efefb2

To-do test for #109746
Father Chrysostomos 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/989a37f4c87da13d

Test (im)mutability of constants and constant-like subs
Father Chrysostomos 2 files changed, 72 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/f85240e738dbd592

Test !0 and !1 immutability and singletonness
Father Chrysostomos 1 file changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/82f1006f321b97ef

Test that literal numbers and strings are read-only
Father Chrysostomos 1 file changed, 23 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/dc7509bd2a0f5f61

To-do tests for perl #78194
Father Chrysostomos 9 files changed, 69 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/daa8a20db88cca20

ref.t: To-do test for retvals of folded ops
Father Chrysostomos 1 file changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7e03f5f2e990336b

sub.t: To-do test for recursive shared-hash-keys TARGs
Father Chrysostomos 1 file changed, 24 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8c152bb00e8a4c38

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

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

XXX
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e79ea0fc1f699736

Deleted branch smoke-me/nicholas/known-extensions

Deleted branch tonyc/ndbm_win32
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

No activity.
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
59 commits. 11 unique authors. 7 unique committers.
61 files changed, 978 insertions(+), 770 deletions(-)
Thanks, applied: Tony Cook (4) Father Chrysostomos (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/6ea81ccfc852fdeb.tar.gz

Better document setlocale, "use locale" interactions
Karl Williamson 2 files changed, 14 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/6ea81ccfc852fdeb

Update Getopt-Long to CPAN version 2.41
Chris 'BinGOs' Williams 3 files changed, 13 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/55a437d2ef69d4ed

method.t: Correct miniperl skip count
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b87eccc16ae8adb9

add entries to various .gitignore files for Win32 builds
Daniel Dragan 2 files changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e3d1d900454d9b6f

Merge the refactoring of ExtUtils::Miniperl and ExtUtils::Embed.
Nicholas Clark 2 parents
http://perl5.git.perl.org/perl.git/commit/d9c91bf7ba76533d

Describe the changes to ExtUtils::{Embed,Miniperl} in perldelta.
Nicholas Clark 1 file changed, 26 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/893b07a18fa2d314

Change the *nix and VMS Makefiles to to pass a filename to writemain().
Nicholas Clark 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b49998889df0e37b

ExtUtils::Miniperl::writemain()'s first argument can also be a filename.
Nicholas Clark 1 file changed, 27 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a06cd52b4e4376cb

Use more semantic markup in the Pod for ExtUtils::Embed.
Nicholas Clark 1 file changed, 36 insertions(+), 48 deletions(-
http://perl5.git.perl.org/perl.git/commit/c6c8952117b3f95f

Refactor ExtUtils::Embed::xsi_{protos,body} to use a scalar $retval.
Nicholas Clark 1 file changed, 26 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/2d7ce4f0bbc68d32

Refactor xsinit generation code in ExtUtils::Embed.
Nicholas Clark 1 file changed, 17 insertions(+), 30 deletions(-
http://perl5.git.perl.org/perl.git/commit/8d68a8a555855e91

Refactor ExtUtils::Miniperl to use ExtUtils::Embed.
Nicholas Clark 3 files changed, 5 insertions(+), 67 deletions(-
http://perl5.git.perl.org/perl.git/commit/d573a731832b4751

Tweak ExtUtils::Embed's generated C code to be closer to ExtUtils::Miniperl.
Nicholas Clark 1 file changed, 12 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/5ec3aaed3924eb91

Propagate bugfixes from {mini,}perlmain.c into ExtUtils::Embed.
Nicholas Clark 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a76b6481754efe93

Refactor ExtUtils::Embed to work with miniperl.
Nicholas Clark 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/566e3efea3c52532

On Win32 run autodoc.pl and pod/perlmodlib.PL using miniperl, not perl.
Nicholas Clark 2 files changed, 4 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f8d6280ff2016298

[perl #116975] perlfunc require: fix example subroutine
David Golden 1 file changed, 23 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bf8b9e96e2b168f1

[perl #117033] wrong .packlist creation at installation on Cygwin with destd
Tony Cook 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b7c0c6b4c695e81a

perldelta template: consistent spaces after dots
Father Chrysostomos 1 file changed, 6 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e8856f17db2c0b18

perldelta: consistent spaces after dots
Father Chrysostomos 1 file changed, 9 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8c33633ddf7711d5

[perl #113932] UNIVERSAL::can with globs and globrefs
Father Chrysostomos 2 files changed, 11 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/4178f891f552ec7a

perldelta for b2b69a966b47abd2cb4c320da60619b27c6c8abf
Chris 'BinGOs' Williams 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3a0b4597b2f83953

perldelta: Verbatim lines into 79 columns
Karl Williamson 1 file changed, 9 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/af94b52dce240435

perllocale.pod: Fix misstatements, and some nits
Karl Williamson 1 file changed, 49 insertions(+), 26 deletions(-
http://perl5.git.perl.org/perl.git/commit/2619d284fe43b88a

PATCH: [perl #115808]: POSIX::setlocale returns bizarre value on failure
Karl Williamson 2 files changed, 15 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/fbd840dfc9b563b3

perlexperiment: linux abstract domains sockets
Ricardo Signes 1 file changed, 9 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e48e70eb25d869b2

perlexperiment: MLDBM is not part of core
Ricardo Signes 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dc39f285389eacc6

Add block to exercise case of very large buffer in lib/File/Copy.pm.
James E Keenan 1 file changed, 17 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bd86609cf6be2a75

Add tests for two previously unexercised sections of lib/Symbol.pm.
James E Keenan 1 file changed, 14 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/66759c69ded989f8

Remove trailing dots in t/porting/readme.t on VMS.
Craig A. Berry 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4105b9fdf17a72f1

Restore $(ARCHDIR)vmspipe.com to VMS build after 2d11a7e9678.
Craig A. Berry 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/611495fa0a9cab94

perl.c: Use Strerror instead of strerror
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0c0d42fffa5c2ddd

pp_sys.c: Use macro instead of reinventing it
Karl Williamson 1 file changed, 1 insertion(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9b86a269bd3e508b

util.c: Avoid unnecessary setlocale() calls
Karl Williamson 1 file changed, 9 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/01ec34b5d8c70758

PATCH: [perl #118197] Cope with non-ASCII decimal separators
Karl Williamson 3 files changed, 46 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/28acfe03fc59abea

Properly determine if in locale for NV stringification
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7187d38ecd872451

Update DB_File to CPAN version 1.829
Chris 'BinGOs' Williams 5 files changed, 40 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/10af739e5472f064

ExtUtils::Miniperl: Remove pod repeated phrase
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9389eb2431d9a33f

Fix MidnightBSD hints file for 0.4-RELEASE
Chris 'BinGOs' Williams 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b2b69a966b47abd2

Merge the refactoring of ExtUtils::Miniperl and {mini,}perlmain.c generation
Nicholas Clark 2 parents
http://perl5.git.perl.org/perl.git/commit/9a2ee86b20e06a3f

Move the "editor block" from miniperlmain.c to ExtUtils::Miniperl
Nicholas Clark 3 files changed, 17 insertions(+), 21 deletions(
http://perl5.git.perl.org/perl.git/commit/47be8fd0cb19da6f

Clean up ExtUtils::Miniperl
Nicholas Clark 2 files changed, 65 insertions(+), 68 deletions(
http://perl5.git.perl.org/perl.git/commit/a78951c8adf2702a

Invert the build logic for miniperlmain.c and ExtUtils::Miniperl
Nicholas Clark 7 files changed, 306 insertions(+), 192 deletion
http://perl5.git.perl.org/perl.git/commit/c8935f6cd34349a5

Move generation of ExtUtils::Miniperl to ext/ExtUtils-Miniperl from minimod.
Nicholas Clark 9 files changed, 202 insertions(+), 179 deletion
http://perl5.git.perl.org/perl.git/commit/7b4d95f74b61267c

Merge the branch which builds utils/Makefile from utils/Makefile.PL
Nicholas Clark 2 parents
http://perl5.git.perl.org/perl.git/commit/17f4bbffad1ab0f5

Generate utils/Makefile from utils/Makefile.PL, and remove it at clean time.
Nicholas Clark 7 files changed, 19 insertions(+), 92 deletions(
http://perl5.git.perl.org/perl.git/commit/0827416ddd18f389

Replace utils/Makefile.SH with utils/Makefile.PL
Nicholas Clark 5 files changed, 114 insertions(+), 132 deletion
http://perl5.git.perl.org/perl.git/commit/145bbcacfa5da244

Add an "always update" parameter to regen_lib's open_new().
Nicholas Clark 2 files changed, 19 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/f1f44974ad724515

Refactor the Text::Wrap::wrap() logic in regen/regen_lib.pl
Nicholas Clark 1 file changed, 9 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/779d6b4a99e81aab

Add cpan/Text-Tabs/lib to buildcustomize.pl and hence miniperl's @INC.
Nicholas Clark 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f4e064af84aaaa72

Refactor regen_lib.pl to reduce verbosity.
Nicholas Clark 1 file changed, 12 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/755b4f2b775f540a

to-do tests for #113932 (UNIVERSAL::can and handles)
Father Chrysostomos 1 file changed, 9 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/00642ca17cf551f3

Stop using IV in pmop; remove workaround
Father Chrysostomos 2 files changed, 1 insertion(+), 14 deletions(-)
http://perl5.git.perl.org/perl.git/commit/784e50c8da79a6e5

Suppress dep warnings in DD’s indent.t
Father Chrysostomos 1 file changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f6b735321ca924f8

small improvements to documentation of IO::Socket
Ricardo Signes 2 files changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1936be830727450e

fix SIGZZERO typo in perldoc -f kill
Lukas Mai 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3875f14c50983aa6

Update Time-Piece to CPAN version 1.21
Chris 'BinGOs' Williams 5 files changed, 75 insertions(+), 69 deletions(
http://perl5.git.perl.org/perl.git/commit/ca06683fed8908d9

ignore lib/File/Find.pm
Ricardo Signes 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bfbce613972cd9e7

[perl #117917] /(?{ m|...| }) (?{ $1 })/
Father Chrysostomos 2 files changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f5df269c5cef5729

Current branch maint-5.16
1 commit. 1 unique author. 1 unique committer.
1 file changed, 6 insertions(+), 6 deletions(-)

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

Fix MidnightBSD hints file for 0.4-RELEASE
Chris 'BinGOs' Williams 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/33ae92800c7109b9

Current branch maint-5.18
2 commits. 2 unique authors. 2 unique committers.
2 files changed, 16 insertions(+), 16 deletions(-)

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

Fix MidnightBSD hints file for 0.4-RELEASE
Chris 'BinGOs' Williams 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4b985f173ee39b73

Update the GSMATCH handling in vms/gen_shrfls.pl.
Craig A. Berry 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/cb41b60eb85d07e8

Current branch smoke-me/khw-locale
2 commits. 1 unique author. 1 unique committer.
207 files changed, 8351 insertions(+), 7223 deletions(-)

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

PATCH: [perl #115808]: POSIX::setlocale returns bizarre value on failure
Karl Williamson 2 files changed, 15 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/e5f5724522656b2b

sv.h: Add comment
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/592ac1f2276abd28

New branch rjbs/upstream-update
5 commits. 1 unique author. 1 unique committer.
Net code removal: Ricardo Signes (73 lines)

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

regen META.{json,yml} after update to Maintainers.pl
Ricardo Signes 2 files changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fb41955c501a06df

bump version in VMS-Stdio and VMS-DCLsym
Ricardo Signes 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/305c10d2cc335921

clarify the upstream status of "upstream undef" code
Ricardo Signes 1 file changed, 10 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/9adc6a1f456e1e43

mark some VMS-specific code as upstream blead (blead only)
Ricardo Signes 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b36b921b28f88af0

remove special-cased blead-only items from Maintainers.pl
Ricardo Signes 1 file changed, 0 insertions(+), 61 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c2b6fcaa579a6258

Deleted branch smoke-me/khw-testlocale

Deleted branch smoke-me/nicholas/ExtUtils-Miniperl

Deleted branch smoke-me/nicholas/saner-utils-Makefile

Deleted branch smoke-me/perlmodlib
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
27 commits. 12 unique authors. 8 unique committers.
37 files changed, 439 insertions(+), 221 deletions(-)
Thanks, applied: Father Chrysostomos (5) Tony Cook (1) Steffen Mueller (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/13d0d101a48a328c.tar.gz

POD inside of a function call is inadvisable.
James E Keenan 1 file changed, 11 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/13d0d101a48a328c

Add a const qualifier for the arg to the S_CvGV inline function in cv.h.
Andy Dougherty 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bca8f980420acdca

perldiag: note the exceptions for "once" warnings
Ricardo Signes 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9ec237a175983ee0

For -DPERL_GLOBAL_STRUCT, eliminate local variable plvarsp in main().
Nicholas Clark 3 files changed, 11 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/79403e7734f50355

Fix SEGVs and test failures for -DPERL_GLOBAL_STRUCT_PRIVATE
Nicholas Clark 6 files changed, 31 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/5c64bffd0d9c35e8

Specify the versions of ExtUtils::MiniPerl and ExtUtils::Embed needed.
Nicholas Clark 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/358c04b72260b75d

Inline the Makefile target perl.valgrind.config into its only remaining user
Nicholas Clark 2 files changed, 16 insertions(+), 29 deletions(
http://perl5.git.perl.org/perl.git/commit/9d4d67ddd2715c40

Eliminate the Makefile targets test_notty.valgrind and test_prep.valgrind.
Nicholas Clark 1 file changed, 0 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2452b657f07d778a

switchd.t: correct bug number
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7b6fb0b81f139d17

Consistent spaces after dots in perlvar
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1e7d09445c9c90e1

[perl #118627] Don’t do COW when creating ${"_<-e"}[0]
Father Chrysostomos 2 files changed, 13 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/4e917a04b786fbe3

Refactor perlmodlib.PL to use regen_lib.pl and avoid FindBin.
Nicholas Clark 3 files changed, 31 insertions(+), 24 deletions(
http://perl5.git.perl.org/perl.git/commit/f556af6c048b2769

Split the handling for "Illegal character" and "Illegal character after '_'"
Peter Martini 3 files changed, 48 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/f791a21a20186962

perldelta: document locale changes
Karl Williamson 1 file changed, 28 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9c8008621f072983

perldelta for 2c179de53ae082
Tony Cook 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6e4979f3c7d74625

[perl #118829] Memory leaks in STORABLE_attach
Vladimir Timofeev 4 files changed, 54 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/2c179de53ae08262

Fix typo in docs for SvPV: ") => >"
Brian Gottreu 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c07def6d1f2b66b4

Update comment in autodoc.pl - it's not run from regen.pl
Nicholas Clark 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/52a9d53bdd6a4845

Convert to use of Test::More. Boost test coverage.
James E Keenan 1 file changed, 71 insertions(+), 58 deletions(-
http://perl5.git.perl.org/perl.git/commit/e6a378f2226d4d68

'Prototype after' and 'Illegal character' warnings should both pretty print
Peter Martini 2 files changed, 27 insertions(+), 25 deletions(
http://perl5.git.perl.org/perl.git/commit/b54d603d2b0409d9

Suppress system Term::ReadLine::Gnu
Petr Písař 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fc4b816451cc28ba

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

Fix typo in perlreapi(1perl).
Nathan Trapuzzano 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3b543d8408a3f651

Quiet warning in a DEBUG print
Peter Martini 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d80cf4708315ac91

locale documentation: Grammaar and appearance nits
Karl Williamson 3 files changed, 10 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/4c9b78f4fff91b5c

PATCH: [perl #38193] embedded perl always calls setlocale(LC_ALL,"")
Karl Williamson 4 files changed, 36 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/ccd65d51403426e1

Make method lookup treat *foo as \*foo
Father Chrysostomos 2 files changed, 33 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/a77c16f7c797af63

Current branch smoke-me/Makefile-norecurse
12 commits. 1 unique author. 1 unique committer.
2464 files changed, 223321 insertions(+), 256619 deletions(-)

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

Don't call CPAN to install any "extra" modules for the install-notify target
Nicholas Clark 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a9dd7e561eefb908

Inline the Makefile rule for extra.install into all 6 targets which use it.
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/78557122d522a9ac

Refactor Makefile.SH to generate the install-* targets in a loop.
Nicholas Clark 1 file changed, 14 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/55f27663f38ceaed

In Makefile.SH, use the long names for options passed to install{perl,man}
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b1358e9794a7e0d8

Refactor the Makefile so that the install target depends on install-all.
Nicholas Clark 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9404c14446d13112

Add a no-op option --strip to installman.
Nicholas Clark 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e98046e2b32cff13

Refactor installman's option handling to use Getopt::Long's "multiple names"
Nicholas Clark 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9ee62835b8e851ee

Convert installperl to use Getopt::Long.
Nicholas Clark 1 file changed, 24 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/4a75d2b664d45887

In installperl rename $opt{dostrip} to $opt{strip}.
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/23a50cf63dac6efc

In installperl, record the state of options in %opts instead of lexicals.
Nicholas Clark 1 file changed, 17 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/b01d07d7fc786da5

In installperl, invert the sense of the variable used for the -o option.
Nicholas Clark 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cf4e5e3db9a5fd35

Remove dead code from installperl, related to a 5.000->5.001 change.
Nicholas Clark 1 file changed, 0 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5b755da6262c09f2

Current branch smoke-me/khw-readonly_invlists
17 commits. 1 unique author. 1 unique committer.
157 files changed, 7027 insertions(+), 6746 deletions(-)
Net code removal: Karl Williamson (114 lines)

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

later
Karl Williamson 6 files changed, 32 insertions(+), 56 deletions(
http://perl5.git.perl.org/perl.git/commit/02f64805148d5797

Add parameter to internal function
Karl Williamson 4 files changed, 25 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/5a0f11c2726fb8d2

regcomp.c: Rmv now redundant setting
Karl Williamson 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/db50ea0f6a170c23

Fix off-by-one error in inversion lists.
Karl Williamson 3 files changed, 102 insertions(+), 110 deletion
http://perl5.git.perl.org/perl.git/commit/c7bfb2d3b213ba2c

regcomp.c: Reorder a couple of function calls
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fe7b6a8b36adf03d

regcomp.c: Remove now useless initialization
Karl Williamson 1 file changed, 1 insertion(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a857082b4eb545b5

regcomp.c: Only White-space, comments, name of variable change
Karl Williamson 1 file changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f378da456bb7fca5

Reinstate "Use new Svt_INVLIST for inversion lists."
Karl Williamson 7 files changed, 33 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/4d5bd3a3cf1228b1

Reinstate "Create SVt_INVLIST"
Karl Williamson 6 files changed, 35 insertions(+), 28 deletions(
http://perl5.git.perl.org/perl.git/commit/84a29185fdb5d937

Reinstate "regcomp.c: Move some #defines to only file that uses them"
Karl Williamson 2 files changed, 19 insertions(+), 36 deletions(
http://perl5.git.perl.org/perl.git/commit/15cf3eb653d070ab

Reinstate "regcomp.c: Make C-array inversion lists const"
Karl Williamson 6 files changed, 74 insertions(+), 74 deletions(
http://perl5.git.perl.org/perl.git/commit/0be110050baf6b9a

Reinstate "regcomp.c: Move inversion list hdr field to SV hdr"
Karl Williamson 4 files changed, 56 insertions(+), 35 deletions(
http://perl5.git.perl.org/perl.git/commit/fc68415cb128597b

Reinstate "regcomp.c: Change, variable, fcn name"
Karl Williamson 5 files changed, 28 insertions(+), 28 deletions(
http://perl5.git.perl.org/perl.git/commit/a0f8cae5bad76c6f

Reinstate "regcomp.c: Move 2 hdr inversion fields to SV hdr"
Karl Williamson 6 files changed, 53 insertions(+), 136 deletions
http://perl5.git.perl.org/perl.git/commit/833b48324713ff35

Reinstate "regcomp.c: Remove unused data structure field"
Karl Williamson 4 files changed, 1 insertion(+), 20 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9c7e1fa3d8268215

Reinstate "regcomp.c: Make inversion lists SVt_PVLV"
Karl Williamson 5 files changed, 21 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/b59909f3a23e599c

Reinstate + fix "Revert "regcomp.c: Add a constant 0 element before inversio
Karl Williamson 6 files changed, 213 insertions(+), 216 deletion
http://perl5.git.perl.org/perl.git/commit/c9ccdee1a1460177

New branch rjbs/perlopentut
3 commits. 2 unique authors. 1 unique committer.
Net code removal: Tom Christiansen (719 lines) Ricardo Signes (2 lines)
Thanks, applied: Ricardo Signes (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/596974d62c074f80.tar.gz

perlopentut: add copyright/author, remove history
Ricardo Signes 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/596974d62c074f80

perlopentut: correct perlfaq links
Ricardo Signes 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ecf29fd42a2fb2b0

Don't patch perlopentut: rewrite it completely
Tom Christiansen 1 file changed, 186 insertions(+), 905 deletions
http://perl5.git.perl.org/perl.git/commit/f538a007dfa12c77

New branch smoke-me/EUMM-miniperl-bug-RT80040
1 commit. 1 unique author. 1 unique committer.

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

RT#79348: ExtUtils::MakeMaker doesn't support miniperl in installation paths
Chris 'BinGOs' Williams 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2c4a88849ed1e02c

New branch smoke-me/jkeenan/fh-convert
1 commit. 1 unique author. 1 unique committer.

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

Convert lib/FileHandle.t to use of Test::More; provide descriptions.
James E Keenan 1 file changed, 59 insertions(+), 56 deletions(-
http://perl5.git.perl.org/perl.git/commit/8599066cb85e33f7

New branch smoke-me/khw-asan
14 commits. 1 unique author. 1 unique committer.
Net code removal: Karl Williamson (92 lines)

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

later
Karl Williamson 3 files changed, 102 insertions(+), 108 deletion
http://perl5.git.perl.org/perl.git/commit/976ed324037bd677

regcomp.c: Reorder a couple of function calls
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cf77b1c967561f6b

regcomp.c: Remove now useless initialization
Karl Williamson 1 file changed, 1 insertion(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4b4fada9f9faae08

regcomp.c: Only White-space, comments, name of variable change
Karl Williamson 1 file changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/14e6943b97995d24

Reinstate "Use new Svt_INVLIST for inversion lists."
Karl Williamson 7 files changed, 33 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/94d25468fc22c84f

Reinstate "Create SVt_INVLIST"
Karl Williamson 6 files changed, 35 insertions(+), 28 deletions(
http://perl5.git.perl.org/perl.git/commit/c4e64cb449ab209f

Reinstate "regcomp.c: Move some #defines to only file that uses them"
Karl Williamson 2 files changed, 19 insertions(+), 36 deletions(
http://perl5.git.perl.org/perl.git/commit/8cce2af9408f80ce

Reinstate "regcomp.c: Make C-array inversion lists const"
Karl Williamson 6 files changed, 74 insertions(+), 74 deletions(
http://perl5.git.perl.org/perl.git/commit/bf2e21bcad41e4a7

Reinstate "regcomp.c: Move inversion list hdr field to SV hdr"
Karl Williamson 4 files changed, 56 insertions(+), 35 deletions(
http://perl5.git.perl.org/perl.git/commit/5a4dff345b9151b4

Reinstate "regcomp.c: Change, variable, fcn name"
Karl Williamson 5 files changed, 28 insertions(+), 28 deletions(
http://perl5.git.perl.org/perl.git/commit/a531b32d1dc6b815

Reinstate "regcomp.c: Move 2 hdr inversion fields to SV hdr"
Karl Williamson 6 files changed, 53 insertions(+), 136 deletions
http://perl5.git.perl.org/perl.git/commit/2db67fe08594f758

Reinstate "regcomp.c: Remove unused data structure field"
Karl Williamson 4 files changed, 1 insertion(+), 20 deletions(-)
http://perl5.git.perl.org/perl.git/commit/60fdab45c1be11c7

Reinstate "regcomp.c: Make inversion lists SVt_PVLV"
Karl Williamson 5 files changed, 21 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/846e6961a2dac388

XXX comments and reword Reinstate + fix "Revert "regcomp.c: Add a constant 0
Karl Williamson 6 files changed, 210 insertions(+), 215 deletion
http://perl5.git.perl.org/perl.git/commit/7fb1174a38e02a78

New branch smoke-me/nicholas/deterministic-Errno-and-Pod_Functions
1 commit. 1 unique author. 1 unique committer.

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

Generate Errno and Pod::Functions with deterministic order.
Nicholas Clark 2 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d0bb4027c0199e6a

New branch tonyc/save-more-errno
1 commit. 1 unique author. 1 unique committer.

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

work harder to save error numbers
Tony Cook 1 file changed, 25 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c44c84bfb06f5f2c

Deleted branch nicholas/build-trim

Deleted branch smoke-me/installperl

Deleted branch smoke-me/nicholas/PERL_GLOBAL_STRUCT_PRIVATE
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
113 commits. 16 unique authors. 10 unique committers.
91 files changed, 3747 insertions(+), 3333 deletions(-)
Net code removal: Karl Williamson (111 lines) H.Merijn Brand (10 lines)
Abhijit Menon-Sen (10 lines) Ed Avis (10 lines)
Ricardo Signes (8 lines)
Thanks, applied: Father Chrysostomos (6) Abhijit Menon-Sen (4)
Tony Cook (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/2780a6ede39cb2f1.tar.gz

[perl #74798] useqq implementation for xs
Tony Cook 2 parents
http://perl5.git.perl.org/perl.git/commit/2780a6ede39cb2f1

handle xs Useqq dumping of strings with an escape followed by a digit
Tony Cook 3 files changed, 59 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/dbf00f6932923fb2

adjust indentation to match other DD code
Tony Cook 1 file changed, 23 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/f1c459431a0f7a1d

Data::Dumper: useqq implementation for xs
Slaven Rezic 3 files changed, 63 insertions(+), 40 deletions(
http://perl5.git.perl.org/perl.git/commit/9baac1a3613bd641

Merge branch 'const_posix_invlists' into blead
Karl Williamson 2 parents
http://perl5.git.perl.org/perl.git/commit/49fb45ddc8d9f3f3

Remove redundant field from inversion lists
Karl Williamson 6 files changed, 32 insertions(+), 56 deletions(
http://perl5.git.perl.org/perl.git/commit/4c60406d0e89efe6

Add parameter to internal function
Karl Williamson 4 files changed, 25 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/bb023b4f5363e492

regcomp.c: Rmv now redundant setting
Karl Williamson 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f0762ef26b87e429

Fix off-by-one error in inversion lists.
Karl Williamson 3 files changed, 102 insertions(+), 110 deletion
http://perl5.git.perl.org/perl.git/commit/0a07b44b3022b5e1

regcomp.c: Reorder a couple of function calls
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/26070944c186aa24

regcomp.c: Remove now useless initialization
Karl Williamson 1 file changed, 1 insertion(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3181145612dc5cab

regcomp.c: Only White-space, comments, name of variable change
Karl Williamson 1 file changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/35e47f8f3db9920f

Reinstate "Use new Svt_INVLIST for inversion lists."
Karl Williamson 7 files changed, 33 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/d361b00481905de1

Reinstate "Create SVt_INVLIST"
Karl Williamson 6 files changed, 35 insertions(+), 28 deletions(
http://perl5.git.perl.org/perl.git/commit/e94d9b54a21e9546

Reinstate "regcomp.c: Move some #defines to only file that uses them"
Karl Williamson 2 files changed, 19 insertions(+), 36 deletions(
http://perl5.git.perl.org/perl.git/commit/596005989a9f38f5

Reinstate "regcomp.c: Make C-array inversion lists const"
Karl Williamson 6 files changed, 74 insertions(+), 74 deletions(
http://perl5.git.perl.org/perl.git/commit/af4954206dfba1b5

Reinstate "regcomp.c: Move inversion list hdr field to SV hdr"
Karl Williamson 4 files changed, 56 insertions(+), 35 deletions(
http://perl5.git.perl.org/perl.git/commit/5eb114cff44a7920

Reinstate "regcomp.c: Change, variable, fcn name"
Karl Williamson 5 files changed, 28 insertions(+), 28 deletions(
http://perl5.git.perl.org/perl.git/commit/38359fe70698c7a1

Reinstate "regcomp.c: Move 2 hdr inversion fields to SV hdr"
Karl Williamson 6 files changed, 53 insertions(+), 136 deletions
http://perl5.git.perl.org/perl.git/commit/3388db2c1477e99d

Reinstate "regcomp.c: Remove unused data structure field"
Karl Williamson 4 files changed, 1 insertion(+), 20 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6658a1d80ed82c73

Reinstate "regcomp.c: Make inversion lists SVt_PVLV"
Karl Williamson 5 files changed, 21 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/d6605d24c6be02c9

Reinstate + fix "Revert "regcomp.c: Add a constant 0 element before inversio
Karl Williamson 6 files changed, 213 insertions(+), 216 deletion
http://perl5.git.perl.org/perl.git/commit/a0316a6cd4a14261

embed.fnc: Clarify comments on E,X flag usage; nit
Karl Williamson 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d212d2222867b5b6

Move version from lib/ to cpan/
Nicholas Clark 31 files changed, 2375 insertions(+), 2382 delet
http://perl5.git.perl.org/perl.git/commit/fb7942811c8097ed

perldelta for #27010
Father Chrysostomos 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7d279cabb7b2168b

[perl #27010] Make tie work through defelems
Father Chrysostomos 6 files changed, 61 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/13733cde3fe669aa

embed.fnc: E does not imply X
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d4431b89a00a340c

Convert lib/FileHandle.t to use of Test::More; provide descriptions.
James E Keenan 1 file changed, 59 insertions(+), 56 deletions(-
http://perl5.git.perl.org/perl.git/commit/9902086f9aab16b3

perldelta for #77814
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/21c01741f7906ac8

[perl #77814] Make defelems propagate pos
Father Chrysostomos 10 files changed, 95 insertions(+), 65 deletions
http://perl5.git.perl.org/perl.git/commit/96c2a8ff507ccc5e

perldelta for vstrings and set-magic
Father Chrysostomos 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d30fb84472a75fa4

Make set-magic handle vstrings properly
Father Chrysostomos 6 files changed, 23 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/ff44333e5a9d9dca

t/op/array.t: remove ‘no warnings "deprecated"’
Father Chrysostomos 1 file changed, 0 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f4245ada08d64d9a

[perl #117223] Remove IO::File example from perlfunc
Ed Avis 2 files changed, 28 insertions(+), 38 deletions(
http://perl5.git.perl.org/perl.git/commit/1578dcc9a6e07f85

ParseXS: generate deterministically ordered output
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1e09c024f72e851e

ExtUtils::Embed::canon needs to *globally* substitute / for $as
Nicholas Clark 2 files changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1eb538361b7dacd6

Threading 5.005 style is no longer supported
H.Merijn Brand 1 file changed, 7 insertions(+), 17 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5ff367e3adebb498

perlexperiment: Sun Studio on Linux: not experimental
Ricardo Signes 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6d4a229953c4bfc4

perlexperiment: the M flag is not a useful thing to point out
Ricardo Signes 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b83a2984489da591

Fix file_name_is_absolute on VMS for device without a directory.
Craig A. Berry 2 files changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fc827b9c4e5510a7

Sync the Storable version in Maintainers.pl with CPAN version
Chris 'BinGOs' Williams 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8371a44dad2a56f8

mention that caller() does not show XSUBs
Daniel Dragan 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1d56df500dec0bf9

perldelta: appease podcheck; tweak formatting
Father Chrysostomos 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/66d813ca37e809ee

perldelta for #118839/bf2614180a65
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/81ca6d444ce24ddd

perldelta for #118567/50278ed0f
Father Chrysostomos 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/93c1eebbfff4f62d

perldelta for #89648/b23eb1831
Father Chrysostomos 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e727f86abeb67e49

perldelta for #118627/4e917a04b78
Father Chrysostomos 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/02bef66e81596f05

perldelta for f791a21a2018
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/57ae4db84e49c8d6

perldiag: rewrap an entry for better splain output
Father Chrysostomos 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e4d150f17a54a8ff

perldelta for b54d603d2 (consistent proto warnings)
Father Chrysostomos 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1310e59048aba1c7

perldelta for a77c16f7c (*foo->bar)
Father Chrysostomos 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7f1d4316ed705019

perldelta for #113932 (UNIVERSAL::can)
Father Chrysostomos 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b5a80c2664460130

perldelta for #117917/f5df269c5c
Father Chrysostomos 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/47a7c93d355fc801

perldelta for fdf416b69a0 (utf8 cloned protos)
Father Chrysostomos 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/558673e6bc37e199

perldelta for 9700e2d38 (ambiguity warnings)
Father Chrysostomos 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7395119525acc2e0

perldelta for e9d9e6f34 (list cx for sort args)
Father Chrysostomos 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7e4f209b3aa7a41f

perldelta for f65493df1c (lv sort args)
Father Chrysostomos 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f6b1d2f55451df80

perldelta for 20d5dc239 (fatal in-place sort)
Father Chrysostomos 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/71b4007cf24edb6e

perldelta for bdbfc51a7b (undef constant my sub)
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/07a522a526321341

perldelta for 5e5128ba (@INC and scalarref docs)
Father Chrysostomos 1 file changed, 12 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/989e4501b070a452

perldelta for ee3818ca2c5e (Can’t coerce readonly REF)
Father Chrysostomos 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bfb4a93c2cc1dd3a

perldelta for c72a4eedf (sv_force_normal at compile time)
Father Chrysostomos 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b7bbd8b6c39172bf

perldelta for 9657ccb4f (@INC sub returning scalar ref)
Father Chrysostomos 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8be8cdec21eb9c19

perldelta: typos; consistency tweaks
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/52c411a5add10c8b

perldelta for 310f4fdb24 (more index constant mangling)
Father Chrysostomos 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5e0164b286d61269

perldelta for 948d23704 (index constant mangling)
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e11f653d34b4ff4b

perldelta for 60041a0991 (split constant mangling)
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0b023496c3c6ba50

perldelta for proto parsing changes
Father Chrysostomos 1 file changed, 14 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ba90f48b375eac90

perldelta for 8922e438 (BmRARE/PREVIOUS removal)
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aaf547722abf1a5f

perldelta for #118305/88dbe4a
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/81d3ed5a0fa49c09

Wrap a long verbatim line in perlvar.pod
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6d3f582d7a5b9109

[perl #118839] Make ‘n’ debugger cmd respect lv subs
Father Chrysostomos 4 files changed, 25 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/bf2614180a655fad

perl5db.pl: Remove obsolete comment
Father Chrysostomos 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c4a26ef3f3202121

todo.pod: Don’t mention ‘make test.taintwarn’
Father Chrysostomos 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/82046965c60ae9cb

todo.pod: Class set regexp operations are done
Father Chrysostomos 1 file changed, 0 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/094fef224b8ab1b3

Edit ChangeLog, Bump VERSION before rebase/release
Abhijit Menon-Sen 2 files changed, 11 insertions(+), 21 deletions(
http://perl5.git.perl.org/perl.git/commit/76b97db53754383a

Tweak the new Storable destroy test, and the ChangeLog
Nicholas Clark 2 files changed, 5 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3c1b273b7ca4f7e3

[perl #118139] Storable 2.42 - die in global destruction
Reini Urban 4 files changed, 44 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/f17010dab44137f3

Use magic rather than DESTROY to free memory in Storable's context.
Nicholas Clark 1 file changed, 50 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/9f49f5e94687bc5f

Restore Storable support for 5.005 and (astoundingly) 5.004
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/81447963ebe01605

Merge the refactoring of the Makefile install targets into blead.
Nicholas Clark 2 parents
http://perl5.git.perl.org/perl.git/commit/1927e203ff157957

Don't call CPAN to install any "extra" modules for the install-notify target
Nicholas Clark 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3a03112500788fd8

Inline the Makefile rule for extra.install into all 6 targets which use it.
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d618fe714273452c

Refactor Makefile.SH to generate the install-* targets in a loop.
Nicholas Clark 1 file changed, 14 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/07f58f840247dc1b

In Makefile.SH, use the long names for options passed to install{perl,man}
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/97f2b15752001f1c

Refactor the Makefile so that the install target depends on install-all.
Nicholas Clark 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6784814bae49a9e0

Merge installperl and installman refactoring to blead.
Nicholas Clark 2 parents
http://perl5.git.perl.org/perl.git/commit/c72cb6ab5d35e3fb

Document installperl and installman refactoring in perldelta.pod
Nicholas Clark 1 file changed, 26 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e38fc308c4911dd6

Add a no-op option --strip to installman.
Nicholas Clark 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8cef6e50d7e4e0d0

Refactor installman's option handling to use Getopt::Long's "multiple names"
Nicholas Clark 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bbb454562ee7ec7c

Convert installperl to use Getopt::Long.
Nicholas Clark 1 file changed, 24 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/3f7e1bf8b573541d

In installperl rename $opt{dostrip} to $opt{strip}.
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4609f84fc954f9ef

In installperl, record the state of options in %opts instead of lexicals.
Nicholas Clark 1 file changed, 17 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/c164bd944ffd768f

In installperl, invert the sense of the variable used for the -o option.
Nicholas Clark 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/570f643f365e92af

Remove dead code from installperl, related to a 5.000->5.001 change.
Nicholas Clark 1 file changed, 0 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/236818e0b9d9fe87

Generate Errno and Pod::Functions with deterministic order.
Nicholas Clark 2 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/be544edcaf8e3776

[perl #118567] Add a warning for prototypes if a missing
Peter Martini 3 files changed, 23 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/50278ed0ff8eeb37

diagnostics.t: Adjust tests
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/80f78131dd304838

perlvar: Don’t mention dev version
Father Chrysostomos 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/32e006acda977717

checkAUTHORS.pl: Add alt addr for Kent Fredric
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/31a15f3623c7573e

pod/perl5180delta.pod: Clarify %ENV Changes
Kent Fredric 1 file changed, 10 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f2b5863754020959

pod/perlvar.pod: Document changes to %ENV
Kent Fredric 1 file changed, 21 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a5effbbc577ce192

diag.t: Handle ckWARN2reg_d properly
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0008e9272b6c09eb

Move folding rules warning from 'D' to 'S'.
James E Keenan 1 file changed, 4 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6014bd264e4e1253

[perl #89648] Remove ‘Perl folding rules...’ from dep cat
Father Chrysostomos 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b23eb183132149ee

Revert "[perl #118525] Return B::HEK for B::CV::GV of lexical subs"
Father Chrysostomos 2 files changed, 1 insertion(+), 66 deletions(-)
http://perl5.git.perl.org/perl.git/commit/428744c7579851dd

Revert "Allow => to quote built-in keywords across lines"
Father Chrysostomos 5 files changed, 17 insertions(+), 40 deletions(
http://perl5.git.perl.org/perl.git/commit/c3eee33ff6b20f87

[perl #118525] Return B::HEK for B::CV::GV of lexical subs
Reini Urban 2 files changed, 66 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8748370e90a24f39

[perl #118857] Test punct vars’ exemption from ‘once’ warnings
Father Chrysostomos 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0d974c9d49eeff5a

[perl #113932] Make UNIVERSAL::can("STDOUT"...) work
Father Chrysostomos 2 files changed, 4 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2bde9ae6d41328ef

perldiag: reflow an entry for better splain output
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/db20b64061eaaded

Allow => to quote built-in keywords across lines
Father Chrysostomos 5 files changed, 40 insertions(+), 17 deletions(
http://perl5.git.perl.org/perl.git/commit/5969c5766a5d3f6b

t/base/lex.t: Test pyoq with comment before delim
Father Chrysostomos 1 file changed, 44 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8b12970a83017bad

Current branch maint-5.18
1 commit. 1 unique author. 1 unique committer.
2 files changed, 8 insertions(+), 10 deletions(-)
Net code removal: Karl Williamson (2 lines)
Thanks, applied: David Mitchell (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/0ec7dc753859025f.tar.gz

Fix regex seqfault 5.18 regression
Karl Williamson 2 files changed, 8 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/0ec7dc753859025f

Current branch rjbs/perlopentut
1 commit. 1 unique author. 1 unique committer.
1 file changed, 18 insertions(+), 19 deletions(-)
Net code removal: James E Keenan (1 line)
Thanks, applied: Ricardo Signes (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/0a472ec3976bab20.tar.gz

perlopentut: Spelling and stylistic improvements only.
James E Keenan 1 file changed, 18 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/0a472ec3976bab20

Current branch smoke-me/nicholas/rt-65838-fixup
1 commit. 1 unique author. 1 unique committer.
183 files changed, 7975 insertions(+), 6963 deletions(-)

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

Avoid read-after-free in S_scan_heredoc() if the terminator line has no "\n"
Nicholas Clark 2 files changed, 18 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/0543dd181ebd1c97

Current branch smoke-me/no-LDLIBPTH-for-CC
1 commit. 1 unique author. 1 unique committer.
2461 files changed, 222963 insertions(+), 256529 deletions(-)

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

No need to prefix the $(CC) invocation that links miniperl with $(LDLIBPTH).
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d18d9e4686db9938

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

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

Allow => to quote built-in keywords across lines
Father Chrysostomos 5 files changed, 46 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/85625573bc3002a0

New branch smoke-me/nicholas/installlib
4 commits. 1 unique author. 1 unique committer.
Net code removal: Nicholas Clark (14 lines)

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

install_lib.pl's samepath() should not warn if $p1 does not exist.
Nicholas Clark 1 file changed, 9 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0f36fc412370ff76

In install_lib.pl, no need to Config->import for the relocatableinc setup.
Nicholas Clark 3 files changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/878cd57953f4ed77

Move the wrapper for File::Path::mkpath() to install_lib.pl
Nicholas Clark 3 files changed, 15 insertions(+), 17 deletions(
http://perl5.git.perl.org/perl.git/commit/11e8d1cbbbe6f642

Move {safe_,}rename() from install{man,perl} into install_lib.pl
Nicholas Clark 3 files changed, 15 insertions(+), 29 deletions(
http://perl5.git.perl.org/perl.git/commit/f668857ee23a9bdf

New branch smoke-me/nicholas/run_multiple_progs
6 commits. 1 unique author. 1 unique committer.

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

Report useful file names and line numbers from run_multiple_progs().
Nicholas Clark 1 file changed, 48 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/e1fc6a2e4ca24225

Remove a duplicate test separator "########\n" line from the pp_sys tests.
Nicholas Clark 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7b58a969df4817e9

Merge the file parsing code for run_multiple_progs() into _setup_one_file().
Nicholas Clark 1 file changed, 13 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5c54c12062713e20

Move file parsing code from t/lib/common.pl to t/test.pl
Nicholas Clark 2 files changed, 41 insertions(+), 36 deletions(
http://perl5.git.perl.org/perl.git/commit/c868df68411cfbaa

Refactor the setup code in t/lib/common.pl
Nicholas Clark 1 file changed, 23 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/46bbe6ebdaf0307d

lib/warnings.t should actually run the test in t/lib/warnings/doop
Nicholas Clark 2 files changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/07772745b13a4781

New branch smoke-me/tonyc/revert-croak_memory_wrap
1 commit. 1 unique author. 1 unique committer.

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

Revert "Remove the non-inline function S_croak_memory_wrap from inline.h."
Tony Cook 7 files changed, 28 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/28fbb451174e1613

Deleted branch smoke-me/Makefile-norecurse

Deleted branch smoke-me/jkeenan/fh-convert

Deleted branch smoke-me/khw-asan

Deleted branch smoke-me/khw-locale

Deleted branch smoke-me/nicholas/deterministic-Errno-and-Pod_Functions

Deleted branch tonyc/save-more-errno
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
20 commits. 11 unique authors. 8 unique committers.
46 files changed, 382 insertions(+), 312 deletions(-)
Net code removal: David Mitchell (79 lines) Craig A. Berry (27 lines)
Tony Cook (2 lines)
Thanks, applied: Father Chrysostomos (2) Tony Cook (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/9eba9e102c2f8c2e.tar.gz

Benchmark.t: remove CPU-speed-sensitive test
David Mitchell 1 file changed, 1 insertion(+), 80 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9eba9e102c2f8c2e

more op_folded support: B, dump
Reini Urban 2 files changed, 26 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3164fde474d170d0

Add Niels Thykier to AUTHORS
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/51a35dd77045e0b4

op.c: Add op_folded to BASEOP
Niels Thykier 3 files changed, 16 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/3513c7400a8b4d83

toke.c:yylex: assert that PL_linestr is not a COW
Father Chrysostomos 1 file changed, 45 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2cc6fe62efccaf47

sv.c: Assert that sv_[ivp]v are not passed aggregates
Father Chrysostomos 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/217f6fa330a187be

locale.c: Add missing STATIC to fcn decl
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/637917bb2be52531

Move some tests from cpan/version to t/run
Karl Williamson 2 files changed, 39 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/02aba72f9af3ac17

cpan/version/t/07locale.t: Actually test what is claimed
Karl Williamson 1 file changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3fca3d61b552b8da

sv.h: Comments added/typo fixed.
Karl Williamson 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1078c6a2c81c4b65

perldelta: minor grammar fixes
Ricardo Signes 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/56e1cca174a06a1b

remove some instruction bloat in S_find_uninit_var
Daniel Dragan 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/851ffa6e66f5cbb2

handle multiple children exiting in perlipc example
Tony Cook 1 file changed, 4 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fd4402024b24e293

pod2html output concerns
Tony Cook 15 files changed, 19 insertions(+), 21 deletions
http://perl5.git.perl.org/perl.git/commit/e6afd14589235a50

Remove 5.005 thread support from configure.com.
Craig A. Berry 1 file changed, 13 insertions(+), 40 deletions(-
http://perl5.git.perl.org/perl.git/commit/0f7b1033a099b6b5

Update Parse-CPAN-Meta to CPAN version 1.4405
Chris 'BinGOs' Williams 10 files changed, 131 insertions(+), 108 deletio
http://perl5.git.perl.org/perl.git/commit/342e471005ed70e1

bisect.pl now accepts repeated -e options, just like perl.
Nicholas Clark 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dd686e5619f8ad9e

perldelta for =>
Father Chrysostomos 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/467582e8e8af9e7a

Allow => to quote built-in keywords across lines
Father Chrysostomos 5 files changed, 46 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/21791330af556dc0

ignore the build product lib/version.pod
Tony Cook 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/79abde3aeeb4da10

Current branch smoke-me/no-LDLIBPTH-for-CC
1 commit. 1 unique author. 1 unique committer.
80 files changed, 3595 insertions(+), 3270 deletions(-)

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

XXX fix this commit message
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/89f50416b01f9431

Current branch sprout/avnull
1 commit. 1 unique author. 1 unique committer.
180 files changed, 7691 insertions(+), 6900 deletions(-)
Net code removal: Father Chrysostomos (1 line)

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

WIP - make AVs use NULL for empty slots
Father Chrysostomos 5 files changed, 44 insertions(+), 45 deletions(
http://perl5.git.perl.org/perl.git/commit/ae964fc064815f18

New branch smoke-me/khw-locale
5 commits. 1 unique author. 1 unique committer.

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

Move some tests from cpan/version to t/run
Karl Williamson 2 files changed, 39 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/a3d87184c1dce3c3

cpan/version/t/07locale.t: Actually test what is claimed
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/31d417b4ce140225

More changes to perllocale and POSIX.pod setlocale
Karl Williamson 2 files changed, 21 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/2252b3ce72ec192f

Assume UTF-8 locale if that string occurs anywhere in name
Karl Williamson 1 file changed, 23 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/b4cab9c5e3ee5540

sv.h: Add comment
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/39ced096318c9aba

New branch smoke-me/nicholas/regen
2 commits. 1 unique author. 1 unique committer.

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

Refactor t/porting/regen.t to check everything (and the return values!).
Nicholas Clark 2 files changed, 42 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/d2252d8f0bf2fd28

Syntax check regen/uconfig_h.pl using t/porting/utils.t
Nicholas Clark 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a78f953fb604e1f9

New branch sprout/negdefelem118691
2 commits. 1 unique author. 1 unique committer.

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

[perl #118691] with targoff union
Father Chrysostomos 4 files changed, 44 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/3361c5f90cc05b1e

Allow => to quote built-in keywords across lines
Father Chrysostomos 5 files changed, 46 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/4b7d5345869e2067

New branch tonyc/builtin_rng
5 commits. 1 unique author. 1 unique committer.
Thanks, applied: Tony Cook (5)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/c31645bebf97dd06.tar.gz

fix check so it works with system RNG
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c31645bebf97dd06

Add drand48 implementation from FreeBSD
Yves Orton 6 files changed, 116 insertions(+), 20 deletions
http://perl5.git.perl.org/perl.git/commit/c8ab7f22f384821f

Enable WellRNG 512A (for testing)
Yves Orton 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b0bbe0ec60baa292

Add support for WellRNG 512a
Yves Orton 5 files changed, 111 insertions(+), 2 deletions(
http://perl5.git.perl.org/perl.git/commit/9411ec1862dcd271

Add support for using Tiny MT, a 128 bit state RNG
Yves Orton 9 files changed, 203 insertions(+), 12 deletions
http://perl5.git.perl.org/perl.git/commit/050b114ba43bd72c

Deleted branch smoke-me/fatarrow
Re: Perl 5 Commit Summary [ In reply to ]
On Sat, 07 Sep 2013 03:08:08 +0200, Perl 5 commit summary
<nick@ccl4.org> wrote:

> Remove Configure hints for the old AT&T 3b1.
> Andy Dougherty 5 files changed, 33 insertions(+), 116 deletions
> http://perl5.git.perl.org/perl.git/commit/7b0e9f133bcaadc6

Does AIX-3 also fall in the chainsaw possibilities?

--
H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/
using perl5.00307 .. 5.19 porting perl5 on HP-UX, AIX, and openSUSE
http://mirrors.develooper.com/hpux/ http://www.test-smoke.org/
http://qa.perl.org http://www.goldmark.org/jeff/stupid-disclaimers/
Re: Perl 5 Commit Summary [ In reply to ]
On Sat, Sep 07, 2013 at 03:52:41PM +0200, H.Merijn Brand wrote:
> On Sat, 07 Sep 2013 03:08:08 +0200, Perl 5 commit summary
> <nick@ccl4.org> wrote:
>
> > Remove Configure hints for the old AT&T 3b1.
> > Andy Dougherty 5 files changed, 33 insertions(+), 116 deletions
> > http://perl5.git.perl.org/perl.git/commit/7b0e9f133bcaadc6
>
> Does AIX-3 also fall in the chainsaw possibilities?

Aside from 353 lines of self contained hints file:

$ wc -l hints/aix_3.sh
353 hints/aix_3.sh

is there anything else that killing AIX-3 simplifies?

I'm curious

1) How long ago was its End Of Life?
2) Did it ever have an ANSI C compiler?

(Google suggests that the answer to the second question is "yes", in that
there are references to GCC version triples such as powerpc-ibm-aix3.2.5 and
rs6000-ibm-aix3.2.5)

Nicholas Clark

1 ... 10 11 12 13 14 15 16 17 18  View All