Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Perl: porters

Perl 5 Commit Summary

 

 

First page Previous page 1 2 Next page Last page  View All Perl porters RSS feed   Index | Next | Previous | View Threaded


nick at ccl4

Nov 10, 2009, 6:14 PM

Post #26 of 30 (54 views)
Permalink
Perl 5 Commit Summary [In reply to]

Perl 5 commit summary, activity since Saturday

Current branch blead
39 commits. 17 unique authors. 11 unique committers.
71 files changed, 7134 insertions(+), 431 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/b382f077a009e5f5.tar.gz

Update CPANPLUS to cpan version 0.89_08
Chris Williams 6 files changed, 15 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/b382f077a009e5f5

Clarify and complete documentation for in-place reverse
Vincent Pit 2 files changed, 8 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/437d421452242188

Fix misformed UVxf format in op.c
Vincent Pit 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5d6dd608aa57c352

Optimize reversing an array in-place
Vincent Pit 6 files changed, 156 insertions(+), 13 deletions
http://perl5.git.perl.org/perl.git/commit/484c818fbcf400d8

Port t/op/reverse.t to test.pl
Vincent Pit 1 file changed, 7 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a8136c1e0af23b49

Add EXISTS and DELETE methods to Env.pm
Vincent Pit 1 file changed, 22 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b5ebbd35aaa76c78

Factor the "is this an in-place array operator construct" logic into a new i
Vincent Pit 4 files changed, 82 insertions(+), 56 deletions(
http://perl5.git.perl.org/perl.git/commit/2f9e2db04087cea7

Add mingw64 support
Sisyphus 12 files changed, 142 insertions(+), 26 deletion
http://perl5.git.perl.org/perl.git/commit/fa58a56f3cdf7102

Add length and flags arguments to Perl_pad_add_name().
Nicholas Clark 4 files changed, 27 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/cca43f7877df27a1

Add length and flags arguments to Perl_pad_check_dup().
Nicholas Clark 6 files changed, 31 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/35f82371218a026d

Add length and flags arguments to Perl_allocmy().
Nicholas Clark 7 files changed, 22 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/d6447115bb9638af

Fix warnings from win32 gcc compilers
Sisyphus 3 files changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/829e8f2be6ba1189

More cleanup of utfebcdic.h and utf8.h
karl williamson 2 files changed, 72 insertions(+), 79 deletions(
http://perl5.git.perl.org/perl.git/commit/d06134e53994ea13

perl.exp was not built in time on systems that required it (AIX, ...)
H.Merijn Brand 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/56542e71a2958bc7

In Perl_pad_check_dup(), use sv rather than name for diagnostics.
Nicholas Clark 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c541b9b4319bb0be

MANIFEST was missing two files
Jesse Vincent 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d2ab4a7b0a87b238

Update IPC::Cmd to cpan version 0.51_01
Chris Williams 3 files changed, 442 insertions(+), 9 deletions(
http://perl5.git.perl.org/perl.git/commit/0c2c01a488f0e58d

Tweak the GV downgrading of f7461760 to avoid free or nearly freed GVs.
Nicholas Clark 1 file changed, 19 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b327b36f413e77af

SvREFCNT_inc already checks if the SV is non-NULL
Vincent Pit 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/70938cb944714e91

SvREFCNT_dec already checks if the SV is non-NULL (continued)
Vincent Pit 9 files changed, 28 insertions(+), 58 deletions(
http://perl5.git.perl.org/perl.git/commit/ef8d46e8143455a8

'use strict' and 'use warnings' in test generated by h2xs
Harmen 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c20642991d8e8afa

Bareword sub lookups
Zefram 8 files changed, 141 insertions(+), 44 deletions
http://perl5.git.perl.org/perl.git/commit/f7461760003db2ce

Make my_exit behave the same as the Perl exit. And add tests for it
Gerard Goossen 5 files changed, 40 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/6bd7445c6d3b5382

Add assertions about there being no leftover scopes when enter perl_destruct
Gerard Goossen 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3d22c4f05aed968c

pad_findmy APIification
Zefram 2 files changed, 14 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/394f6a098b9fc725

Correctly document export of I18N::Langinfo
Kevin Ryde 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c893053f329772e3

Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Steffen Mueller 2 parents
http://perl5.git.perl.org/perl.git/commit/d0989f645231e684

s/AvLEN/AvMAX/ in perlguts
Eric Brine 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6de131f0f0b420a4

s/AvLEN/AvMAX/ in perlguts
Eric Brine 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/34e73a2ccaf6ff5e

Define specially handled chars; and clean-up ebcdic vs unicode
Karl Williamson 2 files changed, 23 insertions(+), 17 deletions(
http://perl5.git.perl.org/perl.git/commit/5cd46e1f8d2d8792

Add mingw-w64 non-crosscompiling config files
David Golden 2 files changed, 5736 insertions(+), 0 deletions
http://perl5.git.perl.org/perl.git/commit/4decf0e1fe23a344

Skip some Pod::Simple tests on VMS that think case is always preserved.
Craig A. Berry 6 files changed, 38 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/bd50b8fff8c82ad4

note that release engineers need to make sure graham is aware of them
Jesse Vincent 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fdabea7a33d4a48e

Add length and flags arguments to Perl_pad_findmy(), moving it to the public
Nicholas Clark 7 files changed, 27 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/f8f98e0a8bdbde83

Placate a warning from Borland's compiler.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/eda4663d0f345e78

Merge commit 'origin/blead' into blead
Steve Hay 2 parents
http://perl5.git.perl.org/perl.git/commit/dec158af17062a4c

Avoid circularity in $(LIBBASEFILES) definition in Win32 dmake makefile
Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d541574574df104c

C++ fail with KeywordRPN
Zefram 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/58e85f6bd3e5ead9

refine Carp caller() fix and add tests
David Golden 2 files changed, 19 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/248ae9a50ac9959c


nick at ccl4

Nov 13, 2009, 6:08 PM

Post #27 of 30 (43 views)
Permalink
Perl 5 Commit Summary [In reply to]

Perl 5 commit summary, activity since Wednesday

Current branch blead
36 commits. 14 unique authors. 10 unique committers.
79 files changed, 929 insertions(+), 379 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/88a6f4fc380d30c4.tar.gz

Revert core fixes for IO-Compress following IO-Compress update
Steve Hay 2 files changed, 2 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/88a6f4fc380d30c4

[PATCH] IO-Compress 2.022
Paul Marquess 34 files changed, 78 insertions(+), 66 deletions
http://perl5.git.perl.org/perl.git/commit/1725f55ba78fb584

Support $! stringification of socket error codes on Windows.
Jan Dubois 2 files changed, 15 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/364d54baf6add9c4

Fix compiler warning:
Jerry D. Hedden 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fea10cf637669988

Fix compiler warnings:
Jerry D. Hedden 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/07822e36092e080b

Fix compiler warnings:
Jerry D. Hedden 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b263a1ad7bd90448

Fix compiler warning:
Jerry D. Hedden 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/520bb15084a0e2fc

Fix compiler warning:
Jerry D. Hedden 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/295d248eafe9bd56

Updated IPC::Cmd to cpan release 0.52
Chris Williams 2 files changed, 96 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/635ccb1c96c21c95

Test for a bug in sort where the elements are freed in the sort block.
Gerard Goossen 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/84df657f04b1025e

Refactor and expand unshift.t
Daniel Frederick Crisman 1 file changed, 61 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ad2250c8dddabeba

[perl #70337] perldiag: localtime(...) too large
Father Chrysostomos 3 files changed, 22 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/8b56d6ffd0fe641a

flock() on Windows should set proper errno numbers.
Jan Dubois 1 file changed, 21 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/97b33cac18e30b87

flock() should return EWOULDBLOCK instead of EAGAIN.
Jan Dubois 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fd9e8b45c89ee5d3

PL_scopestack_name needs to be copied in perl_clone()
Jan Dubois 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cbdd53315d32c50f

Make win32_start_child responsible for cleaning all the scopes.
Gerard Goossen 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f90117a9a237d776

1 is a magic number to C's exit() and Perl_my_exit().
Craig A. Berry 1 file changed, 8 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/81693ff90925b7d1

Updated CPANPLUS to cpan version 0.89_09
Chris Williams 5 files changed, 7 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/968682bce14e5963

Bring Pod::Simple up to 3.10
David E. Wheeler 4 files changed, 143 insertions(+), 8 deletions(
http://perl5.git.perl.org/perl.git/commit/4b6b311b63d14c12

PL_scopestack_name is only defined in DEBUGGING perl
Jan Dubois 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1bf4246c822bcdde

As our $_; is forced into main::, it should warn as a redeclaration.
Nicholas Clark 2 files changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1456f9252e5c8bd4

Explicitly check that our $_; is special, and forced to main::
Nicholas Clark 1 file changed, 19 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6ec5370cb0aeb185

Sorry, missed a "
H.Merijn Brand 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7faed49a94b8f6f7

HP-UX does not accept UTC0UTC, because there is no valid DST rule
H.Merijn Brand 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4c34a366a82c1009

Add line information to jumplevel debug information
Gerard Goossen 1 file changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1982da64370f4bb6

Add missing LEAVE to universal.c sv_does
Gerard Goossen 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7ce46f2a0128e34d

Add missing LEAVE to POSIX.xs sigaction
Gerard Goossen 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6ca4bbc9a415cdf2

Add ENTER_with_name and LEAVE_with_name to automaticly check for matching EN
Gerard Goossen 10 files changed, 130 insertions(+), 86 deletion
http://perl5.git.perl.org/perl.git/commit/d343c3ef45381352

Updated File::Fetch to cpan version 0.21_02
Chris Williams 2 files changed, 19 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/af24cc9d0ee84635

Grow zero length scalars
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4e93345f7d058505

Update File::Fetch to cpan version 0.21_01
Chris Williams 3 files changed, 73 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/314f55841dc68fd5

Map winsock error codes to POSIX errno values
Jan Dubois 1 file changed, 123 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/2489f03d17f65312

Some de-cruftification of README.vms.
Craig A. Berry 1 file changed, 16 insertions(+), 123 deletions(
http://perl5.git.perl.org/perl.git/commit/da80cd87614d1347

readdir() reports file type on VMS, even if zero length.
Craig A. Berry 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/df251d1f2a0ae380

refactoring of flip.t
Gerard Goossen 1 file changed, 17 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/5376f8ad7c939ed4

Make diag.t skip the warning I just fixed
Vincent Pit 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/06f07c2f42f10bc2


nick at ccl4

Nov 17, 2009, 6:14 PM

Post #28 of 30 (27 views)
Permalink
Perl 5 Commit Summary [In reply to]

Perl 5 commit summary, activity since Saturday

Current branch blead
23 commits. 11 unique authors. 8 unique committers.
64 files changed, 2313 insertions(+), 671 deletions(-)
Net code removal: Jan Dubois (13 lines), Rafael Garcia-Suarez (1 line)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/edb47d5e45750eb7.tar.gz

Remove dead preprocessor code from toke.c
Jan Dubois 1 file changed, 0 insertions(+), 13 deletions(-)
http://perl5.git.perl.org/perl.git/commit/edb47d5e45750eb7

Fix crash in refactored lexer internals
Jan Dubois 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/490354310ada83dc

add op class assertions to newXXXOP functions
Gerard Goossen 1 file changed, 37 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e69777c1f1a5fd88

Document SIGPIPE when printing to closed socket
David Golden 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/785fd5613b60801c

Patches to Encode 2.38 to match current test layout
Jesse Vincent 3 files changed, 0 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/17bede5aef4d3e82

Updated Encode to CPAN release 2.38
Jesse Vincent 20 files changed, 135 insertions(+), 66 deletion
http://perl5.git.perl.org/perl.git/commit/b2deda172989adc4

Update CPANPLUS::Dist::Build to cpan version 0.42
Chris Williams 3 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b65597cb4d6f7ba5

Update IPC::Cmd to cpan version 0.54
Chris Williams 2 files changed, 6 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ccbe4e7464622f49

Inline PL_no_symref_sv into its users. Deprecate the visible global variable
Nicholas Clark 2 files changed, 9 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/def89bff35e7f449

Inline PL_no_symref into pp_entersub. Deprecate the visible global variable.
Nicholas Clark 3 files changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/973a76153032581a

lexer API
Zefram 13 files changed, 941 insertions(+), 312 deletio
http://perl5.git.perl.org/perl.git/commit/f0e67a1d29102aa9

Make the style of pad_add_name's flags consistent with pad_new's and pad_tid
Nicholas Clark 3 files changed, 12 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/59cfed7d3d886965

Change S_pad_check_dup()'s arguments from char*/STRLEN to SV *.
Nicholas Clark 4 files changed, 12 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/2d12d04f1cca69e8

Convert pad_check_dup() to static linkage, and call it from Perl_pad_add_nam
Nicholas Clark 6 files changed, 31 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/73b81b142731b84c

Refactor common code paths from Perl_pad_add_name() into S_pad_add_name_sv()
Nicholas Clark 5 files changed, 78 insertions(+), 57 deletions(
http://perl5.git.perl.org/perl.git/commit/3291825f3fd927ad

Change perl -v version format
David Golden 2 files changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ded326e4b6fad7e2

Performance optimisation in assert, suggested by Tim Bunce
Rafael Garcia-Suarez 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d0f83c37b9d28134

Teach B::Deparse about in-place reverse
Vincent Pit 3 files changed, 22 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/689e417f571b6d71

Updated File::Fetch to cpan version 0.22
Chris Williams 3 files changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4192a60ab85c903b

Include legacy.t in the maintainance list
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d915cdf3dea05ce1

POD fixes and typos
Rafael Garcia-Suarez 1 file changed, 7 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a994735a4fa99545

add code for Unicode semantics for non-utf8 latin1 chars
Karl Williamson 7 files changed, 969 insertions(+), 140 deletion
http://perl5.git.perl.org/perl.git/commit/00f254e235ff10d6

Update to Scalar-List-Utils-1.22 from CPAN
Graham Barr 11 files changed, 68 insertions(+), 17 deletions
http://perl5.git.perl.org/perl.git/commit/a1248f17ffcfa8fe

Current branch remove-toke-package-defined-hack
1 commit. 1 unique author. 1 unique committer.
1 file changed, 0 insertions(+), 11 deletions(-)
Net code removal: Nicholas Clark (11 lines)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/c47281a5133721e6.tar.gz

Restore strict refs on stashes, removed by ce10b5d1ec5b5f68b0811018a415bc37.
Nicholas Clark 1 file changed, 0 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c47281a5133721e6


nick at ccl4

Nov 20, 2009, 6:08 PM

Post #29 of 30 (20 views)
Permalink
Perl 5 Commit Summary [In reply to]

Perl 5 commit summary, activity since Wednesday

Current branch blead
58 commits. 13 unique authors. 10 unique committers.
153 files changed, 7401 insertions(+), 2769 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/4ebea3c679ca93eb.tar.gz

Always add a manifest resource to perl.exe to specify the <trustInfo>
Jan Dubois 6 files changed, 65 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/4ebea3c679ca93eb

quick-fix broken Module::Build::Platforms::VMS
David Golden 1 file changed, 13 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/074f7b78c4d97c74

Update count
Abigail 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1c8cb608be521a7a

Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Abigail 2 parents
http://perl5.git.perl.org/perl.git/commit/078398c5ad0ebf00

Fix bug #68260
Abigail 2 files changed, 39 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/51393fc07355ffd0

Parse embed.fnc first, then cross-check consistency between it and =for apid
Nicholas Clark 1 file changed, 90 insertions(+), 49 deletions(-
http://perl5.git.perl.org/perl.git/commit/5ce5779215ef1e2a

Synchronise "may change"/"experimental" flags between embed.fnc and =for api
Nicholas Clark 1 file changed, 11 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/abe977428ad3210f

Merge near-duplicate code for 'api' and 'guts'.
Nicholas Clark 1 file changed, 9 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2bdc39bb841662ac

Merge %apidocs and %gutsdocs into $docs{api} and $docs{guts}.
Nicholas Clark 1 file changed, 7 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6a235718376473e8

Clarify docs for implicit "next" on all "when" blocks
Moritz Lenz 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/54091fc36dc7efc7

Missing static storage class for some new static functions
Rafael Garcia-Suarez 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/20381b504d5d07ea

Fix up the NAME in perl5112delta.pod
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e3d6681484d7bae3

Always bless filehandles into IO::Handle:: - don't try for FileHandle:: firs
Nicholas Clark 1 file changed, 1 insertion(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/31c9a3ace4f559b7

Updated Module::CoreList Changes etc for a CPAN release
Chris Williams 2 files changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7c5c215e1c2227e9

create perl5113delta
Leon Brocard 11 files changed, 319 insertions(+), 28 deletion
http://perl5.git.perl.org/perl.git/commit/2e8102e639cc6847

Fix perldelta_template extension
Leon Brocard 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ef72e12fee0e6264

Tiny English fix
Leon Brocard 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bf5a8d4fb231bb82

* Note that unlink sets $! on failure.
brian d foy 1 file changed, 19 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/40ea6f68f5e33895

* Fixing inconsistent use of tabs in perlfunc. Now it's spaces spaces spaces
brian d foy 1 file changed, 401 insertions(+), 401 deletions
http://perl5.git.perl.org/perl.git/commit/5ed4f2ecec5b66fe

* FAQ sync for Nov blead release
brian d foy 8 files changed, 913 insertions(+), 128 deletion
http://perl5.git.perl.org/perl.git/commit/589a5df257512430

* Fixed sort example using =(\d+)
brian d foy 1 file changed, 31 insertions(+), 31 deletions(-
http://perl5.git.perl.org/perl.git/commit/e1d16ab77edac901

Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Leon Brocard 2 parents
http://perl5.git.perl.org/perl.git/commit/e507fdf52b6cc8b8

Module::CoreList updated for the real 5.11.2, including Module::Build change
Leon Brocard 1 file changed, 29 insertions(+), 26 deletions(-
http://perl5.git.perl.org/perl.git/commit/b221970048b57c60

Convert the shell pipeline for the list of committers to a Perl 1 liner.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/06d5de521cf46bed

The lexer API is very exciting, but only mention it once
Leon Brocard 1 file changed, 0 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5994acf3cde9809b

Run Porting/podtidy
Leon Brocard 1 file changed, 90 insertions(+), 80 deletions(-
http://perl5.git.perl.org/perl.git/commit/70c171b5595ca23d

Add details of module updates
Leon Brocard 1 file changed, 35 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d44d587475667b61

Delete a few more sections
Leon Brocard 1 file changed, 0 insertions(+), 43 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6da08a431be66272

Delete sections, add a bunch more
Leon Brocard 1 file changed, 77 insertions(+), 103 deletions(
http://perl5.git.perl.org/perl.git/commit/72343ccb3bafe58f

Merge branch 'blead' of perl5.git.perl.org:/gitroot/perl into blead
H.Merijn Brand 2 parents
http://perl5.git.perl.org/perl.git/commit/ff7650cc95e66d4e

Sync AUTHORS and Porting/checkAUTHORS.pl with Changelogs
H.Merijn Brand 2 files changed, 208 insertions(+), 205 deletion
http://perl5.git.perl.org/perl.git/commit/e82692ac705e6d06

Mention how to generate stats for the Acknowledgements
Leon Brocard 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a59108e867453269

Fix POD: C<...->...> => C<< ...-> ... >>
Frank Wiegand 6 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d5213412bf7e5163

Updated Module::Build to 0.35_09
David Golden 36 files changed, 282 insertions(+), 254 deletio
http://perl5.git.perl.org/perl.git/commit/08fc25adb28b6674

Fill in some details about the release
Leon Brocard 1 file changed, 56 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1fc7262d227d9443

Tweak tense, remove double spaces
Leon Brocard 1 file changed, 13 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/c54f4355cdca8637

Bump version of Module::CoreList to 2.23
Chris Williams 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/75c8032f4f01d336

Abolish xio_lines from struct PVIO - store IoLINES() in the IVX slot.
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c490b21c04c1b227

PVIOs don't use the SvIVX slot.
Nicholas Clark 3 files changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3cf51070223b0956

lexer API fixes
Zefram 2 files changed, 17 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/580561a3a5dd3bfe

minitest fixes
Zefram 2 files changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8a71e97e93669628

Add a few more distribution versus module name exceptions
Leon Brocard 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/960e02cf6495127c

Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Leon Brocard 2 parents
http://perl5.git.perl.org/perl.git/commit/49866caf7899f20f

Add the 5.11.2 release
Leon Brocard 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c3d14d79d1d1eb43

{camel,dromedary}.booking.com names are gone, so update them to {,users.}per
Vincent Pit 1 file changed, 50 insertions(+), 46 deletions(-
http://perl5.git.perl.org/perl.git/commit/333f88758b90ea05

Module::CoreList updated for 5.11.2
Leon Brocard 1 file changed, 641 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a68163eac7a5769f

Fix two spelling errors
Leon Brocard 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2a7200900d2a2677

Bump 5.11.1 -> 5.11.2 in all sorts of places it's (oh so unfortunately) hard
Leon Brocard 20 files changed, 127 insertions(+), 127 deletio
http://perl5.git.perl.org/perl.git/commit/f80e964fac6f1e3c

Updated CPAN path for Module::CoreList in Maintainers.pl
Chris Williams 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7d5ce19f132a0e6f

Fix minor typo in comment
Leon Brocard 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4c7053ad65f114b8

Skip the scope name checks if PL_scopestack_name is NULL.
Nicholas Clark 1 file changed, 7 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a09dc31d1f5b8717

PL_scopestack_name needs to be present, -DDEBUGGING or not.
Nicholas Clark 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f2b88940d815760a

Update CPANPLUS::Dist::Build to cpan version 0.44
Chris Williams 3 files changed, 18 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/0a18d57236ee1f3a

Correct the arguments to MBTest->tmpdir() to reflect implementation changes.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/79ff69f3f0afea45

Updated Module::Build to 0.35_08
David Golden 79 files changed, 4256 insertions(+), 1558 delet
http://perl5.git.perl.org/perl.git/commit/613f422f899872b3

Typo fix
Abigail 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6821e3836b3437b3

Correctly check that functions flagged as documented do have documentation.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d65113e3415a7bf0

Correct the flags for 3 functions that don't actually have documentation.
Nicholas Clark 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ed6f739c614e9c52


nick at ccl4

Nov 24, 2009, 6:14 PM

Post #30 of 30 (3 views)
Permalink
Perl 5 Commit Summary [In reply to]

Perl 5 commit summary, activity since Saturday

Current branch blead
48 commits. 17 unique authors. 11 unique committers.
65 files changed, 86526 insertions(+), 3492 deletions(-)
Net code removal: Rafael Garcia-Suarez (3461 lines) Steve Hay (2 lines)
Thanks, applied: Rafael Garcia-Suarez (11) H.Merijn Brand (2)
Jesse Vincent (1) Steve Hay (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/789c461534f3eb03.tar.gz

Bump version and regenerate warnings.pm
Rafael Garcia-Suarez 2 files changed, 34 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/789c461534f3eb03

Add tests.
Andrew Rodland 1 file changed, 57 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/68a00014b571d471

Add code and starting perldoc for warnings::fatal_enabled.
Andrew Rodland 1 file changed, 32 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ec983580254c32fd

Add missing library to VC++ section of Win32 dmake makefile
Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6b1226db4432ba7f

Avoid circularity in $(LINK_FLAGS) definition in Win32 dmake makefile
Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5e8632492467a144

cleanup get_arena param-names, mark as May-Change
Jim Cromie 3 files changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e5973ed5ed7077ed

Slight rewording of last patch
Rafael Garcia-Suarez 1 file changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3188b6e39f995cf3

add mention of PERL_MEM_LOG in perlrun.pod
Jim Cromie 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9aa9f4999e15926d

Specify in Makefile what generates pod/perluniprops.pod
Rafael Garcia-Suarez 3 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/58fa074c95937d22

Fix Win32 makefiles as per f86864acbf97469fd9e5d5233d51ff743f4d8d6e
Steve Hay 2 files changed, 5 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/36ff7f95732aeec6

Remove generated file pod/perluniprops.pod from the source distribution
Rafael Garcia-Suarez 9 files changed, 9 insertions(+), 2792 deletions
http://perl5.git.perl.org/perl.git/commit/524ce141dcd46f87

mktables not run unless needed
Karl Williamson 5 files changed, 35 insertions(+), 41 deletions(
http://perl5.git.perl.org/perl.git/commit/f86864acbf97469f

record version of Intel C during configure
Tony Cook 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/77b33db630b28c8b

* Remove some end-of-line whitespace from perlebcdic
brian d foy 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0be0346991b9897b

* Convert some pod files to UTF-8 (like all of the other pod files)
brian d foy 5 files changed, 10 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/aadc0e04984c5231

* Reword the sentence about checking unlink failures
brian d foy 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/734c9e01d195af6f

Fix code-before-declaration error on Win32 with recent VC++ compilers
Steve Hay 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/dbb3120a48c14831

Upgrade to threads 1.75
Jerry D. Hedden 6 files changed, 17 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/24855dffdf07c139

Don't suggest Mail::Send isn't availble if we're ignoring it
Abigail 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e90d6148cab189f1

Move change c35076938c7236fb into embed.fnc, from the generated file proto.h
Nicholas Clark 3 files changed, 13 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ed7608978145cca2

Added a perltodo about enabling/disabling individual warnings
Jesse Vincent 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a9ed9b74fd79d60c

Fix mktables calls in Win32 makefiles
Nicholas Clark 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e9ded33885650047

Make unicode semantics the default
Karl Williamson 5 files changed, 24 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/61fc5122f0d8a509

disable Module::Build bundle_inc.t
David Golden 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7f40cf6b25ea33d8

More info about camel in perlrepository.pod
Dennis Kaarsemaker 1 file changed, 18 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3482f01a8cf92148

fix logic for a workaround in POSIX.xs
Stepan Kasal 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fabb67aac748c1bf

Use hex instead of octal for larger code points
Karl Williamson 1 file changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1cfccccd91dcb838

Add also mktables.lst to gitignore, since it's generated
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/02b203e04b3608f9

Add new pod file to various lists and makefiles
Rafael Garcia-Suarez 5 files changed, 15 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/6e38c0548b15080f

Simplify title of perluniprops
Rafael Garcia-Suarez 2 files changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/997e7b23827e884e

Add deprecation of goto to inner scopes to perldelta
Rafael Garcia-Suarez 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/13a4a4863da239fd

Add Karl's text describing his Unicode property changes to perldelta
Rafael Garcia-Suarez 1 file changed, 100 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/8d814567b435a489

Merge branch 'mktables' into blead
Rafael Garcia-Suarez 2 parents
http://perl5.git.perl.org/perl.git/commit/5f2046cdb5cd274c

Remove mktables.lst, since it's generated
Rafael Garcia-Suarez 2 files changed, 0 insertions(+), 830 deletions(
http://perl5.git.perl.org/perl.git/commit/23f0c133b39568de

Add new generated file lib/unicore/Heavy.pl to gitignore
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/329347eef534abb1

Fix plan syntax in TAP output
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3aa7f313a30095b1

mktables revamp
Karl Williamson 12 files changed, 89246 insertions(+), 2930 dele
http://perl5.git.perl.org/perl.git/commit/99870f4d255a0df2

Fix unindented code in perlfunc after 5ed4f2ecec5b66feed399b9a24471aeac4242c
Vincent Pit 1 file changed, 154 insertions(+), 154 deletions
http://perl5.git.perl.org/perl.git/commit/a9a5a0dc04939697

Resort MANIFEST - Latest Module::Build MANIFEST update broke sorting.
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3fbd6cf4979f01b9

Add new warning introduced by last patch in perldiag.
Rafael Garcia-Suarez 2 files changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0b98bec9fd8d0513

deprecate "goto" to jump into a construct
Gerard Goossen 4 files changed, 40 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/b500e03bf95eb884

Force OP_REQUIRE to scalar context at the end of ck_require and don't let it
Gerard Goossen 3 files changed, 5 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/021f53de09926928

Add a TODO test for "require" always being in scalar context.
Gerard Goossen 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5255f1f44de85b78

Make -UDEBUGGING the default on VMS for 5.12.0.
Craig A. Berry 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6a0e50422a84b53e

Perl_pad_sv and Perl_hv_assert don't exist without -DDEBUGGING.
Craig A. Berry 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c35076938c7236fb

Declaration nit in vms.c's Perl_my_fwrite.
Craig A. Berry 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2e05a54c0c3f7ee3

Update generated Module::Build::ConfigData
David Golden 3 files changed, 225 insertions(+), 206 deletion
http://perl5.git.perl.org/perl.git/commit/0b93a7997e668a67

Avoid logical name conflicts in File::Path::_rmtree on VMS.
Craig A. Berry 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/52bbce6d8fa698c9

First page Previous page 1 2 Next page Last page  View All Perl porters RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.