Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge the updated perlfaq from the perlfaq repository | Steffen Mueller | 2009-08-13 | 10 | -732/+1435 |
| | |||||
* | document split in void context in perlfunc.pod | Moritz Lenz | 2009-08-12 | 1 | -3/+4 |
| | |||||
* | Removed '...' ellipses from docs about '...' flip-flop operator | Ken Williams | 2009-08-11 | 1 | -4/+4 |
| | |||||
* | PERL_DONT_CREATE_GVSV was documented in perl589delta | David Mitchell | 2009-08-11 | 2 | -2/+2 |
| | | | | | | | not perl588delta (although it was introduced in 5.8.8). Fix up old perldelta files to reflect this fact. This has been a public service by the Ministry of Truth. | ||||
* | Add 5.10.1-RC1 release to perlhist | Abigail | 2009-08-09 | 1 | -0/+1 |
| | |||||
* | perltodo: Propagate compilation hints to the debugger | Rafael Garcia-Suarez | 2009-08-07 | 1 | -0/+9 |
| | | | | Suggested by Ben Morrow | ||||
* | pod/perlipc.pod: add some hints on avoiding pipe deadlocks | Sam Vilain | 2009-08-06 | 1 | -0/+86 |
| | | | | | Tracking down deadlocks when using pipes for IPC can be hard, so put even more notes about gotchas in this section of perlipc. | ||||
* | Minor spelling nit in last perlfunc updated | Vincent Pit | 2009-08-03 | 1 | -1/+1 |
| | |||||
* | Removed vestigal support for Tenon Intersystems MachTen Unix layer for MacOS ↵ | Jesse Vincent | 2009-08-03 | 4 | -4/+2 |
| | | | | | | Classic. Perl hasn't supported MachTen since 5.6. | ||||
* | Remove the port to MiNT. It's a dead platform that hasn't had any love ↵ | Jesse Vincent | 2009-08-03 | 3 | -25/+8 |
| | | | | since 5.005 | ||||
* | Update the description of the 'system' function to point users at autodie | Jesse Vincent | 2009-08-03 | 1 | -2/+5 |
| | | | | | pjf++ for complaining about the POD for system during his Klingon Programming talk at YAPC::EU 2009 | ||||
* | MacPerl is gone. Its test bits should be now removed (per nicholas) | Jesse Vincent | 2009-08-03 | 1 | -0/+4 |
| | |||||
* | Document what needs to happen when you add a new test directory | Jesse Vincent | 2009-08-03 | 1 | -0/+3 |
| | |||||
* | Move content of Todo.micro into perltodo | Jesse Vincent | 2009-08-03 | 1 | -0/+21 |
| | |||||
* | buildtoc should be executable | Jesse Vincent | 2009-08-03 | 1 | -0/+0 |
| | |||||
* | Add new error "Can't use keyword '%s' as a label" | Rafael Garcia-Suarez | 2009-07-30 | 1 | -0/+5 |
| | |||||
* | Merge branch 'deletelocal' into blead | Vincent Pit | 2009-07-29 | 2 | -0/+58 |
|\ | |||||
| * | Document "delete local" in perlsub | Vincent Pit | 2009-07-27 | 2 | -0/+58 |
| | | |||||
* | | podtidy | Leon Brocard | 2009-07-29 | 1 | -13/+14 |
| | | |||||
* | | Forbid labels with keyword names | Rafael Garcia-Suarez | 2009-07-29 | 2 | -9/+12 |
| | | |||||
* | | missing "to" in perlxs | Offer Kaye | 2009-07-27 | 1 | -1/+1 |
| | | |||||
* | | Add security contact information to perlsec | David Golden | 2009-07-26 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | This patch inserts a short paragraph with security contact information near the top of the "Perl Security" documentation page. This would seem a likely place someone would look for such information (rather than INSTALL or perldelta where it lives today). I've put it at the top, not the bottom to make it easier to find. | ||||
* | | much better swap logic to support reentrancy and fix assert failure | George Greer | 2009-07-26 | 2 | -8/+7 |
| | | | | | | | | | | | | | | | | | | | | | | Commit c74340f9 added backreferences as well as the idea of a ->swap regex pointer to keep track of the match offsets in case of backtracking. The problem is that when Perl re-enters the regex engine to handle utf8::SWASHNEW, the ->swap is not saved/restored/cleared so any capture from the utf8 (Perl) code could inadvertently modify the regex match data that caused the utf8 swash to get built. This change should close out RT #60508 | ||||
* | | perldelta entry noting when -C is now allowed on the #! line. | Father Chrysostomos | 2009-07-26 | 1 | -0/+7 |
| | | |||||
* | | Allow -C on the #! line when it is identical to -C on the command line. | Father Chrysostomos | 2009-07-26 | 2 | -5/+12 |
|/ | | | | | Change from dieing whenever -C is seen on the #! line, to dieing only when it differs from that on the command line, or was not specified on the command line. | ||||
* | Rephrase note about CHECK and INIT in eval("") in perlmod | Rafael Garcia-Suarez | 2009-07-24 | 1 | -5/+5 |
| | | | | (based on suggestions by David Nicol and chromatic) | ||||
* | Thinko in given() description, found by chromatic | Rafael Garcia-Suarez | 2009-07-24 | 1 | -1/+1 |
| | |||||
* | Todo: decapsulation of smart match argument | Rafael Garcia-Suarez | 2009-07-24 | 1 | -0/+7 |
| | |||||
* | Merge branch 'blead' of ssh://perl5.git.perl.org/perl into blead | Chip Salzenberg | 2009-07-22 | 5 | -31/+27 |
|\ | |||||
| * | v-strings are not deprecated | David Golden | 2009-07-22 | 1 | -5/+0 |
| | | | | | | | | | | With version objects, we need them for use MODULE VERSION syntax. This patch removes the deprecation note. | ||||
| * | Document the yada yada operator in perldelta | Rafael Garcia-Suarez | 2009-07-22 | 1 | -0/+6 |
| | | |||||
| * | Remove !!! and ??? operators | Rafael Garcia-Suarez | 2009-07-22 | 1 | -24/+5 |
| | | | | | | | | | | Those were adding non backwards compatible syntax, unlike "...", as pointed out in bug #67646. | ||||
| * | perltodo: truncate() prototype | Rafael Garcia-Suarez | 2009-07-21 | 1 | -0/+5 |
| | | |||||
| * | perltodo: forbid labels with keyword names | Rafael Garcia-Suarez | 2009-07-21 | 1 | -0/+9 |
| | | |||||
| * | Another typo, as spotted by Offer Kaye <offer.kaye@gmail.com>. | Abigail | 2009-07-20 | 1 | -1/+1 |
| | | |||||
| * | Typo Fixes in Diagnostic | chromatic | 2009-07-20 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Abigail <abigail@abigail.be> | ||||
* | | [rjbs] very minor tweaks to description of maint/blead | Ricardo SIGNES | 2009-07-22 | 1 | -7/+10 |
|/ | | | | (cherry picked from commit 1b7ad6bc0c93abd2d9fad847e8449824e529ba24) | ||||
* | Describe changes to Carp and Carp::Heavy | Rafael Garcia-Suarez | 2009-07-16 | 1 | -0/+11 |
| | |||||
* | Additional perlvms.pod updates related to POSIX exit handling. | Craig A. Berry | 2009-07-16 | 1 | -17/+16 |
| | |||||
* | An update to the pod is in order for the PERL_VMS_POSIX_EXIT logical | John E. Malmberg | 2009-07-15 | 1 | -14/+19 |
| | | | | | | | name. That should help you with what to put in the delta file. I forgot to indicate in the file that the DECC$FILENAME_UNIX_REPORT feature also activates the PERL_VMS_POSIX_EXIT mode. | ||||
* | document given/when in perltrap | Moritz Lenz | 2009-07-15 | 1 | -2/+2 |
| | |||||
* | Explain camel and dromedary repository servers | David Golden | 2009-07-14 | 1 | -0/+8 |
| | | | | Patch provided by Dennis Kaarsemaker. | ||||
* | upate pumpking list | David Golden | 2009-07-13 | 1 | -1/+1 |
| | |||||
* | Make kill() fatal for non-numeric pids | David Golden | 2009-07-09 | 3 | -5/+20 |
| | | | | | | | | | | | | | | | | | | As the debate over the best way to deal with floating point pids stalled, this is just for non-numeric, which at least squashes the bug even if it's not the Platonic ideal for everyone. It also doesn't address overloaded objects that might not have IV, NV or PV appropriately set, but the approach mirrors what is done elsewhere in doio.c so I recommend applying this patch now and fixing the problem of overloaded objects at some other time when it can be done more globally, either through an improvement or replacement of looks_like_number Also updated POD for kill when process is 0 or negative and fixed Test-Harness tests that used kill with a string pid. (Test-Harness test fix also submitted upstream) | ||||
* | Mention in perldelta that "use 5.011" enables strictures | Rafael Garcia-Suarez | 2009-07-08 | 1 | -0/+13 |
| | |||||
* | Fast enabling of strictures when version 5.11.0 is required | Rafael Garcia-Suarez | 2009-07-07 | 1 | -1/+2 |
| | | | | | We don't load strict.pm, we just manipulate the hint bits. Plus more tests. | ||||
* | use strict by default if "use 5.011" is in effect! | Steffen Mueller | 2009-07-07 | 1 | -0/+2 |
| | |||||
* | Added docs from Wolfgang Laun to perlpacktut about Intel HEX | H.Merijn Brand | 2009-07-02 | 1 | -0/+45 |
| | |||||
* | Make C<undef ~~ 0> and C<undef ~~ ""> not match (like in 5.10.0) | Rafael Garcia-Suarez | 2009-07-01 | 1 | -0/+1 |
| | | | | | | This makes ~~ commutative with regard to undef, and fixes an inconsistency, since C<undef ~~ [0]> was not matching, and ~~ should be distributive in this case. | ||||
* | Stop buildtoc warning that perltoc.pod is missing whist it is building same. | Robin Barker | 2009-06-29 | 1 | -2/+6 |
| |