This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #123814] replace grok_atou with grok_atoUV
authorHugo van der Sanden <hv@crypt.org>
Mon, 23 Feb 2015 16:48:15 +0000 (16:48 +0000)
committerHugo van der Sanden <hv@crypt.org>
Mon, 9 Mar 2015 22:15:46 +0000 (22:15 +0000)
commit22ff313068aa37b1a24855e760e71ee9a20a1a90
tree09da195258e4a85e42a39dd24d7c60c849409ef1
parent35cd12d12a5a5777098caf722f8748b39c3be45f
[perl #123814] replace grok_atou with grok_atoUV

Some questions and loose ends:

XXX gv.c:S_gv_magicalize - why are we using SSize_t for paren?
XXX mg.c:Perl_magic_set - need appopriate error handling for $)
XXX regcomp.c:S_reg - need to check if we do the right thing if parno
was not grokked

Perl_get_debug_opts should probably return something unsigned; not sure
if that's something we can change.
22 files changed:
doio.c
embed.fnc
embed.h
ext/DynaLoader/dlutils.c
ext/XS-APItest/APItest.pm
ext/XS-APItest/numeric.xs
ext/XS-APItest/t/grok.t
gv.c
locale.c
malloc.c
mg.c
numeric.c
perl.c
pod/perlclib.pod
pod/perlhacktips.pod
pod/perllocale.pod
pp_sys.c
proto.h
regcomp.c
toke.c
utf8.c
util.c