This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change core calls of isALNUM() to isWORDCHAR()
authorKarl Williamson <public@khwilliamson.com>
Sun, 30 Dec 2012 03:51:00 +0000 (20:51 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 31 Dec 2012 18:11:58 +0000 (11:11 -0700)
commit0eb30aebe20a48d634d4e484bc9e6005dffc1420
tree589cc8865a3cb7728dc334a20bd41448dd563b88
parent8a2bca12c113fc829e4af2bb42350a733a5ed773
Change core calls of isALNUM() to isWORDCHAR()

The latter is more clearly named to indicate it includes the underscore.
13 files changed:
dist/Data-Dumper/Changes
dist/Data-Dumper/Dumper.pm
dist/Data-Dumper/Dumper.xs
doio.c
dquote_static.c
op.c
perl.c
perlio.c
regcomp.c
regexec.c
taint.c
toke.c
util.h