This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add functions for getting ctype ALNUMC
authorKarl Williamson <public@khwilliamson.com>
Mon, 3 Dec 2012 04:01:12 +0000 (21:01 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sun, 9 Dec 2012 17:30:00 +0000 (10:30 -0700)
commit5092f92a753474f7a1ed5525e874cb0904427ae5
treec13eca25ad226086c186e29d1ab78b75f4d79edc
parente712593e71e0d665d0aed1b3e126cda71bb5eda1
Add functions for getting ctype ALNUMC

We think this is meant to stand for C's alphanumeric, that is what is
matched by POSIX [:alnum:].  There were not functions and a dedicated
swash available for accessing it.  Future commits will want to use
these.
embed.fnc
embed.h
embedvar.h
handy.h
intrpvar.h
proto.h
sv.c
utf8.c