
david at landgren
Nov 27, 2007, 12:59 AM
Post #2 of 5
(154 views)
Permalink
|
|
Re: [PATCH] perl5100delta.pod: do not confess bondage :-) and mention compiler flag tightening
[In reply to]
|
|
Jarkko Hietaniemi wrote: > --- perl-5.9.x/pod/perl5100delta.pod.dist 2007-11-27 05:27:11.000000000 +0200 > +++ perl-5.9.x/pod/perl5100delta.pod 2007-11-27 05:34:22.000000000 +0200 > @@ -1388,9 +1388,15 @@ > > =head1 Changed Internals > > -In general, the source code of perl has been refactored, tied up, and > -optimized in many places. Also, memory management and allocation has been > -improved in a couple of points. > +In general, the source code of perl has been refactored, tidied up, > +and optimized in many places. Also, memory management and allocation > +has been improved in a couple of points. This sentence isn't clear (but hey, the original had it that way too): in a couple of _ways_ or a couple of _places_? Also, 'a couple' eq 'two'. Would it not be better to say 'a number of ...'? > +When compiling the perl core with gcc, as many gcc warning flags are > +turned on as is possible on the platform. (This quest for cleanliness > +doesn't extend to XS code because we cannot guarantee the tidyness of tidiness > +code we didn't write.) Similar strictness flags have been added or > +tightened for various other C compilers. s/various//
|