Front page | perl.perl5.porters |
Postings from February 2012
Perl 5 Commit Summary
Thread Next
From:
Perl 5 commit summary
Date:
February 24, 2012 18:08
Subject:
Perl 5 Commit Summary
Message ID:
E1S173Z-0007Nr-7y@dromedary.ams6.corp.booking.com
Perl 5 commit summary, activity since Wednesday
Current branch blead
16 commits. 5 unique authors. 5 unique committers.
32 files changed, 1071 insertions(+), 75 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/236cbe8d7a6747fb.tar.gz
Update the link for Module-Build/core integration
Chris 'BinGOs' Williams 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/236cbe8d7a6747fb
mktables: Correct Unicode 6.1 omission
Karl Williamson 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ccb595a604afaac1
correct a Pod foible that broke blead
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a6836307311ae666
Add description of new change process for http://dev.perl.org
Max Maischein 1 file changed, 10 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/845a9291dc4f85b6
regcomp.c: Add cast to silence Solaris warning
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/dbeb8947c09c5d0f
Remove ExtUtils-CBuilder's MANIFEST.SKIP
David Golden 2 files changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cae25c36199a38a8
work harder to get useful diagnostics on Win32
Ricardo Signes 2 files changed, 23 insertions(+), 17 deletions(
http://perl5.git.perl.org/perl.git/commit/895e2c0f6b4f6e66
ExtUtils::CBuilder: add support information
David Golden 16 files changed, 60 insertions(+), 13 deletions
http://perl5.git.perl.org/perl.git/commit/b0cd92fc1e61f03b
Update Maintainers.pl for new ExtUtils::CBuilder
David Golden 2 files changed, 8 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/92f45436f2e74a92
add ext/Pod-Functions/.gitignore
David Golden 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e2f198a1a89361c5
ExtUtils::CBuilder - add dual-life support files
David Golden 7 files changed, 909 insertions(+), 1 deletion(-
http://perl5.git.perl.org/perl.git/commit/71b9be80d45854ea
ignore all MYMETA files, not just .yml
David Golden 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/028b69258475543e
"no feature" now means reset to default
Ricardo Signes 3 files changed, 38 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/39ec54a59ce332fc
unixify paths a bit more systematicaly in Pod-Html
Ricardo Signes 1 file changed, 15 insertions(+), 21 deletions(-
http://perl5.git.perl.org/perl.git/commit/ac2b477c8b4b6477
don't assume that filesys starts at / in Pod-Html
Ricardo Signes 2 files changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/83f6fd9ff6f14d4a
unixify the --outfile arg to pod2html
Ricardo Signes 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b581a1f73be55ae9
Current branch nicholas/perlfunc
4 commits. 1 unique author. 1 unique committer.
108 files changed, 2820 insertions(+), 1934 deletions(-)
Net code removal: Nicholas Clark (75 lines)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/6e3b316b497ac1a7.tar.gz
In perlfunc, don't have functions in "Misc" and a second category.
Nicholas Clark 2 files changed, 4 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6e3b316b497ac1a7
De-emphasise switch-related keywords in perlfunc.
Nicholas Clark 2 files changed, 28 insertions(+), 108 deletions
http://perl5.git.perl.org/perl.git/commit/f55cbdaadae76dd7
In the perlfunc cross-reference sections, link to the section within a page.
Nicholas Clark 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/11f5aa34d9b66e47
DESTROY is documented in perlobj - correct the cross-reference in perlfunc.
Nicholas Clark 1 file changed, 10 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3b8d852cd73cafe4
New branch nicholas/RT37033-followup
7 commits. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/401c7faa7c7075c0.tar.gz
Remove the never-working mktemp() fallback code for FAKE_BIT_BUCKET
Nicholas Clark 1 file changed, 1 insertion(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/401c7faa7c7075c0
Add FAKE_BIT_BUCKET to PL_non_bincompat_options, and hence -V output.
Nicholas Clark 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/24454705b984a443
The parser should always close the file handle that it opened.
Nicholas Clark 6 files changed, 63 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/ff93799b62ab37a5
Move the close-on-exec logic to one place, at the end of S_open_script().
Nicholas Clark 1 file changed, 4 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0a58091d1a920e9e
Change S_open_script() to return NULL to signal "read from stdin".
Nicholas Clark 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/618e4fcd22dde1e9
In perl.c, change S_open_script() to return rsfp.
Nicholas Clark 4 files changed, 19 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/d30d56309b2b71a7
In struct yy_parser, change lex_flags to a U8, from part of a bitfield.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/559e2d552b15f952
New branch smoke-me/khw-quotemeta
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/586dfbd6e5ee94dd.tar.gz
for smoking
Karl Williamson 8 files changed, 135 insertions(+), 29 deletions
http://perl5.git.perl.org/perl.git/commit/586dfbd6e5ee94dd
New branch smoke-me/module-build
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/1f629e57df116eb7.tar.gz
Update Module-Build to CPAN version 0.40
Chris 'BinGOs' Williams 33 files changed, 367 insertions(+), 282 deletio
http://perl5.git.perl.org/perl.git/commit/1f629e57df116eb7
Thread Next