This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
op.c: newCONSTSUB and newXS UTF8 cleanup.
authorBrian Fraser <fraserbn@gmail.com>
Wed, 6 Jul 2011 04:50:31 +0000 (01:50 -0300)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 6 Oct 2011 20:01:05 +0000 (13:01 -0700)
commit3453414d531db0c778c66f126da0b0269cd8486f
tree31e5088e29c31a862522b412bb232bf53e44b244
parentd8fdd025024d41a9ad5abe7cd22c7e157f845656
op.c: newCONSTSUB and newXS UTF8 cleanup.

newXS was merged into newXS_flags; added a line in the docs
recommeding using that instead.

newCONSTSUB got a _flags version, which generates the CV in
the right glob if passed the UTF-8 flag.
MANIFEST
embed.fnc
embed.h
ext/XS-APItest/APItest.xs
ext/XS-APItest/t/newCONSTSUB.t [new file with mode: 0644]
op.c
proto.h
t/uni/parser.t