Use separate macros for byte vs uv Unicode
authorKarl Williamson <public@khwilliamson.com>
Mon, 25 Mar 2013 19:09:09 +0000 (13:09 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 11 Sep 2013 03:02:58 +0000 (21:02 -0600)
commit6f2d5cbcfe6275cad930b63e81bfd159b3964944
treee0394a94a69d8e3922dffab69c5ea80399aef261
parentc11b1469027c6226458c10ea61522ddcdbee226c
Use separate macros for byte vs uv Unicode

This removes a macro not yet even in a development release, and splits
its calls into two classes: those where the input is a byte; and those
where it can be any unsigned integer.  The byte implementation avoids a
function call on EBCDIC platforms.
dist/IO/IO.pm
dist/IO/IO.xs
doop.c
inline.h
pp.c
pp_pack.c
regcomp.c
sv.c
toke.c
utf8.c
utf8.h