Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Slight rewording of last patch | Rafael Garcia-Suarez | 2009-11-24 | 1 | -4/+8 |
| | |||||
* | add mention of PERL_MEM_LOG in perlrun.pod | Jim Cromie | 2009-11-24 | 1 | -0/+10 |
| | |||||
* | Remove Mac OS classic instructions from perlrun | Rafael Garcia-Suarez | 2009-09-08 | 1 | -16/+0 |
| | |||||
* | New debugging flag -DB now dumps subroutine definitions, | Chip Salzenberg | 2009-08-26 | 1 | -0/+1 |
| | | | | leaving -Dx for its original purpose of dumping syntax trees. | ||||
* | add -DM flag to track smartmatch resolution | David Mitchell | 2009-08-20 | 1 | -0/+1 |
| | |||||
* | Allow -C on the #! line when it is identical to -C on the command line. | Father Chrysostomos | 2009-07-26 | 1 | -3/+3 |
| | | | | | 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. | ||||
* | [PATCH] Allow PERL5OPT=-W | Michael G Schwern | 2009-04-25 | 1 | -1/+1 |
| | |||||
* | Disambiguate mention of -E in perl.pod and in perlrun.pod | Rafael Garcia-Suarez | 2009-03-15 | 1 | -1/+1 |
| | | | | As Gisle remarks, -eE doesn't even work. | ||||
* | [perl #32979] [PATCH] perlrun #!/bin/sh incantation n.g. 4 linux | Steve Peters | 2008-11-27 | 1 | -3/+4 |
| | | | | | | | | From: "Steve Peters via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-32979-103402.11.4873424142094@perl.org> Applying a four year old patch from myself. w00t! p4raw-id: //depot/perl@34943 | ||||
* | [perl #59652][DOC PATCH] "Too late for "-CS" option" | Renee Baecker | 2008-11-02 | 1 | -0/+5 |
| | | | | | | | Message-ID: <48EAFEF2.8030403@smart-websolutions.de> (tweaked) p4raw-id: //depot/perl@34696 | ||||
* | Re: [PATCH] [doc] be more explicit about magic argv | Moritz Lenz | 2008-10-30 | 1 | -0/+4 |
| | | | | | Message-ID: <20081030182902.25398.qmail@lists.develooper.com> p4raw-id: //depot/perl@34670 | ||||
* | Add SV allocation tracing to -Dm and PERL_MEM_LOG | Marcus Holland-Moritz | 2008-10-24 | 1 | -1/+1 |
| | | | | | Message-ID: <20081022013731.23b5a2e5@r2d2> p4raw-id: //depot/perl@34568 | ||||
* | Documentation on taint/environment interactions for perlrun.pod | Paul Fenwick | 2008-06-24 | 1 | -0/+14 |
| | | | | | Message-ID: <48606FAF.4040604@perltraining.com.au> p4raw-id: //depot/perl@34081 | ||||
* | doc patch for perlrun -x | Bram | 2008-04-27 | 1 | -0/+8 |
| | | | | | Message-ID: <20080427211336.g8mvjusbcc4gwsk4@horde.wizbit.be> p4raw-id: //depot/perl@33760 | ||||
* | Chainsaw DEBUG_S out, as suggested by Vincent Pit. | Rafael Garcia-Suarez | 2008-02-26 | 1 | -1/+0 |
| | | | p4raw-id: //depot/perl@33376 | ||||
* | Remove the -P switch | Rafael Garcia-Suarez | 2008-01-11 | 1 | -72/+2 |
| | | | p4raw-id: //depot/perl@32954 | ||||
* | Document that sitecustomize.pl in run from a BEGIN block | Rafael Garcia-Suarez | 2008-01-06 | 1 | -4/+4 |
| | | | p4raw-id: //depot/perl@32875 | ||||
* | [patch] :utf8 updates | Juerd Waalboer | 2007-11-23 | 1 | -3/+3 |
| | | | | | Message-ID: <20071117190300.GY10696@c4.convolution.nl> p4raw-id: //depot/perl@32461 | ||||
* | Documentation change to go with change #32056. | Rafael Garcia-Suarez | 2007-10-08 | 1 | -1/+1 |
| | | | | | p4raw-link: @32056 on //depot/perl: f0d36289ce76f882218c0a53cd52f716a167e5bb p4raw-id: //depot/perl@32063 | ||||
* | POD cleanups | David Landgren | 2007-10-04 | 1 | -1/+1 |
| | | | | | Message-ID: <46FD4B30.9070802@landgren.net> p4raw-id: //depot/perl@32026 | ||||
* | Audrey spotted a spurious "Unicode". | Nicholas Clark | 2007-10-02 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@32002 | ||||
* | Deprecate the -P switch. | Rafael Garcia-Suarez | 2007-09-03 | 1 | -1/+2 |
| | | | p4raw-id: //depot/perl@31787 | ||||
* | Erm. -u may have been superseded by the bytecode generator, but | Nicholas Clark | 2007-08-25 | 1 | -4/+0 |
| | | | | | | | we've recently removed it, having never let it pass beyond "experimental" status. So this paragraph is now wrong, although it's not clear what we do recommend in place of -u. p4raw-id: //depot/perl@31755 | ||||
* | Re: [PATCH] Re: [perl #44387] The blank in option '-x directory' should be ↵ | David Nicol | 2007-08-09 | 1 | -1/+4 |
| | | | | | | | | deleted from perlrun.pod From: "David Nicol" <davidnicol@gmail.com> Message-Id: <934f64a20708081606n441c392am615cf5461e4f3e94@mail.gmail.com> p4raw-id: //depot/perl@31692 | ||||
* | Suggestion and fixes to the hash seed docs by Paul Johnson | Rafael Garcia-Suarez | 2007-07-19 | 1 | -5/+5 |
| | | | p4raw-id: //depot/perl@31631 | ||||
* | Clarifications on the hash seed | Rafael Garcia-Suarez | 2007-07-18 | 1 | -4/+7 |
| | | | p4raw-id: //depot/perl@31624 | ||||
* | [patch] add verbose mode to -DU debugging option | Jim Cromie | 2007-07-07 | 1 | -1/+1 |
| | | | | | Message-ID: <468D1994.1090909@gmail.com> p4raw-id: //depot/perl@31549 | ||||
* | Remove support for assertions and -A | Rafael Garcia-Suarez | 2007-06-05 | 1 | -14/+0 |
| | | | p4raw-id: //depot/perl@31333 | ||||
* | More nits in the PERL5LIB docs, suggested by Andreas. | Rafael Garcia-Suarez | 2007-03-20 | 1 | -1/+2 |
| | | | p4raw-id: //depot/perl@30648 | ||||
* | More adjustments to the PERL5LIB docs by Rick | Rafael Garcia-Suarez | 2007-03-19 | 1 | -7/+3 |
| | | | | | Delaney and myself p4raw-id: //depot/perl@30645 | ||||
* | Re: Composing @INC from PERL5LIB | Andreas J. Koenig | 2007-03-19 | 1 | -4/+10 |
| | | | | | Message-ID: <87ircwkgkh.fsf@k75.linux.bogus> p4raw-id: //depot/perl@30643 | ||||
* | Improve documentation PERLIO default value in perlrun.pod | Jan Dubois | 2007-01-24 | 1 | -1/+2 |
| | | | | | Message-ID: <jhhdr21vmlo5ccbfd8la2di4bq8crv3s8t@4ax.com> p4raw-id: //depot/perl@29941 | ||||
* | The PERLIO environment variable, when unset, doesn't default to :stdio. | Rafael Garcia-Suarez | 2006-12-24 | 1 | -1/+2 |
| | | | p4raw-id: //depot/perl@29620 | ||||
* | stab at UNITCHECK blocks | Alexander Gough | 2006-10-19 | 1 | -4/+4 |
| | | | | | Message-ID: <20061019120412.GA12290@the.earth.li> p4raw-id: //depot/perl@29053 | ||||
* | Turn on UTF8 cache assertions with -Ca | Nicholas Clark | 2006-04-17 | 1 | -0/+5 |
| | | | p4raw-id: //depot/perl@27875 | ||||
* | Note that PVIOs probably aren't worth shrinking. Note 3 possible | Nicholas Clark | 2006-04-17 | 1 | -0/+4 |
| | | | | | subflags for -C if the two Unicode TODOs are done. p4raw-id: //depot/perl@27872 | ||||
* | Improve description of the -s switch. | Gisle Aas | 2006-01-06 | 1 | -3/+2 |
| | | | | | | | | | I found the "This means you can have switches with two leading dashes." sentence introduced by change 7144 really confusing. The note after the example should make it clear enough that double dash switches can be used for those that insist. p4raw-id: //depot/perl@26669 | ||||
* | Note that the "unlink"ing directories is attempted when running as a | Steve Peters | 2006-01-02 | 1 | -5/+5 |
| | | | | | superuser, and that some operating systems may not support it. p4raw-id: //depot/perl@26571 | ||||
* | Feature bundle is now :5.10, and add -E switch | Robin Houston | 2005-12-21 | 1 | -2/+8 |
| | | | | | Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26432 | ||||
* | Jan Dubois notices that sitecustomize.pl is to be found in sitelib, | Rafael Garcia-Suarez | 2005-11-30 | 1 | -3/+2 |
| | | | | | not siteperl p4raw-id: //depot/perl@26233 | ||||
* | POD index entries with X<> | Ivan Tubert-Brohman | 2005-10-13 | 1 | -0/+67 |
| | | | | | Message-ID: <434D9A32.4050305@cpan.org> p4raw-id: //depot/perl@25748 | ||||
* | Document that -F doesn't accept whitespace in patterns. | Rafael Garcia-Suarez | 2005-10-13 | 1 | -1/+1 |
| | | | | | (fixes bug #37366) p4raw-id: //depot/perl@25745 | ||||
* | Add -C to allowed $PERL5OPT options | H.Merijn Brand | 2005-10-06 | 1 | -1/+1 |
| | | | | | | | Add -C to the $PERL5OPT documentation (and added the missing -A too) t/run/runenv.t Could use some more tests about how supported and unsupported options in $PERL5OPT are handled p4raw-id: //depot/perl@25703 | ||||
* | Clarify what -MFoo=number does on the command-line | Rafael Garcia-Suarez | 2005-09-27 | 1 | -0/+4 |
| | | | p4raw-id: //depot/perl@25623 | ||||
* | Add -f in perl synopsys, sync perl.pod and perlrun.pod synopses | Rafael Garcia-Suarez | 2005-06-16 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24864 | ||||
* | better assertion support | Salvador Fandiño | 2005-06-14 | 1 | -5/+11 |
| | | | | | Message-ID: <20050613154719.29295.qmail@lists.develooper.com> p4raw-id: //depot/perl@24832 | ||||
* | perlrun.pod -w description typo | Offer Kaye | 2005-05-30 | 1 | -1/+1 |
| | | | | | Message-ID: <569425050530012768a9baca@mail.gmail.com> p4raw-id: //depot/perl@24623 | ||||
* | Sync synopses | Rafael Garcia-Suarez | 2005-05-04 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@24382 | ||||
* | perlrun typo (env PERLDB_OPTS) | Alexey Tourbin | 2005-03-20 | 1 | -1/+1 |
| | | | | | Message-ID: <20050319004013.GJ12596@solemn.turbinal.org> p4raw-id: //depot/perl@24047 | ||||
* | Re: sitecustomize.pl [PATCH] | Gisle Aas | 2005-03-18 | 1 | -0/+11 |
| | | | | | | | | Message-ID: <lru0n9w433.fsf@caliper.activestate.com> Adds a new command-line switch, -f, and a new optional compile-time setting -DUSE_SITECUSTOMIZE p4raw-id: //depot/perl@24043 |