summaryrefslogtreecommitdiff
path: root/pod/perlreguts.pod
Commit message (Collapse)AuthorAgeFilesLines
* autodoc.pl: Specify scn for single-purpose filesKarl Williamson2020-11-061-1/+0
| | | | | | | | Many of the files in perl are for one thing only, and hence their embedded documentation will be for that one thing. By creating a hash here of them, those files don't have to worry about what section that documentation goes under, and so it can be completely changed without affecting them.
* perlreguts: Note pregcomp/regexec are documented hereKarl Williamson2020-09-051-0/+4
|
* perlreguts: UpdateKarl Williamson2020-02-151-45/+54
| | | | | | | This makes changes, mainly in dealing with the removal of the sizing pass in 5.30. Patches welcome for other fixes.
* Move more URLs from http:// to https://Max Maischein2019-10-111-2/+2
|
* pod/*: remove deprecated L<"section"> and L<section> syntaxLukas Mai2016-06-111-1/+1
|
* regcomp.h: Create new typedef synonym for clarityKarl Williamson2013-09-241-3/+3
| | | | | | | | | This commit finishes (at least for now) removing some of the overloading of the term class. A 'regnode_charclass_class' node contains space for storing the posix classes it matches that are never defined until the moment of matching because they are subject to the current run-time locale. This commit creates a typedef 'regnode_charclass_posixl' synonym that doesn't re-use the term 'class' for two different purposes.
* perlreguts: Bring up-to-dateKarl Williamson2013-09-241-36/+12
| | | | | Various changes have been made to regcomp.c that didn't make it into perlreguts until now.
* perlreguts.pod: NitsKarl Williamson2013-09-241-5/+5
|
* typo fix for reguts podDavid Steinbrunner2013-05-251-1/+1
|
* Document the uses of NULL returns in the regex parsing code.Nicholas Clark2013-03-191-0/+46
|
* Eliminate 'swap' from struct regexp_internal.Nicholas Clark2013-02-201-10/+0
| | | | It's been unused since commit e9105d30edfbaa7f in July 2009.
* perlreguts: Fit long verbatim lines to 79 colsKarl Williamson2012-09-271-34/+40
|
* * Em dash cleanup in pod/brian d foy2010-01-131-1/+1
| | | | | | | | | | | | | I looked at all the instances of spaces around -- and in most cases converted the sentences to use more appropriate punctuation. In general, the -- in the perl docs seem to be there only to make really complicated and really long sentences. I didn't look at the closed em-dashes. They probably have the same sentence-complexity problem. I left some open em-dashes in place. Those are the ones used in lists.
* PATCH: minor typo cleanup of pod/ directoryTom Christiansen2010-01-051-4/+4
| | | | | | | | | | | | | | These are all in the pod/ directory, and only the first is a code fix. There was also a single lingering ISO 8859-1 encoding that missed the UTF-8 upconvert. The rest are cleanups for typos, some of which seem to have been around for a rather long time: spelling errors, incorrect possessives, and extra, missing, or duplicated words. If you actually read through, I bet you'll realize what sparked this. :) --tom Signed-off-by: Abigail <abigail@abigail.be>
* much better swap logic to support reentrancy and fix assert failureGeorge Greer2009-07-261-7/+6
| | | | | | | | | | | 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
* Re: [PATCH] POD fixesVincent Pit2008-02-251-1/+1
| | | | | Message-ID: <47BFFDCB.60107@profvince.com> p4raw-id: //depot/perl@33366
* Add the perlreapi man page, by Ævar Arnfjörð BjarmasonRafael Garcia-Suarez2007-04-121-289/+39
| | | | | (largely from perlreguts) p4raw-id: //depot/perl@30922
* Re: [PATCH] perlreguts.pod: use the unicode name for ß and show the codepointÆvar Arnfjörð Bjarmason2007-04-121-2/+2
| | | | | Message-ID: <51dd1af80704061441v4b972257ta4c95230bdbc47c5@mail.gmail.com> p4raw-id: //depot/perl@30920
* Re: pmdynflags and thread safetyYves Orton2007-04-041-14/+20
| | | | | Message-ID: <9b18b3110704031646p7ac8dbearf9e41397a5f884d8@mail.gmail.com> p4raw-id: //depot/perl@30841
* feel the the baß (encoding problems in the regex engine)Yves Orton2007-03-201-14/+25
| | | | | Message-ID: <9b18b3110703191740m6bf21942p6521f3016ed8092f@mail.gmail.com> p4raw-id: //depot/perl@30647
* Re: perlreguts: Copy-editing and wishlistMarvin Humphrey2007-03-191-29/+29
| | | | | Message-Id: <F6284B08-4B4E-467A-AFB2-8A71154FDD08@rectangular.com> p4raw-id: //depot/perl@30630
* Continue split of perl internal regexp structures from ones that are engine ↵Yves Orton2006-12-011-118/+213
| | | | | | | specific. Message-ID: <9b18b3110611301306p5cad5deal4aa55559b8c8defd@mail.gmail.com> p4raw-id: //depot/perl@29430
* Re: [PATCH] Fix RT#19049 and add relative backreferencesYves Orton2006-11-151-1/+10
| | | | | Message-ID: <9b18b3110611150329l206e4552w887ae5f0a3f7ca80@mail.gmail.com> p4raw-id: //depot/perl@29279
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-131-7/+23
| | | | | | | | Message-ID: <9b18b3110611121429g1fc9d6c1t4007dc711f9e8396@mail.gmail.com> Plus a couple tweaks to ext/re/re.pm and t/op/pat.t to those patches to apply cleanly. p4raw-id: //depot/perl@29252
* More regexp documentationYves Orton2006-10-121-42/+207
| | | | | Message-ID: <9b18b3110610120545m3002e17cqace30f908b0e2277@mail.gmail.com> p4raw-id: //depot/perl@28999
* More perlreguts nits by Dominic Dunlop,Rafael Garcia-Suarez2006-06-261-4/+5
| | | | | plus fix a broken internal POD link p4raw-id: //depot/perl@28428
* Nits to perlreguts.pod by Dominic DunlopRafael Garcia-Suarez2006-06-251-163/+198
| | | p4raw-id: //depot/perl@28425
* Re: [PATCH] regexec/regcomp.c cleanupsYves Orton2006-06-111-201/+278
| | | | | Message-ID: <9b18b3110606111401o143b2f57rd17bf117979853e7@mail.gmail.com> p4raw-id: //depot/perl@28380
* Add the perlreguts manpage, by Yves OrtonRafael Garcia-Suarez2006-06-081-0/+722
p4raw-id: //depot/perl@28372