This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
invert and rename PERL_MEM_LOG_STDERR to PERL_MEM_LOG_NOIMPL
authorJim Cromie <jim.cromie@gmail.com>
Thu, 11 Jun 2009 22:28:46 +0000 (16:28 -0600)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 21 Jun 2009 12:11:51 +0000 (14:11 +0200)
commit73d1d97336c68e0f5b29937cb9347a00df4c645c
treed945b61ebc8c34d6fb4a39531391dcf7c98af98f
parentde10be12cd3b4d2e91c136c495230f49b31a4511
invert and rename PERL_MEM_LOG_STDERR to PERL_MEM_LOG_NOIMPL

Most users who want PERL_MEM_LOG want the default implementation,
give it to them.  Users providing their own implementation can
obtain current behavior by adding -DPERL_MEM_LOG_NOIMPL.
Frankly, the average user probably wants _ENV by default too.
embed.fnc
handy.h
util.c