Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 87306e0674dfe3af29804b4641347cd5ac9b0521
      
https://github.com/Perl/perl5/commit/87306e0674dfe3af29804b4641347cd5ac9b0521
  Author: Karl Williamson <k...@cpan.org>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    M av.c
    M av.h
    M embed.fnc
    M embed.h
    M inline.h
    M pod/perldelta.pod
    M proto.h

  Log Message:
  -----------
  Add av_count()

This returns the number of elements in an array in a clearly named
function.

av_top_index(), av_tindex() are clearly named, but are less than ideal,
and came about because no one back then thought of this one, until now
Paul Evans did.


  Commit: 563e8cf49e450f777ecf7c3d1e063da39f8c69f6
      
https://github.com/Perl/perl5/commit/563e8cf49e450f777ecf7c3d1e063da39f8c69f6
  Author: Karl Williamson <k...@cpan.org>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    M pp_hot.c

  Log Message:
  -----------
  pp_hot.c: Convert to use av_count()


  Commit: 698ac381136cf42e309f3e28a80ead6e29c77d45
      
https://github.com/Perl/perl5/commit/698ac381136cf42e309f3e28a80ead6e29c77d45
  Author: Karl Williamson <k...@cpan.org>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    M doio.c

  Log Message:
  -----------
  doio.c: Convert to use av_count()


  Commit: 7235b25f6ae1b0e6a12d265509a4905841de8eed
      
https://github.com/Perl/perl5/commit/7235b25f6ae1b0e6a12d265509a4905841de8eed
  Author: Karl Williamson <k...@cpan.org>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    M perl.c

  Log Message:
  -----------
  perl.c: Convert to use av_count()


  Commit: ae4370caa7bb8b584eca0d31d18215c616ba75ac
      
https://github.com/Perl/perl5/commit/ae4370caa7bb8b584eca0d31d18215c616ba75ac
  Author: Karl Williamson <k...@cpan.org>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    M pp.h

  Log Message:
  -----------
  pp.h.c: Convert to use av_count()


  Commit: de5e9b5dd74ebe2de3320fff6120804088d8b6b5
      
https://github.com/Perl/perl5/commit/de5e9b5dd74ebe2de3320fff6120804088d8b6b5
  Author: Karl Williamson <k...@cpan.org>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    M pp_sys.c

  Log Message:
  -----------
  pp_sys.c: Convert to use av_count()


  Commit: 3bf903dc7b7a85fe79afd1d63ee13ce542b4400d
      
https://github.com/Perl/perl5/commit/3bf903dc7b7a85fe79afd1d63ee13ce542b4400d
  Author: Karl Williamson <k...@cpan.org>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    M regcomp.c

  Log Message:
  -----------
  regcomp.c: Convert to use av_count()


  Commit: afcaaea8937b52238226f235c6ab5446696fc45e
      
https://github.com/Perl/perl5/commit/afcaaea8937b52238226f235c6ab5446696fc45e
  Author: Karl Williamson <k...@cpan.org>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    M sv.c

  Log Message:
  -----------
  sv.c: Convert to use av_count()


  Commit: d4371c8e432b4efc22914aef93dc3d8d5d8f2a1e
      
https://github.com/Perl/perl5/commit/d4371c8e432b4efc22914aef93dc3d8d5d8f2a1e
  Author: Karl Williamson <k...@cpan.org>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    M universal.c

  Log Message:
  -----------
  universal.c: Convert to use av_count()


  Commit: da9bc0ee1160a17038019490833f71bbc6bfa31e
      
https://github.com/Perl/perl5/commit/da9bc0ee1160a17038019490833f71bbc6bfa31e
  Author: Karl Williamson <k...@cpan.org>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    M vms/vms.c

  Log Message:
  -----------
  vms.c: Convert to use av_count()


Compare: https://github.com/Perl/perl5/compare/62066149de47...da9bc0ee1160

Reply via email to