In perl.git, the branch smoke-me/hv-grok has been created
<http://perl5.git.perl.org/perl.git/commitdiff/1e5630464401fadbd0854f8f32437398971452c8?hp=0000000000000000000000000000000000000000>
at 1e5630464401fadbd0854f8f32437398971452c8 (commit)
- Log -----------------------------------------------------------------
commit 1e5630464401fadbd0854f8f32437398971452c8
Author: Hugo van der Sanden <[email protected]>
Date: Fri Feb 27 17:55:43 2015 +0000
grok_atoUV: don't make part of API
.. but keep available to extensions.
M embed.fnc
M embed.h
M ext/DynaLoader/DynaLoader_pm.PL
M ext/DynaLoader/dl_aix.xs
M ext/DynaLoader/dl_dllload.xs
M ext/DynaLoader/dl_dlopen.xs
M ext/DynaLoader/dl_dyld.xs
M ext/DynaLoader/dl_freemint.xs
M ext/DynaLoader/dl_hpux.xs
M ext/DynaLoader/dl_none.xs
M ext/DynaLoader/dl_symbian.xs
M ext/DynaLoader/dl_vms.xs
M ext/DynaLoader/dl_win32.xs
M ext/DynaLoader/dlutils.c
M ext/XS-APItest/APItest.xs
M numeric.c
commit 2943740881ad19501ee6956454a616be3428c429
Author: Hugo van der Sanden <[email protected]>
Date: Mon Feb 23 16:48:15 2015 +0000
[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.
M doio.c
M embed.fnc
M embed.h
M ext/DynaLoader/dlutils.c
M ext/XS-APItest/APItest.pm
M ext/XS-APItest/numeric.xs
M ext/XS-APItest/t/grok.t
M gv.c
M locale.c
M malloc.c
M mg.c
M numeric.c
M perl.c
M pod/perlclib.pod
M pod/perlhacktips.pod
M pod/perllocale.pod
M pp_sys.c
M proto.h
M regcomp.c
M toke.c
M utf8.c
M util.c
commit f625b3c37d9d08214cdcdd87ce026fc1c33780ba
Author: Hugo van der Sanden <[email protected]>
Date: Fri Feb 13 10:51:16 2015 +0000
[perl #123814] stricter handling of numbers in regexp quantifiers
M pod/perldiag.pod
M regcomp.c
-----------------------------------------------------------------------
--
Perl5 Master Repository