Front page | perl.perl5.porters |
Postings from October 2010
Perl 5 Commit Summary
Thread Next
From:
Perl 5 commit summary
Date:
October 1, 2010 18:08
Subject:
Perl 5 Commit Summary
Message ID:
E1P1qan-000209-Sw@dromedary.ams6.corp.booking.com
Perl 5 commit summary, activity since Wednesday
Current branch blead
30 commits. 12 unique authors. 7 unique committers.
29 files changed, 5891 insertions(+), 6348 deletions(-)
Net code removal: Nicholas Clark (635 lines) Father Chrysostomos (5 lines)
Thanks, applied: Father Chrysostomos (5) Florian Ragwitz (1)
Chris 'BinGOs' Williams (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/466adc1df410fe39.tar.gz
strictify vms/gen_shrfls.pl.
Craig A. Berry 1 file changed, 48 insertions(+), 40 deletions(-
http://perl5.git.perl.org/perl.git/commit/466adc1df410fe39
rt 76474: Avoid the child perl reading from stdout
Tony Cook 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1f563db471aa8a00
[perl #48332] Debugger corrupts symbol table munging
Father Chrysostomos 5 files changed, 31 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/be1cc4519b5ba35e
Upgrade Digest::MD5 from version 2.50 to 2.51
Florian Ragwitz 5 files changed, 19 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/c059848dda15ddd2
[perl #77952] regcomp.c compiler warnings
Karl Williamson 1 file changed, 22 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/5d51ce98fae3de07
Merge adjacent #ifndef PERL_IMPLICIT_CONTEXT blocks in embed.h
Nicholas Clark 2 files changed, 8 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b2e549c0b5ccc745
Remove empty #if/#endif pairs from embed.h
Nicholas Clark 2 files changed, 7 insertions(+), 54 deletions(-
http://perl5.git.perl.org/perl.git/commit/2a4d8072390905d0
perlretut: incorrect output in "Non-capturing groupings"
Ævar Arnfjörð Bjarmason 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9b846e3022e82ccd
Sort embed.fnc by CPP macro and then function name, before generating files.
Nicholas Clark 4 files changed, 5597 insertions(+), 6037 deleti
http://perl5.git.perl.org/perl.git/commit/e8a67806ef1eb766
Don't export symbols for routines that don't exist.
Craig A. Berry 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6c2fd45e9787b7da
[perl #78040] regcomp.c: malloc enough space
Karl Williamson 1 file changed, 23 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/c5ea2ffada6b35a5
Fix typo spotted by avar++
Florian Ragwitz 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6562f1c45edaedf5
Document why we're not using the save stack
Florian Ragwitz 1 file changed, 14 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b7f4cd0458440464
re.t: Suppress warning
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5233ad255ae7fe1d
Add test against re-eval corrupting regexp state
Andrew Rodland 4 files changed, 88 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7dbe20440c71eeda
Localize PL_reg_state during re_evals
Florian Ragwitz 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/91332126cd9c948f
When generating embed.h, return early if an embed.fnc entry causes no output
Nicholas Clark 2 files changed, 1 insertion(+), 52 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7e9255c9c8ef1392
In embed.pl, tweak the deduplication logic for global.sym
Nicholas Clark 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9be14afeeaf32ed8
Normalise all the pre-processor directives in embed.h and proto.h
Nicholas Clark 3 files changed, 180 insertions(+), 170 deletion
http://perl5.git.perl.org/perl.git/commit/c527bc8419de843f
Check that all lines in embed.fnc are either functions or known CPP directiv
Nicholas Clark 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7c662e8adccf2a20
[perl #71714] Remove redundant stat from Win32's opendir()
Alex Davies 1 file changed, 16 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/525f9ba8587889fc
Remove unused variable $wrote_protected from embed.pl
Nicholas Clark 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f51599d95895bcc2
In embed.pl, directly iterate @embed to generate proto.h
Nicholas Clark 1 file changed, 18 insertions(+), 21 deletions(-
http://perl5.git.perl.org/perl.git/commit/9516dc403f4585f2
Update Archive-Extract to CPAN version 0.44
Chris 'BinGOs' Williams 3 files changed, 25 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/a6696b9232179cc5
Skip the blank lines when processing embed.fnc
Nicholas Clark 3 files changed, 1 insertion(+), 87 deletions(-)
http://perl5.git.perl.org/perl.git/commit/24dd05fb6ec0d231
Change embed.fnc's vi modeline comment from /* */ to :
Nicholas Clark 2 files changed, 1 insertion(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b2ba7ad626a9a357
Remove the {START,END}_EXTERN_C macros from within embed.fnc
Nicholas Clark 2 files changed, 0 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/beeff29301079de9
Revert "[perl #77928] Glob slot assignment and set-magic"
Father Chrysostomos 3 files changed, 3 insertions(+), 35 deletions(-
http://perl5.git.perl.org/perl.git/commit/4e3a83657baae9e6
Fix typo in perlpolicy.pod
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7fdd8d84b57fd74e
[perl #22193] Clarify references to ‘use integer’ in perlop
Casey West 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3eab78e37a32aa79
Thread Next