Front page | perl.perl5.porters |
Postings from August 2012
Perl 5 Commit Summary
Thread Next
From:
Perl 5 commit summary
Date:
August 21, 2012 18:14
Subject:
Perl 5 Commit Summary
Message ID:
E1T3zWM-0007bb-0Y@dromedary.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday
Current branch blead
61 commits. 11 unique authors. 9 unique committers.
150 files changed, 3001 insertions(+), 1623 deletions(-)
Net code removal: Karl Williamson (2 lines) David Mitchell (1 line)
Thanks, applied: Father Chrysostomos (4) Andy Dougherty (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/422d49eaf434b358.tar.gz
[Merge] Enter inline.h
Father Chrysostomos 2 parents
http://perl5.git.perl.org/perl.git/commit/422d49eaf434b358
Move S_CvDEPTHp from cv.h to inline.h; shrink macros
Father Chrysostomos 2 files changed, 12 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/1afe1db112afcab7
Static inline functions for SvPADTMP and SvPADSTALE
Father Chrysostomos 3 files changed, 44 insertions(+), 48 deletions(
http://perl5.git.perl.org/perl.git/commit/541377b1bd73cdee
Use fast SvREFCNT_dec for non-GCC
Father Chrysostomos 2 files changed, 13 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/75e16a44f58a9b54
Use static inline functions for SvREFCNT_inc
Father Chrysostomos 2 files changed, 26 insertions(+), 36 deletions(
http://perl5.git.perl.org/perl.git/commit/27669aa412f62d99
[perl #113718] Add inline.h
Father Chrysostomos 3 files changed, 17 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/25468daabce05c6c
Sync Module-CoreList in Maintainers.pl for CPAN release
Chris 'BinGOs' Williams 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3e8f87004884b2ca
Update Changes fr Module-CoreList and bump to version 2.72
Chris 'BinGOs' Williams 2 files changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/644f7c9e543ce26b
[Merge] Here-doc parsing
Father Chrysostomos 2 parents
http://perl5.git.perl.org/perl.git/commit/be4362b774f7b2ce
perlop.pod: Update here-doc-in-quotes parsing rules
Father Chrysostomos 1 file changed, 7 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1bf4876033f9a2a0
smoke-me diag
Father Chrysostomos 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/372a31d8f53707bc
toke.c:scan_heredoc: Use PL_tokenbuf less
Father Chrysostomos 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5bd13da38ce1da80
Fix substitution in substitution pattern
Father Chrysostomos 3 files changed, 15 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/7cc341114c447643
Fix here-docs in nested quote-like operators
Father Chrysostomos 3 files changed, 79 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/99bd9d90ba564085
Don’t use strchr when scanning for newline after <<foo
Father Chrysostomos 2 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/62abd0d789549020
[perl #65838] perlop: remove caveat here-doc without newline
David Nicol 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f35fca8637587670
here-doc in quotes in multiline s//.../e in eval
Father Chrysostomos 3 files changed, 16 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/043cc6c601c03ac1
heredoc after "" in s/// in eval
Father Chrysostomos 2 files changed, 12 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/565b52dfca437546
toke.c:S_scan_heredoc: Add comment about <<\FOO
David Nicol 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/458391bde9932f85
[perl #65838] Allow here-doc with no final newline
Father Chrysostomos 2 files changed, 17 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/112d128413206514
heredoc.t: Suppress deprecation warnings
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3f29db7f4d1529dc
Clean up heredoc.t
Michael G. Schwern 2 files changed, 57 insertions(+), 48 deletions(
http://perl5.git.perl.org/perl.git/commit/c49688b01872b2b0
[perl #65838] Tests for here-docs without final newlines
David Nicol 2 files changed, 59 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/c8e9f72fa069d008
[perl #114040] Parse here-docs correctly in quoted constructs
Father Chrysostomos 2 files changed, 62 insertions(+), 25 deletions(
http://perl5.git.perl.org/perl.git/commit/5097bf9b8df11443
[perl #70836] Fix err msg for unterminated here-doc in eval
Father Chrysostomos 2 files changed, 15 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/5af08aedbe30651c
Increase $Module::CoreList::TieHashDelta::VERSION to 2.72
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e07d7e14bdcbce2e
[rt.cpan.org #79109] Avoid each $scalar in TieHashDelta.pm
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/711703f98ce5169b
utf8 pos cache: always keep most recent value
David Mitchell 2 files changed, 29 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/88621eaff54e5f5e
Restore MANIFEST entry for Module::CoreList, sync with CPAN version
Chris 'BinGOs' Williams 2 files changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2c46c0863b19def8
Consistent unixy path handling in File::Find::_find_opt.
Craig A. Berry 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2aa840f65c22a733
Implement name change in POD example; Chris Waggoner++.
jkeenan 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9567c12e7c38dff5
RMG - update commit reference for version bump change
Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/eb92badec069d204
Bump version to 5.17.4
Steve Hay 22 files changed, 146 insertions(+), 146 deletio
http://perl5.git.perl.org/perl.git/commit/f6b0fd83fc865065
RMG - update commit reference for new perldelta change
Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b6bac75da7a108a6
Make new perldelta for 5.17.4
Steve Hay 10 files changed, 765 insertions(+), 377 deletio
http://perl5.git.perl.org/perl.git/commit/916c45d971c473a7
Undo VERSION bump for undone code
Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/707fe569d22afb88
Correct announcement date for 5.17.2's epigraph
Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3d76f9622da6911a
Add epigraph for 5.17.3
Steve Hay 1 file changed, 40 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4079ea878e5f6e8c
Merge branch 'release-5.17.3' into blead
Steve Hay 2 parents
http://perl5.git.perl.org/perl.git/commit/f94e08e7193c1b95
Add the new smoke report test site
H.Merijn Brand 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c840542b84503aee
Fix Module::CoreList test - TieHashDelta is to be expected too now
Steve Hay 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/288edf55c8e815a2
Add 5.17.3 to perlhist
Steve Hay 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8047cbe154f7267c
Upgrade Module-CoreList to 2.71
Steve Hay 5 files changed, 133 insertions(+), 5 deletions(
http://perl5.git.perl.org/perl.git/commit/752b56161c653f71
fix accidentally modified comment
Jesse Luehrs 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/78ed4cf4d6fe89de
perldelta - finalize with acknowledgements for 5.17.3
Steve Hay 1 file changed, 25 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/05bee12a1f017a9b
perldelta - Fix unescaped <>
Steve Hay 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/125408e125aa91af
Update RMG - note sync-with-cpan is untested on Windows
Steve Hay 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0b7399e1b614f554
perldelta - Remove XXX sections ready for 5.17.3 release
Steve Hay 1 file changed, 10 insertions(+), 219 deletions(
http://perl5.git.perl.org/perl.git/commit/afb4252b324d5efd
Upgrade to Sys-Syslog-0.31
Steve Hay 8 files changed, 236 insertions(+), 18 deletions
http://perl5.git.perl.org/perl.git/commit/0374b0a2a50c6e91
Corrections to Maintainers.pl and perldelta.pod for Text-Tabs+Wrap
Steve Hay 2 files changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ab2a3ce27dfc9119
Upgrade to Text-Tabs+Wrap-2012.0818
Steve Hay 10 files changed, 489 insertions(+), 43 deletion
http://perl5.git.perl.org/perl.git/commit/e7b92d54220380e7
Upgrade Module-Metadata to 1.000011
Steve Hay 9 files changed, 211 insertions(+), 52 deletions
http://perl5.git.perl.org/perl.git/commit/61bfcae1742705b6
Upgrade Module-Build to 0.4003
Steve Hay 30 files changed, 37 insertions(+), 33 deletions
http://perl5.git.perl.org/perl.git/commit/64b0d2b9435a25fd
Omnibus removal of register declarations
Karl Williamson 47 files changed, 637 insertions(+), 639 deletio
http://perl5.git.perl.org/perl.git/commit/eb578fdb5569b91c
Tweaks to RMG
Steve Hay 1 file changed, 3 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/29205e9cdf0a179e
Don't use /dev/tty if it happens to exist on Windows
Steve Hay 2 files changed, 8 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4cc026083a62a3e6
We don't support compilers other than MS VC++ and MinGW/gcc on Windows
Steve Hay 4 files changed, 7 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/4eab039da16f1fc2
Remove two unused #defines
Steve Hay 1 file changed, 0 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/955420131882fde0
We don't support MS VC++ < 6.0
Steve Hay 2 files changed, 4 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/70764c007ceeb334
parser.t: Correct test count
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d1790986d15fcf8b
sv.h: Don’t repeat _XPV_HEAD
Father Chrysostomos 2 files changed, 9 insertions(+), 21 deletions(-
http://perl5.git.perl.org/perl.git/commit/501ba30262773334
Current branch sprout/inline
5 commits. 1 unique author. 1 unique committer.
60 files changed, 815 insertions(+), 826 deletions(-)
Net code removal: Father Chrysostomos (4 lines)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/1845f04276293a0f.tar.gz
Move S_CvDEPTHp from cv.h to inline.h; shrink macros
Father Chrysostomos 2 files changed, 12 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/1845f04276293a0f
Static inline functions for SvPADTMP and SvPADSTALE
Father Chrysostomos 3 files changed, 44 insertions(+), 48 deletions(
http://perl5.git.perl.org/perl.git/commit/3a81dc4c0baaf2ef
Use fast SvREFCNT_dec for non-GCC
Father Chrysostomos 2 files changed, 13 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/dfcd9843da4f2fe7
Use static inline functions for SvREFCNT_inc
Father Chrysostomos 2 files changed, 26 insertions(+), 36 deletions(
http://perl5.git.perl.org/perl.git/commit/ea9a32058a1bf26f
[perl #113718] Add inline.h
Father Chrysostomos 3 files changed, 17 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/e3ca0488c737154b
Current branch sprout/padlist
10 commits. 1 unique author. 1 unique committer.
66 files changed, 867 insertions(+), 786 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/108780ea3e4ef63e.tar.gz
pad.c: CvPADLIST docs: one more thing
Father Chrysostomos 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/108780ea3e4ef63e
pad.c: Use PAD_ARRAY rather than AvARRAY in curpad docs
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8294ccca0ffb35bf
Use new types for comppad and comppad_name
Father Chrysostomos 2 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9a6bc3e8fbe35037
pad.c: CvPADLIST doc update
Father Chrysostomos 1 file changed, 19 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/90e6688b30e56bf4
More PAD APIs
Father Chrysostomos 4 files changed, 87 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/662ac2917342b5e2
Fix format closure bug with redefined outer sub
Father Chrysostomos 11 files changed, 46 insertions(+), 22 deletions
http://perl5.git.perl.org/perl.git/commit/8e178a7c9f9e909b
Increase $B::Xref::VERSION from 1.03 to 1.04
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0eef5b33684cf212
Stop padlists from being AVs
Father Chrysostomos 13 files changed, 253 insertions(+), 105 deletio
http://perl5.git.perl.org/perl.git/commit/b79265dd19afd0da
Use PADLIST in more places
Father Chrysostomos 10 files changed, 21 insertions(+), 18 deletions
http://perl5.git.perl.org/perl.git/commit/5531463a263a3d28
Move PAD(LIST) typedefs to perl.h
Father Chrysostomos 2 files changed, 5 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/99daed539cbd769a
New branch smoke-me/dynaloader_silence_xs_warning2
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/cc607f3f5faec13f.tar.gz
Silence ParseXS warning about abusing the CODE section
Steffen Mueller 8 files changed, 79 insertions(+), 62 deletions(
http://perl5.git.perl.org/perl.git/commit/cc607f3f5faec13f
New branch smoke-me/khw-regex
6 commits. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/0e0940ce686e1899.tar.gz
Comment out unused function
Karl Williamson 7 files changed, 4 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/0e0940ce686e1899
utf8.c: Speed up \X processing of Korean
Karl Williamson 2 files changed, 49 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/d7401d3f2294ad8a
regex: Speed up \X processing
Karl Williamson 2 files changed, 36 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/d75adea0f9917ded
regcomp.c: Make _invlist_len() externally callable
Karl Williamson 4 files changed, 18 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/b53f925f65286cae
Speed up \X regex matching
Karl Williamson 3 files changed, 55 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/700f30262e9c4f6f
mktables: Fix bug when deleting final range
Karl Williamson 1 file changed, 11 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0e65a184a708eba5
New branch smoke-me/leont/safe-utf8
5 commits. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/2c6f48dedc3f9100.tar.gz
Ignore t/porting/diag.t for :utf8
Leon Timmermans 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2c6f48dedc3f9100
Made :utf8 an actual layer
Leon Timmermans 13 files changed, 390 insertions(+), 110 deletio
http://perl5.git.perl.org/perl.git/commit/366038171659986e
Make :bytes actually pop off non-byte layers
Leon Timmermans 2 files changed, 28 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/345ea1cba28cfec0
Simplified PerlIO layer lookup somewhat
Leon Timmermans 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/db99e0d36c6687ad
Deprecate PERLIO_K_DUMMY as it doesn't do anything
Leon Timmermans 2 files changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/26c0a562ed1f2b59
Deleted branch smoke-me/dynaloader_silence_xs_warning
Deleted branch smoke-me/khw-register
Deleted branch sprout/xpvcuru
Thread Next