summaryrefslogtreecommitdiff
path: root/pod/perlop.pod
Commit message (Collapse)AuthorAgeFilesLines
* Re: Should while ( <$fh> ) and while (< $fh >) do the same thing?Yitzchak Scott-Thoennes2005-06-031-1/+2
| | | | | Message-ID: <20050602184911.GA3292@efn.org> p4raw-id: //depot/perl@24690
* Clarification on the behaviour of qw// and x :Yitzchak Scott-Thoennes2005-05-241-3/+3
| | | | | | Subject: [PATCH] Re: [perl #35885] qw and x operators doesn't mix Message-ID: <20050524155200.GA1784@efn.org> p4raw-id: //depot/perl@24567
* perlop.pod nitSteve Peters2005-05-101-1/+1
| | | | | Message-Id: <20050510144101.GA21362@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24437
* Make the spelling of whitespace (vs white-space and white space)Offer Kaye2005-03-291-2/+2
| | | | | | more consistent Message-ID: <5694250503171147668e73c7@mail.gmail.com> p4raw-id: //depot/perl@24090
* Doc patches to clarify the stringification rules of {} and =>Rafael Garcia-Suarez2005-03-131-3/+7
| | | | | by Jarkko (bug #34419) p4raw-id: //depot/perl@24033
* Re: [perl #31937] perlop: add basic =~ examplesSteve Peters2004-10-241-1/+2
| | | | | Message-Id: <200410230801.51649.steve@fisharerojo.org> p4raw-id: //depot/perl@23420
* Remove a couple of C<> to avoid confusing double quotes in textRafael Garcia-Suarez2004-09-231-2/+2
| | | | | rendering. [perl #31678] p4raw-id: //depot/perl@23333
* [perl #31228] no no-opdavid nicol2004-09-011-0/+8
| | | | | | | Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com> Document that 0 and 1 can (sort of) be used as no-ops. p4raw-id: //depot/perl@23250
* Documenting undefined behaviour of $i = $i ++.Abigail2004-06-301-0/+11
| | | | | Message-ID: <20040630100021.GA23752@abigail.nl> p4raw-id: //depot/perl@23014
* perlop.pod: add an example to the .. and ... operatorsShlomi Fish2004-06-151-1/+21
| | | | | Message-ID: <Pine.LNX.4.56.0406151013140.14618@vipe.technion.ac.il> p4raw-id: //depot/perl@22936
* Add a new warning "Negative repeat count"Rafael Garcia-Suarez2004-03-211-1/+3
| | | | | for the cases $x x -1. p4raw-id: //depot/perl@22543
* Re: [perl #15063] /tmp issuesSolar Designer2004-02-011-3/+3
| | | | | | | Message-ID: <20040125222218.GA13499@openwall.com> Remove insecure usage of /tmp from code and documentation p4raw-id: //depot/perl@22258
* documentation nitAdrian M. Enache2004-01-101-0/+3
| | | p4raw-id: //depot/perl@22108
* Document the behaviour of filetest operators regarding parentheses.Rafael Garcia-Suarez2003-10-091-2/+6
| | | | | This fixes bug #24127 (by documenting it as a feature.) p4raw-id: //depot/perl@21431
* Re: [PATCH] perlop.pod Revamp - revision 4Michael G. Schwern2003-10-081-17/+48
| | | | | | | Message-Id: <20031007203936.X4301@ttul.org> (Originally from Shlomi Fish. Applied with tweaks.) p4raw-id: //depot/perl@21421
* Re: nitpick with \(0..2)Steve Grazzini2003-06-091-2/+2
| | | | | Message-ID: <20030606054259.GA30249@grazzini.net> p4raw-id: //depot/perl@19729
* Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlopCasey West2003-05-111-8/+32
| | | | | Message-ID: <20030509143013.GM49820@geeknest.com> p4raw-id: //depot/perl@19493
* [perl #7592] Clarify what qw() does in scalar contextCasey West2003-04-281-1/+2
| | | | | Message-Id: <20030428140005.GC62281@geeknest.com> p4raw-id: //depot/perl@19365
* [patch #7514] Bug in perlop regex explinationCasey West2003-04-281-1/+1
| | | | | Message-Id: <20030428172206.GK62281@geeknest.com> p4raw-id: //depot/perl@19364
* clarify behaviour of $a++Hugo van der Sanden2003-03-181-0/+4
| | | p4raw-id: //depot/perl@19014
* Remove no-longer-true line from perlopHugo van der Sanden2003-02-241-2/+1
| | | p4raw-id: //depot/perl@18762
* [patch] typo in perlopAndreas König2002-12-121-1/+1
| | | | | Message-ID: <m3k7igjo19.fsf@k242.linux.bogus> p4raw-id: //depot/perl@18300
* 2 Pod errors in perlop.podAndreas König2002-11-261-2/+2
| | | | | | | Message-ID: <m31y5admyj.fsf@k242.linux.bogus> Plus a few similar POD fixes p4raw-id: //depot/perl@18184
* add precedence warning for bitwise docsMike Guy2002-10-021-3/+13
| | | | | | Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really... Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@17955
* Defined-or patch (cleaned up)Brent Dax2002-08-051-12/+37
| | | | | | From: "Brent Dax" <brentdax@cpan.org> Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue> p4raw-id: //depot/perl@17682
* Re: [ID 20020412.005] Dancing ??sHugo van der Sanden2002-04-151-1/+5
| | | | | Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk> p4raw-id: //depot/perl@15936
* [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matchesRafael Garcia-Suarez2002-03-271-1/+2
| | | | | Message-ID: <20020327223503.A678@rafael> p4raw-id: //depot/perl@15553
* The "list" part ofMike Guy2002-02-281-3/+6
| | | | | | | | Subject: [PATCH perlop] .. returns a *list* of *integers* Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk> plus few nits. p4raw-id: //depot/perl@14906
* Mention that the case-switchers know about Unicode, too.Jarkko Hietaniemi2002-02-191-4/+7
| | | p4raw-id: //depot/perl@14771
* [PATCH] Doc patch on here-docs (perlop and perldata)David H. Adler2001-10-161-0/+93
| | | | | | | | | | | Date: Tue, 16 Oct 2001 11:59:35 -0400 Message-ID: <20011016115935.A13078@panix.com> Subject: [ PATCH ] perldata patch, revised From: "David H. Adler" <dha@panix.com> Date: Tue, 16 Oct 2001 18:26:49 -0400 Message-ID: <20011016182649.C23970@panix.com> p4raw-id: //depot/perl@12464
* Re: [ID 20010612.001] out of memory during regex compilationMike Guy2001-06-131-8/+11
| | | | | | | | | | | Date: Tue, 12 Jun 2001 19:10:31 +0100 Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk> Subject: Re: [ID 20010612.001] out of memory during regex compilation From: Mike Guy <mjtg@cam.ac.uk> Date: Tue, 12 Jun 2001 19:21:01 +0100 Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk> p4raw-id: //depot/perl@10545
* Re: [ID 20010612.001] out of memory during regex compilationMike Guy2001-06-121-4/+15
| | | | | Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk> p4raw-id: //depot/perl@10530
* Document the undefinedness of bitshifting out of range.Jarkko Hietaniemi2001-05-061-0/+12
| | | p4raw-id: //depot/perl@10006
* Updates on the pods related to the modules included since 5.6.Jarkko Hietaniemi2001-05-051-2/+3
| | | | | TODO: perltodo really could use major updating. p4raw-id: //depot/perl@9998
* [DOC PATCH bleadperl] minor nits in perlop.podPhilip Newton2001-05-021-2/+2
| | | | | Message-ID: <3AF05447.15525.173B588@localhost> p4raw-id: //depot/perl@9961
* Re: Math::Big* v1.21Tels2001-03-311-4/+21
| | | | | Message-Id: <200103311125.GAA377738@www08.hway.net> p4raw-id: //depot/perl@9489
* [ID 20010328.013] Misspelling in perlop(1p) manual pageJoshua E. Rodd2001-03-301-1/+1
| | | | | Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org> p4raw-id: //depot/perl@9458
* [ID 20010306.004] || != named unary operatorabela@geneanet.org2001-03-071-2/+3
| | | | | Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org> p4raw-id: //depot/perl@9072
* Undo qu. Retract #8814, rewrite op/each part of #8615,Jarkko Hietaniemi2001-02-281-43/+27
| | | | | | | retract toke.c/qu parts of #8583, retract #8485, retract or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl, op/length.t, and MANIFEST, and delete t/op/qu.t. p4raw-id: //depot/perl@8967
* small fix in pod/perlop.podRadu Greab2001-02-261-1/+1
| | | | | Message-ID: <14998.38120.623015.916165@ix.netsoft.ro> p4raw-id: //depot/perl@8948
* "pseudo-literal j", a documentation glitch reported to Debian.Jarkko Hietaniemi2001-02-201-13/+13
| | | | | | The text recovered from Perl 5.005_03, and pseudo-literal replaced by "backtick string". p4raw-id: //depot/perl@8860
* Document qu better.Jarkko Hietaniemi2001-02-161-8/+12
| | | p4raw-id: //depot/perl@8814
* Re: [PATCH lots of pod/] s/chop/chomp/gMichael G. Schwern2001-02-041-1/+1
| | | | | Message-Id: <20010203224638.E10493@blackrider.aocn.com> p4raw-id: //depot/perl@8689
* Document and test the new qu operator.Jarkko Hietaniemi2001-01-201-27/+39
| | | p4raw-id: //depot/perl@8485
* docs on NaNNicholas Clark2000-12-111-2/+7
| | | | | Message-ID: <20001211014838.B99205@plum.flirble.org> p4raw-id: //depot/perl@8078
* Pod updatesStephen P. Potter2000-11-071-5/+5
| | | | | Message-Id: <200011062357.SAA18173@spotter.yi.org> p4raw-id: //depot/perl@7585
* Detpyo.Jarkko Hietaniemi2000-11-021-1/+1
| | | p4raw-id: //depot/perl@7528
* [ID 20001005.006] Documentation -- description of qr//Martien Verbruggen2000-11-011-1/+1
| | | | | Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au> p4raw-id: //depot/perl@7517
* PATCH CR+LF should be "\cM\cJ" in perlopTony Cook2000-10-201-1/+1
| | | | | Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com> p4raw-id: //depot/perl@7373
* Documentation glitch in magic autoincrement.Abigail2000-10-031-1/+1
| | | | | Message-ID: <20000926173614.4356.qmail@foad.org> p4raw-id: //depot/perl@7121