This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change name 'av_top' to 'av_top_index'
authorKarl Williamson <public@khwilliamson.com>
Thu, 7 Feb 2013 18:43:02 +0000 (11:43 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 8 Feb 2013 21:44:24 +0000 (14:44 -0700)
commitdab460cdc878907f9f3f36b96709f818ac937409
treedf2722f0718536486e11c6afadef2d508e3d67eb
parent2dbb0a307f0954c1222fc47c920f695d0b1db80d
Change name 'av_top' to 'av_top_index'

 In using the av_top() function created in a recent commit, I found
 myself being confused, and thinking it meant the top element of the
 array, whereas it really means the index of the top element of that
 array.  Since the new name has not appeared in a stable release, it can
 be changed, without remorse, to include 'index' in it.
av.c
av.h
embed.fnc
embed.h
pod/perlguts.pod
proto.h
regcomp.c