p4raw-id: //depot/perl@30188
Mark Klein provided a fixed sigsetjmp (that works with dynamic
libraries) in mpeix_setjmp.c
-=item *
+=back
June 1, 2000
=for apidoc gv_stashpv
Returns a pointer to the stash for a specified package. Uses C<strlen> to
-determine the length of C<name, then calls C<gv_stashpvn()>.
+determine the length of C<name>, then calls C<gv_stashpvn()>.
=cut
*/
backreferences. This should make it easier to generate and embed patterns
that contain backreferences. (Yves Orton)
-=back
-
=item Regexp::Keep internalized
The functionality of Jeff Pinyan's module Regexp::Keep has been added to
which is much more efficient.
+=back
+
=head2 The C<_> prototype
A new prototype character has been added. C<_> is equivalent to C<$> (it
X<gv_stashpv>
Returns a pointer to the stash for a specified package. Uses C<strlen> to
-determine the length of C<name, then calls C<gv_stashpvn()>.
+determine the length of C<name>, then calls C<gv_stashpvn()>.
HV* gv_stashpv(const char* name, I32 flags)