This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
handy.h: Fix isBLANK_uni and isBLANK_utf8
authorKarl Williamson <public@khwilliamson.com>
Sat, 23 Jun 2012 18:57:54 +0000 (12:57 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 30 Jun 2012 04:22:40 +0000 (22:22 -0600)
commitbdd8600f35ec7851722b0fe8b4902e0e04ab2800
tree6496d4e8e56d25152a3732a55d811bee1056db73
parentf74da94c18a7b3cbdb577015ae60665509e912e8
handy.h: Fix isBLANK_uni and isBLANK_utf8

These macros have never worked outside the Latin1 range, so this extends
them to work.

There are no tests I could find for things in handy.h, except that many
of them are called all over the place during the normal course of
events.  This commit adds a new file for such testing, containing for
now only with a few tests for the isBLANK's
13 files changed:
MANIFEST
embed.fnc
embed.h
embedvar.h
ext/XS-APItest/APItest.pm
ext/XS-APItest/APItest.xs
ext/XS-APItest/t/handy.t [new file with mode: 0644]
handy.h
intrpvar.h
perl.c
proto.h
sv.c
utf8.c