This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
handy.h: Add some macro definitions
authorKarl Williamson <public@khwilliamson.com>
Thu, 25 Apr 2013 16:05:22 +0000 (10:05 -0600)
committerKarl Williamson <public@khwilliamson.com>
Mon, 20 May 2013 17:01:49 +0000 (11:01 -0600)
commit25200305a51f99449a69c43f5d279893ab5a0188
tree349672165d4be462bb3ae10ac2dd17dedfcfcb8f
parent22e255cb04e4d885f89e7fa81ad967031dd8c193
handy.h: Add some macro definitions

These macros fill in all the missing case changing operations.  They
were omitted before because they are identical in their input domains to
other operations.  But by adding them here, that detail no longer need be
known by the callers.  toFOLD_LC is not documented, as is subject to
change
handy.h