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

Perl 5 Commit Summary

Thread Next
From:
Perl 5 commit summary
Date:
June 12, 2013 01:14
Subject:
Perl 5 Commit Summary
Message ID:
E1UmZdk-0005T2-Cc@dromedary-001.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday

Current branch blead
85 commits.  17 unique authors.  10 unique committers.
72 files changed, 879 insertions(+), 232 deletions(-)
Net code removal: Kang-min Liu (5 lines)
Thanks, applied:  Ricardo Signes (7) Nicholas Clark (3)
                  Father Chrysostomos (3)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/50d028f89c00e331.tar.gz

  perldelta: Correct misstatement
  Karl Williamson             1 file changed, 2 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/50d028f89c00e331

  Branch prediction hint for SvREFCNT_dec
  Steffen Mueller             1 file changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/79e2a32a095274dd

  Remove magic literal constant in favor of named constant
  Steffen Mueller             1 file changed, 2 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/586fc6a31347339b

  updates to release schedule
  Ricardo Signes              1 file changed, 27 insertions(+), 37 deletions(-
  http://perl5.git.perl.org/perl.git/commit/ba4c68a684c8a192

  Merge the refactoring of toke.c's S_force_word.
  Nicholas Clark              2 parents
  http://perl5.git.perl.org/perl.git/commit/8abd6374ff4d4e3b

  Inline a subset of S_force_word() into the KEY_format section of Perl_yylex(
  Nicholas Clark              1 file changed, 12 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/d6a4f4b5319be6b1

  toke.c: Remove the allow_initial_tick hack from S_force_word.
  Brian Fraser                4 files changed, 19 insertions(+), 21 deletions(
  http://perl5.git.perl.org/perl.git/commit/345b3785326c7725

  Eliminate the last call to S_force_word() passing allow_initial_tick as TRUE
  Brian Fraser                1 file changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/7196fc2f2d32b6d9

  Test that C<format ::Foo> is identical to C<format Foo>
  Nicholas Clark              1 file changed, 11 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/1a01716a33e6e32e

  Test that C<format 'Foo> is identical to C<format Foo>
  Brian Fraser                1 file changed, 13 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/a20e6aaed858bacb

  prevent lib/File/stat.t from aborting at END on cygwin
  Tony Cook                   1 file changed, 4 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/d82e2a6d8f2cc646

  perldelta: typo
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/386de64977e726b5

  perldelta: ">" was missing its "C<"
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/f47828ac6b0923e3

  pod/perldelta: Add note about documenting toLOWER() etc
  Karl Williamson             1 file changed, 7 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/1de7c8e611b889db

  Quantifier follows nothing in regex
  Karl Williamson             2 files changed, 10 insertions(+), 0 deletions(-
  http://perl5.git.perl.org/perl.git/commit/c37d14f947f79982

  correct omission of File::CheckTree and Text::Soundex from deprecations
  Ricardo Signes              4 files changed, 14 insertions(+), 3 deletions(-
  http://perl5.git.perl.org/perl.git/commit/1a2d1f10228c7338

  perldelta for debugger @_ fix
  Ricardo Signes              1 file changed, 5 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/a1fd55a836db9fd5

  Fix the mutability of @_ in perl -d.
  Shlomi Fish                 2 files changed, 41 insertions(+), 10 deletions(
  http://perl5.git.perl.org/perl.git/commit/e0cd3692aa11b7fa

  Fix for RT #118169
  Shlomi Fish                 4 files changed, 48 insertions(+), 10 deletions(
  http://perl5.git.perl.org/perl.git/commit/e3d167f6f658f944

  Benchmark.t: test for inconsistent clock
  David Mitchell              1 file changed, 63 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/1ebabb47e140c4b8

  On Win32, i_rpcsvcdbm should be 'undef' as there is no <rpcsvc/dbm.h>
  Nicholas Clark              6 files changed, 6 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/30f6094bc1f1cbd9

  RMG: need to update Module::CoreList again after blead release
  David Golden                1 file changed, 10 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/042e7a25dcc77f68

  perldelta for recent BUILD_STATIC/ALL_STATIC changes
  Steve Hay                   1 file changed, 11 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/a34da6c44564d9e8

  perldelta: DB has not been removed
  Father Chrysostomos         1 file changed, 7 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/d69d1f92b76912e3

  perldelta for double quantifier warnings (688e039)
  Father Chrysostomos         1 file changed, 6 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/acfe52c843a9519b

  perldelta for File::Spec->tmpdir and changing env (#88940)
  Father Chrysostomos         1 file changed, 7 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/287d2d218f9a91c4

  Increase $File::Spec::VERSION to 3.41
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/2d4602a90de104d1

  perldelta for PL_stashcacheh and glob-to-glob assignment (210fdecd4)
  Father Chrysostomos         1 file changed, 7 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/e0d4623837bd4fec

  perldelta for freed stashes (#117941)
  Father Chrysostomos         1 file changed, 6 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/42dd67ca0471eb6d

  perldelta for sort/require CORE:: (#24482)
  Father Chrysostomos         1 file changed, 5 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/1efc2d08eb802267

  perldealt for delete local $ENV{x} leaking (9332b95f7)
  Father Chrysostomos         1 file changed, 4 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/a2ef523e036d1425

  perldelta for (?[]) fixes
  Father Chrysostomos         1 file changed, 12 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/5f050f838c845272

  perldelta for #117595 (-l warning)
  Father Chrysostomos         1 file changed, 5 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/2a288271d0e7524c

  perldelta for deparsing ${#}{foo} (#117531)
  Father Chrysostomos         1 file changed, 3 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/708e0828b9fb7f94

  perldelta for JS in perltrap
  Father Chrysostomos         1 file changed, 2 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/4990a62a04c46666

  perldelta for #117311/B::Deparse -l and FF
  Father Chrysostomos         1 file changed, 3 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/4602962a0815cc6f

  perldelta: typo
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/76ac71299722d156

  perldelta for lexsub syntax errors (3a74e0e282c)
  Father Chrysostomos         1 file changed, 5 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/3221bc400f3da87f

  perldelta for two lexsub fixes
  Father Chrysostomos         1 file changed, 10 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/81748522aff12edb

  perldelta for constant inlining (70e5f2b5)
  Father Chrysostomos         1 file changed, 6 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/c3839c1055c15bdd

  perldelta for deparsing for my $x (#117081)
  Father Chrysostomos         1 file changed, 7 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/0597af6bb06a2731

  perldelta for 3036c853/\N{} deprecations
  Father Chrysostomos         1 file changed, 7 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/6f397ec198adda42

  perldelta for #118159 (SvTRUE on ""/1 dualvar)
  Father Chrysostomos         1 file changed, 7 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/94f721723a98a82e

  perldiag: Document ‘Can't call mro_isa_changed_in’
  Father Chrysostomos         2 files changed, 5 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/dfe378f166a453c4

  perlfunc: Document fallback to "top" format
  Father Chrysostomos         1 file changed, 4 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/dbaf95aca2eb7d37

  diag.t: Remove more nonexistent exceptions
  Father Chrysostomos         1 file changed, 0 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/319f71293a1ed7c0

  Make ‘make regen’ regenerate the tree in perllexwarn
  Father Chrysostomos         3 files changed, 38 insertions(+), 2 deletions(-
  http://perl5.git.perl.org/perl.git/commit/f2a78a4827a3bae7

  diag.t: Remove nonexistent exception
  Father Chrysostomos         1 file changed, 0 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/487ab7ef015b630f

  Stop /(a|b)(?=a){3}/ from warning twice
  Father Chrysostomos         2 files changed, 12 insertions(+), 4 deletions(-
  http://perl5.git.perl.org/perl.git/commit/688e03912e3bff2d

  Remove ‘bad top format’ error
  Father Chrysostomos         2 files changed, 1 insertion(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/636013b3f52d8d82

  perldiag: Tweak ‘'%c' allowed only after types’
  Father Chrysostomos         2 files changed, 1 insertion(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/04f745798a0e989d

  Bump version in Carp::Heavy.
  James E Keenan              1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/1ef9e4dd163392fd

  Carp: Don't autovivify the CARP_NOT or ISA array
  Brian Fraser                2 files changed, 11 insertions(+), 3 deletions(-
  http://perl5.git.perl.org/perl.git/commit/79f8d0e810e1442c

  Carp: Stop polluting the caller's namespace if they lack @CARP_NOT or @ISA
  Brian Fraser                2 files changed, 21 insertions(+), 6 deletions(-
  http://perl5.git.perl.org/perl.git/commit/1a4f8f41aa38eebf

  AUTHORS: Use tabs consistently
  Father Chrysostomos         1 file changed, 19 insertions(+), 19 deletions(-
  http://perl5.git.perl.org/perl.git/commit/9b3e256ba8b6c2c4

  podcheck.t: Use scalar instead of array
  Father Chrysostomos         1 file changed, 5 insertions(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/86098e45b32c333f

  Synchronize pod2html usage output and its POD text
  Petr Písař                  2 files changed, 113 insertions(+), 10 deletions
  http://perl5.git.perl.org/perl.git/commit/9b9923c633797a23

  add Petr Písař to the AUTHORS file
  Ricardo Signes              1 file changed, 2 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/d21d00c277975a3b

  Synchronize h2ph POD text with usage output
  Petr Písař                  1 file changed, 7 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/fe89bf70817551c3

  tweak perltw.pod for long lines (and default exports)
  Ricardo Signes              1 file changed, 2 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/d7b1992c319ddbf7

  add gugod to the AUTHORS file
  Ricardo Signes              1 file changed, 1 insertion(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/55b2202a0b15ebd8

  Remove references of "encoding" module in README.tw
  Kang-min Liu                1 file changed, 7 insertions(+), 12 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/e4ea3144e7562f41

  use more descriptive examples in File::Copy
  Zsbán Ambrus                1 file changed, 3 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/86e39d7d2858df4e

  note that the return value of for is unspecified
  Ricardo Signes              1 file changed, 6 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/739ba955b87a7c51

  document the /p flag and related variables in delta
  Zsban Ambrus                1 file changed, 17 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/9af0006bddac3108

  remove -Dmad string length restriction
  David Mitchell              1 file changed, 0 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/e7245888eddac196

  Increase some File::Spec versions to 3.41
  Father Chrysostomos         6 files changed, 6 insertions(+), 6 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/5f425cbef56bf693

  Correct File::Spec POD about tainting and tmpdir
  Father Chrysostomos         3 files changed, 3 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/1d0806cfaae4b389

  [perl #89940] File::Spec->tmpdir and env changes
  Father Chrysostomos         7 files changed, 59 insertions(+), 19 deletions(
  http://perl5.git.perl.org/perl.git/commit/82730d4c29900a58

  File::Spec::Epoc: Small pod clean-up
  Father Chrysostomos         1 file changed, 3 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/483ad8291bb83bb5

  Flush PL_stashcache on glob-to-glob assignment
  Father Chrysostomos         2 files changed, 16 insertions(+), 2 deletions(-
  http://perl5.git.perl.org/perl.git/commit/210fdecd4386556f

  pp_hot.c: Correct comment
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/1f3ffe4c6058f20e

  podcheck.t: Output fixed problems as passing to-do tests
  Father Chrysostomos         1 file changed, 9 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/c549afe0d456f555

  Improve fileno example
  Dominic Hargreaves          1 file changed, 5 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/3231d2579ce5888f

  add 1 to SvGROW under COW (and fix svleak.t)
  David Mitchell              1 file changed, 12 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/cbcb2a16c528e483

  [perl #117941] reset crashes when current stash is freed
  Father Chrysostomos         2 files changed, 6 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/e39b51c67c545800

  perldiag: typo
  Father Chrysostomos         1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/434f489be7a3ec92

  [perl #117941] eval crashes when current stash is freed
  Father Chrysostomos         2 files changed, 9 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/cb1ad50e615d4947

  [perl #117941] Blessing into freed current stash
  Father Chrysostomos         3 files changed, 17 insertions(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/dcdfe746ecfff81c

  [perl #117941] Handle vivification crashing w/freed stash
  Father Chrysostomos         2 files changed, 9 insertions(+), 2 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/94e7eb6fe4b29b1c

  Stop using PL_sortstash
  Father Chrysostomos         2 files changed, 0 insertions(+), 3 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/6cda7db16df9c75a

  [perl #24482] Fix sort and require to treat CORE:: as keyword
  Father Chrysostomos         3 files changed, 21 insertions(+), 3 deletions(-
  http://perl5.git.perl.org/perl.git/commit/01b5ef509f2ebf46

  Allow qr/(?[ [a] ])/ interpolation in (?[...])
  Father Chrysostomos         2 files changed, 8 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/1cb2b5d4ff78efbd

  perldiag: Correct descr of ‘Expecting '(?flags:(?[...'’
  Father Chrysostomos         1 file changed, 4 insertions(+), 4 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/8b6fbf55492d6275

  Include the Encode extension in the ALL_STATIC build on Win32 for VC++
  Steve Hay                   3 files changed, 18 insertions(+), 6 deletions(-
  http://perl5.git.perl.org/perl.git/commit/13cedc2a3e4c518d

Current branch chip/dots
1 commit.  1 unique author.  1 unique committer.
65 files changed, 823 insertions(+), 301 deletions(-)

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

  "use dots":  Class.method  $obj.method  [$a].[0]  {a=>1}.{a}  $str ~ $concat
  Chip Salzenberg             7 files changed, 237 insertions(+), 38 deletions
  http://perl5.git.perl.org/perl.git/commit/7e4b75ad02fa8593

Current branch maint-5.18
3 commits.  2 unique authors.  1 unique committer.
5 files changed, 85 insertions(+), 11 deletions(-)
Thanks, applied:  Ricardo Signes (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/0a77bcb9c5bd03b2.tar.gz

  perldelta for debugger @_ fix
  Ricardo Signes              1 file changed, 5 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/0a77bcb9c5bd03b2

  Fix the mutability of @_ in perl -d.
  Shlomi Fish                 2 files changed, 41 insertions(+), 10 deletions(
  http://perl5.git.perl.org/perl.git/commit/70a2dad880f94d9f

  Fix for RT #118169
  Shlomi Fish                 4 files changed, 48 insertions(+), 10 deletions(
  http://perl5.git.perl.org/perl.git/commit/21810b688fa5c2c2

Current branch smoke-me/khw-readonly_invlists
9 commits.  1 unique author.  1 unique committer.
1253 files changed, 63004 insertions(+), 96652 deletions(-)
Net code removal: Karl Williamson (102 lines)

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

  smoke
  Karl Williamson             8 files changed, 32 insertions(+), 31 deletions(
  http://perl5.git.perl.org/perl.git/commit/d961c65c789a1516

  regcomp.c: Move some #defines to only file that uses them
  Karl Williamson             2 files changed, 19 insertions(+), 36 deletions(
  http://perl5.git.perl.org/perl.git/commit/9392405ade2a9578

  regcomp.c: Make C-array inversion lists const
  Karl Williamson             6 files changed, 74 insertions(+), 74 deletions(
  http://perl5.git.perl.org/perl.git/commit/50835cb105b7ddab

  regcomp.c: Move inversion list hdr field to SV hdr
  Karl Williamson             4 files changed, 56 insertions(+), 35 deletions(
  http://perl5.git.perl.org/perl.git/commit/3a2b76df7e837f8f

  regcomp.c: Change, variable, fcn name
  Karl Williamson             5 files changed, 28 insertions(+), 28 deletions(
  http://perl5.git.perl.org/perl.git/commit/97f5a2d3bb11d382

  regcomp.c: Move 2 hdr inversion fields to SV hdr
  Karl Williamson             6 files changed, 53 insertions(+), 136 deletions
  http://perl5.git.perl.org/perl.git/commit/b62eeb299361b2e6

  regcomp.c: Remove unused data structure field
  Karl Williamson             4 files changed, 1 insertion(+), 20 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/e92d9642d1977428

  regcomp.c: Make inversion lists SVt_PVLV
  Karl Williamson             4 files changed, 19 insertions(+), 12 deletions(
  http://perl5.git.perl.org/perl.git/commit/9eb9ea2f095ff46d

  regcomp.c: Add a constant 0 element before inversion lists
  Karl Williamson             6 files changed, 212 insertions(+), 224 deletion
  http://perl5.git.perl.org/perl.git/commit/673d0f1fd2be0ad6

Current branch smoke-me/nicholas/FindExt
3 commits.  1 unique author.  1 unique committer.
64 files changed, 786 insertions(+), 283 deletions(-)

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

  Thanks to FindExt::apply_config() we're now able to test dynamic extensions.
  Nicholas Clark              1 file changed, 4 insertions(+), 5 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/6626cab890ee7f65

  FindExt::apply_config() needs to skip Sys::Syslog on Win32.
  Nicholas Clark              1 file changed, 2 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/a56a45d2769da9ad

  Correct a type in FindExt::apply_config in the "I18N-Langinfo" code.
  Nicholas Clark              1 file changed, 1 insertion(+), 1 deletion(-)
  http://perl5.git.perl.org/perl.git/commit/28418bc3e42658ba

New branch rjbs/win32-test
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  Ricardo Signes (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ef83895a4e796abf.tar.gz

  converted t/win32.t/system* to test.pl style
  Marcel Gruenauer            2 files changed, 23 insertions(+), 23 deletions(
  http://perl5.git.perl.org/perl.git/commit/ef83895a4e796abf

New branch smoke-me/EUMM-6.67_04
1 commit.  1 unique author.  1 unique committer.

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

  Update ExtUtils-MakeMaker to CPAN version 6.67_04
  Chris 'BinGOs' Williams     31 files changed, 128 insertions(+), 54 deletion
  http://perl5.git.perl.org/perl.git/commit/c973d5c3a89b0838

New branch smoke-me/leont/pclose
1 commit.  1 unique author.  1 unique committer.
Net code removal: Leon Timmermans (10 lines)

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

  Don't ignore signals on pclose
  Leon Timmermans             1 file changed, 0 insertions(+), 10 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/898f5dd017d8035a

New branch smoke-me/nicholas/early-Makefile-bootstrap
1 commit.  1 unique author.  1 unique committer.

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

  Generate lib/buildcustomize.pl at the same time as the miniperl executable.
  Nicholas Clark              4 files changed, 30 insertions(+), 17 deletions(
  http://perl5.git.perl.org/perl.git/commit/ed197709cebd1c8a

New branch sprout/podcheck
2 commits.  1 unique author.  1 unique committer.

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

  Run podcheck.t only when PERL_EXTRA_TESTS is set
  Father Chrysostomos         1 file changed, 4 insertions(+), 0 deletions(-)
  http://perl5.git.perl.org/perl.git/commit/c0c2b785282df434

  podcheck.t: Restore L/C/F<> and line length checks
  Father Chrysostomos         2 files changed, 230 insertions(+), 14 deletions
  http://perl5.git.perl.org/perl.git/commit/57b3068d891e5fab

Deleted branch bingos/interix_hints

Deleted branch bingos/post-5.18.0

Deleted branch khw-ebcdic

Deleted branch smoke-me/Pod-Simple-3.28

Deleted branch smoke-me/bingos/EUMM-6.67_02

Deleted branch smoke-me/chip/magicflags7

Deleted branch smoke-me/khw-fold

Deleted branch smoke-me/nicholas/Win32-Ui_rpcsvcdbm

Deleted branch smoke-me/nicholas/force-word

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