This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge topic branch into blead
authorKarl Williamson <public@khwilliamson.com>
Tue, 20 Nov 2012 00:13:41 +0000 (17:13 -0700)
committerKarl Williamson <public@khwilliamson.com>
Tue, 20 Nov 2012 00:13:41 +0000 (17:13 -0700)
commit4c88d5e0740d796bf5064336d280bba72897f385
treee87b87ee0b61cd7910dc346eb25c9128812b016c
parent5ce83ae94edf2f0edeb8f5cba4ca66d24a883236
parentadd4123adc9db7056121c97112791dbf273707c4
Merge topic branch into blead

This branch continues to make more systematic the handy.h definitions of
isFOO() macros started in 53335a31ed2284e8aaf1b6bf1cdcc0c0357841d0,
fixing some bugs and some incidentals found along the way.

Four of these macros are changed to not use function calls for
characters outside the Latin1 range.  Three of these used interpreter
level variables.  All core uses of these three interpreter variables
are removed in this series of commits, so the variables could be removed
without affecting the core.