Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: e39fb0f3e5add24b2f9b432f90e130e29d2b1c8f
https://github.com/Perl/perl5/commit/e39fb0f3e5add24b2f9b432f90e130e29d2b1c8f
Author: Karl Williamson <[email protected]>
Date: 2020-12-20 (Sun, 20 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: eb0353e2530a3b0f6e4e636509e31138727fdd52
https://github.com/Perl/perl5/commit/eb0353e2530a3b0f6e4e636509e31138727fdd52
Author: Karl Williamson <[email protected]>
Date: 2020-12-20 (Sun, 20 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: dcb0f7c312e02aa1c22eedb5fd02a62922a9083b
https://github.com/Perl/perl5/commit/dcb0f7c312e02aa1c22eedb5fd02a62922a9083b
Author: Karl Williamson <[email protected]>
Date: 2020-12-20 (Sun, 20 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: 90df162eb2d430fdcd7cee9d6269ed70c4224c90
https://github.com/Perl/perl5/commit/90df162eb2d430fdcd7cee9d6269ed70c4224c90
Author: Karl Williamson <[email protected]>
Date: 2020-12-20 (Sun, 20 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: 1fc4b13275c3552852886d217b36d72d8c9e8123
https://github.com/Perl/perl5/commit/1fc4b13275c3552852886d217b36d72d8c9e8123
Author: Karl Williamson <[email protected]>
Date: 2020-12-20 (Sun, 20 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: 1065fe43314e39d95a847f7abda27bb7fc9d9cc2
https://github.com/Perl/perl5/commit/1065fe43314e39d95a847f7abda27bb7fc9d9cc2
Author: Karl Williamson <[email protected]>
Date: 2020-12-20 (Sun, 20 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: f6ecfb3ada10f4def8a8707283cbd47b7fbc4c73
https://github.com/Perl/perl5/commit/f6ecfb3ada10f4def8a8707283cbd47b7fbc4c73
Author: Karl Williamson <[email protected]>
Date: 2020-12-20 (Sun, 20 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: f0a7783c659d8808123597cbe1323c36de213ba0
https://github.com/Perl/perl5/commit/f0a7783c659d8808123597cbe1323c36de213ba0
Author: Karl Williamson <[email protected]>
Date: 2020-12-20 (Sun, 20 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: f9e2355490f8b3197256a0c520009f2820d370d7
https://github.com/Perl/perl5/commit/f9e2355490f8b3197256a0c520009f2820d370d7
Author: Karl Williamson <[email protected]>
Date: 2020-12-20 (Sun, 20 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: b4e8926749490c5508711d4f539744340c520fc6
https://github.com/Perl/perl5/commit/b4e8926749490c5508711d4f539744340c520fc6
Author: Karl Williamson <[email protected]>
Date: 2020-12-20 (Sun, 20 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: baf0bea7d35c79152c97fb52ffa5762ff103351d
https://github.com/Perl/perl5/commit/baf0bea7d35c79152c97fb52ffa5762ff103351d
Author: Karl Williamson <[email protected]>
Date: 2020-12-20 (Sun, 20 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: 6c041ec2c6e3f68af32f1ca92db0633ec2bcfd75
https://github.com/Perl/perl5/commit/6c041ec2c6e3f68af32f1ca92db0633ec2bcfd75
Author: Karl Williamson <[email protected]>
Date: 2020-12-20 (Sun, 20 Dec 2020)
Changed paths:
M embed.fnc
Log Message:
-----------
embed.fnc: Mark several do_dump fcns as Core only
These appear to be helper functions for various API functions; there are
no uses of them in cpan
Compare: https://github.com/Perl/perl5/compare/1e0eb5c5bc2c...6c041ec2c6e3