This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
need backwards-compatile to_utf8_foo()
authorKarl Williamson <public@khwilliamson.com>
Sun, 8 Jan 2012 21:59:13 +0000 (14:59 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sun, 8 Jan 2012 22:41:48 +0000 (15:41 -0700)
commit0c9b04389335c3a662232102a5a5a570e4e7c403
treed048f9801ea1ddd45e1dfd4a6ca746f1fb74ab63
parent37271a18911d76ceba26a1ee38cbd598fdd19ad4
need backwards-compatile to_utf8_foo()

These 4 functions have been replaced by variants to_utf8_foo_flags(),
but for XS code that called the old ones in the Perl_to_utf8_foo()
forms, backwards compatibility versions need to be created.

For calls of just the to_utf8_foo() forms, macros have been used to
automatically call the new forms without the performance penalty of
going through the compatibility functions.
embed.fnc
embed.h
mathoms.c
proto.h