In perl.git, the branch smoke-me/jhi/krakatau has been created

<http://perl5.git.perl.org/perl.git/commitdiff/70d74b67cefbdefdf0c5b1e5959db211746ec894?hp=0000000000000000000000000000000000000000>

        at  70d74b67cefbdefdf0c5b1e5959db211746ec894 (commit)

- Log -----------------------------------------------------------------
commit 70d74b67cefbdefdf0c5b1e5959db211746ec894
Author: Jarkko Hietaniemi <[email protected]>
Date:   Mon Jul 21 15:16:33 2014 -0400

    Add strtoul and strtol to avoidables.

M       t/porting/libperl.t

commit 2cbb6abbe5bc7ffa7858715f2a08fe3cbb01a53d
Author: Jarkko Hietaniemi <[email protected]>
Date:   Mon Jul 21 15:15:42 2014 -0400

    Document grok_atou as strtoul replacement.

M       numeric.c
M       pod/perlclib.pod
M       pod/perlhacktips.pod

commit 28259c88ea7ed0dbf6eedd3da03f56f33aff78fd
Author: Jarkko Hietaniemi <[email protected]>
Date:   Mon Jul 21 14:59:58 2014 -0400

    Use grok_atou() instead of Strtoul (no Strtol uses).

M       gv.c
M       utf8.c

commit f8917e87e4d6c08a96fb50b2ac1d3dd8b736986d
Author: Jarkko Hietaniemi <[email protected]>
Date:   Mon Jul 21 10:56:49 2014 -0400

    Advertise grok_atou.

M       pod/perlclib.pod
M       pod/perlhacktips.pod

commit 95ce55e09ddeaaf0d4015dd4ab5db53fd898cd7d
Author: Jarkko Hietaniemi <[email protected]>
Date:   Mon Jul 21 10:53:10 2014 -0400

    Add atoi to avoidables.

M       t/porting/libperl.t

commit c01a03590bcb53f6a42c6594751f5b807f302446
Author: Jarkko Hietaniemi <[email protected]>
Date:   Mon Jul 21 10:07:05 2014 -0400

    Add tests for grok_atou.

M       ext/XS-APItest/numeric.xs
M       ext/XS-APItest/t/grok.t

commit 873cec51b0f14cedc40682cf17d9fd0eb00b1505
Author: Jarkko Hietaniemi <[email protected]>
Date:   Mon Jul 21 10:50:54 2014 -0400

    Use grok_atou instead of atoi.
    
    Remaining atoi() uses include at least:
    ext/DynaLoader/dl_aix.xs, os2/os2.c, vms/vms.c

M       doio.c
M       ext/DynaLoader/dlutils.c
M       locale.c
M       malloc.c
M       perl.c
M       pp_sys.c
M       regcomp.c
M       toke.c
M       util.c

commit adf515accc4f421eb13d66aac4d6e8df995f61c0
Author: Jarkko Hietaniemi <[email protected]>
Date:   Mon Jul 21 10:41:20 2014 -0400

    Implement grok_atou as safe/strict atoi replacement.

M       embed.fnc
M       embed.h
M       numeric.c
M       perl.h
M       proto.h
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to