summaryrefslogtreecommitdiff
path: root/pod/perlreapi.pod
Commit message (Expand)AuthorAgeFilesLines
* Pods: Standardize on one pattern mod styleKarl Williamson2017-02-201-1/+1
* Add documentation for /n (non-capture) regexp flag.Matthew Horsfall2014-12-301-1/+1
* Change 'semantics' to 'rules'Karl Williamson2014-02-201-1/+1
* perlreapi: use parent in example, not baseRicardo Signes2013-09-121-1/+1
* Use SSize_t/STRLEN in more places in regexp codeFather Chrysostomos2013-08-251-2/+2
* improve regexec_flags() API documentationDavid Mitchell2013-08-131-5/+5
* Fix typo in perlreapi(1perl).Nathan Trapuzzano2013-07-091-1/+1
* add strbeg argument to Perl_re_intuit_start()David Mitchell2013-06-021-3/+24
* typo fix for reapi podDavid Steinbrunner2013-05-251-1/+1
* rework split() special case interaction with regex engineYves Orton2013-03-271-3/+5
* perlreapi.pod: Consistent spaces after dotsFather Chrysostomos2012-10-111-57/+63
* perlreapi.pod: Document RXf_MODIFIES_VARSFather Chrysostomos2012-10-111-0/+6
* perlreapi.pod: Update RXf_SKIPWHITE sectionFather Chrysostomos2012-10-111-0/+3
* perlreapi.pod: Update RXf_SPLIT sectionFather Chrysostomos2012-10-111-0/+4
* perlreapi.pod: grammar and other nitsKarl Williamson2012-10-091-72/+72
* regcomp.c: min len is chars, not bytesKarl Williamson2012-10-091-5/+7
* perlreapi.pod: Reflow verbatim lines to 79 cols.Karl Williamson2012-09-261-24/+54
* update docs for $`, $&, $' changesDavid Mitchell2012-09-121-3/+14
* Don't copy all of the match string bufferDavid Mitchell2012-09-081-3/+19
* document args to regexec_flags and APIDavid Mitchell2012-09-081-1/+43
* Remove RXf_UTF8 from perlreapiDavid Mitchell2012-06-151-9/+0
* perlreapi: fix documentation on last(close)?parenDavid Mitchell2012-06-131-2/+2
* add op_comp field to regexp_engine APIDavid Mitchell2012-06-131-0/+7
* [RT #36079] Convert ` to '.jkeenan2011-11-221-1/+1
* More typo fixes in pod/perl*.pod filesKeith Thompson2011-07-311-1/+1
* perlreapi: nitsKarl Williamson2011-05-181-4/+6
* perlreapi: Update as little as possible for 5.14Karl Williamson2011-04-121-9/+14
* Fix bad pod links found by Test::Pod::LinkCheckApocalypse2011-02-151-1/+1
* Fix typos in pod/*Peter J. Acklam) (via RT2011-01-071-1/+1
* Change comments, documentation for new (?^...)Karl Williamson2010-09-221-1/+1
* Standardize on use of 'capture group' over 'buffer'Karl Williamson2010-06-281-4/+4
* Fix POD: C<...->...> => C<< ...-> ... >>Frank Wiegand2009-11-191-1/+1
* much better swap logic to support reentrancy and fix assert failureGeorge Greer2009-07-261-1/+1
* Re: [PATCH] POD fixesVincent Pit2008-02-251-1/+1
* Doc nits -- avoid bare "5.10" version numbers without aRafael Garcia-Suarez2007-11-271-1/+1
* Fix a bunch of typosRafael Garcia-Suarez2007-08-091-14/+16
* Optimize split //Ævar Arnfjörð Bjarmason2007-08-091-0/+10
* Small pod fixRafael Garcia-Suarez2007-06-291-1/+1
* Rename various regex defined so that they have distinct prefixes based on the...Yves Orton2007-06-281-14/+14
* Move the RXf_WHITE logic for split " " into the regex engineÆvar Arnfjörð Bjarmason2007-06-281-17/+21
* perlreapi.pod documentation for flags & cleanupÆvar Arnfjörð Bjarmason2007-06-181-70/+95
* SvRX() and SvRXOK() macrosÆvar Arnfjörð Bjarmason2007-06-181-14/+4
* Re: [PATCH] Callbacks for named captures (%+ and %-)Ævar Arnfjörð Bjarmason2007-06-061-49/+116
* Minor perlreapi.pod cleanupÆvar Arnfjörð Bjarmason2007-05-201-41/+31
* FETCH/STORE/LENGTH callbacks for numbered capture variablesÆvar Arnfjörð Bjarmason2007-05-031-22/+100
* Re: [PATCH] Cleanup of the regexp APIÆvar Arnfjörð Bjarmason2007-04-301-35/+53
* Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char*...Ævar Arnfjörð Bjarmason2007-04-231-7/+24
* Add the perlreapi man page, by Ævar Arnfjörð BjarmasonRafael Garcia-Suarez2007-04-121-0/+498