summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Document removal of -P in perldelta.v5.12.0-RC1Florian Ragwitz2010-03-291-4/+9
| | | | Also trim some trailing whitespace.
* Assuming RC1 goes out today, .0 goes out on 5 AprilJesse Vincent2010-03-292-2/+3
|
* Add an errata pointer to perldelta.Jesse Vincent2010-03-291-0/+4
|
* doc update: Storable cannot serialize REGEXP (yet)Slaven Rezic2010-03-291-1/+1
|
* Update perldelta to warn people that deprecated things weren't just ↵Jesse Vincent2010-03-291-2/+6
| | | | deprecated in this release.
* back out misguided change to brnaching time.Jesse Vincent2010-03-291-5/+5
|
* Begin bowing to public pressure toward an open blead;Jesse Vincent2010-03-291-5/+9
| | | | document how to create a maint branch when RC1 comes out.
* bump from rc0 to rc1.Jesse Vincent2010-03-281-1/+1
|
* Update perldelta to better warn users about the changes from the ↵Jesse Vincent2010-03-281-4/+10
| | | | first-classification of regexps.
* A few editsKarl Williamson2010-03-281-46/+50
| | | | | Rewording to clarify a few paragraphs; make table fit in 80 column terminal; remove extra word; other slight edits
* Slight editsKarl Williamson2010-03-281-4/+6
| | | | Add index entries; reword a paragraph
* Slight editsKarl Williamson2010-03-281-2/+2
| | | | double word, make table fit in 80 column terminal
* Spaces in filenames require non-default settings on VMS.Craig A. Berry2010-03-281-1/+3
| | | | | Specifically DECC$EFS_CHARSET must be enabled and not everything plays nice with that, so for now this is a to-do.
* remove tmp debugging from File/Copy.tDavid Mitchell2010-03-281-1/+0
|
* Clarify that some examples are for ASCII machinesKarl Williamson2010-03-283-4/+4
|
* Make whitespace a single word [perl #34462]Karl Williamson2010-03-282-14/+14
|
* Fix typos, minor wording changes, clarificationsKarl Williamson2010-03-281-11/+11
|
* Bring up to date for 5.12; including POSIXKarl Williamson2010-03-281-161/+244
| | | | | | 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.
* Remove duplicate information and refer to other podsKarl Williamson2010-03-281-129/+28
| | | | Things were getting out of sync.
* Note a new thing to check for each new release of PerlKarl Williamson2010-03-281-0/+7
|
* add =encoding utf8 to the perldelta templateDavid Mitchell2010-03-281-0/+2
|
* When using a GitHub fork advice the use of Perl's Git, not GitHub's mirrorÆvar Arnfjörð Bjarmason2010-03-271-1/+1
| | | | | 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.
* RT #73714: Regression in 5.12: File::Copy and initial spacesDavid Mitchell2010-03-272-4/+14
| | | | | | | | | 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
* Update Porting/checkAUTHORS.pl to (once again) distinguish authors from ↵Craig A. Berry2010-03-272-2/+2
| | | | | | | | | | | | | | | 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 provided a patch to CPAN::Distribution to deal with a bug in coreAndreas J. Koenig2010-03-272-3/+6
| | | | | | | | | | | 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
* A slightly tweaked patch to perldelta from Craig Berry acknowledging theCraig A. Berry2010-03-271-0/+10
| | | | huge amount of work done by our prior pumpkings.
* Reformatted excessively long lines in perldelta.Jesse Vincent2010-03-271-228/+255
|
* Bump B::Deparse and Module::CoreList versions due to the late patch.Jesse Vincent2010-03-272-4/+4
|
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadJesse Vincent2010-03-273-4/+8
|\ | | | | | | | | * 'blead' of ssh://perl5.git.perl.org/gitroot/perl: [perl #73720] opt_scalarhv(or OP_BOOLKEYS) does not work
| * [perl #73720] opt_scalarhv(or OP_BOOLKEYS) does not workDavid Leadbeater2010-03-273-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
* | Add =encoding utf8 to the 5.12 delta (like the 5.10 delta)Ævar Arnfjörð Bjarmason2010-03-271-0/+2
| | | | | | | | | | | | | | | | | | 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.
* | Adjust the formatting of the note about t/op/re.tÆvar Arnfjörð Bjarmason2010-03-271-3/+1
| | | | | | | | | | POD formatters will now render this note one one line like the rest of the items in the list.
* | Bring Porting/checkAUTHORS.pl into the world of git.Craig A. Berry2010-03-271-21/+22
| | | | | | | | | | | | | | | | | | | | 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.
* | Eulogy fix: Mention Domain/OS instead of DomainOS in "Discontinued Platforms"Ævar Arnfjörð Bjarmason2010-03-271-1/+1
|/ | | | | The slash is used in the official name, and is e.g. the title of the Wikipedia article.
* Fix title of perluniprops in table of contentsRafael Garcia-Suarez2010-03-262-2/+2
| | | | (noticed by Frank Wiegand)
* perl 5.11.6 never happened. Remove the traces of its perldelta.Jesse Vincent2010-03-2510-289/+19
| | | | Thanks to Ask for pointing it out.
* Removed specific attributions from the very few changes that had them.Jesse Vincent2010-03-251-7/+6
| | | | | | | | 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.)
* Downgrade Socket.pm's new inet_ntop and inet_pton to EXPORT_OK ratherJesse Vincent2010-03-253-5/+11
| | | | | than EXPORT as they're new functions which clobber symbols in downstream CPAN modules.
* Perldelta proofreading fixes from Zefram inJesse Vincent2010-03-251-4/+4
| | | | Message-Id: <20100322120613.GC19877@lake.fysh.org>
* added Aristotle Pagaltzis to AUTHORSDavid Golden2010-03-241-0/+1
|
* give two simpler recipes for creating remote branchesAristotle Pagaltzis2010-03-241-15/+13
|
* describe how to create a remote topic branchDavid Mitchell2010-03-241-0/+16
|
* Check that sparse files hold at least a block (bug in eCryptfs: ↵Leon Brocard2010-03-241-1/+2
| | | | https://bugs.launchpad.net/ecryptfs/+bug/390833)
* Applied a patch from Schwern to one of the CPANPLUS test files.Chris Williams2010-03-221-4/+37
| | | | | | | | | | | | 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 ).
* README.aix for Perl 5.12"Rainer Tammer2010-03-211-60/+69
|
* Explain why -Duserelocatableinc isn't compatible with -Duseshrplibv5.12.0-RC0Rafael Garcia-Suarez2010-03-201-0/+4
|
* Don't encourage using Safe in perlsecRafael Garcia-Suarez2010-03-181-3/+8
|
* Add more internal files and directories to no_index in META.ymlNicholas Clark2010-03-182-2/+9
| | | | | This prevents search.cpan.org finding and formatting template and internal documentation. Fixes RT #73632.
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadJesse Vincent2010-03-171-1/+10
|\ | | | | | | | | | | * 'blead' of ssh://perl5.git.perl.org/gitroot/perl: A couple of additions to perl5120delta Add a comma to the number "3000"
| * A couple of additions to perl5120deltaVincent Pit2010-03-171-0/+9
| |