In perl.git, the branch smoke-me/khw-ppport has been created
<https://perl5.git.perl.org/perl.git/commitdiff/271309e125d70732821188222b013e45069cca39?hp=0000000000000000000000000000000000000000>
at 271309e125d70732821188222b013e45069cca39 (commit)
- Log -----------------------------------------------------------------
commit 271309e125d70732821188222b013e45069cca39
Author: Karl Williamson <[email protected]>
Date: Sun Sep 8 22:52:21 2019 -0600
smoke3
commit cec2b8bb5dbad82645c27d199f0ab45f0098a9e2
Author: Karl Williamson <[email protected]>
Date: Sat Aug 31 20:58:57 2019 -0600
embed.fnc: Mark atof2, atof3 for internal use only
Now that we have Strtod, my_strtod, those should be used instead.
commit d3a38404cc79f69f20802126a0de3d217ffe9d7d
Author: Karl Williamson <[email protected]>
Date: Sun Jul 21 14:02:31 2019 -0600
sv.h: SVt_INVLIST is core-only
commit b5c56f7f309035849640eb3a04b1fd798d1e1559
Author: Karl Williamson <[email protected]>
Date: Fri Aug 9 11:41:07 2019 -0600
embed.fnc: Change some 'x' marked fcns to 'C'
The previous commit added the C flag, which is better to use in many
instances than x. This commit changes the x entries in embed.fnc that
I'm pretty sure would be better off being C, and removes some 'x'
entries for internal only functions
commit dff367755ade4478d2050c84656b534495dae863
Author: Karl Williamson <[email protected]>
Date: Sun Jul 21 13:20:55 2019 -0600
Add 'C' flag to embed.fnc, for "core-only" fcns
Previously the x flag was (mis-)used for this purpose. Some functions
that are accessible by XS writers shouldn't be used by them, such as
helper functions that an inline public function calls. This new flag
alows that to be specified, without having to mark the function as
experimental, which could be misleading to later core maintainers
commit b7ee8029ac484446f02005fac63952f71c4dc49d
Author: Karl Williamson <[email protected]>
Date: Sat Aug 31 14:30:29 2019 -0600
embed.fnc: Clarify comments, and note 'u' flag exceptions
The next release of Devel::PPPort will know how to handle all these
unorthodox functions, so no need to declare them as such, and in fact
they shouldn't be declared so.
commit 70373af365868b051dbe693e219366d2bdf3933b
Author: Karl Williamson <[email protected]>
Date: Mon Nov 26 20:16:09 2018 -0700
XXX need to do process; figure name Configure Fix alignment needed probe
-----------------------------------------------------------------------
--
Perl5 Master Repository