This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Revise inversion list API
authorKarl Williamson <public@khwilliamson.com>
Fri, 27 May 2011 22:43:28 +0000 (16:43 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 3 Jul 2011 20:05:45 +0000 (14:05 -0600)
commita2995b7fcac3f38f5bf533f24474052ed006fbbf
treefba2c8d2208d64896fad38c1e057430e325c9d4d
parentddc1cd802cda73c79a0e7d26d1a4ce38023fe1f2
regcomp.c: Revise inversion list API

These are static functions so no external effect.  Revise the calling
sequence of two functions so that they can know enough to free
memory if appropriate of the other parameters.  This hides from the
callers the need for tracking when to free memory.
embed.fnc
embed.h
proto.h
regcomp.c