Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: e73c00e2879051ea3c298e4e52ff61b3fedcbea0
      
https://github.com/Perl/perl5/commit/e73c00e2879051ea3c298e4e52ff61b3fedcbea0
  Author: Karl Williamson <[email protected]>
  Date:   2021-04-14 (Wed, 14 Apr 2021)

  Changed paths:
    M autodoc.pl

  Log Message:
  -----------
  autodoc.pl: 'G' is a legitimate embed.fnc flag


  Commit: 99eff296d35ab93f0ed6df6a5736da6152229e30
      
https://github.com/Perl/perl5/commit/99eff296d35ab93f0ed6df6a5736da6152229e30
  Author: Karl Williamson <[email protected]>
  Date:   2021-04-14 (Wed, 14 Apr 2021)

  Changed paths:
    M regen/embed.pl

  Log Message:
  -----------
  regen/embed.pl: G flag mean NN, NULLOK not reqd

The G flag for a function indicates to not generate a PERL_ARGS_ASSERT
macro for the function.  This macro is the only consumer of the NN and
NULLOK indicators to pointer arguments.  Since the consumer is absent,
there is no need for them, and they shouldn't be required.

This commit does not change the check that If a NN is furnished, the G
flag is illegal.


  Commit: 85bf2e910b46818f479636be677d795ac2bc35a1
      
https://github.com/Perl/perl5/commit/85bf2e910b46818f479636be677d795ac2bc35a1
  Author: Karl Williamson <[email protected]>
  Date:   2021-04-14 (Wed, 14 Apr 2021)

  Changed paths:
    M embed.fnc
    M gv.c

  Log Message:
  -----------
  Document gv_stashsvpvn_cached


Compare: https://github.com/Perl/perl5/compare/3c3f883d1ac1...85bf2e910b46

Reply via email to