Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create a perl5130delta.pod | Jesse Vincent | 2010-04-12 | 11 | -19/+292 |
| | |||||
* | Removing the RC marker from patchlevel.hv5.12.0 | Jesse Vincent | 2010-04-12 | 1 | -1/+0 |
| | |||||
* | Revert "* Fixed typo in toke.c docs, identified by Zefram" | Jesse Vincent | 2010-04-12 | 1 | -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 Zefram | brian d foy | 2010-04-11 | 1 | -1/+1 |
| | |||||
* | adjust release dates due to rc5v5.12.0-RC5 | Jesse Vincent | 2010-04-09 | 2 | -2/+2 |
| | |||||
* | Add bug to known issues for perl-v5.12.0 | Josh ben Jore | 2010-04-09 | 1 | -0/+8 |
| | |||||
* | [perl #74168] Assertion failure when emitting a stricture error message | Rafael Garcia-Suarez | 2010-04-09 | 2 | -2/+8 |
| | |||||
* | RC5 due to a regression reported by <mons@veda.park.rambler.ru> | Jesse Vincent | 2010-04-09 | 1 | -1/+1 |
| | |||||
* | Explicitly set the location of cpanp-run-perl when under PERL_COREv5.12.0-RC4 | Jos Boumans | 2010-04-06 | 2 | -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 -1 | Josh ben Jore | 2010-04-06 | 1 | -0/+2 |
| | |||||
* | Update perldelta for the removal of the deprecation warnings on perl4-era ↵ | Jesse Vincent | 2010-04-05 | 1 | -1/+8 |
| | | | | libraries. | ||||
* | Remove perl4-library deprecation warnings | Steffen Mueller | 2010-04-05 | 29 | -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 Vincent | 2010-04-05 | 1 | -3/+2 |
| | | | | Moved the single known-failing example to the errata page. | ||||
* | We're gonna have a fourth RC. | Jesse Vincent | 2010-04-05 | 1 | -1/+1 |
| | |||||
* | There's gonna be an RC3v5.12.0-RC3 | Jesse Vincent | 2010-04-02 | 1 | -1/+1 |
| | |||||
* | untodo the no-longer-failing todo test for rgs' patch | Jesse Vincent | 2010-04-02 | 1 | -3/+1 |
| | |||||
* | For evals, op_targ carry hint flags, which are pretty high when you're | Rafael Garcia-Suarez | 2010-04-02 | 1 | -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 Ragwitz | 2010-04-02 | 1 | -1/+11 |
| | |||||
* | If the RC goes out today, the release goes out next friday | Jesse Vincent | 2010-04-02 | 2 | -2/+2 |
| | |||||
* | Adding Curtis Jewell to AUTHORS. | Curtis Jewell | 2010-04-02 | 1 | -0/+1 |
| | |||||
* | Specifying when the trimmed down Win64 compiler works. | Curtis Jewell | 2010-04-02 | 1 | -0/+2 |
| | |||||
* | Updating location of Strawberry's 64-bit toolchain. | Curtis Jewell | 2010-04-02 | 1 | -1/+1 |
| | |||||
* | Typo in perldelta found by Tom Wyant | Jesse Vincent | 2010-04-02 | 1 | -1/+1 |
| | |||||
* | 5.12.0 is now expected on 7 April 2010v5.12.0-RC2 | Jesse Vincent | 2010-03-31 | 2 | -2/+2 |
| | |||||
* | update the name of Task::Deprecations::5_12 | Ricardo Signes | 2010-03-31 | 1 | -1/+1 |
| | |||||
* | Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead | Jesse Vincent | 2010-03-31 | 2 | -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 NULL | Vincent Pit | 2010-03-31 | 1 | -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-Suarez | 2010-03-31 | 1 | -1/+5 |
| | | |||||
| * | Add a test for reversing in-place an empty array | Rafael Garcia-Suarez | 2010-03-31 | 1 | -1/+5 |
| | | |||||
| * | Avoid a segfault when reversing an empty array in-place. | Rafael Garcia-Suarez | 2010-03-31 | 1 | -1/+1 |
| | | |||||
* | | Updated perldelta to point to the not-yet-extant bundle for 5.12 | Jesse Vincent | 2010-03-31 | 1 | -0/+4 |
|/ | | | | core-deprecated modules | ||||
* | Remove potentially confusing strawman version numbers from the release | Jesse Vincent | 2010-03-30 | 1 | -13/+13 |
| | | | | manager schedule | ||||
* | Reword a speculative message about building 32bit perls from INSTALL. | Jesse Vincent | 2010-03-30 | 1 | -1/+1 |
| | | | | Spotted by Tim Jenness | ||||
* | Looks like we have an RC2 due to a segfault in reverse() | Jesse Vincent | 2010-03-30 | 1 | -1/+1 |
| | |||||
* | rafl volunteers to release blead in August 2010 | David Golden | 2010-03-30 | 1 | -1/+2 |
| | |||||
* | revise release manager schedule | David Golden | 2010-03-30 | 1 | -3/+3 |
| | |||||
* | Document removal of -P in perldelta.v5.12.0-RC1 | Florian Ragwitz | 2010-03-29 | 1 | -4/+9 |
| | | | | Also trim some trailing whitespace. | ||||
* | Assuming RC1 goes out today, .0 goes out on 5 April | Jesse Vincent | 2010-03-29 | 2 | -2/+3 |
| | |||||
* | Add an errata pointer to perldelta. | Jesse Vincent | 2010-03-29 | 1 | -0/+4 |
| | |||||
* | doc update: Storable cannot serialize REGEXP (yet) | Slaven Rezic | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | Update perldelta to warn people that deprecated things weren't just ↵ | Jesse Vincent | 2010-03-29 | 1 | -2/+6 |
| | | | | deprecated in this release. | ||||
* | back out misguided change to brnaching time. | Jesse Vincent | 2010-03-29 | 1 | -5/+5 |
| | |||||
* | Begin bowing to public pressure toward an open blead; | Jesse Vincent | 2010-03-29 | 1 | -5/+9 |
| | | | | document how to create a maint branch when RC1 comes out. | ||||
* | bump from rc0 to rc1. | Jesse Vincent | 2010-03-28 | 1 | -1/+1 |
| | |||||
* | Update perldelta to better warn users about the changes from the ↵ | Jesse Vincent | 2010-03-28 | 1 | -4/+10 |
| | | | | first-classification of regexps. | ||||
* | A few edits | Karl Williamson | 2010-03-28 | 1 | -46/+50 |
| | | | | | Rewording to clarify a few paragraphs; make table fit in 80 column terminal; remove extra word; other slight edits | ||||
* | Slight edits | Karl Williamson | 2010-03-28 | 1 | -4/+6 |
| | | | | Add index entries; reword a paragraph | ||||
* | Slight edits | Karl Williamson | 2010-03-28 | 1 | -2/+2 |
| | | | | double word, make table fit in 80 column terminal | ||||
* | Spaces in filenames require non-default settings on VMS. | Craig A. Berry | 2010-03-28 | 1 | -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.t | David Mitchell | 2010-03-28 | 1 | -1/+0 |
| |