Front page | perl.perl5.porters |
Postings from June 2013
Perl 5 Commit Summary
Thread Previous
From:
Perl 5 commit summary
Date:
June 5, 2013 01:14
Subject:
Perl 5 Commit Summary
Message ID:
E1Uk2Iq-0006rS-PQ@dromedary-001.ams6.corp.booking.com
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
Thread Previous