Branch: refs/heads/smoke-me/khw-pr_api3
Home: https://github.com/Perl/perl5
Commit: 08d8b00ecc78a4d58a92e9574fda0dc077bbabca
https://github.com/Perl/perl5/commit/08d8b00ecc78a4d58a92e9574fda0dc077bbabca
Author: Karl Williamson <[email protected]>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M embed.fnc
Log Message:
-----------
embed.fnc: Mark cx_dup as Core only
Similar cx functions are supposed to be called with a macro for their
functionality, but no such macro exists for this, and there are no uses
on CPAN
Commit: 599b911b298777daab828e2e47400e5e692cfbb8
https://github.com/Perl/perl5/commit/599b911b298777daab828e2e47400e5e692cfbb8
Author: Karl Williamson <[email protected]>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M embed.fnc
Log Message:
-----------
embed.fnc: Mark regnext as Core only
This is used internally by the regex engine; there is one use in cpan,
an internals module, Devel::RegExp by Ilya Zakharevich, with nothing
dependent on it, and last updated in 1995.
Commit: 54e139ccb9e932806c3e994a22441e85d9d4ca06
https://github.com/Perl/perl5/commit/54e139ccb9e932806c3e994a22441e85d9d4ca06
Author: Karl Williamson <[email protected]>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M embed.fnc
Log Message:
-----------
embed.fnc: Mark runops_debug, runops_standard as Core only
These are internal functions to run the program; there are no cpan uses
Commit: 3df2b5226f6ef0e4ed096144327682c67de33edb
https://github.com/Perl/perl5/commit/3df2b5226f6ef0e4ed096144327682c67de33edb
Author: Karl Williamson <[email protected]>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M embed.fnc
Log Message:
-----------
embed.fnc: Mark moreswitches as Core only
This is an internal function used to parse command line options; there
are no cpan uses.
Commit: 813e7cc2d1c61ab2bf0a085b407feb1a9e18c14c
https://github.com/Perl/perl5/commit/813e7cc2d1c61ab2bf0a085b407feb1a9e18c14c
Author: Karl Williamson <[email protected]>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M embed.fnc
Log Message:
-----------
embed.fnc: Mark cxinc as Core only
The macro CXINC is what one is supposed to use for this functionality.
(though it is currently undocumented)
Commit: 4863dbe9b80c6f3b4a7bcb755a2ae52e0a33f2b6
https://github.com/Perl/perl5/commit/4863dbe9b80c6f3b4a7bcb755a2ae52e0a33f2b6
Author: Karl Williamson <[email protected]>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M embed.fnc
Log Message:
-----------
embed.fnc: Mark doing_taint as Core only
This appears to be for internal use, and there are no cpan usages
Commit: d49639825946d9c5a3996c1195485bf44c1c188f
https://github.com/Perl/perl5/commit/d49639825946d9c5a3996c1195485bf44c1c188f
Author: Karl Williamson <[email protected]>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M embed.fnc
Log Message:
-----------
embed.fnc: Mark av_arylen_p, av_iter_p as Core only
These appear to be internal functions, and there is no cpan usage
The macro GIMME_V is what one is supposed to use for this functionality.
Commit: c0e2826ffef7d497a186a7f74bf0a441054b8f3f
https://github.com/Perl/perl5/commit/c0e2826ffef7d497a186a7f74bf0a441054b8f3f
Author: Karl Williamson <[email protected]>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M embed.fnc
Log Message:
-----------
embed.fnc: Mark cx_dump as Core only
This appears to be for internal debugging; there is no cpan usage
Commit: cab28cb06f85b95e501e34a3b78c34bb4aceb649
https://github.com/Perl/perl5/commit/cab28cb06f85b95e501e34a3b78c34bb4aceb649
Author: Karl Williamson <[email protected]>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M embed.fnc
Log Message:
-----------
embed.fnc: Mark scan_num as Core only
This is used by the toker to scan a number; there is no cpan usage
Commit: 0fb7e2c639eaeaf93bf0cfeba74e4a4d36f22bee
https://github.com/Perl/perl5/commit/0fb7e2c639eaeaf93bf0cfeba74e4a4d36f22bee
Author: Karl Williamson <[email protected]>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M embed.fnc
Log Message:
-----------
embed.fnc: Mark stack_grow as Core only
This is a helper function used by such things as SSGROW; there is no
cpan usage
Commit: 99da1ff0085713c53286218b353fa3e4ae3c4d4b
https://github.com/Perl/perl5/commit/99da1ff0085713c53286218b353fa3e4ae3c4d4b
Author: Karl Williamson <[email protected]>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M embed.fnc
M sv.c
Log Message:
-----------
embed.fnc: Mark sv_2uv, etc. as Core only
There are documented macros that one is supposed to use instead for this
functionality.
Commit: 568859292c1cb731a10aafd75a11e68c02c74bb1
https://github.com/Perl/perl5/commit/568859292c1cb731a10aafd75a11e68c02c74bb1
Author: Karl Williamson <[email protected]>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M embed.fnc
Log Message:
-----------
embed.fnc: Mark several do_dump fcns as Core
These appear to be helper functions for various API functions; there are
no uses of them in cpan
Commit: e6b479bb46d15dfd99baf2dfd6d11da4e9f7ca9a
https://github.com/Perl/perl5/commit/e6b479bb46d15dfd99baf2dfd6d11da4e9f7ca9a
Author: Karl Williamson <[email protected]>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M embed.fnc
Log Message:
-----------
embed.fnc: Mark newSVsv_flags as Core only
The macros newSVsv and newSVsv_nomg are what one is supposed to use for
this functionality.
Compare: https://github.com/Perl/perl5/compare/08d8b00ecc78%5E...e6b479bb46d1