This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: Add flag to swash_init() to not croak on error
authorKarl Williamson <public@khwilliamson.com>
Mon, 28 Nov 2011 15:24:07 +0000 (08:24 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 13 Jan 2012 16:58:35 +0000 (09:58 -0700)
commit934970aa10783f6f60f8eedab95c710f4d4eaa35
tree7c4032202469d43cb95b8e8ef73297b224e6d011
parent4065ba03dae80110ad18a5eacfe7be6b89ffc249
utf8.c: Add flag to swash_init() to not croak on error

This adds the capability, to be used in future commits, for swash_ini()
to return NULL instead of croaking if it can't find a property, so that
the caller can choose how to handle the situation.
embed.fnc
embed.h
proto.h
utf8.c