In perl.git, the branch smoke-me/mymalloc has been created
<http://perl5.git.perl.org/perl.git/commitdiff/e40a0a201465791a713523b81e8f7985e95de9ed?hp=0000000000000000000000000000000000000000>
at e40a0a201465791a713523b81e8f7985e95de9ed (commit)
- Log -----------------------------------------------------------------
commit e40a0a201465791a713523b81e8f7985e95de9ed
Author: Nicholas Clark <[email protected]>
Date: Thu Dec 8 11:43:06 2011 +0100
Remove "support" for using malloc.c outside the perl core distribution.
It only ever worked properly in 5.005.
Commit d720c4410d3a0730 from June 1998 is the first known version of
malloc.c
that would compile stand alone, without needing a config.h
Commit 5bbd1ef51ee0ebfa from December 1998 will not compile by default,
but will if one provides suitable definitions of simple macros on the
command
line.
Commit 427181846486e3aa from September 1999 will not compile with command
line flags alone.
12 years later, no-one has reported problems, so it's safe to remove this.
M malloc.c
commit 50f70d0a2c30fe50b9aa815af508ae3ae693269d
Author: Nicholas Clark <[email protected]>
Date: Thu Dec 8 11:12:25 2011 +0100
Remove commented-out "support" for perl's malloc with x2p.
In 1998 commit 30e2e4257067d5f8 stated
temporarily disable perl malloc for a2p until we clean up
conflicting malloc() declarations everywhere
and nothing has changed since. 13 years later, no-one has reported problems,
so it's safe to remove it.
M malloc.c
M x2p/Makefile.SH
-----------------------------------------------------------------------
--
Perl5 Master Repository