use F<> in perlrepository.pod consistently and remove one needless whitespace
[p5sagit/p5-mst-13.2.git] / pod / perlreapi.pod
2008-02-25 Vincent Pit Re: [PATCH] POD fixes
2007-11-27 Rafael Garcia-Suarez Doc nits -- avoid bare "5.10" version numbers without a
2007-08-09 Rafael Garcia-Suarez Fix a bunch of typos
2007-08-09 Ævar Arnfjörð Bjar... Optimize split //
2007-06-29 Rafael Garcia-Suarez Small pod fix
2007-06-28 Yves Orton Rename 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-Suarez Add the perlreapi man page, by Ævar Arnfjörð Bjarmason