Lines Matching refs:XSUB
23 - Reinstate XSUB, now works on modern EBCDIC perls as well.
39 - XSUB is now deprecated and removed. see perl 5.20.0,
47 - XSUB: use PERL_NO_GET_CONTEXT (see perlguts)
71 - XSUB: reorder() and compose() treat with growing the string.
72 - XSUB: provision against UTF8_ALLOW_* flags to be undefined in future.
98 - XSUB: mkheader, _U_stringify() - avoid unpack('C*') on unicode.
103 - XSUB: sv_setpvn() needs cast to (char*).
104 - XSUB: avoid double FETCH for tied scalar variables.
108 - Pure Perl: compose($not_canonically_reordered) works like that in XSUB,
111 - XSUB: NFD(), NFC(), NFKD(), NFC(), and FCC() are now in XSUB, then
129 - XSUB: (perl 5.8.1 or later) improved utf8 upgrade of non-POK
133 - XSUB: even if string contains a malformed, "short" Unicode character,
156 * Initial state of the distribution is changed to XSUB. To build
158 * The purePerl-XSUB converter is now provided as two perl