summaryrefslogtreecommitdiff
path: root/dist/Env
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-02-26 12:08:50 -0700
committerKarl Williamson <public@khwilliamson.com>2013-08-29 09:55:58 -0600
commit378516de21aea9be747038c25876881aaf56e166 (patch)
treec4130c17547e61ec24210b629f60f18895d29396 /dist/Env
parenta27992ccf5d1a0c50667fb21ba8ca973f50a7508 (diff)
downloadperl-378516de21aea9be747038c25876881aaf56e166.tar.gz
utf8.c: Stop using two functions
This is in preparation for deprecating these functions, to force any code that has been using these functions to change. Since the Unicode tables are now stored in native order, these functions should only rarely be needed. However, the functionality of these is needed, and in actuality, on ASCII platforms, the native functions are #defined to these. So what this commit does is rename the functions to something else, and create wrappers with the old names, so that anyone using them will get the deprecation when it actually goes into effect: we are waiting for CPAN files distributed with the core to change before doing the deprecation. According to cpan.grep.me, this should affect fewer than 10 additional CPAN distributions.
Diffstat (limited to 'dist/Env')
0 files changed, 0 insertions, 0 deletions