summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
Commit message (Collapse)AuthorAgeFilesLines
* Another typo fix.Rafael Garcia-Suarez2006-06-291-2/+2
| | | p4raw-id: //depot/perl@28452
* Typo fix.Rafael Garcia-Suarez2006-06-291-7/+7
| | | p4raw-id: //depot/perl@28451
* Small precision about \Q \E inside m//xSébastien Aperghis-Tramoni2006-06-291-6/+7
| | | | | Message-ID: <1151596017.44a3f5f105205@imp1-g19.free.fr> p4raw-id: //depot/perl@28450
* Document that the regexp engine is not currently reentrantDominic Dunlop2006-04-031-0/+8
| | | | | | Subject: Re: [perl #33936] segment fault when using split() in regexp with (??{...}) Message-Id: <AD104FE7-2BD6-49B6-A845-46458179A4B1@computer.org> p4raw-id: //depot/perl@27697
* [[:...:]] is equivalent to \p{...}, not [:...:], tweaked fromSteve Purkis2006-02-011-8/+17
| | | | | | | Subject: Re: [:...:] and \p{...} character class equivalence in utf8 regexps Message-Id: <0DAE5956-3ECC-4692-A0C9-C62C8F790C97@multimap.com> Date: Fri, 20 Jan 2006 12:35:06 -0500 p4raw-id: //depot/perl@27042
* remove whitespace preceding semicolon in docsSteven Schubiger2005-11-101-8/+8
| | | | | Message-ID: <20051031214827.GH24416@accognoscere.homeunix.org> p4raw-id: //depot/perl@26073
* POD index entries with X<>Ivan Tubert-Brohman2005-10-131-0/+61
| | | | | Message-ID: <434D9A32.4050305@cpan.org> p4raw-id: //depot/perl@25748
* Quotes in pod/*.podAndy Lester2005-06-031-4/+4
| | | | | Message-ID: <20050602211954.GA22107@petdance.com> p4raw-id: //depot/perl@24686
* Minor grammar fix by Uri GuttmanRafael Garcia-Suarez2005-05-301-1/+1
| | | p4raw-id: //depot/perl@24624
* Make the spelling of whitespace (vs white-space and white space)Offer Kaye2005-03-291-1/+1
| | | | | | more consistent Message-ID: <5694250503171147668e73c7@mail.gmail.com> p4raw-id: //depot/perl@24090
* A small precision in the docs for overloaded regexp escapesRafael Garcia-Suarez2005-02-081-0/+2
| | | | | (see bug #33906) p4raw-id: //depot/perl@23945
* [perl #33906] Missing \\ in perlre Andrew2005-01-241-1/+1
| | | | | | From: Andrew (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-33906-106339.17.5527961922343@perl.org> p4raw-id: //depot/perl@23872
* [perl #32419] Spelling fixes for perl@23492 Richard Soderberg2004-11-121-2/+2
| | | | | | From: Richard Soderberg (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org> p4raw-id: //depot/perl@23496
* Document usage of $_ and pos() inside /(?{...})/.Rafael Garcia-Suarez2004-01-121-0/+4
| | | | | | (see change #2367.) p4raw-link: @2367 on //depot/perl: 9661b5442a5f8dacc64d54eb1de98575f21de5f2 p4raw-id: //depot/perl@22125
* DOCPATCH Re: $1 remains uncleared for failed matchesJarkko Hietaniemi2003-06-171-1/+5
| | | | | | | | | | | | From: david nicol <whatever@davidnicol.com> Date: 16 Jun 2003 20:35:24 -0500 Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com> Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> Date: Tue, 17 Jun 2003 00:12:04 -0400 Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu> p4raw-id: //depot/perl@19804
* Remove the deprecated $* variable.Rafael Garcia-Suarez2003-06-131-9/+3
| | | | | | | Incidentally, this fixes bug #22354, about unwanted action-at-distance of the /m regexp modifier. Add a new warning to advertise this fact. p4raw-id: //depot/perl@19769
* Re: [PATCH] Tiny nits in perlre.podAndreas König2003-01-041-3/+3
| | | | | Message-ID: <m33cob14x0.fsf@k242.linux.bogus> p4raw-id: //depot/perl@18438
* Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297Rafael Garcia-Suarez2002-12-121-0/+1
| | | | | | | | p4raw-id: //depot/perl@18299 p4raw-integrated: from //depot/maint-5.8/perl@18298 'copy in' pod/perlretut.pod (@17645..) pod/perlre.pod (@18080..) ext/POSIX/t/is.t (@18189..) t/op/subst.t (@18214..) ext/POSIX/t/posix.t (@18271..) t/op/pat.t (@18276..) ext/POSIX/POSIX.pod (@18294..) 'merge in' regexec.c (@18095..)
* Re: missing lower range in {} regex John P. Linderman2002-08-091-1/+2
| | | | | | From: "John P. Linderman" <jpl@research.att.com> Message-ID: <200208091648.MAA77577@raptor.research.att.com> p4raw-id: //depot/perl@17706
* [DOC PATCH] perlre, minor errorSteffen Müller2002-07-091-1/+1
| | | | | | From: "Steffen Mueller" <xyey9001@sneakemail.com> Message-ID: <20020709002024.28399.qmail@onion.perl.org> p4raw-id: //depot/perl@17434
* [Patch] $^N issuesJohan Vromans2002-06-091-3/+14
| | | | | Message-ID: <15619.14379.888034.910020@phoenix.squirrel.nl> p4raw-id: //depot/perl@17131
* User-defined character properties were unintentionallyJarkko Hietaniemi2002-04-201-2/+2
| | | | | removed, noticed by Dan Kogai. p4raw-id: //depot/perl@16012
* Re: [DOC PATCH] Regex \G and POSIX restrictionsHugo van der Sanden2002-03-291-2/+5
| | | | | Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk> p4raw-id: //depot/perl@15608
* [DOC PATCH] Regex \G and POSIX restrictionsMark Kvale2002-03-271-3/+6
| | | | | Message-Id: <02032716453705.38063@ivy.ucsf.edu> p4raw-id: //depot/perl@15562
* Document the U+0085, U+2028, and U+2029.Jarkko Hietaniemi2002-01-041-9/+13
| | | p4raw-id: //depot/perl@14054
* Re: [BUG] bleadperl regexp (was ok in 5.6.0)Jarkko Hietaniemi2001-12-191-8/+9
| | | | | | | | | | | | From: Wolfgang Laun <Wolfgang.Laun@alcatel.at> Date: Wed, 19 Dec 2001 12:35:07 +0100 Message-ID: <3C207B6B.A687A8EC@alcatel.at> Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0) From: Hugo van der Sanden <hv@crypt.compulink.co.uk> Date: Wed, 19 Dec 2001 17:34:51 +0000 Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk> p4raw-id: //depot/perl@13810
* Re: [DOC PATCHES] pod cleanupsRafael Garcia-Suarez2001-11-231-6/+18
| | | | | Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net> p4raw-id: //depot/perl@13206
* Banish "use utf8".Jarkko Hietaniemi2001-11-171-6/+9
| | | p4raw-id: //depot/perl@13064
* a few typo fixes Jeffrey Friedl2001-11-121-1/+1
| | | | | | | | | | | Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com> Patching README.foo instead of pod/perlfoo.pod, not patching Math::BigInt (Tels will take care of that), dropping broken hv.c and sv.h patches, patching libnetcfg.PL and perldoc.PL instead of libnetcfg and perldoc, patching ext/Digest/MD5/t/files.t since MD5.pm was changed. p4raw-id: //depot/perl@12954
* [ID 20010801.039] perlre.pod message typoAudrey Tang2001-08-011-1/+1
| | | | | Message-Id: <200108012048.f71Km2r79890@geb.elixus.org> p4raw-id: //depot/perl@11540
* Re: [ID 20010529.002] typos in man page perlre Stephen P. Potter2001-07-311-1/+1
| | | | | Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org> p4raw-id: //depot/perl@11511
* Doc patch: perlre should mention perlrequick and perlretutMark-Jason Dominus2001-07-181-4/+14
| | | | | Message-Id: <20010717175920.8177.qmail@plover.com> p4raw-id: //depot/perl@11402
* patch to add DEL to [:cntrl:]Jeffrey Friedl2001-07-141-1/+2
| | | | | Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com> p4raw-id: //depot/perl@11371
* Fix for ID 20010619.003, the [[:print:]] is not supposedJarkko Hietaniemi2001-06-231-1/+1
| | | | | to match the whole isprint(), only the space character. p4raw-id: //depot/perl@10855
* [ID 20010529.002] typos in man page perlrebart@cg681574-a.adubn1.nj.home.com2001-05-301-2/+2
| | | | | Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com> p4raw-id: //depot/perl@10315
* Undo qu. Retract #8814, rewrite op/each part of #8615,Jarkko Hietaniemi2001-02-281-1/+0
| | | | | | | 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
* Integrate change #8733 from maintperl.Jarkko Hietaniemi2001-02-091-16/+20
| | | | | | | | | Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod p4raw-link: @8733 on //depot/maint-5.6/perl: f672c3f4b56d3d7aaa92fcde49f628e864a3320a p4raw-id: //depot/perl@8734 p4raw-integrated: from //depot/maint-5.6/perl@8731 'merge in' pod/perlre.pod (@8630..)
* [ID 20010128.003] [PATCH] perlre.pod  bugletroot@ak-75.mind.de2001-01-291-1/+1
| | | | | Message-Id: <200101281932.UAA15768@ak-75.mind.de> p4raw-id: //depot/perl@8587
* Document and test the new qu operator.Jarkko Hietaniemi2001-01-201-0/+1
| | | p4raw-id: //depot/perl@8485
* Get the three different space character classes right under utf8.Jarkko Hietaniemi2000-12-011-2/+4
| | | p4raw-id: //depot/perl@7940
* Overeager visited-positions optimizationsIlya Zakharevich2000-11-221-4/+8
| | | | | Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@7815
* Pod updatesStephen P. Potter2000-11-071-1/+1
| | | | | Message-Id: <200011062357.SAA18173@spotter.yi.org> p4raw-id: //depot/perl@7585
* A pod nit.Abigail2000-08-211-1/+1
| | | | | | Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns) Message-ID: <20000821180016.28627.qmail@foad.org> p4raw-id: //depot/perl@6756
* Add [[:blank:]] as suggested inJeffrey Friedl2000-08-181-6/+13
| | | | | | | | | | | | | | Subject: [ID 20000716.024] [=cc=] / [:blank:] Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com> (the [=cc=] has already been taken care of by #6439 so the whole bug report can be closed) and make [[:space:]] to be equivalent to isspace(3) (as opposed to \s, which is isSPACE()). The difference is that now [[:space:]] matches the mythical vertical tab, while \s doesn't. p4raw-id: //depot/perl@6703
* Fix nits noticed by Boston.pm.Jarkko Hietaniemi2000-07-121-3/+4
| | | p4raw-id: //depot/cfgperl@6377
* further qualify references to "alphanumeric" (from Wolfgang LaunGurusamy Sarathy2000-06-011-3/+4
| | | | | <wolfgang.laun@alcatel.at>) p4raw-id: //depot/perl@6186
* fix places that mean C<"word" character> but say C<alphanumericGurusamy Sarathy2000-05-281-3/+3
| | | | | character> p4raw-id: //depot/perl@6130
* various pod nits (from Larry Virden and others)Gurusamy Sarathy2000-04-241-1/+1
| | | p4raw-id: //depot/perl@5917
* lexical warnings update for docs and tests (from Paul Marquess)Gurusamy Sarathy2000-03-131-1/+2
| | | p4raw-id: //depot/perl@5712
* whitespace and readabiliti nits in the pods (from Michael G SchwernGurusamy Sarathy2000-03-031-17/+17
| | | | | and Robin Barker) p4raw-id: //depot/perl@5493