Front page | perl.perl5.porters |
Postings from July 2012
Perl 5 Commit Summary
Thread Previous
From:
Perl 5 commit summary
Date:
July 17, 2012 18:14
Subject:
Perl 5 Commit Summary
Message ID:
E1SrIq7-0002Yt-Io@dromedary.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday
Current branch blead
24 commits. 5 unique authors. 3 unique committers.
49 files changed, 998 insertions(+), 1017 deletions(-)
Net code removal: Father Chrysostomos (119 lines)
Chip Salzenberg (43 lines)
Thanks, applied: Father Chrysostomos (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/4d6399864e7a82ac.tar.gz
sync() on a read-only file handle doesn't work on cygwin either
Tony Cook 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4d6399864e7a82ac
perldelta description of magic flags patch
Chip Salzenberg 1 file changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/16e4fcbf9950072f
mark blead-only modifications of Compress::Raw::{Bzip2,Zlib} with version bu
Chip Salzenberg 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a3314d5f77f945cb
Magic flags harmonization.
Chip Salzenberg 19 files changed, 486 insertions(+), 538 deletio
http://perl5.git.perl.org/perl.git/commit/4bac9ae47b5ad784
perldelta updates
Father Chrysostomos 1 file changed, 27 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b8a55fe78ae4ecc0
dump.c: Dump op->op_s(labbed|avefree)
Father Chrysostomos 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6e22b38560ae8c2f
Remove op_latefree(d)
Father Chrysostomos 4 files changed, 4 insertions(+), 150 deletions(
http://perl5.git.perl.org/perl.git/commit/571a568a1025d5e9
perly.y: Remove use of latefree from package foo {}
Father Chrysostomos 4 files changed, 183 insertions(+), 201 deletion
http://perl5.git.perl.org/perl.git/commit/c55d2e076a02daf6
op.c: ck_grep does not need to call listkids
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/09fe0e743e813022
op.c: ck_fun does not need to call LINKLIST
Father Chrysostomos 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b159ff9f9ce0601c
op.c:ck_grep: Remove unnecessary op_next assignments
Father Chrysostomos 1 file changed, 3 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2471236a3637cfe3
op.c: ck_grep does not need to check num of args
Father Chrysostomos 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c087f08cbf44e0e4
pp_hot.c: Mention that pp_grepstart calls pp_pushmark
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5d8673bca0104a9e
Simplify ck_grep
Father Chrysostomos 4 files changed, 22 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/152e8a12bd1ba6c9
op.c: Further simplify ck_sort
Father Chrysostomos 1 file changed, 3 insertions(+), 18 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c650d6974333f05d
Upgrade Socket to 2.002
Tony Cook 7 files changed, 158 insertions(+), 23 deletions
http://perl5.git.perl.org/perl.git/commit/3be135d8cfe01725
op.c: Consistent tweak; podchecker complaints
Father Chrysostomos 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/70c45be378969279
Update perlop's bignum modules list.
Shlomi Fish 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b0c35ecd4ba4b021
op.c: Missing line break
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/08fdcd99d1967d0b
Disentangle ck_sort and grep
Father Chrysostomos 1 file changed, 16 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/354dd559d99d0808
[perl #113710] Make __SUB__ work in sort block
Father Chrysostomos 4 files changed, 44 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/d7ab38e86270ebb4
fix RT#114068 optimizer handles MEOL in middle of pattern improperly
Yves Orton 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ac7af3f615eb56bd
[perl #113576] Restore err msg for &{+undef}
Father Chrysostomos 3 files changed, 15 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/79a3e5ea36208f2f
[perl #113470] Constant folding for pack
Father Chrysostomos 4 files changed, 20 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/dd9a6ccfcb1b5e26
New branch smoke-me/khw-super
8 commits. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/f6333f5d22691b99.tar.gz
Only generate above-Uni warning for \p{}, \P{}
Karl Williamson 7 files changed, 329 insertions(+), 26 deletions
http://perl5.git.perl.org/perl.git/commit/f6333f5d22691b99
regcomp.c: Convert boolean variable from a UV
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/423124f61ddaa00a
utf8.c: Create API so internals can be hidden
Karl Williamson 5 files changed, 23 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/37cbb02ae31fa64e
regcomp.c: Update comment to match code; white-space reflow
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5ee865b140860084
perlapi: Clarify hv_fetch() docs
Karl Williamson 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7411af3c0940cbc1
regcomp: Free up bit; downside is makes locale nodes large
Karl Williamson 2 files changed, 22 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/9a5124e6ade78629
regcomp.h: Fix up comment
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/365fe94fda6d844b
regcomp.c: Clarify comments by removing double negatives
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/adb847f5deb6f063
Deleted branch chip/magicflags1
Deleted branch chip/magicflags2
Deleted branch chip/magicflags3
Deleted branch chip/magicflags4
Deleted branch chip/magicflags5
Deleted branch smoke-me/tonyc/Socket-2.002
Deleted branch tonyc/Socket-2.002
Thread Previous