develooper Front page | perl.perl5.porters | Postings from January 2012

Perl 5 Commit Summary

Thread Next
From:
Perl 5 commit summary
Date:
January 11, 2012 12:41
Subject:
Perl 5 Commit Summary
Message ID:
E1Rl4yc-0006jA-8F@dromedary.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday

Current branch blead
29 commits.  8 unique authors.  6 unique committers.
60 files changed, 549 insertions(+), 585 deletions(-)
Net code removal: Chris 'BinGOs' Williams (291 lines) Tom Hukins (4 lines)
Thanks, applied:  Father Chrysostomos (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/a289ef89aea304cd.tar.gz

  [perl #24237] @& should not stop $& from working
  Father Chrysostomos         2 files changed, 18 insertions(+), 5 deletions(-
  http://perl5.git.perl.org/perl.git/commit/a289ef89aea304cd

  update the schedule: rjbs will do 5.16
  Ricardo Signes              1 file changed, 4 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/d29a1dbb963b505f

  [perl #35865, #43011] FETCH after autovivifying
  Father Chrysostomos         3 files changed, 25 insertions(+), 6 deletions(-
  http://perl5.git.perl.org/perl.git/commit/7e482323fb2aaa4e

  Correct bad wording in perlsub
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/47d235f1839af4a6

  Fix crash in hv_undef
  Father Chrysostomos         1 file changed, 9 insertions(+), 8 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/8505eec04db97505

  [perl #40333] Another test
  Joshua ben Jore             1 file changed, 13 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/2537c17b0fdedb3e

  [perl #40333] Stop overload::Overloaded from calling ->can
  Father Chrysostomos         2 files changed, 25 insertions(+), 2 deletions(-
  http://perl5.git.perl.org/perl.git/commit/e6bb0a40852b954f

  Document that [ah]v_undef/clear may free the [ah]v
  Father Chrysostomos         2 files changed, 17 insertions(+), 5 deletions(-
  http://perl5.git.perl.org/perl.git/commit/8b9a1153f14d44ce

  Better fix for perl #107440
  Father Chrysostomos         4 files changed, 29 insertions(+), 7 deletions(-
  http://perl5.git.perl.org/perl.git/commit/60edcf09a5cb0268

  Remove TODO functionality from assignwarn.t
  Father Chrysostomos         1 file changed, 4 insertions(+), 8 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/f09f972badf5b299

  [perl #44895] += warning on uninit magic var
  Father Chrysostomos         3 files changed, 5 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/6b349a5c4c70a7c9

  Remove magical dPOPXnnrl_ul dPOPXiirl_ul macros
  Father Chrysostomos         1 file changed, 0 insertions(+), 12 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/10cca365fcca0349

  Merge the POSIX notes in perldelta.
  Chris 'BinGOs' Williams     1 file changed, 6 insertions(+), 10 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/60ffae32b4f862e5

  missed in prev commit
  H.Merijn Brand              1 file changed, 8 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/96a17eaed1154471

  'A' is not blank
  H.Merijn Brand              1 file changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/9f791ac60631a8d0

  Add probe for isblank() (requested by khw)
  H.Merijn Brand              19 files changed, 58 insertions(+), 6 deletions(
  http://perl5.git.perl.org/perl.git/commit/269a7913af37c73e

  Test for perl #43663
  Father Chrysostomos         1 file changed, 9 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/71481574542a7899

  [perl #92254, #92256] Fix SAVE_DEFSV to do refcounting
  Father Chrysostomos         4 files changed, 28 insertions(+), 8 deletions(-
  http://perl5.git.perl.org/perl.git/commit/55b5114f4ff694ab

  grep.t: require test.pl in BEGIN block
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/bbff98dc509eb269

  need backwards-compatile to_utf8_foo()
  Karl Williamson             4 files changed, 57 insertions(+), 12 deletions(
  http://perl5.git.perl.org/perl.git/commit/0c9b04389335c3a6

  embed.fnc: Revise comment
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/37271a18911d76ce

  embed.fnc: add comment
  Karl Williamson             1 file changed, 2 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/a553e3a651d41331

  Update perlfaq to CPAN version 5.0150037
  Chris 'BinGOs' Williams     12 files changed, 182 insertions(+), 469 deletio
  http://perl5.git.perl.org/perl.git/commit/9d055b1a80d5801f

  [perl #67490] Don’t call DELETE on scalar-tied elem
  Father Chrysostomos         2 files changed, 13 insertions(+), 0 deletions(-
  http://perl5.git.perl.org/perl.git/commit/4c13be3f693f7710

  Simplify magic logic in av.c:av_store
  Father Chrysostomos         1 file changed, 1 insertion(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/4806b7ebf30d3ffe

  clarify how $SIG{__DIE__} can return
  David Mitchell              1 file changed, 4 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/c94b42ea5841e1ad

  perlfunc: spaces after dots
  Father Chrysostomos         1 file changed, 4 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/0d3e3823fc2c5798

  Make localtime()' s documentation more succinct
  Tom Hukins                  1 file changed, 2 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/570b1bb16d6ffed4

  [perl #85670] Copy magic to ary elems properly
  Father Chrysostomos         2 files changed, 36 insertions(+), 6 deletions(-
  http://perl5.git.perl.org/perl.git/commit/70ce9249c4e5e892

Current branch smoke-me/khw-invlist
61 commits.  1 unique author.  1 unique committer.
141 files changed, 11646 insertions(+), 2265 deletions(-)

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

  Revert "Better fix for perl #107440"
  Karl Williamson             4 files changed, 7 insertions(+), 29 deletions(-
  http://perl5.git.perl.org/perl.git/commit/42e8dfb3ab42a8a8

  Revert "Document that [ah]v_undef/clear may free the [ah]v"
  Karl Williamson             2 files changed, 5 insertions(+), 17 deletions(-
  http://perl5.git.perl.org/perl.git/commit/73bf5d85fed4a365

  Revert "[perl #40333] Stop overload::Overloaded from calling ->can"
  Karl Williamson             2 files changed, 2 insertions(+), 25 deletions(-
  http://perl5.git.perl.org/perl.git/commit/735189e0763505e4

  Revert "[perl #40333] Another test"
  Karl Williamson             1 file changed, 1 insertion(+), 13 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/8ce0c386fc31064b

  util.c: Silence compiler warning
  Karl Williamson             1 file changed, 1 insertion(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/2b978677a3140f19

  regcomp.c: Compile inverted character classes with \p{}
  Karl Williamson             1 file changed, 1 insertion(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/0937a9790a2e28d1

  regcomp.c: Prepare for allowing [^\p{...}]
  Karl Williamson             1 file changed, 52 insertions(+), 8 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/59351e1e2aa76187

  regcomp.c; Use Latin1 \p{} in optimization
  Karl Williamson             1 file changed, 57 insertions(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/4724d2b1f6e1d8ef

  regcomp.c: Better optimize [classes] under /aa.
  Karl Williamson             1 file changed, 9 insertions(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/42f80203c33fc486

  regcomp.c: Avoid unnecessary runtime fold checking
  Karl Williamson             1 file changed, 9 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/17e57a6b2732755a

  regcomp.c: Change loop variable name, associated changes
  Karl Williamson             1 file changed, 21 insertions(+), 7 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/ca773ec3fa37d0f6

  regexec.c: Use shared swash in bracketed character classes
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/e7da9f18cc4e3a83

  regexec.c: Allow for returning shared swash
  Karl Williamson             4 files changed, 22 insertions(+), 5 deletions(-
  http://perl5.git.perl.org/perl.git/commit/8f189efefe235421

  regcomp.c: Clean up comment
  Karl Williamson             1 file changed, 13 insertions(+), 11 deletions(-
  http://perl5.git.perl.org/perl.git/commit/8cb1d381d8785cb9

  perlunicode: Discourage use of is_utf8_char()
  Karl Williamson             1 file changed, 5 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/280637842589f613

  perlop: Typos, too long lines, corrections
  Karl Williamson             2 files changed, 7 insertions(+), 7 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/c23444646d256163

  intrpvar.h: clarification in comment
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/ae0c1aebe8c02f9b

  utf8.c: fix typo in pod
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/3fda675272541d30

  regcomp.c: Avoid leaking a scalar
  Karl Williamson             1 file changed, 1 insertion(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/6b51f5282f779987

  regcomp.c: truncate long debug dump output
  Karl Williamson             1 file changed, 12 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/d81a3cf6d5a81344

  regcomp.c: in debug output, don't duplicate code points
  Karl Williamson             1 file changed, 7 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/0675ee5ffc5a619d

  regcomp.c: Change debug dump of bitmap/non-bitmap
  Karl Williamson             1 file changed, 7 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/b6369cd4d40c07f5

  regcomp.c: Change \t to a - in debug dumping ranges
  Karl Williamson             1 file changed, 4 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/6c02dc9b1b207842

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

  regcomp.c: put_byte wants an ord, not a utf8 char
  Karl Williamson             1 file changed, 3 insertions(+), 11 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/645515f2b40f1033

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

  regcomp.c: Don't read beyond input
  Karl Williamson             1 file changed, 5 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/09ce05223d69c35e

  regcomp.c: Optimize a single Unicode property in a [character class]
  Karl Williamson             4 files changed, 29 insertions(+), 12 deletions(
  http://perl5.git.perl.org/perl.git/commit/74c154f2530d349a

  Move Unicode property defn processing to compile time
  Karl Williamson             1 file changed, 141 insertions(+), 14 deletions(
  http://perl5.git.perl.org/perl.git/commit/aa7fca9fb7aea759

  regcomp.c: Pass inversion list directly to regexec.c
  Karl Williamson             1 file changed, 17 insertions(+), 21 deletions(-
  http://perl5.git.perl.org/perl.git/commit/5d1bd515ab607d3a

  regexec.c: Prepare for inversion lists in ANYOF nodes
  Karl Williamson             1 file changed, 52 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/1348c6d4c6513f0f

  regcomp.c: Add _invlist_contents() to compactly dump inversion list
  Karl Williamson             4 files changed, 38 insertions(+), 0 deletions(-
  http://perl5.git.perl.org/perl.git/commit/66f1a5668f43d0d9

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

  utf8.c: Add ability to pass inversion list to _core_swash_init()
  Karl Williamson             4 files changed, 73 insertions(+), 10 deletions(
  http://perl5.git.perl.org/perl.git/commit/5471160837610183

  utf8.c: Add flag to swash_init() to not croak on error
  Karl Williamson             4 files changed, 11 insertions(+), 5 deletions(-
  http://perl5.git.perl.org/perl.git/commit/da4c2a2653a5bd3b

  regcomp.c: Use '*a == b', not 'a == &b'
  Karl Williamson             1 file changed, 18 insertions(+), 17 deletions(-
  http://perl5.git.perl.org/perl.git/commit/c3cc786c5cf47571

  regcomp.c: decrement ptr ref cnt before invalidating ptr
  Karl Williamson             1 file changed, 11 insertions(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/2c90cc5031d0519a

  regcomp.c: Add some assertions
  Karl Williamson             1 file changed, 3 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/1627b3673a99201e

  regcomp.c: Don't overallocate space for cloned SV
  Karl Williamson             1 file changed, 3 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/75ec599a0e866eae

  regcomp.c: Make sure invlist_clone length set correctly
  Karl Williamson             1 file changed, 4 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/01bfc5e76b0f83a9

  utf8.c: Prevent reading before buffer start
  Karl Williamson             1 file changed, 3 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/aa0ed1da29ec548e

  Utf8.c: Generate and use inversion lists for binary swashes
  Karl Williamson             1 file changed, 32 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/2df639e7daaf508d

  regcomp.c: Add _invlist_populate_swatch()
  Karl Williamson             4 files changed, 91 insertions(+), 0 deletions(-
  http://perl5.git.perl.org/perl.git/commit/b6e97a84aa1d9f16

  regcomp.c: Add invlist_search()
  Karl Williamson             4 files changed, 50 insertions(+), 0 deletions(-
  http://perl5.git.perl.org/perl.git/commit/6e836767cbdc89fd

  utf8.c: Refactor code slightly in prep
  Karl Williamson             1 file changed, 21 insertions(+), 13 deletions(-
  http://perl5.git.perl.org/perl.git/commit/1db8807fd0234b5b

  regcomp.c: Change internal #define name
  Karl Williamson             1 file changed, 15 insertions(+), 13 deletions(-
  http://perl5.git.perl.org/perl.git/commit/b998aebee402bbeb

  utf8.c: New function to retrieve non-copy of swash
  Karl Williamson             4 files changed, 53 insertions(+), 5 deletions(-
  http://perl5.git.perl.org/perl.git/commit/8f081f5c415089de

  utf8_heavy.pl: Add inversion status to cache key
  Karl Williamson             1 file changed, 10 insertions(+), 8 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/eef92a1e948e796c

  uni/cache.t: Fix to handle regex compile time Uni props
  Karl Williamson             1 file changed, 12 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/228850558b4822ca

  embed.fnc: swash_init() return value should not be ignored
  Karl Williamson             2 files changed, 2 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/db9578e9be418e54

  utf8.c: Change name of static function
  Karl Williamson             5 files changed, 19 insertions(+), 19 deletions(
  http://perl5.git.perl.org/perl.git/commit/2c5a453b2709abd9

  utf8_heavy: Allow to be called from regcomp.c
  Karl Williamson             1 file changed, 5 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/114c22a8bf4d5440

  utf8_heavy: Add DEBUG statement
  Karl Williamson             1 file changed, 1 insertion(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/78f0f838b41fe61b

  utf8.c: Move test out of loops
  Karl Williamson             1 file changed, 12 insertions(+), 20 deletions(-
  http://perl5.git.perl.org/perl.git/commit/12ab9249aa6bfb58

  mktables: Add a little stress to the tests
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/1b2b7a67ac527910

  utf8_heavy: Skip unnecessary operations
  Karl Williamson             1 file changed, 9 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/fc92ff6308a3c3ca

  uni/class.t: Add test
  Karl Williamson             1 file changed, 6 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/ee826d8664a8c786

  utf8_heavy: remove unused variable
  Karl Williamson             1 file changed, 0 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/78dde3f668611fa8

  Comment additions, typos, white-space.
  Karl Williamson             5 files changed, 70 insertions(+), 56 deletions(
  http://perl5.git.perl.org/perl.git/commit/6b652d58a2d301cc

  regexec.c: Add some comments to regclass_swash()
  Karl Williamson             1 file changed, 16 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/bc36f3f4ea05392f

  regexec.c: Remove unnecessary intermediate values
  Karl Williamson             1 file changed, 6 insertions(+), 7 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/d3d55e5a92af8d6e

New branch smoke-me/installhtml
2 commits.  1 unique author.  1 unique committer.
Net code removal: Nicholas Clark (35 lines)

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

  Make Pod::Html more robust against malformed L<> contents.
  Nicholas Clark              2 files changed, 6 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/6ca15f9f115ad19f

  Purge references to --netscape and --libpods, no longer in Pod::Html
  Nicholas Clark              8 files changed, 9 insertions(+), 48 deletions(-
  http://perl5.git.perl.org/perl.git/commit/c3c3303bea736587

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About