summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Create a perl5130delta.podJesse Vincent2010-04-1211-19/+292
|
* Removing the RC marker from patchlevel.hv5.12.0Jesse Vincent2010-04-121-1/+0
|
* Revert "* Fixed typo in toke.c docs, identified by Zefram"Jesse Vincent2010-04-121-1/+1
| | | | | | | The commit was good, but we're in freeze for 5.12.0. I'd be happy to see this hit blead again after 5.12.0 is tagged. This reverts commit 675ac12c19e6fe00eff6e604a7d637bf621997ef.
* * Fixed typo in toke.c docs, identified by Zeframbrian d foy2010-04-111-1/+1
|
* adjust release dates due to rc5v5.12.0-RC5Jesse Vincent2010-04-092-2/+2
|
* Add bug to known issues for perl-v5.12.0Josh ben Jore2010-04-091-0/+8
|
* [perl #74168] Assertion failure when emitting a stricture error messageRafael Garcia-Suarez2010-04-092-2/+8
|
* RC5 due to a regression reported by <mons@veda.park.rambler.ru>Jesse Vincent2010-04-091-1/+1
|
* Explicitly set the location of cpanp-run-perl when under PERL_COREv5.12.0-RC4Jos Boumans2010-04-062-0/+36
| | | | | | | | | | | | | | | | | | | CPANPLUS::Config checks 3 specific scenarios first when looking for cpanp-run-perl: parallel to cpanp, parallel to CPANPLUS.pm, or installed into a custom prefix like /tmp/foo. Only *THEN* does it check the the path. If the perl core is extracted to a directory that has cpanp-run-perl installed the same amount of 'uplevels' as the /tmp/foo prefix, we'll pull in the wrong script by accident. Since we set the path to cpanp-run-perl explicitily at the top of this script, it's best to update the config ourselves with a path lookup, rather than rely on its heuristics. Thanks to David Wheeler, Josh Jore and Vincent Pit for helping to track this down. Effects both CPANPLUS and CPANPLUS-Dist-Build
* Skip make_path group/user tests for darwin - it's nobody and nogroup ids are -1Josh ben Jore2010-04-061-0/+2
|
* Update perldelta for the removal of the deprecation warnings on perl4-era ↵Jesse Vincent2010-04-051-1/+8
| | | | libraries.
* Remove perl4-library deprecation warningsSteffen Mueller2010-04-0529-111/+6
| | | | | | | | | | | | | | | | After the recent, long discussion about this topic and demonstrated cases where the deprecation warnings may actually *break* things, we agreed on IRC to push the "active" deprecation warnings to after 5.12. --Steffen From f1b2d650aa126e06fc270dd0a44b8a6bf0da6e2c Mon Sep 17 00:00:00 2001 From: Steffen Mueller <smueller@cpan.org> Date: Mon, 5 Apr 2010 15:12:41 +0200 Subject: [PATCH] Remove deprecation warnings from perl4-era tools The libraries still have deprecation warnings in their comments but the mandatory run-time warnings are disabled until after 5.12.
* Most of the REGEXP-massaging modules have now been updated.Jesse Vincent2010-04-051-3/+2
| | | | Moved the single known-failing example to the errata page.
* We're gonna have a fourth RC.Jesse Vincent2010-04-051-1/+1
|
* There's gonna be an RC3v5.12.0-RC3Jesse Vincent2010-04-021-1/+1
|
* untodo the no-longer-failing todo test for rgs' patchJesse Vincent2010-04-021-3/+1
|
* For evals, op_targ carry hint flags, which are pretty high when you'reRafael Garcia-Suarez2010-04-021-0/+1
| | | | | using feature or another (recent) pragma. And previously we had to care only about entereval, but now we can compile to entertry too.
* Add a TODO test for block evals segfaulting on syntax errors.Florian Ragwitz2010-04-021-1/+11
|
* If the RC goes out today, the release goes out next fridayJesse Vincent2010-04-022-2/+2
|
* Adding Curtis Jewell to AUTHORS.Curtis Jewell2010-04-021-0/+1
|
* Specifying when the trimmed down Win64 compiler works.Curtis Jewell2010-04-021-0/+2
|
* Updating location of Strawberry's 64-bit toolchain.Curtis Jewell2010-04-021-1/+1
|
* Typo in perldelta found by Tom WyantJesse Vincent2010-04-021-1/+1
|
* 5.12.0 is now expected on 7 April 2010v5.12.0-RC2Jesse Vincent2010-03-312-2/+2
|
* update the name of Task::Deprecations::5_12Ricardo Signes2010-03-311-1/+1
|
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadJesse Vincent2010-03-312-6/+17
|\ | | | | | | | | | | | | | | * '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.
| * Don't initialize end in pp_reverse when begin is NULLVincent Pit2010-03-311-5/+8
| | | | | | | | | | | | 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.
| * More tests for in-place reverse (empty tied array)Rafael Garcia-Suarez2010-03-311-1/+5
| |
| * Add a test for reversing in-place an empty arrayRafael Garcia-Suarez2010-03-311-1/+5
| |
| * Avoid a segfault when reversing an empty array in-place.Rafael Garcia-Suarez2010-03-311-1/+1
| |
* | Updated perldelta to point to the not-yet-extant bundle for 5.12Jesse Vincent2010-03-311-0/+4
|/ | | | core-deprecated modules
* Remove potentially confusing strawman version numbers from the releaseJesse Vincent2010-03-301-13/+13
| | | | manager schedule
* Reword a speculative message about building 32bit perls from INSTALL.Jesse Vincent2010-03-301-1/+1
| | | | Spotted by Tim Jenness
* Looks like we have an RC2 due to a segfault in reverse()Jesse Vincent2010-03-301-1/+1
|
* rafl volunteers to release blead in August 2010David Golden2010-03-301-1/+2
|
* revise release manager scheduleDavid Golden2010-03-301-3/+3
|
* 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
|