summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
Commit message (Expand)AuthorAgeFilesLines
...
* Small precision about \Q \E inside m//xSébastien Aperghis-Tramoni2006-06-291-6/+7
* Document that the regexp engine is not currently reentrantDominic Dunlop2006-04-031-0/+8
* [[:...:]] is equivalent to \p{...}, not [:...:], tweaked fromSteve Purkis2006-02-011-8/+17
* remove whitespace preceding semicolon in docsSteven Schubiger2005-11-101-8/+8
* POD index entries with X<>Ivan Tubert-Brohman2005-10-131-0/+61
* Quotes in pod/*.podAndy Lester2005-06-031-4/+4
* Minor grammar fix by Uri GuttmanRafael Garcia-Suarez2005-05-301-1/+1
* Make the spelling of whitespace (vs white-space and white space)Offer Kaye2005-03-291-1/+1
* A small precision in the docs for overloaded regexp escapesRafael Garcia-Suarez2005-02-081-0/+2
* [perl #33906] Missing \\ in perlre Andrew2005-01-241-1/+1
* [perl #32419] Spelling fixes for perl@23492 Richard Soderberg2004-11-121-2/+2
* Document usage of $_ and pos() inside /(?{...})/.Rafael Garcia-Suarez2004-01-121-0/+4
* DOCPATCH Re: $1 remains uncleared for failed matchesJarkko Hietaniemi2003-06-171-1/+5
* Remove the deprecated $* variable.Rafael Garcia-Suarez2003-06-131-9/+3
* Re: [PATCH] Tiny nits in perlre.podAndreas König2003-01-041-3/+3
* Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297Rafael Garcia-Suarez2002-12-121-0/+1
* Re: missing lower range in {} regex John P. Linderman2002-08-091-1/+2
* [DOC PATCH] perlre, minor errorSteffen Müller2002-07-091-1/+1
* [Patch] $^N issuesJohan Vromans2002-06-091-3/+14
* User-defined character properties were unintentionallyJarkko Hietaniemi2002-04-201-2/+2
* Re: [DOC PATCH] Regex \G and POSIX restrictionsHugo van der Sanden2002-03-291-2/+5
* [DOC PATCH] Regex \G and POSIX restrictionsMark Kvale2002-03-271-3/+6
* Document the U+0085, U+2028, and U+2029.Jarkko Hietaniemi2002-01-041-9/+13
* Re: [BUG] bleadperl regexp (was ok in 5.6.0)Jarkko Hietaniemi2001-12-191-8/+9
* Re: [DOC PATCHES] pod cleanupsRafael Garcia-Suarez2001-11-231-6/+18
* Banish "use utf8".Jarkko Hietaniemi2001-11-171-6/+9
* a few typo fixes Jeffrey Friedl2001-11-121-1/+1
* [ID 20010801.039] perlre.pod message typoAudrey Tang2001-08-011-1/+1
* Re: [ID 20010529.002] typos in man page perlre Stephen P. Potter2001-07-311-1/+1
* Doc patch: perlre should mention perlrequick and perlretutMark-Jason Dominus2001-07-181-4/+14
* patch to add DEL to [:cntrl:]Jeffrey Friedl2001-07-141-1/+2
* Fix for ID 20010619.003, the [[:print:]] is not supposedJarkko Hietaniemi2001-06-231-1/+1
* [ID 20010529.002] typos in man page perlrebart@cg681574-a.adubn1.nj.home.com2001-05-301-2/+2
* Undo qu. Retract #8814, rewrite op/each part of #8615,Jarkko Hietaniemi2001-02-281-1/+0
* Integrate change #8733 from maintperl.Jarkko Hietaniemi2001-02-091-16/+20
* [ID 20010128.003] [PATCH] perlre.pod  bugletroot@ak-75.mind.de2001-01-291-1/+1
* Document and test the new qu operator.Jarkko Hietaniemi2001-01-201-0/+1
* Get the three different space character classes right under utf8.Jarkko Hietaniemi2000-12-011-2/+4
* Overeager visited-positions optimizationsIlya Zakharevich2000-11-221-4/+8
* Pod updatesStephen P. Potter2000-11-071-1/+1
* A pod nit.Abigail2000-08-211-1/+1
* Add [[:blank:]] as suggested inJeffrey Friedl2000-08-181-6/+13
* Fix nits noticed by Boston.pm.Jarkko Hietaniemi2000-07-121-3/+4
* further qualify references to "alphanumeric" (from Wolfgang LaunGurusamy Sarathy2000-06-011-3/+4
* fix places that mean C<"word" character> but say C<alphanumericGurusamy Sarathy2000-05-281-3/+3
* various pod nits (from Larry Virden and others)Gurusamy Sarathy2000-04-241-1/+1
* lexical warnings update for docs and tests (from Paul Marquess)Gurusamy Sarathy2000-03-131-1/+2
* whitespace and readabiliti nits in the pods (from Michael G SchwernGurusamy Sarathy2000-03-031-17/+17
* Integrate with Sarathy.Jarkko Hietaniemi2000-03-031-3/+3
|\
| * /(?p{})/ changed to /(??{})/, per Larry's suggestion (fromGurusamy Sarathy2000-03-031-3/+3