This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix typo in perlreapi(1perl).
[perl5.git] / pod / perlreapi.pod
2013-07-10 Nathan TrapuzzanoFix typo in perlreapi(1perl).
2013-06-02 David Mitchelladd strbeg argument to Perl_re_intuit_start()
2013-05-25 David Steinbrunnertypo fix for reapi pod
2013-03-27 Yves Ortonrework split() special case interaction with regex...
2012-10-12 Father Chrysostomosperlreapi.pod: Consistent spaces after dots
2012-10-12 Father Chrysostomosperlreapi.pod: Document RXf_MODIFIES_VARS
2012-10-12 Father Chrysostomosperlreapi.pod: Update RXf_SKIPWHITE section
2012-10-12 Father Chrysostomosperlreapi.pod: Update RXf_SPLIT section
2012-10-09 Karl Williamsonperlreapi.pod: grammar and other nits
2012-10-09 Karl Williamsonregcomp.c: min len is chars, not bytes
2012-09-26 Karl Williamsonperlreapi.pod: Reflow verbatim lines to 79 cols.
2012-09-12 David Mitchellupdate docs for $`, $&, $' changes
2012-09-08 David MitchellDon't copy all of the match string buffer
2012-09-08 David Mitchelldocument args to regexec_flags and API
2012-06-15 David MitchellRemove RXf_UTF8 from perlreapi
2012-06-13 David Mitchellperlreapi: fix documentation on last(close)?paren
2012-06-13 David Mitchelladd op_comp field to regexp_engine API
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-07-31 Keith ThompsonMore typo fixes in pod/perl*.pod files
2011-05-18 Karl Williamsonperlreapi: nits
2011-04-12 Karl Williamsonperlreapi: Update as little as possible for 5.14
2011-02-16 ApocalypseFix bad pod links found by Test::Pod::LinkCheck
2011-01-07 Peter J. Acklam... Fix typos in pod/*
2010-09-23 Karl WilliamsonChange comments, documentation for new (?^...)
2010-06-29 Karl WilliamsonStandardize on use of 'capture group' over 'buffer'
2009-11-19 Frank WiegandFix POD: C<...->...> => C<< ...-> ... >>
2009-07-26 George Greermuch better swap logic to support reentrancy and fix...
2008-02-25 Vincent PitRe: [PATCH] POD fixes
2007-11-27 Rafael Garcia-SuarezDoc nits -- avoid bare "5.10" version numbers without a
2007-08-09 Rafael Garcia-SuarezFix a bunch of typos
2007-08-09 Ævar Arnfjörð Bjar... Optimize split //
2007-06-29 Rafael Garcia-SuarezSmall pod fix
2007-06-28 Yves OrtonRename various regex defined so that they have distinct...
2007-06-28 Ævar Arnfjörð Bjar... Move the RXf_WHITE logic for split " " into the regex...
2007-06-18 Ævar Arnfjörð Bjar... perlreapi.pod documentation for flags & cleanup
2007-06-18 Ævar Arnfjörð Bjar... SvRX() and SvRXOK() macros
2007-06-06 Ævar Arnfjörð Bjar... Re: [PATCH] Callbacks for named captures (%+ and %-)
2007-05-20 Ævar Arnfjörð Bjar... Minor perlreapi.pod cleanup
2007-05-03 Ævar Arnfjörð Bjar... FETCH/STORE/LENGTH callbacks for numbered capture variables
2007-04-30 Ævar Arnfjörð Bjar... Re: [PATCH] Cleanup of the regexp API
2007-04-23 Ævar Arnfjörð Bjar... Re: [PATCH (incomplete)] Make regcomp use SV* sv, inste...
2007-04-12 Rafael Garcia-SuarezAdd the perlreapi man page, by Ã\86var Arnfjörð Bjarmason