[Perl/perl5] c35792: perlapi: Fix av_push pod.

2024-06-22 Thread Karl Williamson via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: c3579230a91f8fcbe253076711475fbbe4eb0128
  
https://github.com/Perl/perl5/commit/c3579230a91f8fcbe253076711475fbbe4eb0128
  Author: Karl Williamson 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

  Changed paths:
M av.c

  Log Message:
  ---
  perlapi: Fix av_push pod.

Commit 247d8ed1108268e9e56dfe822f911e9c4f53d5fb wrongly used 'apidoc'
when it should have used 'apidoc_item'



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications


[Perl/perl5] 4d18c9: builtin: document when each function was first ava...

2024-06-22 Thread Dan Book via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 4d18c95d3df96082623a3e09a85288ced7509e7c
  
https://github.com/Perl/perl5/commit/4d18c95d3df96082623a3e09a85288ced7509e7c
  Author: Dan Book 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

  Changed paths:
M lib/builtin.pm

  Log Message:
  ---
  builtin: document when each function was first available and stabilized



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications


[Perl/perl5] 19e4fc: perlapi: Show prototypes for all elements

2024-06-22 Thread Karl Williamson via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 19e4fcd379eb9a20e181f5d6842e67b385718634
  
https://github.com/Perl/perl5/commit/19e4fcd379eb9a20e181f5d6842e67b385718634
  Author: Karl Williamson 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

  Changed paths:
M autodoc.pl

  Log Message:
  ---
  perlapi: Show prototypes for all elements

Some functions/macros are grouped together in a single entry where those
items are just variants of each other.  This makes it is easier for the
reader to choose the variant that is best for their current purpose.

Prior to this commit if the return type and parameters to all variants
in the group were the same, only the first item's prototype gets
displayed.  This was to save space.  But I have found myself searching
in vain for a prototype that was squashed, and it's not a whole lot of
space that gets saved.  This commit displays the signatures of all
elements of a group.  It doesn't change that trivial signatures are
omitted.  These are when just the name itself of the macro or typedef
would be displayed, with no adornment.  Displaying these actually is
confusing, because there is no context for the name.



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications


[Perl/perl5] 914166: perlapi: List in order STMT_START, then END

2024-06-22 Thread Karl Williamson via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 914166548faff55dfdcc37cc2260050ff75944a2
  
https://github.com/Perl/perl5/commit/914166548faff55dfdcc37cc2260050ff75944a2
  Author: Karl Williamson 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

  Changed paths:
M perl.h

  Log Message:
  ---
  perlapi: List in order STMT_START, then END

That is the more logical ordering



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications


[Perl/perl5] 247d8e: perlapi: Combine av_push(), av_push_simple() entries

2024-06-22 Thread Karl Williamson via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 247d8ed1108268e9e56dfe822f911e9c4f53d5fb
  
https://github.com/Perl/perl5/commit/247d8ed1108268e9e56dfe822f911e9c4f53d5fb
  Author: Karl Williamson 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

  Changed paths:
M av.c
M inline.h

  Log Message:
  ---
  perlapi: Combine av_push(), av_push_simple() entries



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications


[Perl/perl5] 2f1bb8: perlapi: Combine sv_mortalcopy, _flags

2024-06-22 Thread Karl Williamson via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 2f1bb8cc3b93080748db8d2274ed7036b8027ec0
  
https://github.com/Perl/perl5/commit/2f1bb8cc3b93080748db8d2274ed7036b8027ec0
  Author: Karl Williamson 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

  Changed paths:
M sv.c

  Log Message:
  ---
  perlapi: Combine sv_mortalcopy, _flags



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications


[Perl/perl5] bc63a9: 21_win32.t: provide reason why file is skipped

2024-06-22 Thread James E Keenan via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: bc63a9bf6ca7e15be74270f863746b64676c5dbc
  
https://github.com/Perl/perl5/commit/bc63a9bf6ca7e15be74270f863746b64676c5dbc
  Author: James E Keenan 
  Date:   2024-06-22 (Sat, 22 Jun 2024)

  Changed paths:
M dist/Tie-File/t/21_win32.t

  Log Message:
  ---
  21_win32.t: provide reason why file is skipped

Following example of dist/IO/t/io_pipe.t.



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications