This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
improve regexec_flags() API documentation
authorDavid Mitchell <davem@iabyn.com>
Tue, 13 Aug 2013 21:25:46 +0000 (22:25 +0100)
committerDavid Mitchell <davem@iabyn.com>
Tue, 13 Aug 2013 21:25:46 +0000 (22:25 +0100)
commita340edde842dee4790dd350818567cbfc9698469
treeeecfc2dab75bf025dd5fa1344e48088673802b38
parentd777b41aeb3c64098bb1faa982700de41a4a3bef
improve regexec_flags() API documentation

In the API, rename the 'screamer' arg to be 'sv' instead;
update the description of the functions args;
improve the documentation of the REXEC_* flags for the 'flags' arg.
perl.h
pod/perlreapi.pod
regexec.c
regexp.h