Front page | perl.perl5.porters |
Postings from December 2013
Perl 5 Commit Summary
Thread Next
From:
Perl 5 commit summary
Date:
December 25, 2013 02:14
Subject:
Perl 5 Commit Summary
Message ID:
E1Vvdz6-00019m-5J@dromedary-001.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday
Current branch blead
30 commits. 8 unique authors. 6 unique committers.
49 files changed, 1702 insertions(+), 1829 deletions(-)
Net code removal: Dagfinn Ilmari Mannsåker (256 lines)
Craig A. Berry (97 lines)
Thanks, applied: Father Chrysostomos (5) Ricardo Signes (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/492254706dd070a6.tar.gz
pp_sys.c remove null checks and locality
Daniel Dragan 1 file changed, 7 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/492254706dd070a6
pp_sys.c: More null check removal
Father Chrysostomos 1 file changed, 1 insertion(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5805b5855c54176d
Interpret do CORE() as do-file
Father Chrysostomos 2 files changed, 12 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ceaf124e025eb0db
Let's be consistent.
Abigail 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5f42d1f26e3387cc
op.c: newLOOPOP: Remove code supporting do-sub
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c96f4d3199da99e6
pp_sys.c: Remove redundant null checks
Father Chrysostomos 1 file changed, 14 insertions(+), 26 deletions(-
http://perl5.git.perl.org/perl.git/commit/8a6c0fcb27512d17
pod/perlunicode: White-space only
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/88af3b939957082f
pp_sys.c: Remove null checks from pp_sockpair
Father Chrysostomos 1 file changed, 5 insertions(+), 15 deletions(-)
http://perl5.git.perl.org/perl.git/commit/49561e08a01a67f5
Rearrange dump.c to organize docs. Add some perlapi docs for debug methods.
Matthew Horsfall 1 file changed, 163 insertions(+), 127 deletions
http://perl5.git.perl.org/perl.git/commit/36b1c95c174efe41
perldelta: Silence podchecker
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6f8f9722376cd832
pp.c: Remove redundant diag_listed_as
Father Chrysostomos 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ac582d8a6eef1209
test various types of SVs with call_sv
Daniel Dragan 3 files changed, 84 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/a85ce6f00e06e5b8
refactor pp_socket, pp_socketpair, pp_bind
Daniel Dragan 1 file changed, 10 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e0b7b5e2d45f1c3a
[perl #115736] fix undocumented param from newATTRSUB_flags
Daniel Dragan 8 files changed, 20 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/e8f91c91cc7c3a4a
Remove support for "do SUBROUTINE(LIST)"
Dagfinn Ilmari Mannsåker 11 files changed, 1047 insertions(+), 1303 delet
http://perl5.git.perl.org/perl.git/commit/8c74b41425572fae
Update Encode to CPAN version 2.56
Chris 'BinGOs' Williams 3 files changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/919ec23b10e41ed5
[perl #119801] Stop @DB::dbline modifications from crashing
Father Chrysostomos 8 files changed, 91 insertions(+), 31 deletions(
http://perl5.git.perl.org/perl.git/commit/c1cec775e9019cc8
perlio.h: Indent nested #if
Karl Williamson 1 file changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bb02e0c10a57ab28
lib/locale.t: Pass AIX failures
Karl Williamson 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/662399e759ec005e
lib/locale.t: Typo in comment
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8321c25f6dc33c2b
perlunicode: Nits
Karl Williamson 2 files changed, 151 insertions(+), 133 deletion
http://perl5.git.perl.org/perl.git/commit/a9130ea99fdac62c
perlunicode: Note Bidi_Class changed in Unicode 6.3
Karl Williamson 1 file changed, 10 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1850f57f068545c6
perluniintro: Nits
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4d2d7a4ce778a4a9
Bump File::Copy to version 2.29.
Craig A. Berry 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7a8a0b0b53636efb
Simplify and clarify VMS specifics in File::Copy.
Craig A. Berry 1 file changed, 19 insertions(+), 33 deletions(-
http://perl5.git.perl.org/perl.git/commit/6865d65a30583594
Revert "Unix compatibility mode" in File::Copy on VMS.
Craig A. Berry 1 file changed, 4 insertions(+), 85 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ad8daf7e3967e541
Fix typo introduced in 4c38808d92b95.
Craig A. Berry 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3f79341b652b57ae
Module-CoreList prepared for v5.19.8
Chris 'BinGOs' Williams 5 files changed, 36 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/365f8c3e9d04802a
CoreList on CPAN is 3.02
Chris 'BinGOs' Williams 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1d4166097dd76bd5
Fix unescaped first character in tovmsspec.
Craig A. Berry 2 files changed, 5 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2e82b6ce46e01245
Current branch maint-5.18
15 commits. 6 unique authors. 2 unique committers.
19 files changed, 408 insertions(+), 199 deletions(-)
Thanks, applied: Ricardo Signes (7)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/4b39663ff1c51c68.tar.gz
add haarg to AUTHORS
Ricardo Signes 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4b39663ff1c51c68
skip RC tags when checking versions diffs
Graham Knop 1 file changed, 8 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9a62b0a909b3df00
bump to RC4
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0aa99522cffbabe4
remove a now-fixed podcheck known problem
Ricardo Signes 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/dc5b02c8f39135c2
perldelta for the rest of the changes since RC3
Ricardo Signes 1 file changed, 42 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e59686afcf45854c
update CoreList for B::Concise update
Ricardo Signes 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cb64a7045243d3dc
bump version on B::Concise
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/82170bc30d00e7c4
Update README copyright to 2013
Smylers 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/810433a7e80181ec
update the super quick patch guide
Ricardo Signes 1 file changed, 173 insertions(+), 186 deletions
http://perl5.git.perl.org/perl.git/commit/5220c8ff6ed30ff0
Restore perlrepository.pod in stub form
Smylers 4 files changed, 24 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/8a795b3e83c9849e
Fix segfault in filehandle duplication
Leon Timmermans 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5f7c362921e5d7cb
Fix buffer overflow with overlong identifiers
Father Chrysostomos 2 files changed, 10 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/4c4a7f8fbcb603c3
Don’t assume targs are contiguous for ‘my $x; my $y’
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b9f50262f24f5649
Unbreak Concise glob output
Father Chrysostomos 2 files changed, 16 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/779a0fdd68e4b21d
Backport Module-CoreList changes for v5.19.7 for sanity
Chris 'BinGOs' Williams 2 files changed, 127 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/4d67a00be54e2633
Current branch smoke-me/khw-locale
2 commits. 1 unique author. 1 unique committer.
1 file changed, 7 insertions(+), 4 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/b057bc8b53a9acd5.tar.gz
lib/locale.t: Pass AIX failures
Karl Williamson 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b057bc8b53a9acd5
lib/locale.t: Typo in comment
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f3140bf1ec5be5c6
New branch smoke-me/jkeenan/pod-html-in-dist
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ddaa4c46962a829c.tar.gz
Move Pod-Html to dist/.
James E Keenan 85 files changed, 6999 insertions(+), 6999 delet
http://perl5.git.perl.org/perl.git/commit/ddaa4c46962a829c
Deleted branch smoke-me/jkeenan/120685-2nd-base
Thread Next