This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Change, variable, fcn name
authorKarl Williamson <public@khwilliamson.com>
Tue, 12 Feb 2013 16:20:44 +0000 (09:20 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 4 Jul 2013 01:21:18 +0000 (19:21 -0600)
commit875c4e2c5193b5245da578b222e9c93aad31d93b
tree4b1cac3ee58d146a169187cc21ba0c4fc2cdd813
parent4fdeca7844470c929f35857f49078db1fd124dbc
regcomp.c: Change, variable, fcn name

These have always been slightly misnamed, but a recent commit made them
more so.  The old name contained "zero", but now there is a new element
which always has zero.  This element indicates whether the inversion
list is offset, that is if the beginning is the zero element, or if the
beginning is the next element beyond the zero element.
embed.fnc
embed.h
inline_invlist.c
proto.h
regcomp.c