develooper Front page | perl.perl5.porters | Postings from June 2011

Perl 5 Commit Summary

Thread Next
From:
Perl 5 commit summary
Date:
June 28, 2011 18:14
Subject:
Perl 5 Commit Summary
Message ID:
E1QbjMP-0008NI-Sh@dromedary.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday

Current branch blead
26 commits.  10 unique authors.  8 unique committers.
84 files changed, 120818 insertions(+), 25286 deletions(-)
Net code removal: David Mitchell (386 lines) Craig A. Berry (2 lines)
                  Leon Brocard (1 line)
Thanks, applied:  David Mitchell (1) Father Chrysostomos (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/c69a30ecf5c7ac44.tar.gz

  Updated Locale-Codes to CPAN version 3.17
  Chris 'BinGOs' Williams     63 files changed, 120202 insertions(+), 24446 de
  http://perl5.git.perl.org/perl.git/commit/c69a30ecf5c7ac44

  RT 64804: tainting with index() of a constant
  David Mitchell              2 files changed, 4 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/3b36395d31cf0a2f

  TODO test for index() of a tainted constant
  Niko Tyni                   1 file changed, 16 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/0d1104b41d261582

  perlrun: reflow to fit vertabims in 80 cols
  Karl Williamson             2 files changed, 27 insertions(+), 20 deletions(
  http://perl5.git.perl.org/perl.git/commit/60b7c710a2f8d8a0

  Push the atime and mtime of generated Makefile.PLs back 4 seconds in make_ex
  Chris 'BinGOs' Williams     1 file changed, 5 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/23525070d6c0e51f

  Fix context propagation below return()
  Vincent Pit                 4 files changed, 68 insertions(+), 26 deletions(
  http://perl5.git.perl.org/perl.git/commit/7c2d9d03f8b64a80

  Test taintedness of values returned by given/when
  Vincent Pit                 2 files changed, 27 insertions(+), 2 deletions(-
  http://perl5.git.perl.org/perl.git/commit/fa22d357d948ce8e

  In leavewhen, put the SP back when returning
  Vincent Pit                 1 file changed, 1 insertion(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/b1b5a4ae28189de4

  Make sure break() resets the sp at its original level
  Vincent Pit                 2 files changed, 18 insertions(+), 2 deletions(-
  http://perl5.git.perl.org/perl.git/commit/0787ea8aaa88d48f

  Correctly preserve the stack on an implicit break.
  Vincent Pit                 5 files changed, 189 insertions(+), 65 deletions
  http://perl5.git.perl.org/perl.git/commit/c08f093b3e154c42

  Convert pp_leave() to adjust_stack_on_leave()
  Vincent Pit                 1 file changed, 1 insertion(+), 26 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/f02ea43cac371ecb

  Move pp_enter() and pp_leave() with their friends in pp_ctl.c
  Vincent Pit                 2 files changed, 76 insertions(+), 76 deletions(
  http://perl5.git.perl.org/perl.git/commit/2b9a64577b41d2e4

  Factor stack adjustments on leave in a new static function
  Vincent Pit                 4 files changed, 49 insertions(+), 110 deletions
  http://perl5.git.perl.org/perl.git/commit/b9d7671656115228

  fold_grind.t: Add comments
  Karl Williamson             1 file changed, 10 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/43d32dfff0307a53

  autodoc.pl: Don't list experimental functions in API
  Karl Williamson             1 file changed, 2 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/e9ad586644d568ed

  Don't quote target name in make_ext.pl.
  Craig A. Berry              1 file changed, 0 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/ff36a2888e53279f

  Fix two podchecker errors on perlunicode.pod
  Nicholas Clark              2 files changed, 3 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/e4d56f70e121d02d

  add do_ncmp fn and make pp_ncmp, pp_eq etc use it
  David Mitchell              5 files changed, 149 insertions(+), 475 deletion
  http://perl5.git.perl.org/perl.git/commit/33efebe6a5ab2b21

  pp_ncmp: favour the non- Perl_isnan route
  David Mitchell              1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/06c6da524f9e0eae

  remove unreachable code from various compare ops
  David Mitchell              2 files changed, 0 insertions(+), 62 deletions(-
  http://perl5.git.perl.org/perl.git/commit/69cb655bad9945c2

  Expand bump RT version number in Porting/release_managers_guide.pod
  Leon Brocard                1 file changed, 3 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/1530afd8d16650b8

  fix `perldoc -v '$0'`
  Alan Haggai Alavi           1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/9adefa9dfc5c08e8

  Increase $Pod::Perldoc::VERSION
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/c74d6d75f56a7024

  perldelta entry for #93454
  Father Chrysostomos         1 file changed, 9 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/d9463c668c68a351

  Tiny comment typo fix in handy.h
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/d0df0e98c5bfa50a

  Correct comment that 903fd87c missed
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/cee4176c3151aa7f

Current branch smoke-me/scream2
7 commits.  1 unique author.  1 unique committer.
287 files changed, 8857 insertions(+), 7546 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/82439a0e5df1c51d.tar.gz

  For shorter strings, store C<study>'s data as U8s or U16s, instead of U32s.
  Nicholas Clark              5 files changed, 190 insertions(+), 35 deletions
  http://perl5.git.perl.org/perl.git/commit/82439a0e5df1c51d

  Store C<study>'s data as U32s, instead of I32s.
  Nicholas Clark              3 files changed, 20 insertions(+), 24 deletions(
  http://perl5.git.perl.org/perl.git/commit/d1fe29cba1abcab1

  Tidy code in pp_study and Perl_screaminstr()
  Nicholas Clark              2 files changed, 13 insertions(+), 15 deletions(
  http://perl5.git.perl.org/perl.git/commit/c6141b8b749c4175

  Store C<study>'s data in in mg_ptr instead of interpreter variables.
  Nicholas Clark              10 files changed, 61 insertions(+), 63 deletions
  http://perl5.git.perl.org/perl.git/commit/9f31a5cac5f29947

  Merge PL_scream{first,next} into one allocated buffer.
  Nicholas Clark              6 files changed, 9 insertions(+), 17 deletions(-
  http://perl5.git.perl.org/perl.git/commit/2d4acb0634981d64

  Change PL_screamnext to store absolute positions.
  Nicholas Clark              3 files changed, 21 insertions(+), 19 deletions(
  http://perl5.git.perl.org/perl.git/commit/a63b65adef6d72b6

  Split out study magic from pos magic.
  Nicholas Clark              9 files changed, 21 insertions(+), 14 deletions(
  http://perl5.git.perl.org/perl.git/commit/b48c8194cfb5b78e

New branch smoke-me/dNOOP-quietly
1 commit.  1 unique author.  1 unique committer.

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

  Change dNOOP to a function declaration.
  Nicholas Clark              1 file changed, 6 insertions(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/a8bfb9e4e95cb3cc

New branch smoke-me/gsoc-pod
44 commits.  1 unique author.  1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/12721c373648cc85.tar.gz

  Bundled in new Pod::Simple
  Marc Green                  37 files changed, 571 insertions(+), 56 deletion
  http://perl5.git.perl.org/perl.git/commit/12721c373648cc85

  I forgot to add the replacement test directory for /usr/share/perl
  Marc Green                  2 files changed, 3636 insertions(+), 0 deletions
  http://perl5.git.perl.org/perl.git/commit/6b6f13171455a0e8

  Add a test case
  Marc Green                  2 files changed, 76 insertions(+), 0 deletions(-
  http://perl5.git.perl.org/perl.git/commit/ad0d3193d51c54d1

  Remove dependency of /usr/share/perl being present from test cases
  Marc Green                  3 files changed, 25 insertions(+), 16 deletions(
  http://perl5.git.perl.org/perl.git/commit/9dfd4ddd7b76560e

  Update htmlview.t for new Pod::Html
  Marc Green                  2 files changed, 183 insertions(+), 103 deletion
  http://perl5.git.perl.org/perl.git/commit/f9f0be118d0fdb3c

  Update test case for new Pod::Html
  Marc Green                  1 file changed, 103 insertions(+), 73 deletions(
  http://perl5.git.perl.org/perl.git/commit/38903afcf7899b67

  Don't uc(), keep case the same
  Marc Green                  1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/5e5a5473ad91a2d1

  Implement --recurse (finally) and update test cases
  Marc Green                  5 files changed, 29 insertions(+), 9 deletions(-
  http://perl5.git.perl.org/perl.git/commit/8ac6bed186cf64ca

  Correct the lack of possible offset when removing Podroot from each Podpath 
  Marc Green                  1 file changed, 7 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/6f6094cb80559fed

  Always anchor =item definitions.
  Marc Green                  1 file changed, 1 insertion(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/71802979e380c697

  Update test case htmlfeature2.t for new Pod::Html
  Marc Green                  1 file changed, 24 insertions(+), 28 deletions(-
  http://perl5.git.perl.org/perl.git/commit/94b669222e849f31

  Update test case htmlfeature.t for new Pod::Html, fix typo in Html.pm
  Marc Green                  3 files changed, 20 insertions(+), 30 deletions(
  http://perl5.git.perl.org/perl.git/commit/581d10e225d9001d

  Update script to convert more and correctly convert anchored =head directive
  Marc Green                  1 file changed, 12 insertions(+), 13 deletions(-
  http://perl5.git.perl.org/perl.git/commit/5e9282da7ad617e3

  Fix <body id="_podtop_"> not appearing when --backlink was enabled,
  Marc Green                  1 file changed, 10 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/fa7119bcbd6877aa

  Update htmlescp.t test case for new Pod::Html. Note that it uses <b> instead
  Marc Green                  1 file changed, 16 insertions(+), 24 deletions(-
  http://perl5.git.perl.org/perl.git/commit/9eeaa8af41ffb9b6

  Fix typo in test case
  Marc Green                  1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/9f31909adf7cd81d

  Update htmldir4.t to test new Pod::Html
  Marc Green                  1 file changed, 20 insertions(+), 23 deletions(-
  http://perl5.git.perl.org/perl.git/commit/447380b0983c7578

  Update htmldir2.t and htmldir3.t to test the new Pod::Html
  Marc Green                  2 files changed, 40 insertions(+), 46 deletions(
  http://perl5.git.perl.org/perl.git/commit/9457845416c4c30c

  Switch to catdir from catfile to avoid a leading '//' in
  Marc Green                  1 file changed, 2 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/b19038cbd6ad9f60

  Add helpful script that does basic conversion of old Pod::HTMl test cases to
  Marc Green                  1 file changed, 53 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/f686599dc619626a

  Fix bug in finding replacement path for PODs not found in %Pages, update acc
  Marc Green                  1 file changed, 4 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/9321b29ab16c123c

  Update htmldir.t testcase for new Pod::Html
  Marc Green                  1 file changed, 20 insertions(+), 23 deletions(-
  http://perl5.git.perl.org/perl.git/commit/0cefc9b9b562dd93

  Update crossref test case for new Pod::Html. Note, need to idify =item direc
  Marc Green                  1 file changed, 33 insertions(+), 17 deletions(-
  http://perl5.git.perl.org/perl.git/commit/aa21e9cc5fed33da

  Fix bug that stopped POD files from being crossreferenced if they were more 
  Marc Green                  1 file changed, 68 insertions(+), 41 deletions(-
  http://perl5.git.perl.org/perl.git/commit/062509586da5a10f

  Start modifying test cases from testcases branch to suit new Pod::Html
  Marc Green                  15 files changed, 681 insertions(+), 6 deletions
  http://perl5.git.perl.org/perl.git/commit/c221882f6c77d1c4

  Move Pod::Simple::XHTML::LocalPodLinks into Pod::Html
  Marc Green                  1 file changed, 75 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/1e5a61a31fcb624b

  Add $Htmlfileurl back in to support relativizing cross references
  Marc Green                  1 file changed, 28 insertions(+), 11 deletions(-
  http://perl5.git.perl.org/perl.git/commit/0ff58066e6fa6753

  Update ::Search callback to remove $Podroot, fix bug in @Podpath mapping
  Marc Green                  1 file changed, 13 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/ff60ef170c17edeb

  Fix minor formatting
  Marc Green                  1 file changed, 3 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/cad44b4bb361fb6e

  Remove --libpods feature
  Marc Green                  1 file changed, 3 insertions(+), 26 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/7039c07f02677feb

  Allow test cases to change arguments to pod2html for better test coverage
  Marc Green                  1 file changed, 5 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/c34aba36685c729e

  Finish reimplmenting --header, add $bodystyle and $tdstyle back, and fix typ
  Marc Green                  1 file changed, 19 insertions(+), 8 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/f867a9a566c6e497

  Start to reimplement --header
  Marc Green                  1 file changed, 49 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/2a3fead42332366f

  Take into account $Podroot when finding PODs, take into account $Quiet
  Marc Green                  1 file changed, 4 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/3585f4e038c08950

  Finish skeleton version of Pod::Html -- it can now output html
  Marc Green                  1 file changed, 25 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/8d5b5ec46dd004a1

  Don't delete html file produced, used for testing
  Marc Green                  1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/d3b4c473005de437

  Move Pod-Html/ files into inner lib/ dir, begin writing ::Search object
  Marc Green                  4 files changed, 606 insertions(+), 628 deletion
  http://perl5.git.perl.org/perl.git/commit/52d17f09df47f9a2

  Set up to use Pod::Simple::Search to resolve L<> directives, remove more spu
  Marc Green                  1 file changed, 18 insertions(+), 17 deletions(-
  http://perl5.git.perl.org/perl.git/commit/ef81a26e9943a5c1

  Continue to transition to ::LocalPodLinks, remove more old code
  Marc Green                  1 file changed, 14 insertions(+), 19 deletions(-
  http://perl5.git.perl.org/perl.git/commit/4b52ddeb5e8b69a4

  Remove leftover/unneeded code after start of transition to ::XHTML::LocalPod
  Marc Green                  1 file changed, 11 insertions(+), 1554 deletions
  http://perl5.git.perl.org/perl.git/commit/9be37938e1a9aaba

  Start to replace home made parser with Pod::Simple::XHTML::LocalPodLinks
  Marc Green                  1 file changed, 47 insertions(+), 112 deletions(
  http://perl5.git.perl.org/perl.git/commit/1b0ec0dcc3b836cb

  Temporarily remove --header feature (will add back later)
  Marc Green                  1 file changed, 1 insertion(+), 12 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/00e8fa2a2801edd9

  Remove cache feature for simplicity
  Marc Green                  1 file changed, 7 insertions(+), 177 deletions(-
  http://perl5.git.perl.org/perl.git/commit/f5324b5be9ef9b99

  Remove deprecated --netscape flag
  Marc Green                  1 file changed, 2 insertions(+), 11 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/a9e9dabb004645fb

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