Jesse Vincent [Mon, 5 Apr 2010 13:06:58 +0000]
We're gonna have a fourth RC.
Jesse Vincent [Fri, 2 Apr 2010 19:22:22 +0000]
There's gonna be an RC3
Jesse Vincent [Fri, 2 Apr 2010 19:22:01 +0000]
untodo the no-longer-failing todo test for rgs' patch
Rafael Garcia-Suarez [Fri, 2 Apr 2010 19:19:24 +0000]
For evals, op_targ carry hint flags, which are pretty high when you're
using feature or another (recent) pragma. And previously we had to care
only about entereval, but now we can compile to entertry too.
Florian Ragwitz [Fri, 2 Apr 2010 18:25:03 +0000]
Add a TODO test for block evals segfaulting on syntax errors.
Jesse Vincent [Fri, 2 Apr 2010 18:07:57 +0000]
If the RC goes out today, the release goes out next friday
Curtis Jewell [Wed, 31 Mar 2010 06:57:10 +0000]
Adding Curtis Jewell to AUTHORS.
Curtis Jewell [Wed, 31 Mar 2010 06:54:44 +0000]
Specifying when the trimmed down Win64 compiler works.
Curtis Jewell [Wed, 31 Mar 2010 06:53:45 +0000]
Updating location of Strawberry's 64-bit toolchain.
Jesse Vincent [Fri, 2 Apr 2010 13:42:01 +0000]
Typo in perldelta found by Tom Wyant
Jesse Vincent [Thu, 1 Apr 2010 02:13:23 +0000]
5.12.0 is now expected on 7 April 2010
Ricardo Signes [Wed, 31 Mar 2010 20:40:57 +0000]
update the name of Task::Deprecations::5_12
Jesse Vincent [Wed, 31 Mar 2010 17:31:55 +0000]
Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
* 'blead' of ssh://perl5.git.perl.org/gitroot/perl:
Don't initialize end in pp_reverse when begin is NULL
More tests for in-place reverse (empty tied array)
Add a test for reversing in-place an empty array
Avoid a segfault when reversing an empty array in-place.
Jesse Vincent [Wed, 31 Mar 2010 17:31:18 +0000]
Updated perldelta to point to the not-yet-extant bundle for 5.12
core-deprecated modules
Vincent Pit [Wed, 31 Mar 2010 12:33:32 +0000]
Don't initialize end in pp_reverse when begin is NULL
This change is a complement to
572558b47236782e60e41bd235c96eae7cbca3db.
Arithmetic on null pointers isn't defined by the C standard, so it may crash even before entering the loop.
Rafael Garcia-Suarez [Wed, 31 Mar 2010 10:43:32 +0000]
More tests for in-place reverse (empty tied array)
Rafael Garcia-Suarez [Wed, 31 Mar 2010 09:32:16 +0000]
Add a test for reversing in-place an empty array
Rafael Garcia-Suarez [Wed, 31 Mar 2010 07:50:00 +0000]
Avoid a segfault when reversing an empty array in-place.
Jesse Vincent [Wed, 31 Mar 2010 03:16:57 +0000]
Remove potentially confusing strawman version numbers from the release
manager schedule
Jesse Vincent [Wed, 31 Mar 2010 03:02:33 +0000]
Reword a speculative message about building 32bit perls from INSTALL.
Spotted by Tim Jenness
Jesse Vincent [Wed, 31 Mar 2010 02:58:52 +0000]
Looks like we have an RC2 due to a segfault in reverse()
David Golden [Tue, 30 Mar 2010 04:18:44 +0000]
rafl volunteers to release blead in August 2010
David Golden [Tue, 30 Mar 2010 04:11:56 +0000]
revise release manager schedule
Florian Ragwitz [Mon, 29 Mar 2010 17:59:30 +0000]
Document removal of -P in perldelta.
Also trim some trailing whitespace.
Jesse Vincent [Mon, 29 Mar 2010 15:44:32 +0000]
Assuming RC1 goes out today, .0 goes out on 5 April
Jesse Vincent [Mon, 29 Mar 2010 15:30:02 +0000]
Add an errata pointer to perldelta.
Slaven Rezic [Mon, 29 Mar 2010 11:55:21 +0000]
doc update: Storable cannot serialize REGEXP (yet)
Jesse Vincent [Mon, 29 Mar 2010 14:04:15 +0000]
Update perldelta to warn people that deprecated things weren't just deprecated in this release.
Jesse Vincent [Mon, 29 Mar 2010 13:47:10 +0000]
back out misguided change to brnaching time.
Jesse Vincent [Mon, 29 Mar 2010 13:12:43 +0000]
Begin bowing to public pressure toward an open blead;
document how to create a maint branch when RC1 comes out.
Jesse Vincent [Mon, 29 Mar 2010 03:51:48 +0000]
bump from rc0 to rc1.
Jesse Vincent [Mon, 29 Mar 2010 03:48:44 +0000]
Update perldelta to better warn users about the changes from the first-classification of regexps.
Karl Williamson [Sun, 28 Mar 2010 18:33:54 +0000]
A few edits
Rewording to clarify a few paragraphs; make table fit in 80 column
terminal; remove extra word; other slight edits
Karl Williamson [Sun, 28 Mar 2010 18:18:11 +0000]
Slight edits
Add index entries; reword a paragraph
Karl Williamson [Sun, 28 Mar 2010 18:16:35 +0000]
Slight edits
double word, make table fit in 80 column terminal
Craig A. Berry [Sun, 28 Mar 2010 19:58:54 +0000]
Spaces in filenames require non-default settings on VMS.
Specifically DECC$EFS_CHARSET must be enabled and not everything
plays nice with that, so for now this is a to-do.
David Mitchell [Sun, 28 Mar 2010 20:13:41 +0000]
remove tmp debugging from File/Copy.t
Karl Williamson [Sun, 28 Mar 2010 05:06:59 +0000]
Clarify that some examples are for ASCII machines
Karl Williamson [Sun, 28 Mar 2010 04:55:41 +0000]
Make whitespace a single word [perl #34462]
Karl Williamson [Sun, 28 Mar 2010 04:50:46 +0000]
Fix typos, minor wording changes, clarifications
Karl Williamson [Sun, 28 Mar 2010 04:45:53 +0000]
Bring up to date for 5.12; including POSIX
The regex documentation included changes that were put temporarily into
a 5.11 release, but not into 5.12. And there were a number of omissions.
I went through this pod and tried to make it reflect reality.
Karl Williamson [Sun, 28 Mar 2010 04:43:32 +0000]
Remove duplicate information and refer to other pods
Things were getting out of sync.
Karl Williamson [Sun, 28 Mar 2010 04:22:39 +0000]
Note a new thing to check for each new release of Perl
David Mitchell [Sun, 28 Mar 2010 11:45:00 +0000]
add =encoding utf8 to the perldelta template
Ævar Arnfjörð Bjarmason [Sat, 27 Mar 2010 23:59:01 +0000]
When using a GitHub fork advice the use of Perl's Git, not GitHub's mirror
This bit me when `git pull upstream blead' didn't pull commits I knew
had been commited, turned out GitHub's mirror was out of date.
David Mitchell [Sat, 27 Mar 2010 18:07:30 +0000]
RT #73714: Regression in 5.12: File::Copy and initial spaces
Commit
81ec4fbc8320b72171c9fbea0fa0456b3a687f92
removed some obsolete code that processed with leading spaces in filenames
(not needed with 3-arg open), but didn't quite clean out everything.
This meant that trying to copy to a file whose name had a leading space
would unceremoniously die with
Undefined subroutine &File::Copy::_protect called
Craig A. Berry [Sat, 27 Mar 2010 17:52:33 +0000]
Update Porting/checkAUTHORS.pl to (once again) distinguish authors from committers by processing git log --pretty=fuller, e.g.,
% git log --pretty=fuller perl-5.12.0..HEAD \
? | perl Porting/checkAUTHORS.pl --rank --percentage -
Without this, the --rank and --thanks-applied options were not working.
Also, the meaning of --thanks-applied has changed somewhat; it now only counts
commits where the committer is not the author.
[This commit is the delta between Craig's previous patch and his revised
patch]
Andreas J. Koenig [Sat, 27 Mar 2010 17:26:44 +0000]
Andreas provided a patch to CPAN::Distribution to deal with a bug in core
module deprecation
commit
8b7e29685086feb1e01992478bcb0498f584574c
Author: Andreas J. Koenig <andk@cpan.org>
Date: Tue Mar 16 08:56:03 2010 +0100
except deprecated modules from short circuiting, uncovered by
Data::TreeDumper/Class::ISA
Craig A. Berry [Sat, 27 Mar 2010 17:11:57 +0000]
A slightly tweaked patch to perldelta from Craig Berry acknowledging the
huge amount of work done by our prior pumpkings.
Jesse Vincent [Sat, 27 Mar 2010 17:05:31 +0000]
Reformatted excessively long lines in perldelta.
Jesse Vincent [Sat, 27 Mar 2010 16:35:09 +0000]
Bump B::Deparse and Module::CoreList versions due to the late patch.
Jesse Vincent [Sat, 27 Mar 2010 16:33:56 +0000]
Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
* 'blead' of ssh://perl5.git.perl.org/gitroot/perl:
[perl #73720] opt_scalarhv(or OP_BOOLKEYS) does not work
David Leadbeater [Thu, 25 Mar 2010 00:40:35 +0000]
[perl #73720] opt_scalarhv(or OP_BOOLKEYS) does not work
An optimisation for %hash in boolean context, as introduced with
867fa1e2da145229b4db2c6e8d5b51700c15f114
could falsely optimise constructs that shoudn't be.
Original bug report and fix suggestion were by Goro Fuji.
Include a test to cover the case which was mis-optimised (although
coverage still seems low to me).
Additionally correct B::Deparse (just swap a line, it was using a
variable before it was defined).
Ævar Arnfjörð Bjarmason [Thu, 25 Mar 2010 21:28:20 +0000]
Add =encoding utf8 to the 5.12 delta (like the 5.10 delta)
Without specifying =encoding POD converters would produce strings like
"Ævar" from the source "Ævar". This affected the Acknowledgements
section where several non-ASCII names were present.
Tested by checking if search.cpan.org screwed up non-ASCII characters
in the 5.10 delta, it didn't.
Ævar Arnfjörð Bjarmason [Thu, 25 Mar 2010 20:56:49 +0000]
Adjust the formatting of the note about t/op/re.t
POD formatters will now render this note one one line like the rest of
the items in the list.
Craig A. Berry [Thu, 25 Mar 2010 17:55:16 +0000]
Bring Porting/checkAUTHORS.pl into the world of git.
Now processes git log output rather than the Changes file. E.g.,
% git log --pretty=fuller --name-status perl-5.10.0..HEAD \
? | perl Porting/checkAUTHORS.pl --rank --percentage -
Also, the meaning of --thanks-applied has changed; it now only counts
commits where the committer is not the author.
Ævar Arnfjörð Bjarmason [Thu, 25 Mar 2010 21:41:27 +0000]
Eulogy fix: Mention Domain/OS instead of DomainOS in "Discontinued Platforms"
The slash is used in the official name, and is e.g. the title of the
Wikipedia article.
Rafael Garcia-Suarez [Fri, 26 Mar 2010 22:30:41 +0000]
Fix title of perluniprops in table of contents
(noticed by Frank Wiegand)
Jesse Vincent [Thu, 25 Mar 2010 15:26:05 +0000]
perl 5.11.6 never happened. Remove the traces of its perldelta.
Thanks to Ask for pointing it out.
Jesse Vincent [Thu, 25 Mar 2010 15:13:27 +0000]
Removed specific attributions from the very few changes that had them.
While I'd love it if all changes were attributed to the porters
responsible for them, it's not reasonable to single out only a few
contributors for individual changes without acknowledging all
contributors. (Read: I love and appreciate all of you. Deleting your
name from the perldelta doesn't mean I hate you or your work.)
Jesse Vincent [Thu, 25 Mar 2010 15:06:19 +0000]
Downgrade Socket.pm's new inet_ntop and inet_pton to EXPORT_OK rather
than EXPORT as they're new functions which clobber symbols in downstream
CPAN modules.
Jesse Vincent [Thu, 25 Mar 2010 14:28:27 +0000]
Perldelta proofreading fixes from Zefram in
Message-Id: <
20100322120613.GC19877@lake.fysh.org>
David Golden [Thu, 25 Mar 2010 03:18:28 +0000]
added Aristotle Pagaltzis to AUTHORS
Aristotle Pagaltzis [Thu, 25 Mar 2010 03:12:36 +0000]
give two simpler recipes for creating remote branches
David Mitchell [Wed, 24 Mar 2010 22:02:02 +0000]
describe how to create a remote topic branch
Leon Brocard [Wed, 24 Mar 2010 13:06:09 +0000]
Check that sparse files hold at least a block (bug in eCryptfs: https://bugs.launchpad.net/ecryptfs/+bug/390833)
Chris Williams [Mon, 22 Mar 2010 12:45:42 +0000]
Applied a patch from Schwern to one of the CPANPLUS test files.
https://rt.cpan.org/Public/Bug/Display.html?id=53133
t/00_CPANPLUS-Internals-Utils.t
"failure occurs if the build directory is symlinked"
Confirmed fixes the issue by Dominic Dunlop <domo@computer.org>
Code needs to be tested as part of the smokes ( especially on VMS ).
Rainer Tammer [Sun, 21 Mar 2010 13:36:58 +0000]
README.aix for Perl 5.12"
Rafael Garcia-Suarez [Sat, 20 Mar 2010 13:45:59 +0000]
Explain why -Duserelocatableinc isn't compatible with -Duseshrplib
Rafael Garcia-Suarez [Thu, 18 Mar 2010 22:43:51 +0000]
Don't encourage using Safe in perlsec
Nicholas Clark [Thu, 18 Mar 2010 13:57:39 +0000]
Add more internal files and directories to no_index in META.yml
This prevents search.cpan.org finding and formatting template and internal
documentation. Fixes RT #73632.
Jesse Vincent [Thu, 18 Mar 2010 01:45:36 +0000]
Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
* 'blead' of ssh://perl5.git.perl.org/gitroot/perl:
A couple of additions to perl5120delta
Add a comma to the number "3000"
Vincent Pit [Wed, 17 Mar 2010 21:28:53 +0000]
A couple of additions to perl5120delta
Leon Brocard [Wed, 17 Mar 2010 20:58:58 +0000]
Add a comma to the number "3000"
Craig A. Berry [Wed, 17 Mar 2010 19:50:22 +0000]
Attached are two TODO patches for the remaining test failures on VMS.
If these can go in for 5.12.0, I'd appreciate it.
Jesse Vincent [Mon, 15 Mar 2010 19:00:11 +0000]
A typo in my last Module::CoreList update caused the deprecated hash key
alias for 5.11 to vanish. This commit corrects it
Rainer Tammer [Tue, 16 Mar 2010 07:00:42 +0000]
Clarify libgdbm use on AIX
Jan Dubois [Tue, 16 Mar 2010 07:39:58 +0000]
Update Windows specific changes
Jan Dubois [Tue, 16 Mar 2010 06:51:19 +0000]
Order platform specific changes alphabetically by platform
Jan Dubois [Tue, 16 Mar 2010 06:28:30 +0000]
Note that forbidding keywords as labels is controversial
H.Merijn Brand [Mon, 15 Mar 2010 12:19:39 +0000]
Add Porting/corelist-diff to MANIFEST
Jesse Vincent [Sun, 14 Mar 2010 22:27:55 +0000]
Updated AUTHORS file to be current with checkAUTHORS output
Jesse Vincent [Sun, 14 Mar 2010 21:42:56 +0000]
several typos in perldelta
Jesse Vincent [Sun, 14 Mar 2010 20:30:30 +0000]
feature.pm needed to be taught about "use feature ':5.12'"
Jesse Vincent [Sun, 14 Mar 2010 19:28:26 +0000]
perldelta updated for new version of Module::CoreList
Jesse Vincent [Sun, 14 Mar 2010 19:27:28 +0000]
Module::CoreList bumped to 2.27 and updated with versions of things
we'll ship in 5.12.0
Jesse Vincent [Sun, 14 Mar 2010 19:40:32 +0000]
Added placeholder for RC0 in perlhist
Jesse Vincent [Sun, 14 Mar 2010 19:55:57 +0000]
README updates for 5.12.0
Jesse Vincent [Sun, 14 Mar 2010 19:57:38 +0000]
The "right" perldelta is now 5.12.0's
Jesse Vincent [Sun, 14 Mar 2010 19:42:35 +0000]
Update patchlevel.h to note that this is RC0 and not yet a real release
Jesse Vincent [Sun, 14 Mar 2010 19:15:59 +0000]
Bump to 5.12.0
Jesse Vincent [Sun, 14 Mar 2010 20:39:22 +0000]
perldelta typo caught by Karl
Karl Williamson [Sun, 14 Mar 2010 20:22:26 +0000]
A few small fixes to perl5120delta.pod
Jesse Vincent [Sun, 14 Mar 2010 18:06:27 +0000]
Left a debugging statement in a Porting tool. Oops!
Jesse Vincent [Sun, 14 Mar 2010 17:52:28 +0000]
Remove TODO section from perldelta
Jesse Vincent [Sun, 14 Mar 2010 17:51:55 +0000]
Further updates to perldelta:
rewrapping and module list updates
Jesse Vincent [Sun, 14 Mar 2010 16:13:39 +0000]
Add the author list for 5.12.0
Jesse Vincent [Sun, 14 Mar 2010 15:43:33 +0000]
Update Perl 5.12.0 delta. It needs a spellcheck, proofreading and a module list.
Ricardo Signes [Sun, 14 Mar 2010 16:35:23 +0000]
better perl version output in corelist-diff
Ricardo Signes [Sun, 14 Mar 2010 16:27:53 +0000]
tool to produce corelist diffs